From 79a3af8c3cf0631aa9581a3be73942acb584a9af Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 10 Aug 2017 14:51:23 -0300 Subject: Initial commmit --- mirror.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 mirror.sh (limited to 'mirror.sh') diff --git a/mirror.sh b/mirror.sh new file mode 100755 index 0000000..80c6df3 --- /dev/null +++ b/mirror.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# Mirror internal display on debconf17 beamer + +xrandr --output eDP-1 --scale-from 1280x720 --output HDMI-1 --same-as eDP-1 + -- cgit v1.2.3