View previous topic :: View next topic |
Author |
Message |
DefconAlpha Apprentice
Joined: 25 Feb 2003 Posts: 151 Location: Alabama
|
Posted: Fri Aug 22, 2003 12:00 am Post subject: /dev/dri permissions |
|
|
Hey guys... X Windows appears to be resetting the permissions on /dev/dri so my normal user cannot have access to 3D rendering. I have the following lines related to the dri in my /etc/devfsd.conf:
Code: | REGISTER ^dri$ PERMISSIONS root.games 755
REGISTER ^dri/.* PERMISSIONS root.games 666 |
and i can restart devfsd with: and with my root user i can see the proper permissions, but under my normal user i get permission denied. So effectively, my root user has full access to 3D, but regular users cannot access it even though they are in the same group.
I have upgraded to version 3.2.4 (from 2.9.12) and now my regular user has access to the 3D, but these drivers suck ass. The old drivers weren't so slow that you could watch the applications redraw... I have also edited /etc/security/console.perms to include /dev/dri in the <dri> section and set the same (0666) permissions for the group root.games.
Anyone know how to make the permissions stay permenant? _________________ In the end, the love you get is equal to the love you make
--John Lennon & Paul McCartney (The End - Abbey Road, |
|
Back to top |
|
|
smiler.se Tux's lil' helper
Joined: 18 Aug 2003 Posts: 115 Location: Sweden - Europe - Earth
|
Posted: Fri Aug 22, 2003 7:27 am Post subject: |
|
|
Have you tried added
Code: | Section "DRI"
Group "video"
Mode 0666
EndSection |
To your X config? _________________ Christian
Sig out of date. Please upgrade to a newer one. |
|
Back to top |
|
|
drzap n00b
Joined: 20 Sep 2004 Posts: 23
|
Posted: Wed Jan 05, 2005 7:10 pm Post subject: |
|
|
chmod -R 777 /dev/dri solved it at my machine, perhaps fixing that in X config file aswell. |
|
Back to top |
|
|
|