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,
Archived thread 100626 from Outdated Tutorials & Tips. Markdown source: Outdated_Tutorials_&_Tips/thread_100626_Disable_gdm_startup,_start_console_mode..md
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,
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.