aboutsummaryrefslogtreecommitdiff
path: root/dp32res
diff options
context:
space:
mode:
Diffstat (limited to 'dp32res')
-rwxr-xr-xdp32res12
1 files changed, 12 insertions, 0 deletions
diff --git a/dp32res b/dp32res
new file mode 100755
index 0000000..80c86a7
--- /dev/null
+++ b/dp32res
@@ -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"
+