Results 1 to 10 of 66

Thread: Need to disable gdm

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Beans
    12
    Distro
    Ubuntu 9.10 Karmic Koala

    Need to disable gdm

    Does anybody know how to disable gdm (gnome) so I can boot to the command line in 9.10?

  2. #2
    Join Date
    Dec 2007
    Location
    Israel
    Beans
    990
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: Need to disable gdm

    One of the ways is to run
    Code:
    sudo sysv-rc-conf
    in a terminal and remove the X's using the space bar in the line starting with gdm.

    Alternatively you can access a console using <Ctrl><Alt><F1> when gdm is running.

    Good Luck
    If you can, help others; if you cannot do that, at least do not harm them.
    Dalai Lama

  3. #3
    Join Date
    Feb 2007
    Beans
    64

    Re: Need to disable gdm

    I'm afraid that developers have totally mutilated the runlevel system of Ubuntu. Perhaps, playing with /etc/init/gdm.conf might help.

  4. #4
    Join Date
    Jun 2005
    Location
    Manchester , UK
    Beans
    248
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Need to disable gdm

    or hold shift down while the systems booting & it brings up the menu
    Desktop : Self built I7 quad core 3.2 based system

    Laptop : MSI wind U100

  5. #5
    Join Date
    Jun 2008
    Beans
    8

    Re: Need to disable gdm

    I've tried /etc/init.d/gdm off but it says upstart doesn't support "off". Any ideas?

  6. #6
    Join Date
    Feb 2007
    Beans
    64

    Re: Need to disable gdm

    dcc24,

    To stop GDM, you have to give the command `stop', not `off':
    Code:
    /etc/init.d/gdm stop
    But it will only stop gdm for this session. It will still be started after reboot.

    Perhaps, if you edit the file /etc/init/gdm.conf and replace the line
    Code:
    stop on runlevel [016]
    with
    Code:
    stop on runlevel [0126]
    it might work. Cannot check the idea right now, sorry... Or just make some more or less random changes in this script so it would not run GDM I mean, like, change `/usr/sbin/gdm' to `/no/more/gdm'.

  7. #7
    Join Date
    Jun 2008
    Beans
    8

    Re: Need to disable gdm

    Yeah, but I don't want to "stop" it, I want it off. Before 9.10 "/etc/init.d/gdm off" worked just fine.

    But, I guess you're right, messing up the init script seems to be the only way.

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
  •