Mon, 28 Dec 2015 00:25:25 +0200 Mihai Popescu <mih...@gmail.com> > libGL error: failed to open drm device: Permission denied > libGL error: failed to load driver: r600 > > Is it normal, can it be fixed on my side?
Quick and dirty hack around this (if your user is in group wheel): $ grep chmod .xinitrc sudo chmod g+rw /dev/drm0 $ ls -l /dev/drm* Any other suggestions, and moreover proper way to address this?