You are not logged in.
Pages: 1
I've just update to the newest xorg/kde and i've just installed binary nvidia drivers.. /nvidia-legacy the latest version from nVIDIA website/ and.. here is the problem.When I type glxgears..:
[devil@iNsAnE ~]$ glxgears
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
[devil@iNsAnE ~]$
And .. the same is with glxinfo:
[devil@iNsAnE ~]$ glxinfo
name of display: :0.0
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
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 16 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 16 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x23 16 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x24 16 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x25 16 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x26 16 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x27 16 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x28 16 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x7a 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Segmentation fault
[devil@iNsAnE ~]$
I don't know where the problem is.My system is up2date, i'm using latest binary drivers because i'm using my own kernel.. so any ideas?
Edit:I forgot..My video is nvidia gf4 mx440
Last edited by Insane-Boy (2007-11-18 10:05:57)
Offline
Put in your xorg.conf
Section "Module"
Load "glx"
# Load "dri"
.........
EndSection
Last edited by wonder (2007-11-18 10:43:27)
Give what you have. To someone, it may be better than you dare to think.
Offline
I've already done this..no effect.
Offline
Developers/TU where are you?Doesn't anybody know something about nvidia drivers..
Offline
If you don't use the normal packages you should know what you're doing, pretty simple.
1000
Offline
I was getting the same thing. I'm using nvidia-71xx 71.86.01-5 from testing
try this to get glx working again
Section "Extensions"
Option "Composite" "Disable"
EndSection
Offline
If you don't use the normal packages you should know what you're doing, pretty simple.
I know pretty well what i'm doing..
@sparchy
Thank you a lot!
Offline
Pages: 1