summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-04-01 18:47:01 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-04-01 18:47:01 +0200
commitf2d31fef4cb7258c12b7db9a6acfb01e6b960d0f (patch)
tree00b3c71a1f589502c519a6cc96b3920e43c7063e /inventory
parentthe video= cmdline option for setting the preferred KMS resolution is flawed. (diff)
mpv-headless: go back to using video= kernel command line option
problems with not working mode selection can be worked around using custom edid.bin files...
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ele-tarvos.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/inventory/host_vars/ele-tarvos.yml b/inventory/host_vars/ele-tarvos.yml
index 424ae493..a1f206d4 100644
--- a/inventory/host_vars/ele-tarvos.yml
+++ b/inventory/host_vars/ele-tarvos.yml
@@ -23,7 +23,7 @@ install:
mountpoint: /home
kernel_cmdline:
- "consoleblank=0"
-# - "video=1920x1080@25"
+ - "video=1920x1080@50"
network:
nameservers: "{{ network_zones.lan.dns }}"
@@ -53,5 +53,4 @@ mpv_headless_media_storage:
#mpv_headless_audio_device: "alsa/default"
mpv_headless_audio_device: "alsa/hdmi"
-mpv_headless_video_mode: "1920x1080@25.00"
-#mpv_headless_video_mode: "1920x1080@50"
+mpv_headless_video_mode: "1920x1080@50"