PDA

View Full Version : 2.6.16-1.2111_FC5 and fglrx drivers from livna


STRASHARO
7th May 2006, 08:05 AM
Hello people! I have Fedora Core 5 with latest updates and kernel 2.6.16-1.2111_FC5. I had succeeded to install the fglrx drivers from livna and all was working fine with the previous kernels. But with the latest kernel (2.6.16-1.2111_FC5) non-root users just can`t get OpenGL acceleration.
[strasharo@PANTZER ~]$ fglrxinfo
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.2)

[strasharo@PANTZER ~]$ glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
[strasharo@PANTZER ~]$


But with root everything is working fine.
[root@PANTZER ~]# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9200 DDR Generic
OpenGL version string: 1.3.1060 (X4.3.0-8.24.8)

[root@PANTZER ~]# glxinfo | grep direct
direct rendering: Yes
[root@PANTZER ~]#

I have set with setsebool allow_execheap=1 allow_execstack=1 and allow_execmod=1 in the past, but repeated those commands just in case and there wasn`t any difference. Tried fixfiles relabel but without success. I don`t see any errors in dmesg, nor in Xorg.0.log, /var/log/messages and etc. I have run out of ideas....

Any ideas?

smfinley
7th May 2006, 08:56 PM
Please submit a bug to http://bugzilla.livna.org/.

STRASHARO
8th May 2006, 11:38 AM

Okay, i will do that, thanks for the quick reply. :-)
Have a nice day.