From 75855a169d3c23cad0ebf7d18686bae7af6447f5 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Sat, 23 Nov 2019 12:17:50 +0100 Subject: [PATCH] Update resolution --- ecran | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ecran b/ecran index aba18e7..9792b4f 100755 --- a/ecran +++ b/ecran @@ -10,14 +10,14 @@ case "${1}" in ds | dockstation | work ) 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 + vga ) + xrandr --output VGA-1 --mode 1024x768 --right-of LVDS-1 --output LVDS-1 --mode 1366x768 printf 'Xrandr for dual screen with VGA';; hdmi | dp | displayport ) xrandr --output HDMI-1 --mode 1920x1080 --above LVDS-1 --output LVDS-1 --mode 1366x768 printf 'Xrandr for dual screen with DisplayPort';; pres | prez | presentation ) - xrandr --output HDMI-1 --mode 1024x768 --output LVDS-1 --mode 1366x768 --same-as HDMI-1 + xrandr --output VGA-1 --mode 1024x768 --left-of LVDS-1 --output LVDS-1 --mode 1366x768 printf 'Xrandr for presentation';; - | off ) xrandr --output LVDS-1 --mode 1360x768 --output HDMI-1 --off --output VGA-1 --off --output HDMI-3 --off --output DP-1 --off