From d2be162cc83309cdfc841734606889458d6702e5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 5 Aug 2021 18:58:40 +0200 Subject: elevate: some adaptations and fixes --- inventory/host_vars/ele-minidan.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'inventory/host_vars/ele-minidan.yml') diff --git a/inventory/host_vars/ele-minidan.yml b/inventory/host_vars/ele-minidan.yml index df7ab77c..73415369 100644 --- a/inventory/host_vars/ele-minidan.yml +++ b/inventory/host_vars/ele-minidan.yml @@ -66,3 +66,9 @@ ws_base_lightdm_defaults: ws_base_extra_packages: - mpv + +ws_base_xrandr_setup_script: | + #!/bin/bash + + xrandr --output HDMI-1 --mode 1920x1080 --rate 50 + exit 0 -- cgit v1.2.3