Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2527

Raspberry Pi OS • Wayland kiosk mode doesn't respect dpms settings

$
0
0
I have a RPi 4 and Raspberry Pi OS with Wayland running in kiosk mode. It all works correctly, but the screen doesn't go into power saving mode. I have enabled Display Options -> Screen Blanking in raspi-config. And have the following in my `~/.config/wayfire.ini` file:

Code:

[command]repeatable_binding_volume_up = KEY_VOLUMEUPcommand_volume_up = wfpanelctl volumepulse volurepeatable_binding_volume_down = KEY_VOLUMEDOWNcommand_volume_down = wfpanelctl volumepulse voldbinding_mute = KEY_MUTEcommand_mute = wfpanelctl volumepulse mutebinding_menu = <super>command_menu = wfpanelctl smenu menubinding_terminal = <ctrl> <alt> KEY_Tcommand_terminal = lxterminalbinding_bluetooth = <ctrl> <alt> KEY_Bcommand_bluetooth = wfpanelctl bluetooth menubinding_netman = <ctrl> <alt> KEY_Wcommand_netman = wfpanelctl netman menubinding_grim = KEY_SYSRQcommand_grim = grimbinding_orca = <ctrl> <alt> KEY_SPACEcommand_orca = gui-pkinst orca rebootbinding_quit = <ctrl> <alt> KEY_DELETEcommand_quit = lxde-pi-shutdown-helperbinding_power = KEY_POWERcommand_power = pwrkey[input-device:10-0038 generic ft5x06 (79)]output = DSI-1[input-device:6-0038 generic ft5x06 (79)]output = DSI-1[input-device:4-0038 generic ft5x06 (79)]output = DSI-2[input-device:10-0038 generic ft5x06 (00)]output = DSI-1[input-device:6-0038 generic ft5x06 (00)]output = DSI-1[input-device:4-0038 generic ft5x06 (00)]output = DSI-2[input-device:10-005d Goodix Capacitive TouchScreen]output = DSI-1type = touchcalibration_matrix = 1 0 0 0 1 0[input-device:6-005d Goodix Capacitive TouchScreen]output = DSI-1[input-device:4-005d Goodix Capacitive TouchScreen]output = DSI-2[input]xkb_model = pc105xkb_layout = gbxkb_variant =[autostart]panel = wfrespawn wf-panel-pibackground = wfrespawn pcmanfm --desktop --profile LXDE-pixdg-autostart = lxsession-xdg-autostartchromium = chromium-browser https://example.com/ --kiosk --reload=150 --no-first-run --ozone-platform=wayland[core]idle_timeout = 300[plugin]idle = enabled[idle]dpms = truedpms_timeout = 300
I assumed that `dpms = true` and `dpms_timeout = 300` would be enough but it didn't work so I added the `idle = enabled` and `idle_timeout = 300`. Still no luck

My working theory is that Kiosk mode doesn't respect DPMS, but that doesn't seem likely. ¯\_(ツ)_/¯

Statistics: Posted by TomCamp — Sat Dec 07, 2024 11:00 pm



Viewing all articles
Browse latest Browse all 2527

Trending Articles