x server

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
VladimirPutin

x server

Post by VladimirPutin »

how do i stop x server ?
i have linux mint 12 lisa gnome
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
travis7585

Re: x server

Post by travis7585 »

Here are the two simplest ways to stop and restart X, found in about 2 seconds searching for "stop x server" on google:

From the command line
Stop the xserver: Go to virtual console 1 (Press Ctrl + Alt + F1 and enter your login information), then run this command (type it in and press enter):

Code: Select all

sudo service lightdm stop
Start the xserver: from virtual console 1, run:

Code: Select all

sudo service lightdm start
or
Keyboard shortcut
Use the following keyboard shortcut to restart the xserver: ALT + SYSRQ/PRTSC + K
Locked

Return to “Other topics”