-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Currently, in the saved profiles, monitors are identified by their indices.
This is a problem when monitors are independently enabled & disabled, causing
them to change their index every time this happens.
Steps:
1. Start with only my 1 desk monitor. Save a profile for it with index 0.
2. Turn on and enable HDMI TV (by selecting "extend" using Win-P).
3. The TV now takes over as first monitor, having index 0. The desk monitor is
now index 1.
4. Loading profile will now not work, as it will try to set brightness/contrast
on monitor 0, which is now my TV, which does not support DDC.
Possible Solution:
Find a way to uniquely identify monitors. Still haven't found it in the API..
Original issue reported on code.google.com by nan...@gmail.com on 9 Sep 2012 at 11:39
Reactions are currently unavailable