aboutsummaryrefslogtreecommitdiff
path: root/dp32res
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-05-15 01:10:27 +0200
committerczjstmax <jstmaxlol@disroot.org>2026-05-15 01:10:27 +0200
commit882d198df77701a16e94f6c6f3766f299abbaced (patch)
tree864246dd6a6701b279eff991ac984ef42b8383d5 /dp32res
parent4142471fa172db7fe2d28d47f0bc40d770b79a39 (diff)
add my Cool Scriptâ„¢
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
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"
+