Comment 9 for bug 691493

Revision history for this message
Brian Ealdwine (eode) wrote :

I have this bug, and my graphics driver is Radeon.

I have GL_EXT_texture from pixmap in both "server glx extensions" and "client glx extensions", but not in "glx extensions".

GLX version is 1.4.
Xorg.0.log says direct rendering is enabled.

Some potentially relevant lines from Xorg.0.log:

[ 304.985] (II) AIGLX: Screen 0 is not DRI2 capable
[ 304.985] drmOpenDevice: node name is /dev/dri/card0
[ 304.985] drmOpenDevice: open result is 12, (OK)
[ 304.985] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
[ 304.985] drmOpenDevice: node name is /dev/dri/card0
[ 304.985] drmOpenDevice: open result is 12, (OK)
[ 304.985] drmOpenByBusid: drmOpenMinor returns 12
[ 304.985] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 304.985] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
[ 304.985] (II) AIGLX: Trying DRI driver /usr/lib/dri/r300_dri.so
[ 305.028] (EE) AIGLX error: Calling driver entry point failed
[ 305.067] (EE) AIGLX: reverting to software rendering
[ 305.067] (II) AIGLX: Trying DRI driver /usr/lib/dri/swrast_dri.so
[ 305.070] (II) AIGLX: Loaded and initialized swrast

..let me know if there's anything else I can do to help.