From 183a9fb985bcd0817d8befa66423f8f8154b50e8 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 29 May 2019 19:16: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 d5be602..41f43dd 100755 --- a/system/.local/bin/resolution +++ b/system/.local/bin/resolution @@ -19,11 +19,9 @@ xrandr \ --dpi 96 \ --output HDMI1 --mode 1280x1024 --pos 80x56 --rotate normal \ --output HDMI-1-1 --mode 1280x1024 --pos 80x56 --rotate normal \ - # Integrated screen --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal \ --output eDP-1-1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal \ - # Displaylink HDMI port --output DVI-I-1 --primary --mode 1920x1080 --pos 3280x0 --rotate normal \ --output DVI-I-2-1 --primary --mode 1920x1080 --pos 3280x0 --rotate normal \