summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2015-08-09 12:58:56 +0000
committerkwm <kwm@FreeBSD.org>2015-08-09 12:58:56 +0000
commitaeb66ad891a24e3621c62151744bb007915b23d2 (patch)
tree4a2c5c0da7642764f0c370978457eaa2d085928f /UPDATING
parentcab733fc814b9944c96adae20de63db13f84b4d7 (diff)
downloadFreeBSD-src-aeb66ad891a24e3621c62151744bb007915b23d2.zip
FreeBSD-src-aeb66ad891a24e3621c62151744bb007915b23d2.tar.gz
Add a new group named 'video' with the id of 44. And make drm create
devices in /dev/dri/ with this new group. This will allow ports and users to more easily access to these devices for OpenGL and OpenCL support. Reviewed by: dumbbell@ Approved by: dumbbell@ Differential Revision: https://reviews.freebsd.org/D1260
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index bc05d3c..bd2d45d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20150809:
+ The default group assigned to /dev/dri entries has been changed
+ from 'wheel' to 'video' with the id of '44'. If you want to have
+ access to the dri devices please add yourself to the video group
+ with:
+
+ # pw groupmod video -m $USER
+
20150806:
The menu.rc and loader.rc files will now be replaced during
upgrades. Please migrate local changes to menu.rc.local and
OpenPOWER on IntegriCloud