Alan Wylie's Web Site

Thu, 2017-11-09


With systemd 235, playing "Black Mesa" in a systemd-nspawn container stopper working: permalink
Running glxinfo gave the error
libGL error: failed to open drm device: Operation not permitted
and strace showed:
open("/dev/dri/card0", O_RDWR|O_LARGEFILE|O_CLOEXEC) = -1 EPERM (Operation not permitted)
The fix is to add
--property='DeviceAllow=/dev/dri/card0 rw'
to the systemd-nspawn command line