monitorcontrol icon indicating copy to clipboard operation
monitorcontrol copied to clipboard

Python monitor controls using DDC-CI.

Results 17 monitorcontrol issues
Sort by recently updated
recently updated
newest added

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3. Release notes Sourced from pytest's releases. 7.1.3 pytest 7.1.3 (2022-08-31) Bug Fixes #10060: When running with --pdb, TestCase.tearDown is no longer called for tests...

dependencies
python

How can we identify monitors? If the order of monitors is guaranteed to be the same across reboots, we can just use its index in the `get_monitors()` list. I'm not...

enhancement

Add usb type c support

USB C listed as 27 monitorcontrol --set-input-source 27 is not working Monitor 1: U3219Q Available Inputs: InputSource.DP1* InputSource.HDMI1 27 Monitor 2: Available Inputs: Monitor 3: VG27AQ Available Inputs: InputSource.DP1* InputSource.HDMI1...

bug

Great tool! I discovered a bug that appears when using monitortool together with pyglet: ```Python import monitorcontrol from pyglet.window import Window monitorcontrol.get_monitors() # ArgumentError: argument 2: : expected LP_RECT instance...

* Monitor manufacturer and model number: See ddcutil info below for list * Input source (HDMI, VGA, display port, ect.): DP and DP via DP->HDMI active adapter * Output device...

bug

Hey , Great Package man , can we expect it to work in Macos in near future ??

enhancement
question

Docs says that it is getting the monitors back-light luminance, but is actually looking at the brightness and not the luminance (intensity of backlight of an LCD). Can it be...

enhancement

I want to distinguish each monitor according to the name or id, `get_monitors()` just returen a monitor list, but I can't distinguish which is my physical display. Another demand is...

enhancement

My monitor has dynamic power saving as a option. Whenever I command the brightness to change or read the current brightness value, DPS gets turned back on. I can turn...

bug