Saturday, March 03, 2018

Re: drm permissions error with i965 on amd64 6.2 with libGL applications

On Mar 3, 2018 5:52 AM, Z Ero <zerotetration@gmail.com> 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?
>

No comments:

Post a Comment