mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #125] Immediate crash on Macbook pro 10.14.6 #91
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#91
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 @nedelec on GitHub (Sep 17, 2019).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/125
My mac immediately freezes when I start Monitor Control 1.7.0, forcing me to reboot.
It was working fine before I updated to Mojave.
Sorry but I am not sure what is going on or how to find out...
@JoniVR commented on GitHub (Sep 17, 2019):
What Monitor, GPU and cable are you using?
@nedelec commented on GitHub (Sep 17, 2019):
NVIDIA GeForce GT 750M:
Chipset Model: NVIDIA GeForce GT 750M
Type: GPU
Bus: PCIe
PCIe Lane Width: x8
VRAM (Total): 2 GB
Vendor: NVIDIA (0x10de)
Device ID: 0x0fe9
Revision ID: 0x00a2
ROM Revision: 3776
Automatic Graphics Switching: Supported
gMux Version: 4.0.8 [3.2.8]
Metal: Supported, feature set macOS GPUFamily1 v4
Displays:
DELL U2412M:
Resolution: 1920 x 1200 (WUXGA - Widescreen Ultra eXtended Graphics Array)
UI Looks like: 1920 x 1200
Framebuffer Depth: 24-Bit Color (ARGB8888)
Display Serial Number: Y1H5T29I1H1L
Main Display: Yes
Mirror: Off
Online: Yes
Rotation: Supported
Automatically Adjust Brightness: No
Connection Type: DisplayPort
@JoniVR commented on GitHub (Sep 17, 2019):
Thanks for the detailed info!
Can you confirm that it did work on 1.6.0 or other versions?
@nedelec commented on GitHub (Sep 17, 2019):
I believe that MonitorControl 1.6.0 on the same system also crashed.
but it worked back in July, before I upgraded to Mojave.
@JoniVR commented on GitHub (Sep 17, 2019):
Might be related to your Nvidia card then. My guess would be that the
minReplyDelayis too high but I could be wrong, we'll need to look into this.Your system freezes completely right? Like no mouse cursor movement either?
@nedelec commented on GitHub (Sep 17, 2019):
Yes, complete freeze, including the mouse, and I see nothing in the logs.
@JoniVR commented on GitHub (Sep 17, 2019):
My guess is that the issue explained in this forum post is what’s happening:
So we’d have to play around with a shorter delay and give you a test build to see if that fixes it.
You could also test this yourself using kfix/ddcctl.
@nedelec commented on GitHub (Sep 17, 2019):
Hello, 'ddcctl' does not crash, and detect the monitor, but the brightness does not change. Is there something you would like me to try?
mac:ddcctl-master$ ./ddcctl -d 1 -b 1
D: NSScreen #724053908 (1920x1200 0°) 94.00 DPI
I: found 1 external display
I: polling display 1's EDID
I: got edid.serial: Y1H5T29I1H1L
I: got edid.name: DELL U2412M
D: action: b: 1
D: setting VCP control #16 => 1
mac:ddcctl-master$ ./ddcctl -d 1 -b 100
D: NSScreen #724053908 (1920x1200 0°) 94.00 DPI
I: found 1 external display
I: polling display 1's EDID
I: got edid.serial: Y1H5T29I1H1L
I: got edid.name: DELL U2412M
D: action: b: 100
D: setting VCP control #16 => 100
@JoniVR commented on GitHub (Sep 17, 2019):
Yes, please test changing volume too as brightness is less prone to causing issues than volume. :)
@nedelec commented on GitHub (Sep 17, 2019):
It did not crash, but this monitor has no speakers, as far as I know.
mac:ddcctl-master$ ./ddcctl -d 1 -v 10
D: NSScreen #724053908 (1920x1200 0°) 94.00 DPI
I: found 1 external display
I: polling display 1's EDID
I: got edid.serial: Y1H5T29I1H1L
I: got edid.name: DELL U2412M
D: action: v: 10
D: setting VCP control #98 => 10
@JoniVR commented on GitHub (Sep 18, 2019):
Hmm might be difficult to debug.. could you try a few of the previous versions and let me know if any of them work? Make sure to test 1.4.0
@SongHoang commented on GitHub (Apr 5, 2020):
I had this issue on a 650M and same Dell U2412M monitor on 2.0.0 I can confirm 1.4.0 works.
@JoniVR commented on GitHub (Apr 10, 2020):
I'm going to close this one as we will continue tracking this issue in #193