Xlib: extension "GLX" missing on display ":0.0".



glx doesn't work. both glx and dri are in my xorg.conf, i'm using the nv
driver, i have graphics/dri installed.

[daniel@daniel ~]$ glxgears
Xlib: extension "GLX" missing on display ":0.0".
glxgears: Error: couldn't get an RGB, Double-buffered visual.


--
[daniel@daniel ~]$ uname -a
FreeBSD daniel.higham.ca 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Apr
7 23:44:35 ADT 2006 daniel@xxxxxxxxxxxxxxxx:/usr/obj/usr/src/sys/MACHINE
i386
[daniel@daniel ~]$ pkg_info |grep dri
dri-6.4.1,2 OpenGL hardware acceleration drivers for the DRI

relevent bits of xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
BusID "PCI:1:0:0"
EndSection
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: ATI radeon 9200, 2.6 kernel, xfree 4.3 - but still bad performance (dri failing?)
    ... >> I have DRI working but check out my glxgears output! ... I have also a 9200 radeon with xfree4.3. ... chipset is not supported by XFree4.3's 'radeon' driver. ... This is what I see when I try to load that driver: ...
    (Debian-User)
  • Re: 2.6.16-rc3: more regressions
    ... is the only one we have in this driver for an RV370. ... the radeon module to load. ... Thus the driver can't even send commands to the command processor and ... that's why X locked up on you when DRI was enabled. ...
    (Linux-Kernel)
  • DRI and linux compat...
    ... The game in question is NeverWinterNights though I don't think the problem is related to the game specifically. ... It would appear as though I have no DRI within my linux-compat. ... server glx vendor string: SGI ... Load "dbe" ...
    (freebsd-questions)
  • Re: ati radeon 9200 - slow 3d acceleration
    ... >> I have to load the fglrx kernel module first, and after that, I can ... >> load the agpgart, and radeon drm modules. ... both GLX and the DRI ... If I load both the GLX and the DRI ...
    (Debian-User)
  • Re: mesa indirect
    ... Load "glx" ... Load "extmod" ... Driver "synaptics" ... Section "DRI" ...
    (Fedora)