ATI driver for X.org 7.0.0?

Steven Haigh netwiz at crc.id.au
Sat Feb 4 14:40:10 UTC 2006


> Hi,
>
> Set the enviroment variable LIBGL_DEBUG to verbose and run fgl_glxgears
> or fglrxinfo again.
>
> $ LIBGL_DEBUG=verbose fglrxinfo
>
> Please post the output.

Ah ha!

$ LIBGL_DEBUG=verbose fglrxinfo
libGL: XF86DRIGetClientDriverName: 8.21.7 fglrx (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/fglrx_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/fglrx_dri.so failed
(/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file:
No such file or directory)
libGL error: unable to find driver: fglrx_dri.so
libGL: XF86DRIGetClientDriverName: 8.21.7 fglrx (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/fglrx_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/fglrx_dri.so failed
(/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file:
No such file or directory)
libGL error: unable to find driver: fglrx_dri.so
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)

So, I went though and made a symlink from
/usr/lib/xorg/modules/dri/fglrx_dri.so to
/usr/X11R6/lib/modules/dri/fglrx_dri.so and now, the output is much
better:

$ LIBGL_DEBUG=verbose fglrxinfo
libGL: XF86DRIGetClientDriverName: 8.21.7 fglrx (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/fglrx_dri.so
libGL: XF86DRIGetClientDriverName: 8.21.7 fglrx (screen 0)
drmOpenByBusid: busid is PCI:1:0:0
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
Can't open configuration file /etc/drirc: No such file or directory.
Can't open configuration file /home/netwiz/.drirc: No such file or directory.
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON 9600 Generic
OpenGL version string: 2.0.5582 (8.21.7)

After 1 1/2 days of bashing my head into my desk, it all turns out that it
was looking for the file in the wrong place! I owe you a beer.

--
Steven Haigh




More information about the fedora-test-list mailing list