Tuesday, July 5, 2022

stop xorg process

The XORG process is for the xwindows desktop.  If you dont need it, assume maybe you are only using terminal to access this box and not using the GUI, you can stop/start/restart it with these commands

To Stop X.Org Server:

sudo service lightdm stop


To Start X.Org Server:

startx

(OR)

sudo service lightdm start


To Restart X.Org Server:


sudo service lightdm restart

No comments:

Post a Comment

Feel free to leave a comment! If you have any information that you think should be included, please do so here and I'll get it added in.