diff options
Diffstat (limited to 'x11/gnome-shell/pkg-message')
-rw-r--r-- | x11/gnome-shell/pkg-message | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11/gnome-shell/pkg-message b/x11/gnome-shell/pkg-message deleted file mode 100644 index 47d33bee49d9..000000000000 --- a/x11/gnome-shell/pkg-message +++ /dev/null @@ -1,17 +0,0 @@ -[ -{ type: install - message: <<EOM -Gnome-shell requires acceleration of to work. For this a nvidia card -with the nvidia-driver, or a Intel/ATI KMS enabled card is needed. - -For the nvidia users no other changes are needed. For Intel/ATI KMS -driver the user needs to have read/write permissions on -/dev/dri/cardN (usually N=0). If gnome-shell is launched from gdm, the -gdm user also needs this access. - -Access can be granted by adding the user(s) to the video group. - -% pw groupmod video -m jerry -EOM -} -] |