Results 1 to 3 of 3

Thread: no graphical login / lightdm killed

  1. #1
    Join Date
    May 2012
    Beans
    33

    no graphical login / lightdm killed

    hi,

    i tried to reset my lightdm configs with:
    Code:
    dpkg --force-all --purge lighdm
    apt-get install lightdm
    but now sudo /etc/init.d/lightdm wont do anything besides show the boot
    messages on tty6. theres nothing on tty7.
    theres also no error even if lightdm is started manually without the init scripts.
    im currently running "x" with startx and gnome-terminal as first application in ~/.xinitrc.
    any idea how i can get the problem solved so that i can login again normally?

    cant even move windows around

  2. #2
    Join Date
    Jul 2012
    Beans
    17

    Re: no graphical login / lightdm killed

    Try
    Code:
    dpkg-reconfigure lightdm
    Also, did you misstype and mean sudo apt-get install? If not, try installing again with sudo, you need root access to install applications.

  3. #3
    Join Date
    May 2012
    Beans
    33

    Re: no graphical login / lightdm killed

    yes i do work with sudo when required, in this case i just didnt write it down.
    sadly the reconfigure did not create a chance

    this was missing:
    Code:
    /etc/lightdm/lightdm.conf 
    [SeatDefaults]
    allow-guest=false
    user-session=ubuntu
    greeter-session=unity-greeter
    quesiton: why did apt not install the file a second time after a purge?
    Last edited by KisteBecks; September 27th, 2012 at 06:34 AM.

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
  •