mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
wiki updates
This commit is contained in:
parent
9616b5163d
commit
aff98e59f0
2 changed files with 18 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Advanced Preferences
|
||||
---
|
||||
|
||||
To enable Advanced Preferences for monitors, toggle the "Show advanced settings under Displays" checkbox in the General Preferences and go to the Displays tab, where you'll now see advanced preferences for each display.
|
||||
|
||||
Inside the advanced preferences you can experiment and modify some more advanced settings.
|
||||
|
|
@ -12,7 +16,7 @@ Polling is used for reading current display volume and brightness values, which
|
|||
coming out of sleep mode.
|
||||
Because we try to read the values multiple times (for example, 10 tries for volume and 10 tries for brightness on `Normal` mode), it can cause some slowdown on your system. The different polling modes indicate a different amount of times we try to poll the display for information.
|
||||
|
||||
### Polling Modes:
|
||||
### Polling Modes
|
||||
|
||||
- None: 0 tries
|
||||
- Minimal: 5 tries
|
||||
|
|
|
|||
|
|
@ -16,6 +16,10 @@ so here are some troubleshooting steps and general information to try and help y
|
|||
|
||||
## I can't control volume/brightness
|
||||
|
||||
### Known incompatibilities
|
||||
|
||||
Mac Minis made after 2018 (including the M1 Mini) have trouble supporting DDC via the built-in HDMI port. Use the USB-C/Thunderbolt port instead!
|
||||
|
||||
### Check if your monitor OSD has a setting for DDC
|
||||
|
||||
Some monitors have a ddc settings that can be enabled/disabled, make sure you check if your specific monitor has this setting and if it does, you should ensure DDC is enabled.
|
||||
|
|
@ -63,9 +67,16 @@ If these commands change your brightness or volume, you know that your display s
|
|||
|
||||
Generally, people seem to have the highest success rates with DisplayPort and the lowest with HDMI.
|
||||
|
||||
### Known incompatibilities
|
||||
## Mute does not actually mute the speakers
|
||||
|
||||
Mac Minis made after 2018 (including the M1 Mini) have trouble supporting DDC via the built-in HDMI port. Use the USB-C/Thunderbolt port instead!
|
||||
By default, we mute by lowering the volume all the way to 0, we do this because it's the approach that works with most displays.
|
||||
|
||||
If you are having issues with this, try:
|
||||
|
||||
1. Preferences > Displays > Toggle `Show advanced settings` at the bottom
|
||||
2. Toggle `Enable Mute DDC command` for the display.
|
||||
|
||||
This approach uses the actuall DDC Mute command, which might work/behave better.
|
||||
|
||||
## I can't get accurate read values from the monitor
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue