diff options
Diffstat (limited to 'dp32res')
| -rwxr-xr-x | dp32res | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +# 60hz +# xrandr --newmode "1624x1080_60.00" 145.50 1624 1728 1896 2168 1080 1083 1093 1120 -hsync +vsync +# xrandr --addmode HDMI-1 "1624x1080_60.00" +# xrandr --output HDMI-1 --mode "1624x1080_60.00" + +# 100hz +xrandr --newmode "1624x1080_100.00" 255.75 1624 1752 1928 2232 1080 1083 1093 1147 -hsync +vsync +xrandr --addmode HDMI-1 "1624x1080_100.00" +xrandr --output HDMI-1 --mode "1624x1080_100.00" + |