Debian
chmod38
Messages postés
598
Statut
Membre
-
chmod38 Messages postés 598 Statut Membre -
chmod38 Messages postés 598 Statut Membre -
bon, je suis en train d'installer debian, et ...probleme:
apres avoir configurer mon XF86config-4, quand je lance sartx, no screen found !!
carte graphique geforce fx5200
j'ai aussi essayé avec vesa comme pilote, et c'est pareil !!
mon XF86config-4:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 37.9
VertRefresh 50.0 - 70.0
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
ChipSet "GeForce"
Card "NVIDIA GeForce"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
un ane affamé avance plus vite qu'un lion repus !
apres avoir configurer mon XF86config-4, quand je lance sartx, no screen found !!
carte graphique geforce fx5200
j'ai aussi essayé avec vesa comme pilote, et c'est pareil !!
mon XF86config-4:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 37.9
VertRefresh 50.0 - 70.0
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
ChipSet "GeForce"
Card "NVIDIA GeForce"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
un ane affamé avance plus vite qu'un lion repus !
4 réponses
-
Salut :)
Quelque petite note d'un prmier coup d'oeil:
En commentaireque je remplacerais :)Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" // Screen "Screen0" le zero est nécéssaire si tu a plusieurs CG PCI InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 // Moi j'utilises DefaultColorDepth 24, je ne connais pas cette option :) SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" // A ce niveau là, si tu ne compte pas utiliser d'autre résolution que 1024*768, un "Virtual 1024x768" devrait suffir :) EndSubSection EndSection
Tu nous tiens au courant :)♫ Il suffirait de presque rien...
-
Bonjour,
Moi je mettrai aussiSection "Device" Identifier "Card0" Driver "nv" // c'est le driver opensource ChipSet "GeForce" Card "NVIDIA GeForce" EndSection
@+
Olivier -
ca m est arrivé plusieurs fois sur un debian avec des cartes nvidia , tu n as cas installé les drivers nvidia que l on trouve sur leur site et ca roule , par contre installe les paquet kernel-sources et kernel-headers avant
-
justement, j'ai aussi un bleme avec les sources, uname -a me donne kernel-2.2.20 et apt-get install kernel-sources-2.2.20 ne donne rien !?
et puis merci pour la reponse ! je vais tester ça ce soir !
je vous tiens au jus ,promis !!!!
un ane affamé avance plus vite qu'un lion repus !