Advertisement
dioioib

remove xorg and reinstall

Apr 5th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. 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.
  2.  
  3. 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.
  4.  
  5. Open terminal and run these commands
  6.  
  7. Remove existing xorg using the following command
  8.  
  9. sudo apt-get remove --purge xserver-xorg
  10.  
  11. Install xorg using the following command
  12.  
  13. sudo apt-get install xserver-xorg
  14.  
  15. Reconfigure xorg using the following command
  16.  
  17. sudo dpkg-reconfigure xserver-xorg
  18.  
  19. I hope this helps some users to fix their xorg problems.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement