From 3609ad1a337dc1457b4df9dbd6247e0aa5b45cf3 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 29 May 2019 19:15:32 +0200 Subject: [PATCH] Fix outputs Signed-off-by: Severin Kaderli --- system/.local/bin/resolution | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/.local/bin/resolution b/system/.local/bin/resolution index 70d3d9d..d5be602 100755 --- a/system/.local/bin/resolution +++ b/system/.local/bin/resolution @@ -25,5 +25,5 @@ xrandr \ --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 +--output DVI-I-1 --primary --mode 1920x1080 --pos 3280x0 --rotate normal \ +--output DVI-I-2-1 --primary --mode 1920x1080 --pos 3280x0 --rotate normal \