Am 27.05.2017 um 17:50 schrieb Michael Biebl:
> I remember that this worked in the past, and I suspect an issue related
> to a kernel update:

Can you copy the attached service file to /etc/systemd/system/, then run
systemctl enable dri.service
Reboot with 4.9, run journalctl -b -u dri.service
Reboot with 4.8, run journalctl -b -u dri.service

Thanks,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
[Unit]
Description=Check dri devices

[Service]
ExecStart=/bin/sh -c 'for i in /sys/class/drm/*; do  if [ -e "$i/status" ] ; 
then echo "$i"; cat "$i/status"; cat "$i/enabled"; fi done'

[Install]
WantedBy=multi-user.target

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to