Summary: | Changing ICC color profiles only for the FIRST display possible | ||
---|---|---|---|
Product: | [Plasma] colord-kde | Reporter: | Gerold Jens Wucherpfennig <gjwucherpfennig> |
Component: | Daemon Module (KDED) | Assignee: | Daniel Nicoletti <dantti12> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dantti12 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/colord-kde/a3307c670055104afdce5d2d2714db47479fb5aa | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | only one display is shown in the devices list |
Description
Gerold Jens Wucherpfennig
2012-10-30 12:30:43 UTC
Not reproducible with nouveau and intel systems and two monitors. Going to systemssettings->"Appearance and Behaviour"->"Color Management"->"Devices" all Xinerama screens are shown. The "Color Management" panel has no calibration button. Profiling and eventually calibration can be done inside external applications like dispcalGUI. The computer is a Laptop, only its display is shown. The driver is nouveau. An external display is conneccted via VGA. Both displays have a 1920x1200 resolution, the display content is cloned. Created attachment 74897 [details]
only one display is shown in the devices list
That bug appears colord-kde related, which explains why I can not reproduce this bug. I tr y to inform the colord-kde maintainer Daniel Nicoletti. KolorManager is a different project. Hi, we are working on the issue, I still don't know what causes the EDID data of the monitors to be null at KDE startup, but here is a workaround: pkill kded4; kded4 Killing the kded4 process and starting it up again from command line fixes the issue. I'll reasign the bug as soon as we have a colord-kde component, and update once we properly fix it. Thanks Git commit a3307c670055104afdce5d2d2714db47479fb5aa by Daniel Nicoletti. Committed on 27/11/2012 at 15:17. Pushed by dantti into branch 'master'. This fixes a bug that made the color profile not to be applied on startup and also left the device-id empty, due to a call that only got cached values from X which on session startup didn't had the EDID data for the outputs set. It also fixes a bug that failed to emit output changed when an external monitor was plugged in. M +23 -22 colord-kded/ColorD.cpp M +1 -2 colord-kded/ColorD.h M +3 -7 colord-kded/Output.cpp M +7 -7 colord-kded/XEventHandler.cpp M +2 -2 colord-kded/XEventHandler.h http://commits.kde.org/colord-kde/a3307c670055104afdce5d2d2714db47479fb5aa There is a package in Ubuntu proposed now, you can test and if it works please input your experience there so it can be available as an update: https://bugs.launchpad.net/ubuntu/+source/colord-kde/+bug/1083628 |