I had a hard time because I was following guides that were not tested on 9.10. In fact you don't need to mess with GDM's configuration as GRUB2 is the easiest way to get this done. Here are the steps:
1 - Edit the GRUB2 configuration defaults
Code:
$ sudo gedit /etc/default/grub
2 - Change the line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash text"
3 - Save and close the grub file
4 - Update grub so that the changes are propagated to grub's configuration file (to all current and future kernels)
That it! Simple right?
If you ever need to log into gnome, use the
startx command. If you want GDM to start use the
sudo gdm start command.
Hope this helps people from wasting hours of trying to disable GDM on 9.10 using older guides that suggest editing gdm.conf, moving gdm.conf, using update-rc.d, rcconf or sysv-rc-conf - none of those worked for me. This was the cleanest/best way I found of doing this.
Cheers!
Bookmarks