Results 1 to 2 of 2

Thread: Unable to login, LightDM is not functioning

  1. #1
    Join Date
    Jan 2016
    Beans
    3

    Unable to login, LightDM is not functioning

    Hello, I have a problem regarding my Xubuntu laptop. It is an Acer Aspire TimelineX 4820TG running on Xubuntu 15.10. The laptop was fine until a few days ago when I was updating/installing some new packages when I restarted the machine. I was unable to access the login screen and it seems to be hanging at that stage. However I was fortunately can still access the system though the advanced options during boot and access the system using recovery. The system can boot perfectly and I can login although with limited drivers. Since I am still new to Ubuntu what logs should I attached and where to find it? I hope some body can help me. Thanks.

  2. #2
    Join Date
    Mar 2016
    Beans
    23

    Re: Unable to login, LightDM is not functioning

    Write the following command to reconfigure your lightdm

    Code:
    sudo dpkg-reconfigure lightdm
    If it does not work, try with theses lines

    Code:
    sudo update-rc.d lightdm remove
    sudo update-rc.d lightdm defaults
    sudo update-rc.d lightdm enable
    Check your /etc/init.d/lightdm file as well

    Code:
    sudo gedit /etc/init.d/lightdm
    You are supposed to find this (if not change what needs to be changed)

    HEED_DEFAULT_DISPLAY_MANAGER=false
    And finally take a look to the /etc/X11/default-display-manager file

    Code:
    sudo gedit /etc/X11/default-display-manager
    Copy/paste the following line in this file (it should be the only line in the whole file)

    /usr/sbin/lightdm
    Did you start having this issue after you changed anything that would be linked with your graphic card, like nvidia drivers?
    Anyway, I hope it helped.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •