From 882d198df77701a16e94f6c6f3766f299abbaced Mon Sep 17 00:00:00 2001 From: czjstmax Date: Fri, 15 May 2026 01:10:27 +0200 Subject: add my Cool Scriptâ„¢ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: czjstmax --- dp32res | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 dp32res (limited to 'dp32res') 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" + -- cgit v1.3.1