Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

colormgr does not find all display devices

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
javieriserte
Posts: 1
Joined: 2019-12-04 13:31

colormgr does not find all display devices

#1 Post by javieriserte »

Hi,

I have two monitors (same brand and model) one connected by VGA, the other by HDMI.

When i try to get the device data with colormrg, with command:

Code: Select all

> colormgr get-devices-by-kind display
Only data of one of them is returned (the HDMI one).
This happens using Xorg or wayland. Xrandr finds both of them.

There are some errors on journalctl that might be related:

Code: Select all

> sudo journalctl
dic 04 12:20:49 avior colord[720]: failed to get session [pid 544]: No hay datos disponibles   # Not available data
dic 04 12:44:34 avior gsd-color[2056]: could not find device: property match 'XRANDR_name'='VGA-1' does not exist
The second error message only is shown when I use Xorg, not with Wayland.

I googled for this error and found some posts of similar problems:

https://gitlab.gnome.org/GNOME/gnome-se ... issues/106
https://bbs.archlinux.org/viewtopic.php ... 1#p1727671

But i don't think that reaaly fits my problem.

Does anyone knows how to solve this?

I'm on Debian buster 10 up to date. (recently upgraded from debian 9).
Linux 4.19.0-6-amd64 / x86-64.

thanks

Post Reply