icc-brightness icon indicating copy to clipboard operation
icc-brightness copied to clipboard

Multi-monitor support

Open nomego opened this issue 4 years ago • 2 comments

Right now, everything is setup to just pick the first display, so it doesn't work with multiple monitors. Could you adapt it to act on all displays?

Also, for me with colormgr 1.4.3 (not sure since when it works), I can do:

$ colormgr get-devices-by-kind display --filter object-path --value-only
/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2718Q_FN84K78E04TL_patrik_1000
/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2718Q_FN84K83Q0MRL_patrik_1000

if you want to drop/simplify the get_object_path() helper.

nomego avatar Sep 30 '19 18:09 nomego

It might be nice to make the affected display configurable explicitly, configurable as the "first OLED" display, or configurable as the "attached display" (for laptops; instead of external displays).

martinflack avatar Feb 05 '20 03:02 martinflack

Having the same problem, my colormgr output if it helps:

❯ colormgr get-devices-by-kind display --filter object-path --value-only
/org/freedesktop/ColorManager/devices/xrandr_Lenovo_Group_Limited_LEN_P27u_10_1295471686_rse_1000
/org/freedesktop/ColorManager/devices/xrandr_Lenovo_Group_Limited_LEN_P27u_10_1295471193_rse_1000
/org/freedesktop/ColorManager/devices/xrandr_eDP_1_rse_1000

Pajn avatar Mar 02 '20 09:03 Pajn