Skip to content

Instantly share code, notes, and snippets.

@samuelb
Created April 10, 2018 18:16
Show Gist options
  • Save samuelb/dbed8baa4ac0902236e70906e507e945 to your computer and use it in GitHub Desktop.
Save samuelb/dbed8baa4ac0902236e70906e507e945 to your computer and use it in GitHub Desktop.
Reacktor Beamer
reaktorbeamer() {
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode VGA1 1920x1080_60.00
xrandr --output LVDS1 --mode 1366x768 --scale 1x1 --output VGA1 --mode 1920x1080_60.00 --scale 0.7x0.7
}
# scale and resolution of LVDS might need to be adjusted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment