Results 1 to 8 of 8
I am trying to kill the X server at the login screen. It flashes to the console, but then X boots back up after half a second. How would I ...
- 05-20-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 6
Killing the X Server
I am trying to kill the X server at the login screen. It flashes to the console, but then X boots back up after half a second. How would I prevent it from doing that?
- 05-20-2008 #2
Press Alt+Ctrl+F1. It will drop you at command line mode. Log in as Regular User and execute this
Above code will stop X Server. Execute this to restart it :Code:su - /etc/init.d/gdm stop
Code:su - /etc/init.d/gdm start
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-20-2008 #3Just Joined!
- Join Date
- May 2008
- Posts
- 37
why would you log in as a regular user and then su - ?
- 05-21-2008 #4
Its not a good idea to log in as root user. One should as Regular user only and gain root privileges using su - whenever required.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-21-2008 #5Just Joined!
- Join Date
- May 2008
- Posts
- 6
Thanks devils casper.
- 05-21-2008 #6Just Joined!
- Join Date
- May 2008
- Posts
- 6
Ahh, well, that didn't work. Nothing happens when I use the key combination you supplied above.
- 05-22-2008 #7
Which code didn't work? Does Alt+Ctrl+F1-F6 drop you at command line prompt?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-25-2008 #8Just Joined!
- Join Date
- May 2008
- Posts
- 6
Didn't try alt+ctrl+F1+F6, only tried alt+ctrl+F1 as you said above.


Reply With Quote
