mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
dd0e9e7708
* Add license * Switch to USES=localbase While here: * Review dependancies * Drop obsolete configure_args and post-patch lines * Remove mention of 9.x from pkg-message, and tell users how to add users to the video group. PR: 218982 (based on) Submitted by: cpm@
20 lines
691 B
Plaintext
20 lines
691 B
Plaintext
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
|
|
|
|
Additional for FreeBSD versions before FreeBSD 11.0-CURRENT revision
|
|
286524, and any FreeBSD 10.x version.
|
|
|
|
By using a devfs.rules(5) to change the mode of the /dev/dri/card0 on creation.
|
|
|
|
add path 'dri/*' mode 0666 group video
|
|
|