You are not logged in.
Pages: 1
If I run X as root, I can use all things GL. Any normal user account I have though cant. I get an operation not permitted error. I have 9800 Pro using the latest fglrx driver. Any help would be appreciated.
Offline
the only things I can think of are user groups and where the xorg.conf file is, if you have an xorg.conf in the home directory it will override the one in /etc/X11/, check your /root/ and /home/(user) folders for an xorg.conf. either you have one with all the right settings in /root/ and none in /etc/X11 or a good one in /etc/X11 and a bad one in /home/(user). Hope this helps
Offline
I just have the one in /etc/X11
here is my output from a fail fgl_glxgears attempt
[b4t3m4n@fear ~]$ fgl_glxgears
Using GLX_SGIX_pbuffer
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 162 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 36
Current serial number in output stream: 36
Offline
Add your user to the video group.
# gpasswd -a USERNAME video
And make sure you have :
Section "DRI"
Mode 0666
EndSection
in your xorg.conf
Offline
Yeah was missing DRI in xorg.conf, thanks. Knew I was missing something simple
Offline
I feel I should mention that this error and solution were described in the troubleshooting section of the ATI Radeon & Kernel 2.6 wiki page. I've made alot of changes to that page recently, and it's actually useful once again.
Offline
Pages: 1