http://bugs.winehq.org/show_bug.cgi?id=11532
Summary: Photoshop doesn't support custom monitor profiles Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Roland Geflitter wrote on wine-users: "I'm running a test with Wine 0.9.51 on SuSe 9.1 and Photoshop CS (1) and everything works perfectly (even working with big files of 1 GB and launching Image Ready) BUT:
How do I use a CUSTOM Monitor Profile with Photoshop and Wine ? There seems to be no way to assign a monitor profile to the Wine system (as in Windows "control panel"), Photoshop just uses "sRGB ... 2.1" (a substitute for the missing monitor profile of the OS, Wine).
I tried to look for a trick to assign another monitor profile to Photoshop, but Photoshop will only take a profile of the OS. That's a pity, because generating an accurate monitor profile under Linux (with an Eye-One spectrometer and Argyllcms) would be possible.
Am I wrong - is there a workaround for assigning the monitor profile to Photoshop?"
http://msdn2.microsoft.com/en-us/library/ms797852.aspx describes monitor profiles, and says they're enabled by calling a gdi32 function like SetICMMode(). Wine's implementation of that function is currently a no-op.
Also, it looks like Photoshop installs a control panel, Adobe Gamma.cpl, see http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=321608 It's possible he's looking for that, and not finding it because we don't have any sort of a GUI to locate control panel applets yet.