vitality-
April 11th, 2007, 05:04 PM
After scouring around for 20 minutes or so trying to solve a glx problem, I figured I'd post my results here for the next person to have this problem so they can find it easily.
When tarting quake3, my desktop would try switching resolutions to go into quake3 and re-appear at the desktop in a 640x480 installation. I then ran quake3 from the console and observed the following error being output constantly to console before crashing:
Xlib: extension "GLX" missing on display
After searching around for a bit, I discovered this post: http://www.linux-gamers.net/modules/newbb/viewtopic.php?topic_id=2663
Basically, if you are using the nvidia-legacy drivers as I am (I have a GeForce 2), then you must add the following directive to your /etc/X11/xorg.conf file:
Section "Extensions"
Option "Composite" "Disable"
EndSection
This did the trick!
When tarting quake3, my desktop would try switching resolutions to go into quake3 and re-appear at the desktop in a 640x480 installation. I then ran quake3 from the console and observed the following error being output constantly to console before crashing:
Xlib: extension "GLX" missing on display
After searching around for a bit, I discovered this post: http://www.linux-gamers.net/modules/newbb/viewtopic.php?topic_id=2663
Basically, if you are using the nvidia-legacy drivers as I am (I have a GeForce 2), then you must add the following directive to your /etc/X11/xorg.conf file:
Section "Extensions"
Option "Composite" "Disable"
EndSection
This did the trick!