From 6bd10752c94e870687c3fb55d3e5475473383e9c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 1 Apr 2024 17:35:43 +0200 Subject: the video= cmdline option for setting the preferred KMS resolution is flawed. See this report what is basically the problem https://forums.raspberrypi.com/viewtopic.php?t=361921 Try to workaround using modetest to force setting the resolution that way but unfortunately this does not work either - although i somehow made it work at some point. Alas i can't reproduce it anymore. --- inventory/host_vars/ele-tarvos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 ebdc1bde..424ae493 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@25" network: nameservers: "{{ network_zones.lan.dns }}" -- cgit v1.2.3