Try modifying your /etc/init/lightdm.conf to the following (adding the
sleep 2 line):

# LightDM - light Display Manager
#
# The display manager service manages the X servers running on the
# system, providing login and auto-login services
#
# based on gdm upstart script

description "LightDM Display Manager"
author "Robert Ancell "

start on ((filesystem
and runlevel [!06]
and started dbus
and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
or stopped udev-fallback-graphics))
or runlevel PREVLEVEL=S)

stop on runlevel [016]

emits login-session-start
emits desktop-session-start
emits desktop-shutdown

script
if [ -n "$UPSTART_EVENTS" ]
then
# Check kernel command-line for inhibitors, unless we are being called
# manually
for ARG in $(cat /proc/cmdline); do
if [ "$ARG" = "text" ]; then
plymouth quit || :
stop
exit 0
fi
done

[ ! -f /etc/X11/default-display-manager -o "$(cat /etc/X11/default-
display-manager 2>/dev/null)" = "/usr/bin/lightdm" -o "$(cat /etc/X11
/default-display-manager 2>/dev/null)" = "/usr/sbin/lightdm" ] || {
stop; exit 0; }

if [ "$RUNLEVEL" = S -o "$RUNLEVEL" = 1 ]
then
# Single-user mode
plymouth quit || :
exit 0
fi
fi
sleep 2
exec lightdm
end script

post-stop script
if [ "$UPSTART_STOP_EVENTS" = runlevel ]; then
initctl emit desktop-shutdown
fi
end script

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1066410

Title:
  lightdm doesn't load correctly on Ubuntu 12.10

Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 12.10 doesn't load correctly because lightdm shows only a mouse 
pointer and a blinking command-line cursor.
  I don't know if this is only Ubuntu 12.10 specific bug, because a similar 
error appeared on my friend's computer back in 2011 on Ubuntu 11.10. However, 
switching to a command line and restarting lightdm solves the problem per 
instance. Also rebooting the device solves it, but also only for the specific 
boot. Another reboot ends with the same "black screen with a working mouse 
pointer and a blinking cursor".

  I am using Asus Zenbook ux32vd (Intel HD Graphics 4000 + not used
  Nvidia GT620M - Optimus technology).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1066410/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to