On Mar 3, 2018 5:52 AM, Z Ero <[email protected]> wrote: > > "libGL error: failed to open drm device: Permission denied > libGL error: failed to load driver: i965" > > I can solve it by changing the permissions on /dev/drm0 to rw for users but: > > (1) I am not sure if that introduces a realistic security risk.
I don't know. > (2) The permissions are reverted on reboot making a minor annoyance to > reset them. > /etc/rc.local chmod o+rw /dev/drm0 > Advice? >

