Comment 3 for bug 585930

Revision history for this message
Robert J. Schulz (robert-rosaschulz) wrote :

perhaps helpful:

editing /etc/init/gdm.conf and /etc/init/kdm.conf

suggestion:

start on (filesystem
          and started dbus
+ # and graphics-device-added /dev/nvidiactl PRIMARY_DEVICE_FOR_DISPLAY=1
+ # and graphics-device-added nvidia
+ and started module-init-tools
          and (graphics-device-added fb0 PRIMARY_DEVICE_FOR_DISPLAY=1
               or drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
               or stopped udevtrigger))
one of the +-marked lines should help...