Manual Start/Stop of the GUI in Ubuntu
To stop the GUI:
Code:
The easist way is to open a terminal and execute these commands:
sudo /etc/init.d/gdm stop
And then ctrl+alt+backspace to end your current session
To restart the GUI:
sudo /etc/init.d/gdm start
- Topic:
- donmc's blog
- Login or register to post comments
