From eb9fa336947a4a10243980cc36b8f3f197a6b731 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 29 May 2019 19:23:42 +0200 Subject: [PATCH] Fix resolution script Signed-off-by: Severin Kaderli --- system/.local/bin/resolution | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/.local/bin/resolution b/system/.local/bin/resolution index 2dfb010..01d77f0 100755 --- a/system/.local/bin/resolution +++ b/system/.local/bin/resolution @@ -17,8 +17,6 @@ $(xrandr --listproviders | grep -q "modesetting") && xrandr --setprovideroutputs xrandr \ --dpi 96 \ ---output HDMI1 --mode 1280x1024 --pos 80x56 --rotate normal \ ---output HDMI-1-1 --mode 1280x1024 --pos 80x56 --rotate normal \ --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal \ --output eDP-1-1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal \ --output DVI-I-1-1 --mode 1920x1080 --pos 3280x0 --rotate normal \