edit:
/etc/init/gdm.conf

find:
start on (filesystem
and started dbus
and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
or stopped udevtrigger))

replace it with:
start on (start-gdm)

to start:
service gdm start

Kommentar hinterlassen