diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-08 03:30:19 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-08 03:30:19 +0800 |
commit | f30014c2113e0e8c40e052a908ab8f5b1fbb072d (patch) | |
tree | 240a1deb399fc84cfc00e2cdc978d1b86130212c | |
parent | 5b879a05dba7ec6528b5bc18c3dad40a4e68e8dc (diff) | |
download | marcuscom-ports-f30014c2113e0e8c40e052a908ab8f5b1fbb072d.tar marcuscom-ports-f30014c2113e0e8c40e052a908ab8f5b1fbb072d.tar.gz marcuscom-ports-f30014c2113e0e8c40e052a908ab8f5b1fbb072d.tar.bz2 marcuscom-ports-f30014c2113e0e8c40e052a908ab8f5b1fbb072d.tar.lz marcuscom-ports-f30014c2113e0e8c40e052a908ab8f5b1fbb072d.tar.xz marcuscom-ports-f30014c2113e0e8c40e052a908ab8f5b1fbb072d.tar.zst marcuscom-ports-f30014c2113e0e8c40e052a908ab8f5b1fbb072d.zip |
Add a message to inform the user what is needed to run the shell.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18859 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-shell/pkg-message | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/gnome-shell/pkg-message b/x11/gnome-shell/pkg-message new file mode 100644 index 000000000..e946379ec --- /dev/null +++ b/x11/gnome-shell/pkg-message @@ -0,0 +1,17 @@ +To enable acceleration to run gnome-shell for Intel (and probably ATI) cards, the +user running the shell needs to have read/write permissions on /dev/dri/cardN (usually N=0). + +To have access you may put your user on the wheel group or you may use devfs.rules to +change the mode of the /dev/dri/card0; to allow read/write access to the group your +user belongs to or to grant read/write access to any user, i.e (untested): + + add path 'dri/*' mode 0666 group operator + +will do both things; will make /dev/dri/* belong to the operator group and give +everyone read/write access. Please check: + + man 5 devfs.rules + +for more info. + +NVIDIA cards seems to be fine by default so no further action seems to be needed. |