Monitorian is a Windows desktop tool to adjust the brightness of multiple monitors with ease.
Monitorian is a Windows desktop tool designed to simplify the adjustment of brightness across multiple monitors. This software allows users to modify brightness settings individually or simultaneously for all connected displays, enhancing user experience and comfort.
Key Features:
Adjust brightness on individual monitors or in unison.
Utilize ambient light sensor support to automatically adjust brightness levels.
Customizable brightness ranges tailored to each monitor's specific needs.
Support for up to four monitors, ideal for multi-display setups.
Integration with precision touchpads for swipe-based brightness control.
Availability in multiple languages, catering to a diverse user base.
Audience & Benefits:
Monitorian is perfect for users managing multiple monitors or external displays, offering them the ability to achieve consistent and comfortable lighting across all devices. This tool enhances productivity by streamlining display management into an intuitive and accessible solution.
Installation via winget ensures easy setup on supported Windows systems, making Monitorian a hassle-free addition to any workspace.
README
Monitorian
Monitorian is a Windows desktop tool to adjust the brightness of multiple monitors with ease.
(DPI: 200%)
The user can change the brightness of monitors, including external ones, either individually or in unison. For the system with an ambient light sensor, the adjusted brightness can be shown along with configured one.
(DPI: 100%)
In addition, the user can change the adjustable range of brightness and contrast for each monitor seamlessly.
The settings file (and other file) will be created at: [system drive]\Users\[user name]\AppData\Local\Monitorian\
When you check [Start on sign in], a registry value will be added to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
Remarks
The monitor name shown in main window can be changed to distinguish monitors easily. To change the name, press and hold it until it turns to be editable.
To adjust the brightness by a touchpad, place two fingers on it and swipe horizontally. The touchpad must be a precision touchpad.
The number of monitors shown at a time is up to 4.
This app identifies each monitor by an unique identifier given by the OS. Even with the same PC and monitor, this identifier may vary depending on the type of connection (e.g. USB-C DisplayPort Alt mode) or the selection of connectors of the same type. Consequently, if a monitor is reconnected to the different connector, it may not be regarded as the same monitor and some functions may not work as expected.
Add-on Features
Add-on features are available for Microsoft Store version on a subscription basis.
Hot keys & Shortcut keys (Add-on features)
All hot keys for brightness can be switched to contrast by To contrast hot key. It can be switched back to brightness by To brightness hot key.
Command-line options (Add-on features)
You can use command-line options to get/set the brightness or contrast.
Actions
Options
Get brightness of a monitor.
/get
Get brightness of a specified monitor.
/get [Device Instance ID]
Get brightness of all monitors.
/get all
Set brightness of a monitor.
/set [Brightness]
Set brightness of a specified monitor.
/set [Device Instance ID] [Brightness]
Set brightness of all monitors.
/set all [Brightness]
The device instance ID is an unique identifier given by the OS to each monitor. It must be enclosed in quotes.
You can switch to contrast by inserting contrast after /get or /set (e.g. /get contrast all).
If this app is called with /get or /set, it will return
[Device Instance ID] [Monitor name] [Brightness] B
'B' at the end indicates brightness. In addition, '*' will be added in the case of a selected monitor.
If this app is called with /get contrast or /set contrast, it will return
[Device Instance ID] [Monitor name] [Contrast] C
'C' at the end indicates contrast. If contrast is not supported by a monitor, '-' will be shown instead.
The brightness or contrast ranges from 0 to 100%. When you use /set option, it can be specified with the number itself (e.g. 20), increase (e.g. +10) or decrease (e.g. -10).
The options can be executed consecutively (e.g. monitorian /set 20 /set contrast 40, up to 10 options).
You can call this app by its name Monitorian in command prompt, bat file or desktop shortcut.
For example, creating a desktop shortcut to set brightness of a monitor to 50 will be the following.
From Task Scheduler, it can be performed by the path to its alias %LOCALAPPDATA%\Microsoft\WindowsApps\Monitorian.exe. For example, to increase brightness of all monitors by 30%, the Action will be the following:
In addition, you can define commands and make them execute when a specified condition is met, when a specified daily due time comes, or when a specified hot key is pressed:
The code for add-on features is not included in this repository.
Detection of external monitors
This app checks if each external monitor is controllable through DDC/CI and shows only controllable ones.
For this purpose, this app requests a monitor to send its capabilities information through DDC/CI and checks if it includes the capabilities to get/set the brightness. If capabilities information is not received or these capabilities are not included, such monitor will be regarded as not controllable through DDC/CI.
This function has been tested and worked well in most cases. Therefore, if a monitor is not shown, it is most likely caused by hardware-oriented reasons that cannot be solved by this app. Such reasons include:
The monitor model does not support DDC/CI.
The monitor's DDC/CI setting is OFF. You may need to change the setting by OSD menu.
The monitor's DDC/CI function is weird. Some monitors are found not to return correct capabilities information.
The PC's connector does not support DDC/CI.
The cable, converter, or docking station which connects the PC and the monitor is not compatible with DDC/CI. Thunderbolt/USB-C cables are generally compatible but converters aren't. Surface Dock and Surface Dock 2 are known to be compatible.
The monitor or the PC have issues including contact failure in connector. This is particularly the case for old monitors.
If you think it is worth to report, read reporting and then create an issue with logs and other relevant information.
Development
This app is a WPF app developed and tested with Surface Pro series.
Reporting
The controllability of an external monitor depends on whether the monitor successfully responds to DDC/CI commands. Even if a monitor is expected to be DDC/CI compatible, it may fail to respond typically when the system starts or resumes.
In any case, reporting on the controllability of a monitor MUST include probe.log and operation.log described below. The logs will be the starting point to look into the issue.
Probe
You can check the compatibility of your monitor by probe.log. It will include raw information on monitors, including capabilities through DDC/CI, from various APIs that are used to find accessible monitors. To get this log, tap Probe into monitors in the hidden menu described below.
To open the hidden menu, click app title at the top of menu window 3 times.
Rescan
As part of testing, you can manually trigger to rescan monitors via Rescan monitors in the hidden menu. A system sound will be played when completed.
Operations
As part of testing, you can set this app to record operations to scan monitors and reflect their states. To enable the recording, check Record operations to log in the hidden menu. After some information is recorded, you will be able to copy operation.log by Copy accumulated log.
If you notice an issue, enable the recording and then wait until the issue happens. When you notice the issue again, copy this log and check the information including the change before and after the issue.
Command-line arguments
As part of testing, you can store persistent arguments in Command-line arguments in the hidden menu. They will be tested along with current arguments when this app starts.
For example, if you want this app to always use English language (default), set /lang en in this box.
Exceptions
If anything unexpected happens, exception.log will be saved. It will be useful source of information when looking into an issue.
The version must match TargetFrameworkVersion ofproject (.csproj) file of each project.
Windows 10 or 11 SDK
The version must be equal to or newer than 10.0.19041.0.
In Visual Studio, open Extension Manager and make sure HeatWave for VS2022 is installed.
Load the solution by specifying /Source/Monitorian.sln. Then go to the solution explorer and right click the solution name and execute Restore NuGet Packages.
Globalization
An alternative language can be shown by adding a Resources (.resx) file into /Source/Monitorian.Core/Properties folder. Each Resources file stores name/value pairs for a specific language and will be selected automatically depending on the user's environment.
The file name must be in Resources.[language-culture].resx format.
The name of a name/value pair must correspond to that in the default Resources.resx file to override it.