Comment 59 for bug 459639

Revision history for this message
quequotion (quequotion) wrote :

This is basically Rolf's idea (#53), but I put the sleep in a different place for /etc/init/gdm.conf. In this case it just holds off the call to gdm-binary. This is woking for me for now, but I don't much like it.

@@ -44,4 +44,5 @@
    export XORGCONFIG

+ sleep 2 # WHAT WOULD BE BETTER HERE IS A LOOP THAT WAITS UNTIL A GRAPHICS DRIVER IS CONFIRMED LOADED.
    exec gdm-binary $CONFIG_FILE
end script