Page 1 of 1

Re: Nvidia Glxinfo problem.

Posted: Wed Nov 12, 2008 7:48 am
by Husse
Is the Nvidia driver really installed ?
Most likely, but it seems not to be active
This is a case when you may have to do some editing
Check the file /etc/X11/xorg.conf
In there you should have a section something like this
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
If it does not say nvidia you have to change
In a terminal

Code: Select all

gksu gedit /etc/X11/xorg.conf
Change to nvidia
If you already had nvidia there or this does not help run (in a terminal)

Code: Select all

lsmod | grep -i nvidia

and post the result (right click to copy)