Results 1 to 8 of 8

Thread: how to disable lightdm

  1. #1
    Join Date
    Jul 2011
    Beans
    3

    how to disable lightdm

    How can I disable lightdm?
    I want to use startx to start my wm.

  2. #2
    Join Date
    Sep 2011
    Location
    Wherever I go, Here I am
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: how to disable lightdm

    Running LightDM on demand

    If you are using another display manager by default (e.g. GDM) then you will have to stop that and run LightDM on demand. Log out of any graphical sessions, go to a text terminal (alt-ctrl-F1) then switch display managers with the following commands:
    sudo stop gdm sudo start lightdm

    REF:HERE <<<<<< for more information
    Please mark your thread as Solved when appropriate || My WIKI
    ---------------------------


  3. #3
    Join Date
    Jul 2011
    Beans
    3

    Re: how to disable lightdm

    no. lightdm IS my default. I don't have gdm at all. I want to disable lightdm, so that I only have a console
    at boot, then I'll log in to the console, and then do startx to start stumpwm.

  4. #4
    Join Date
    Mar 2011
    Beans
    78

    Re: how to disable lightdm

    This is for gdm:
    http://ubuntuforums.org/showthread.p...0#post10798400
    create /etc/init/lightdm.override instead of /etc/init/gdm.override

  5. #5
    Join Date
    Jul 2011
    Beans
    3

    Re: how to disable lightdm

    thanks that worked. i just replaced the file gdm.override with lightdm.override.

  6. #6
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: how to disable lightdm

    Cool!

    Please don't forget to mark this thread as [SOLVED]. At the top of this page click on Thread Tools -> Mark thread as solved.

    Thanks!

  7. #7
    Join Date
    Feb 2006
    Beans
    12

    Re: how to disable lightdm

    I'm pretty sure it can automatically restart at a later date if lightdm is updated. I disabled lightdm ages ago and it recently came back.

    Number 6 in this post suggests how to have gdm permanently disabled by telling dpkg to keep the config file renamed. Seems like a better solution to me and I'm trying it.

    Here's the same command for lightdm:

    Code:
    sudo dpkg-divert --rename --add /etc/init/lightdm.conf

  8. #8
    Join Date
    Jun 2011
    Location
    Szekesfehervar, Hungary
    Beans
    2
    Distro
    Ubuntu

    Unhappy Re: how to disable lightdm

    Quote Originally Posted by mutley89 View Post
    This is for gdm:
    http://ubuntuforums.org/showthread.p...0#post10798400
    create /etc/init/lightdm.override instead of /etc/init/gdm.override
    Yes it worked, but I could not disable the splash.

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
  •