steam - 32bit OpenGL - AMD ATI Catalyst - direct rendering
As the title suggests having issues with steam games due to a lack of direct rendering support for 32bit.
glxinfo | grep 'direct render'
direct rendering: Yes
glxinfo32 | grep 'direct render'
libGL error: open uki failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
Regardless of permissions on /proc/ati the above remains.
rpm -qa | egrep 'catalyst|mesa|dxt' | grep i686
libtxc_dxtn-1.0.0-3.fc19.i686
xorg-x11-drv-catalyst-libs-13.8-0.1.beta1.fc19.i686
mesa-libGL-9.2-1.20130902.fc19.i686
mesa-libgbm-9.2-1.20130902.fc19.i686
mesa-libGLU-devel-9.0.0-2.fc19.i686
mesa-dri-drivers-9.2-1.20130902.fc19.i686
mesa-libEGL-9.2-1.20130902.fc19.i686
mesa-filesystem-9.2-1.20130902.fc19.i686
mesa-libEGL-devel-9.2-1.20130902.fc19.i686
mesa-libGLU-9.0.0-2.fc19.i686
mesa-libglapi-9.2-1.20130902.fc19.i686
TL;DR 64 bit direct rendering for OpenGL OK!, for 32Bit not OK :(
Really banging my head on this one now.
UPDATE: Card is a 7750 on Fedora 19
rpm -qa | egrep 'catalyst|mesa' | sort
kmod-catalyst-3.10.10-200.fc19.x86_64-13.8-0.2.beta1.fc19.x86_64
kmod-catalyst-3.10.7-200.fc19.x86_64-13.8-0.2.beta1.fc19.3.x86_64
kmod-catalyst-3.10.9-200.fc19.x86_64-13.8-0.2.beta1.fc19.4.x86_64
mesa-dri-drivers-9.2-1.20130902.fc19.i686
mesa-dri-drivers-9.2-1.20130902.fc19.x86_64
mesa-filesystem-9.2-1.20130902.fc19.i686
mesa-filesystem-9.2-1.20130902.fc19.x86_64
mesa-libEGL-9.2-1.20130902.fc19.i686
mesa-libEGL-9.2-1.20130902.fc19.x86_64
mesa-libEGL-devel-9.2-1.20130902.fc19.i686
mesa-libEGL-devel-9.2-1.20130902.fc19.x86_64
mesa-libgbm-9.2-1.20130902.fc19.i686
mesa-libgbm-9.2-1.20130902.fc19.x86_64
mesa-libGL-9.2-1.20130902.fc19.i686
mesa-libGL-9.2-1.20130902.fc19.x86_64
mesa-libglapi-9.2-1.20130902.fc19.i686
mesa-libglapi-9.2-1.20130902.fc19.x86_64
mesa-libGL-devel-9.2-1.20130902.fc19.x86_64
mesa-libGLU-9.0.0-2.fc19.i686
mesa-libGLU-9.0.0-2.fc19.x86_64
mesa-libGLU-devel-9.0.0-2.fc19.i686
mesa-libGLU-devel-9.0.0-2.fc19.x86_64
mesa-libwayland-egl-9.2-1.20130902.fc19.x86_64
mesa-libxatracker-9.2-1.20130902.fc19.x86_64
xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.x86_64
xorg-x11-drv-catalyst-libs-13.8-0.1.beta1.fc19.i686
xorg-x11-drv-catalyst-libs-13.8-0.1.beta1.fc19.x86_64
xorg-x11-drv-catalyst.i686 does not appear to be available from yum, downloading the rpm and manual installation results in:
Transaction check error:
file /etc/X11/xorg.conf.d/00-catalyst-modulepath.conf from install of xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.i686 conflicts with file from package xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.x86_64
file /usr/sbin/atieventsd from install of xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.i686 conflicts with file from package xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.x86_64
file /usr/bin/amdcccle from install of xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.i686 conflicts with file from package xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.x86_64
file /usr/bin/aticonfig from install of xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.i686 conflicts with file from package xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.x86_64
file /usr/bin/atiodcli from install of xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.i686 conflicts with file from package xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.x86_64
file /usr/bin/atiode from install of xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.i686 conflicts with file from package xorg-x11-drv-catalyst-13.8-0.1.beta1.fc19.x86_64
file /usr/bin/fgl_glxgears from install of xorg-x11-drv-catalyst-13.8-0 ...
I have same problem. Have you found the answer?