Skip to content

Instantly share code, notes, and snippets.

@wgm89
Created April 18, 2014 07:47
Show Gist options
  • Save wgm89/11030047 to your computer and use it in GitHub Desktop.
Save wgm89/11030047 to your computer and use it in GitHub Desktop.
repair ubuntu resolution
Screen Resolution stuck at 640x480 after installing
In /etc/X11/xorg.conf, look for these two lines :
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
and replace them with
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment