The X.Org Server (officially the X.Org Foundation Open Source Public Implementation of X11) is the X server in the official reference implementation of the X Window System.
This tutorial will explain How to remove,install and reconfigure xorg, without reinstalling ubuntu this is very useful if you messup with your xorg file.
Open terminal and run these commands
Remove existing xorg using the following command
sudo apt-get remove
--purge xserver-xorg
Install xorg using the following command
sudo apt-get install xserver-xorg
Reconfigure xorg using the following command
sudo dpkg-reconfigure xserver-xorg
I hope this helps some users to fix their xorg problems.
Incoming search terms:
- reinstall xorg
- install xorg ubuntu
- ubuntu reinstall xorg
- ubuntu xorg
- reconfigure xorg
- ubuntu install xorg
- xorg ubuntu
- install xserver ubuntu
- remove xorg
- how to install xorg ubuntu





thanks, works for me
[Reply]