Ubuntu Forums Archive Viewer

Disable gdm startup, start console mode.

Archived thread 100626 from Outdated Tutorials & Tips. Markdown source: Outdated_Tutorials_&_Tips/thread_100626_Disable_gdm_startup,_start_console_mode..md

Original URL About this archive
#1

Hy, i would like to disable dgm and start in CLI, and when i do startx start fluxbox instead of gnome.

Now i'm starting gdm with fluxbox, how to disable it?

thanks,

#2
mv /etc/X11/Xsession /etc/X11/Xsession.old

That just makes a backup.

echo exec fluxbox > /etc/X11/Xsession

That will start fluxbox when you type startx.