[GH-ISSUE #65] Completely crashes display output after starting the app #63

Closed
opened 2026-05-05 04:55:52 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @mauritsvdvijgh on GitHub (May 4, 2019).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/65

Starting the app leaves my Macbook Pro 11,4 without any video output on the external monitor and the internal display. The only way to recover from this seems to be forcing the computer to shutdown and starting the computer again. The internal display is also broken after unplugging the external monitor.

Using https://github.com/kfix/ddcctl I can control the monitor brightness/volume without problems.
I also tested MonitorControl with the latest ddcctl master commit, same results.

The monitor is: Iiyama ProLite B2888UHSU

Originally created by @mauritsvdvijgh on GitHub (May 4, 2019). Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/65 Starting the app leaves my Macbook Pro 11,4 without any video output on the external monitor and the internal display. The only way to recover from this seems to be forcing the computer to shutdown and starting the computer again. The internal display is also broken after unplugging the external monitor. Using https://github.com/kfix/ddcctl I can control the monitor brightness/volume without problems. I also tested MonitorControl with the latest ddcctl master commit, same results. The monitor is: Iiyama ProLite B2888UHSU
Author
Owner

@mauritsvdvijgh commented on GitHub (May 4, 2019):

I see, ddcctl works for setting the brightness but reading the brightness crashes the display:

./ddcctl -d 1 -b '?'

crashes bot displays (internal and external)

while:

./ddcctl -d 1 -b 100

Works fine

<!-- gh-comment-id:489349046 --> @mauritsvdvijgh commented on GitHub (May 4, 2019): I see, ddcctl works for setting the brightness but reading the brightness crashes the display: ``` ./ddcctl -d 1 -b '?' ``` crashes bot displays (internal and external) while: ``` ./ddcctl -d 1 -b 100 ``` Works fine
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/MonitorControl#63
No description provided.