Comment 47 for bug 1574120

Revision history for this message
Martin Pitt (pitti) wrote :

> "journalctl |grep systemd > log"

Sorry, that's wrong. The lid is handled by logind, can you please re-try with

   sudo journalctl -b -t systemd-logind > /tmp/logind.log

and attach /tmp/logind.log here?

Also, from your /sys/class/drm it looks like you have an external monitor enabled, but it's not quite clear which "enabled" applies to which device. Can you please copy&paste the output of

  grep -r . /sys/class/drm/*/enabled

Thanks!