Skip to content

Instantly share code, notes, and snippets.

@devbhuwan
Created February 18, 2018 06:35
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 devbhuwan/4c3b0f5906c04feed1a101804e002880 to your computer and use it in GitHub Desktop.
Save devbhuwan/4c3b0f5906c04feed1a101804e002880 to your computer and use it in GitHub Desktop.
```bash
cvt 1366 768 60
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
xrandr -q
xrandr --addmode Virtual-0 1368x768_60.00
------
cvt 1305 735 60
xrandr --newmode "1312x735_60.00" 78.25 1312 1384 1512 1712 735 738 748 764 -hsync +vsync
xrandr -q
xrandr --addmode Virtual-0 1312x735_60.00
-------
cvt 1920 1080 60
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr -q
xrandr --addmode Virtual-0 1920x1080_60.00
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment