alex-courtis / way-displays

way-displays: Auto Manage Your Wayland Displays
MIT License
252 stars 13 forks source link

Head Misreported Following Successful Modeset #47

Closed alex-courtis closed 1 year ago

alex-courtis commented 2 years ago

Following a successful modeset the new mode is not reported but is handled by #33

The head is sometimes reported as disabled: wd.log

alex-courtis commented 2 years ago

A successful mode change implies enabled. Set it.

alex-courtis commented 2 years ago

The serial does not increment on successful NOP. Perhaps something might be done with that.

alex-courtis commented 2 years ago

Upon cancellation e.g. unplug dock a new serial is immediately sent but no further events.

Changes may thus be retried immediately.

alex-courtis commented 1 year ago

There have been extensive way-displays rewrites of mode setting (it's now atomic), along with success/fail/cancel case handling for sway and river.

There have also been many bug fixes and updates for wlroots, sway and river around display handling.

Closing this as I can no longer reproduce any such errors.