From 20086b0a941f987cd6ee9290f386620bbf924d22 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 23 Oct 2018 11:18:39 +0200 Subject: [PATCH] Update DisplayPort output --- ecran | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecran b/ecran index 8a9b8d7..aba18e7 100755 --- a/ecran +++ b/ecran @@ -8,7 +8,7 @@ case "${1}" in ds | dockstation | work ) - xrandr --output HDMI-1 --mode 1920x1200 --left-of LVDS-1 --output LVDS-1 --mode 1366x768 + xrandr --output DP-1 --mode 1920x1080 --left-of LVDS-1 --output LVDS-1 --mode 1366x768 printf 'Xrandr for DisplayPort with dock station';; vga | lug ) xrandr --output VGA-1 --mode 1280x1024 --right-of LVDS-1 --output LVDS-1 --mode 1366x768 @@ -20,7 +20,7 @@ case "${1}" in xrandr --output HDMI-1 --mode 1024x768 --output LVDS-1 --mode 1366x768 --same-as HDMI-1 printf 'Xrandr for presentation';; - | off ) - xrandr --output LVDS-1 --mode 1360x768 --output HDMI-1 --off --output VGA-1 --off --output HDMI-3 --off + xrandr --output LVDS-1 --mode 1360x768 --output HDMI-1 --off --output VGA-1 --off --output HDMI-3 --off --output DP-1 --off xrandr --output VGA --off printf 'Desactivate all video output';; out )