Skip to content

Instantly share code, notes, and snippets.

@Eduard-gan
Created October 7, 2018 18:49
Show Gist options
  • Save Eduard-gan/7035ba94ae1a514384e7f13174a6c03d to your computer and use it in GitHub Desktop.
Save Eduard-gan/7035ba94ae1a514384e7f13174a6c03d to your computer and use it in GitHub Desktop.
Script to add 2560x1400 on vbox linux vm
#! /bin/bash
xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
xrandr --addmode VGA-1 "2560x1440_60.00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment