Contents
How to boot Debian in text mode instead of graphical mode?
Install only the GUI stuff you will actually use and start anything you need to start by making entries in your user .xinitrc file, then use ‘startx’ to launch. If want gnome and gdm, but don’t want it to autostart, then the /etc/rcX files are the place to go.
How to prevent GUI from running at boot time in Debian?
You can prevent automatic running of the GUI when you boot your debian machine by disabling your login manager be it KDM, GDM or XDM from running at boot time. To disable the login manager from automatically running at boot up, run the following command as root #update-rc.d -f gdm remove Replace gdm with kdm or xdm if they are what you use.
Is there a way to untick Debian desktop environment?
During the installation of Debian the installer offers the choice of which Desktop Environment to install. Should you prefer to install one after booting into the new OS, you can decline all the offerings by unticking Debian desktop environment. A user on Debian 10 (buster) or Debian 11 (bullseye) would be presented with the menu:
What do I need to install Task desktop in Debian?
The Debian desktop environment installs task-desktop and requires one of the packages listed above. If none of them are on the system, the first in the list, task-gnome-desktop, will be installed to fulfill the dependency. This is the situation when a user accepts only the Debian desktop environment.
What does the frame buffer do in Debian?
Debian is using a “frame buffer” to increase the resolution of the console while still showing only the text console. The frame buffer allows for a higher resolution and smaller characters in the text console – especially usefull for modern big screens.
Is there a way to disable GDM in Debian?
The correct way to disable a service (such as GDM) from being started in a given runlevel (e.g., 2 which is Debian’s default runlevel) is like so: Further information can be found in /etc/rc2.d/README. Very nice article.