Skip to content

Instantly share code, notes, and snippets.

@migerh
Created January 19, 2011 22:32
Show Gist options
  • Select an option

  • Save migerh/787027 to your computer and use it in GitHub Desktop.

Select an option

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