You are not logged in.
Pages: 1
[zach@notapowerbook ~]$ fglrxinfo
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
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)
[zach@notapowerbook ~]$ sudo fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: FireMV 2400 PCI DDR Generic
OpenGL version string: 1.3.1050 (X4.3.0-8.23.7)
the ati drivers seem to only for for root. how can i fix this?
Offline
This might help: http://bbs.archlinux.org/viewtopic.php?t=19930
Offline
check to ensure you have this in your xorg.conf:
Section "DRI"
Mode 0666
EndSection
Offline
I'd agree with paul2lv's link and attempt to make sure your user is under the group video. something like:
gpasswd -a username video
Offline
Pages: 1