Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Ubuntu . Athlone XP 2600, 512 MB Ram
Posts: 56
Rep:
Shutting Down the X Windows
hi ..
iam installing the Nvidia Display Driver and when i run it , it says that iam running an XServer and need to shut it down first ! i press Ctrl+Alt+F2 and get on the terminal but how do i shutdown the xserver ?
Originally posted by TruckStuff Platform independent:
Code:
# killall -9 X
Killing -9 is not nice as it does not give it an opportunity to close connections and 'neatly' shutdown. Kill -1 or -15 would be a good thing to try first.
Same reason the non-graphical login prompt always respawns - If it didn't, the login screen would only let you log in once, and then you'd have to use another terminal
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.