mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #835] [Aorus CV27Q] Monitor connection crashes after finite amount of inputs/transitions #530
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#530
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @desmondw on GitHub (Dec 7, 2021).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/835
Originally assigned to: @waydabber on GitHub.
Before opening the issue, have you...?
Describe the issue
Both the brightness and volume slider initially work but then the monitor connection crashes. To reproduce:
Note that changing the values successfully and then waiting does not instigate the issue. It instead appears to occur after a specific number of inputs or transition amounts.
For example, I lowered the brightness with the UI slider, waited a minute, then adjusted with the brightness via keyboard before seeing the issue appear again. In this case it appeared to require less keyboard inputs, suggesting a shared input/transition cap before the crash occurs.
Expected behavior
Not crash the monitor
Anything else?
I was able to use ddcctl without any issue, repeatedly toggling brightness between 10 and 90 - e.g.
ddcctl -d 1 -b 10Environment Information (please complete the following information)
@waydabber commented on GitHub (Dec 8, 2021):
Hi, you might want to try disabling
Enable smooth brightness transitionsas that will severely decrease the number of commands sent to the display, and avoid using the slider, use instead the keyboard, or if you use the slider, do not scroll it but point and click to a direct value. If the display is having a firmware problem with handling too many ddc requests (possibly a register is overflowing inside), this might help.