From fe638c892b8d36ee6877dc81368d64369be977f5 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 16 Mar 2020 16:54:49 +0100 Subject: [PATCH] Update display configuration for new monitor Signed-off-by: Severin Kaderli --- system/.local/bin/resolution | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/.local/bin/resolution b/system/.local/bin/resolution index 49f2158..f6133a3 100755 --- a/system/.local/bin/resolution +++ b/system/.local/bin/resolution @@ -18,19 +18,19 @@ xrandr --listproviders | grep -q "modesetting" && xrandr --setprovideroutputsour xrandr --dpi 96 if is-connected "HDMI1"; then - xrandr --output HDMI1 --mode 1280x1024 --left-of eDP1 + xrandr --output HDMI1 --mode 1920x1200 --left-of eDP1 else xrandr --output HDMI1 --off > /dev/null 2>&1 fi if is-connected "HDMI-1-1"; then - xrandr --output HDMI-1-1 --mode 1280x1024 --left-of eDP-1-1 + xrandr --output HDMI-1-1 --mode 1920x1200 --left-of eDP-1-1 else xrandr --output HDMI-1-1 --off > /dev/null 2>&1 fi -xrandr --output eDP1 --primary --mode 1920x1080 --pos 1280x0 --rotate normal -xrandr --output eDP-1-1 --primary --mode 1920x1080 --pos 1280x0 --rotate normal +xrandr --output eDP1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal +xrandr --output eDP-1-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal if is-connected "DVI-I-1-1"; then xrandr --output DVI-I-1-1 --mode 1920x1080 --left-of eDP1