mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 22:01:08 -06:00
[GH-ISSUE #556] Function to disable an external monitor #418
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#418
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 @McSpitz on GitHub (Sep 2, 2021).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/556
Before opening the issue, have you...?
Is your feature request related to a problem? Please describe
I am searching for a solution to disable an external monitor
Describe the solution you'd like
I would like to switch off an external display
Describe alternatives you've considered
did not found alternatives
Anything else?
No response
@waydabber commented on GitHub (Sep 2, 2021):
If you mean power control, then this is a planned advanced feature (DDC power control might work if the display supports it - https://github.com/MonitorControl/MonitorControl/issues/524). You can try ddcctl as well https://github.com/kfix/ddcctl as you can send power control signals with that utility.
If you mean disabling an external display without turning it off, then there are some tools for that (https://github.com/Eun/DisableMonitor), but this is not something we plan to add to MonitorControl.
@waydabber commented on GitHub (Sep 2, 2021):
Hey, I'll close this issue but please let me know if I can be of any more help on this! Be sure to follow #524 to see if there is a progress on that and also try if ddcctl works (to see if your display is supported or not - note that ddcctl works on Intel only).