Results 1 to 4 of 4
I believe this is a famous question, nevertheless I haven't found a decent answer.
Is it worth to switch off the Desktop Environment ?
If so how do i switch ...
- 02-17-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 14
How to switch off/on GUI ?
I believe this is a famous question, nevertheless I haven't found a decent answer.
Is it worth to switch off the Desktop Environment ?
If so how do i switch it off and back on(real-time, not on boot) ?
- 02-17-2011 #2
Its depends on what you are doing. Let us know which distribution you are using, so we can give you precise info on how to start/stop the gui.
- 02-17-2011 #3Just Joined!
- Join Date
- Feb 2011
- Posts
- 14
- 02-18-2011 #4
On Debian you have to disable the login manager from starting up e.g. as root
To enable the GUI at start upCode:update-rc.d -f gdm remove
If your system is already running and you want to shut the GUI, start a terminal and enterCode:update-rc.d gdm defaults
to restartCode:/etc/init.d/gdm stop
If you are using kdm, xdm or a different login manager, just substitute it for "gdm" in the commands above.Code:/etc/init.d/gdm start


Reply With Quote
