[cw-discuss] extension "GLX" missing on display error
Doug B
brucks at felpsis.net
Fri Nov 9 20:40:19 CST 2007
On Fri November 9 2007 1:00:41 pm Matt Wilkie wrote:
>
> I think you are right here. I've done a bunch reading and even though
> I am using the right drivers for 3D acceleration (nvidia-glx), it
> isn't actually working, as evidenced by the fact that some of the 3D
> games I've tried to load for my kids silently abort on start up. For
> anyone else ubuntu chancing on this thread, this is a good place to
> start: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia
>
> Thank you for locating the likely source of my difficulties, even if
> it's not actually resolved yet :)
Have you checked to see if you are loading the glx module? Never used ubuntu,
but every distro I have used with nvidia drivers has required me to edit
the /etc/X11/xorg.conf to not load the dri module and load the glx module.
Example from /etc/X11/xorg.conf on this box:
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
# Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "type1"
Load "freetype"
Load "record"
EndSection
$ glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
<cut a bunch more output>
Doug
More information about the discuss
mailing list