#1 Le 19/01/2007, à 20:43
- ornitho
[Résolu] - xorg.conf> nvidia, mal parametré?
Bonsoir,
je viens d'installer nvidia-glx pour ma carte graphique: asus n6600 geforce 6600 AGP 8x.
J'ai redemarré mon ordi jusque là rien a signaler. Le problème c'est que je crois que la 3 D ne doit pas être pris en compte. En effet je n'ai pas certains économiseurs d'écran, et "Blender modeleur 3 D" ne démarre pas. Je suis sous ubuntu gnome edgy eft. peut-être faut-il que je paramètre ma carte?
Voilà ce qui est écrit dans xorg.conf :
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
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"
FontPath "/usr/share/fonts/X11/misc"
# 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 "XkbOptions" "lv3:ralt_switch"
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 GT]"
Driver "nv"
BusID "PCI:3:0:0"
EndSection
Section "Monitor"
Identifier "AOC"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Monitor "AOC"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1024x768" "800x600" "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
Que doit-je faire? Merci.
#2 Le 20/01/2007, à 15:38
- ornitho
Re : [Résolu] - xorg.conf> nvidia, mal parametré?
Du coup j'avais mal cherché, j'ai trouvé de la doc sur le site
Je récapitule:
J'ai fais un back-up de xorg.conf.
j'ai installé "nvidia-glx"
j'ai tapé "glxinfo | grep rendering" dans la console
la, j'ai eu ceçi:
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
au lieu de ça:
direct rendering: Yes
j'ai tapé :
sudo nvidia-glx-config enable
voilà ce que j'ai lu dans la console:
Error: unable to load nvidia kernel driver! Be sure to have installed
the nvidia driver for your running kernel.
Comment puis-je régler le problème? Merci d'avance.
Dernière modification par ornitho (Le 20/01/2007, à 15:43)
Mon matos: ubuntu 10.10
Mon Niveau:"mal comprenant"
Hors ligne
#3 Le 20/01/2007, à 15:49
- yann91
Re : [Résolu] - xorg.conf> nvidia, mal parametré?
C'est normal il faut que tu remplace nv par nvidia.
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Driver "nv"
BusID "PCI:3:0:0"
EndSection
Dans ton fichier la ligne :
Driver "nv"
n'est pas bonne, le pilote ne peut pas être pris en conte tu dois modifier par :
Driver "nvidia"
Pour le faire lance cette comande : sudo nano /etc/X11/xorg.conf et remplace par ce que je t'ais dit.
#4 Le 20/01/2007, à 16:42
- ornitho_r
Re : [Résolu] - xorg.conf> nvidia, mal parametré?
merci yann91 d'avoir été aussi pédagogue. Mon problème est résolu.
Comment mettre [résolu] devant ma question?
#5 Le 20/01/2007, à 17:29
- michel2652
Re : [Résolu] - xorg.conf> nvidia, mal parametré?
Bonjour,
merci yann91 d'avoir été aussi pédagogue. Mon problème est résolu.
Comment mettre [résolu] devant ma question?
Tu as posté en tant qu'invité, seul les membres peuvent "résolutionner" eux mêmes leurs posts (et un néologisme de plus, c'est dans l'air du temps ...)
Je le fais pour toi.
A+