Skip to content

Instantly share code, notes, and snippets.

@migerh
Created January 19, 2011 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save migerh/787027 to your computer and use it in GitHub Desktop.
Save migerh/787027 to your computer and use it in GitHub Desktop.
get high res on low res screens
#!/bin/bash
xrandr --fb 1536x900 --output LVDS1 --mode 1024x600 --scale 1.5x1.5 --panning 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment