How to remove/install/reconfigure xorg without reinstalling ubuntu

  • Open terminal
  • 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
source: title link

Comments

Popular posts from this blog

Como configurar el control de directv para que funcione con el Tv

Como escuchar la rock and pop desde Ubuntu

Python Ipdb Cheatsheet