#1 Le 08/06/2006, à 11:15
- nost4r
Drivers nvidia installés mais probleme interface graphique
Bonjour
je suis sous la derniere version de Ubuntu
Je viends d'installer les drviers nvidia comme indiqués ici
http://doc.ubuntu-fr.org/materiel/nvidia.run
mais maintenant quand je veux lancer ubuntu , ca me met impossibilité de lancer linterface graphique avec un message d'erreur et je suis donc en mode console .
Jai fais un back up dexorg.conf mais comment le lancer et comment tout reconfigurer ?
Merci .
Hors ligne
#2 Le 08/06/2006, à 11:56
- biau
Re : Drivers nvidia installés mais probleme interface graphique
Ce serait ptetre + simple si tu donnais le message d'erreur que tu reçois!
Sinon pq t as pas installé les drivers dans les depots??
http://doc.ubuntu-fr.org/materiel/nvidia
Hors ligne
#3 Le 08/06/2006, à 16:24
- nost4r
Re : Drivers nvidia installés mais probleme interface graphique
Problem parsing the config file
Error parsing the config file
Fatal server error
no screen found
xf86Closeconsole: LDSETMode failed
... : VT-GETMODE
bad file descriptor.
Hors ligne
#4 Le 08/06/2006, à 17:57
- nost4r
Re : Drivers nvidia installés mais probleme interface graphique
Voici mon xorg.conf :
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
"
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "IIEM989"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
Monitor "IIEM989"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#5 Le 08/06/2006, à 18:53
- Davjack
Re : Drivers nvidia installés mais probleme interface graphique
Salut,
J'ai rencontré le même problème que toi.
Si tu modifie
Driver "nvidia"
par
Driver "nv"
ça redémarre ? En tout cas c'est ce que j'ai fait et ça redémarre. Par contre je crois que le pilote ne démarre pas (en tout cas pas chez moi...:( )
Hors ligne
#6 Le 08/06/2006, à 22:55
- debmac
Re : Drivers nvidia installés mais probleme interface graphique
salut
avec nvidia propriétaire il faut commenter le module dri (mettre # devant load "dri" dans la section module de ton xorg.conf .
avec vim ou nano regarde les erreurs dans /var/log/xorg.0.log
la ligne dans section file :FontPath "/usr/share/X11/fonts/cyrillic" ne sert à rien sauf si tu as les fonts cyrillic d'installés,tu peux la suprimer
Hors ligne
#7 Le 10/06/2006, à 08:15
- nost4r
Re : Drivers nvidia installés mais probleme interface graphique
Non , meme en remplacant nvidia par nv , ca ne marche quand meme pas .
J'ai rajouter # devant load dri et GLcore mais ca ne marche quand meme pas .
Hors ligne