hyprwm / hypridle

Hyprland's idle daemon
BSD 3-Clause "New" or "Revised" License
320 stars 16 forks source link

Screen off only on laptop with external monitors #30

Open insomnes opened 4 months ago

insomnes commented 4 months ago

Using listener like this weirdly shutdowns only laptop display, external monitor keeps on:

# Turn display off on 450 seconds of inactivity
listener {
    timeout = 450
    on-timeout = hyprctl dispatch dpms off
    on-resume = hyprctl dispatch dpms on
}
vaxerski commented 4 months ago

that's a hyprland/wlr bug and is tracked somewhere there, use the search featuer

insomnes commented 4 months ago

In the wlroots repo you mean? I've searched hyprland, hyperlock repos also and can not find any related info.

vaxerski commented 4 months ago

https://github.com/hyprwm/Hyprland/issues?page=1&q=is%3Aissue+dpms

somewhere there, though again, it's not a hypridle or hyprlock issue, either hl or wlroots, more likely the latter. Especially if you have nvidia.

insomnes commented 4 months ago

I've tried searching and the only somewhat related issue is: https://github.com/hyprwm/Hyprland/issues/1475

But it currently works fine from direct terminal invoke and disables all monitors.

The problem only arises in combination with hypridle. (I only have intel GPU on my laptop)

vaxerski commented 4 months ago

The problem only arises in combination with hypridle.

well mention that from the start then

insomnes commented 3 months ago

Yeah, I've done not the best work on describing my problem, sorry for wasting your time.