/ scaling of benq

increase resolution
This commit is contained in:
committer@tuxwarrior
2025-04-15 08:25:36 -05:00
parent 3c5645af5b
commit 33038780e4

View File

@@ -43,8 +43,10 @@ ds-tuxwarrior-3() {
# without scaling:
# xrandr --output DP-0 --primary --mode 3840x2160 --pos 3840x0 --rotate normal --output DP-1 --off --output HDMI-0 --mode 1920x1080 --pos 7680x240 --rotate left --output DP-2 --mode 3840x2160 --pos 0x0 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off --output DP-6 --off
# with laptop display scaling of 0.5:
# with laptop display scaling of < 1 (reduce resolution):
xrandr --output DP-2 --scale 0.5
# with benq display scaling of > 1 (increase resolution):
xrandr --output HDMI-0 --scale 1.5
xrandr --output DP-0 --primary --mode 3840x2160 --pos 1920x0 --rotate normal --output DP-1 --off --output HDMI-0 --mode 1920x1080 --pos 5760x0 --rotate left --output DP-2 --mode 3840x2160 --pos 0x0 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off --output DP-6 --off
nr > /dev/null 2>&1