Nvidia driver problem

Jon Anderson jbander at izoom.net
Sat Oct 1 01:16:23 UTC 2011


on Anderson wrote:
>/  I tried "package mesa-utils" and typed "glxgears" and got this=
/>/
/>/  Xlib:  extension "GLX" missing on display ":1.0".
/>/  Error: couldn't get an RGB, Double-buffered visual
/
"Then I would assume that you don't have the nvidia driver working. I
have no idea why nvidia-settings displayed the one you want to use, but
if it is working, glxgears should always run. So my advice is what I
wrote in my first mail in this thread: Run the command

sudo nvidia-xconfig

in a terminal and then reboot. After that the nvidia driver should be
active (check it with glxgears)."


Nils

Dam Finally I have something in my /etc/X11/xorg.conf




# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 270.41.06  
(buildmeister at swio-display-x86-rhel47-07.nvidia.com)  Mon Apr 18 
15:15:12 PDT 2011


Section "ServerLayout"
     Identifier     "Layout0"
     Screen      0  "Screen0" 0 0
     InputDevice    "Keyboard0" "CoreKeyboard"
     InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

     # generated from default
     Identifier     "Mouse0"
     Driver         "mouse"
     Option         "Protocol" "auto"
     Option         "Device" "/dev/psaux"
     Option         "Emulate3Buttons" "no"
     Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

     # generated from default
     Identifier     "Keyboard0"
     Driver         "kbd"
EndSection

Section "Monitor"
     Identifier     "Monitor0"
     VendorName     "Unknown"
     ModelName      "Unknown"
     HorizSync       28.0 - 33.0
     VertRefresh     43.0 - 72.0
     Option         "DPMS"
EndSection

Section "Device"
     Identifier     "Device0"
     Driver         "nvidia"
     VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
     Identifier     "Screen0"
     Device         "Device0"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20110930/008ea582/attachment.html>


More information about the ubuntu-users mailing list