hyprctl keyword monitor cannot re-enable a disabled monitor #14711
Unanswered
slothish
asked this question in
Bugs - IPC / Plugins
Replies: 1 comment
-
|
Duplicate of: Please follow up there. It's got 7 upvotes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
After disabling a monitor via
hyprctl keyword monitor "eDP-1, disable", attempting to re-enable it viahyprctl keyword monitorhas no effect. The monitor stays dark. TTYs are also black (output disabled at KMS level). Only a full Hyprland restart restores it.Steps to reproduce
Expected: monitor comes back on.
Actual: monitor stays off. TTYs also black.
Workaround
DPMS works as a substitute for simple blanking:
DPMS does not fully disable the output (workspaces remain assigned), so it is not a complete equivalent — but it restores the display reliably.
Context
hl.monitor.disabled = false). Thehyprctl keyword monitorIPC path has the same underlying problem but was not addressed by that PR.Beta Was this translation helpful? Give feedback.
All reactions