summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-equinox-ws.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-04-24 17:46:22 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-04-24 17:46:22 +0200
commit51e5a7fd8945c2b57f136c49ce42823c0d0d3c8e (patch)
tree91ddfae5ac2c92ca0f4eda4469f80dcb1bc08657 /inventory/host_vars/ch-equinox-ws.yml
parentmark sgg-icecast to be autostarted (diff)
update xrandr setup for ch-equinox-ws
Diffstat (limited to 'inventory/host_vars/ch-equinox-ws.yml')
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml
index 6b36ae1a..2da44243 100644
--- a/inventory/host_vars/ch-equinox-ws.yml
+++ b/inventory/host_vars/ch-equinox-ws.yml
@@ -272,5 +272,6 @@ ws_base_xrandr_setup_script: |
xrandr --output DisplayPort-1 --mode 2560x1440 --rotate left --pos 0x0
xrandr --output DisplayPort-0 --mode 3840x2160 --primary --pos 1440x200
xrandr --output DisplayPort-2 --mode 2560x1440 --rotate left --pos 5280x0
+ xrandr --output HDMI-A-0 --mode 3840x2160 --same-as DisplayPort-0 && true
exit 0