Skip to content

Instantly share code, notes, and snippets.

@mkoby
Created March 2, 2010 03:38
Show Gist options
  • Save mkoby/319107 to your computer and use it in GitHub Desktop.
Save mkoby/319107 to your computer and use it in GitHub Desktop.
#!/bin/bash
#This will reconfigure the Xorg server on Ubuntu systems
#You'll need to type in your password
sudo dpkg-reconfigure xserver-xorg
#After running this do the following
#Logout
#Press Alt-F1
#Login to terminal
#run 'sudo /etc/init.d/gdm restart' (without the ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment