From f2d31fef4cb7258c12b7db9a6acfb01e6b960d0f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 1 Apr 2024 18:47:01 +0200 Subject: 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... --- inventory/host_vars/ele-tarvos.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'inventory/host_vars/ele-tarvos.yml') 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" -- cgit v1.2.3