Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/dev/dri permissions
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
DefconAlpha
Apprentice
Apprentice


Joined: 25 Feb 2003
Posts: 151
Location: Alabama

PostPosted: Fri Aug 22, 2003 12:00 am    Post subject: /dev/dri permissions Reply with quote

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:
Code:
kill -SIGHUP 158
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
View user's profile Send private message
smiler.se
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2003
Posts: 115
Location: Sweden - Europe - Earth

PostPosted: Fri Aug 22, 2003 7:27 am    Post subject: Reply with quote

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
View user's profile Send private message
drzap
n00b
n00b


Joined: 20 Sep 2004
Posts: 23

PostPosted: Wed Jan 05, 2005 7:10 pm    Post subject: Reply with quote

chmod -R 777 /dev/dri solved it at my machine, perhaps fixing that in X config file aswell.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum