Comment 98 for bug 969489

Revision history for this message
Ciprian Enache (ciprian-enache) wrote :

Adding some lines to /etc/init/lightdm.conf fixed the problem on my PC (Ubuntu 12.04):

start on ((filesystem
           and runlevel [!06]
           and started dbus
           and plymouth-ready
           and (graphics-device-added PRIMARY_DEVICE_FOR_DISPLAY=1 #added
           or drm-device-added PRIMARY_DEVICE_FOR_DISPLAY=1 #added
           or stopped udevtrigger or container)) #added
          or runlevel PREVLEVEL=S)