LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Video Card Nvidia Driver Xlib: extension "GLX" missing on display ":0.0". HELP! (https://www.linuxquestions.org/questions/linux-newbie-8/video-card-nvidia-driver-xlib-extension-glx-missing-on-display-0-0-help-400731/)

badgerbox76 01-08-2006 03:45 PM

Thanks for all your help i will try that and post my results here if any thing works thanks much

badgerbox76 01-08-2006 06:32 PM

if any one els has an information on this subject i would like to hear from you :)

badgerbox76 01-11-2006 03:26 PM

I am still haveing problems plz help

shazam75 01-11-2006 07:55 PM

you need to install the nvidia driver where you kernel sources are.

So MOVE your nvidia driver to this location

/usr/src (this is where my kernel sources are located)

then run the nvidia install - something like this:

sh nvidia_XXXXXX.run

see if that works

Shelton.

toaster.waffle 02-18-2006 02:08 PM

Here's how I got nvidia drivers to run in 3 steps on Kubuntu.

in the terminal:

$ sudo apt-get install nvidia-glx

$ nano -w /etc/X11/xorg.conf

Changed:

Section "Device"
Identifier "NVIDIA Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Driver "nv"
BusID "PCI:0:8:0"
EndSection

to

Section "Device"
Identifier "NVIDIA Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Driver "nvidia"
BusID "PCI:0:8:0"
EndSection

ctrl+o to save, ctrl+x to exit, ctrl+alt+backspace to restart X, and the nvidia logo showed up.

chopstickz 03-08-2007 02:27 AM

hey badger, still need help? I've been stressing about this for a couple days and i finally found the solution.

what i did was add

Option "AllowGLXWithComposite" "true"

in your /etc/X11/xorg.conf file, in your device section under Vendor Name.

Good luck.


All times are GMT -5. The time now is 06:03 PM.