Dual Monitor Calibration Load Problem

I recently got a second monitor and have it set up for an extended desktop. I calibrated it because it was too bright and while this works most of the time I do find that seemingly at random the display settings will revert back to the defaults. This usually will happen when the monitors go into energy saver mode or the computer goes to sleep. When I go back into the display settings it loads the display settings right away.
Is this an issue with Leopard or the monitor setup.
Any information on this would be helpful.

Hi,
Is it just the brightness that changes?
you could try deselecting "adjust brightness as ambient light changes"
in display settings.
DM

Similar Messages

  • Dual Monitors Windows 7 Problems

    Ok, this problem is getting really annoying and I think its a problem with windows 7 itself and not my computer.
    Basically I have a dual monitor setup with the left hand monitor as my secondary and right hand monitor as my primary.  Whenever I have an application with any graphics on it at all such as a progress bar on my left hand monitor moving windows around becomes laggy and juddery, yet this doesn't happen when the graphical app is on my primary monitor!
    My system Specs: 
    ASUS Striker Extreme MOBO
    OCZ 850W gameXtreme
    Core 2 Duo 2.4GHz CPU
    4GB (4x1GB) OCZ DDR2 1066MHz RAM
    Nvidia 8800GTX
    Sound blaster x-fi Xtreme Gamer (older PCI version)
    3 x 80GB HD for system drive in RAID 0
    1 x 500GB and 1 x 250GB drives for storage
    Monitors are 1680 x 1050 res
    Windows 7 Exp Index:
    CPU: 5.9
    Memory: 5.9
    Graphics: 6.8
    Gaming Graphics: 6.8
    Primary HD: 5.9
    What iv tried:
    Updating to latest drivers
    Upgraded system memory from 2GB to 4GB
    Installing 64-bit version
    removing sound card and re-installing windows from scratch
    upgraded my PSU
    Thanks for your help!

    (Latest update) This is the best I can do to alleviate the problem, and does reduce its severity immensely, but I found myself still noticing some slight playback glitches in videos on my second monitor which probably also translate to anything else with movement. I have tested with a panning scene in one of my videos and there is a subtle micro-stutter on my second monitor which I can find no way to fix. This doesn't occur if outputting to a single display, one or the other, nor does it occur when playing the video on my primary monitor in a dual-monitor configuration. Note that when I say "primary monitor", I am not referring to the monitor Windows has marked as primary, but my actual monitor rather than TV. In a dual-monitor configuration, this micro-stutter will only occur when playing video on my right monitor (TV), regardless of settings or which ports the monitors are connected to on the GPU. The micro-stutter occurs with no relation to the activity on the other screen, as it can be completely still. I can confirm the micro-stutter does not occur at all with Desktop Window Manager (Aero) disabled. In short, this is a nightmare.
    (Note that this micro-stutter is equally replicable in the 182.50 (WDDM1.1-less) driver, meaning there is no way to solve it other than disabling Aero or outputting to a single monitor.)
    I think I've solved the problem.. for me, anyway. I've divided this into short answer and "long answer", which is closer to a stream of consciousness in some ways, as I found out about Force10Level9 as I was writing.
    The short version:
    I've found some registry keys which seem to have fixed the problem for me. I haven't experienced any side effects, but use the tweaks at your own risk!
    I don't know exactly what they do. This comes from a lot of.. experimentation. I believe FrameRateMin tells the Desktop Window Manager that it's crucial to try to keep the framerate at or above the value specified (more details below), and Force10Level9 sounds like it forces DWM to use DirectX 9. I'm fairly certain about the former, not as certain about the latter, but together they do wonders.
    You can view the fix below. You can then save it as a .reg file and import it into your registry. Restart the Desktop Window Manager service or reboot to see the changes.
    Fix: http://pastebin.com/FFDbubw9
    Undo: http://pastebin.com/zA8CJY06
    (P.S. Just ran a FurMark test between fix applied and no fix. No difference in performance, with an inactive secondary monitor. I also noticed no difference in Physical Memory usage as reported by Task Manager. YMMV, let me know if you have any side effects.)
    (P.P.S. The screen fade that happens when you log in/out is just as choppy as before (or if it wasn't choppy for you, that shouldn't have changed). Oh well, how often do we see that thing, anyway? :))
    By the way, it appears 10Level9 is Windows 7's emulation platform for running DX10 on DX9 hardware. It's reported to be at least a 0.5x performance hit, so it's surprising that it actually makes Aero run better. If this article is anything to go by, Force10Level9 makes Aero run exactly the same as it does with older WDDM 1.0-only drivers like 182.50: http://www.techarp.com/showarticle.aspx?artno=637&pgno=1
    The long version:
    Well... I was able to do one more thing.
    There is an undocumented registry key which allows you to fine-tune the Desktop Window Manager's scheduling. Unfortunately, all of its values seem to be defunct in the final version of Windows 7 we all use today... except one: FrameRateMin.
    From what I gather, the Desktop Window Manager (Aero) carefully monitors the framerate it is able to achieve, and when it can't measure up to its own expectations, it will perform a "step down", or framerate reduction, and maintain this lower framerate for a given period of time (at one time specifiable with a registry value) before trying again at maximum speed.
    I presume it does all this to keep things looking "smooth".
    The problem is, in most cases, it doesn't help, and actually prolongs the stuttering duration. By "in most cases", I mean in every case it's happened in my personal usage of my Windows 7 computers.
    So what helped me was setting this FrameRateMin value to 60. That way, the Desktop Window Manager considers anything under 60fps to be unacceptable and will not remain at a lower framerate for purposes of perceived smoothness. Thus, the stuttering will take up as little time as possible, making it nearly unnoticeable most of the time.
    Keep in mind DWM shouldn't be having performance problems to begin with, but apparently in some cases, like with my particular hardware (desktop and laptop) and the latest NVIDIA drivers, it does.
    Down to brass tacks. The registry key is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\DWM\Schedule. The value is FrameRateMin, a DWORD representing the minimum framerate DWM will consider as acceptable. I set it to 60, but you can set it to whatever you want.
    To repeat, this WILL NOT prevent Aero from ever getting below the framerate you specify; it simply prevents Aero from retaining a lower framerate after a stutter in order to give the illusion of smoothness (an illusion which fails).
    I imagine the main reason it fails so spectacularly in my usage is because I watch a lot of videos which play back at 24fps. Such a framerate plays back terribly with a 30Hz refresh rate, which is what Aero would reduce itself to for extended lengths of time. Now, performance hiccups are minimal, but sadly still existent.
    So this isn't a solution, but it does help. I am still uncertain of where the problem lies, considering GPU-Z shows graphics card loads to be as low as always when it's happening.
    Oh, and I found one more registry value. This one is far more important. :) It solves the problem for me entirely, from what I can tell.
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics
    add the DWORD value Force10Level9 with a value of 1.
    I haven't noticed any side effects, just smooth performance.
    Apply these tweaks at your own risk!

  • Dual Monitor Causing System Problems?

    Hi, I'm new to this site, so I hope this is where I ask this question! My design group switched to G5/Cinema Display screen from old g4 setups mid 2005. I retained my Mitsubishi Diamond Pro 2020u monitor to use as a secondary display for pallettes, extra files, etc. It's hooked up using a dvi-vga adapter.
    My new G5 had hiccups from the start, but around March 2006 I started getting Kernel Panics almost every week, serious slow-downs, Adobe app crashes, etc. It got to the point that I was troubleshooting every week, but could never put a finger on exactly what was happening. IT archive-installed 10.4.4 after we discovered the system had been updated to 10.4.6 and we thought that would solve the problem. While that solved the issues that were relevant to 10.4.6 glitches, it didn't fix everything and little, persistent problems remained, including stalls, crashes and kernel panics. After removing suspect fonts, wallpaper, icons, updating software, repairing permissions, tossing preferences, and other troubleshooting over and over, we (I.T.) finally switched my cpu to another one in the department using data migration (just my user information, not software or other files). Still the same hiccups and even new glitches appeared (InDesign crashing on spellcheck, Photoshop not granting me access to save changes to files, etc.), including two more Kernel panics (within 5 minutes of each other) in the two weeks since we switched hardware. More troubleshooting fixed the app-specific problems, but there are still the persistent annoyances occurring.
    I again did all the troubleshooting mentioned above and finally someone mentioned that I'm the only designer in our group using a dual display set-up. Could there be validity to the non-cinema display monitor causing these problems and if so, what is the solution? I've disconnected the second monitor for now, but would love to have it back. Also, we work with a server (for instance, the kernel panics only happen when I try to place a file from the server into InDesign CS2 using the place command, so there's another avenue to go down if the monitor isn't the issue.)Thanks!
    G5 Mac OS X (10.4.4) graphic design applications
    G5 Mac OS X (10.4.4) graphic design applications
    G5   Mac OS X (10.4.4)   graphic design applications

    I only just disconnected the monitor, so it will take time to tell if that's a factor. As for the kernel panics, although it's always the same scenario (placing images from server through InDesign) they happen very randomly; it's not happening every single time I place a file. In fact, I just placed an image on the server into an ID doc I have on my desktop, no problem. So I can't say for sure that it has happened when working from my desktop or only when working on the server.
    G5 Mac OS X (10.4.4) graphic design applications

  • 24" iMac - Dual monitor calibration

    Just curious...
    I have a 24" iMac Core 2 Duo 2.16Ghz, I am thinking of attaching an extrenal monitor to the system (non-Apple) and also borrowing a friends monitor calibration unit.
    I've never had an external hooked up before and before I go buying one... my question is...
    If I have a dual monitor setup (non-mirrored) can I assign each monitor its own monitor colour profile? or would I only be able to pick one and it applied it to both?
    Thanks

    Hi 75
    Yes! Open the Display Preference and go to the NTSC/PAL panel for the attached display, then calibrate it just like you did the Internal.
    Dennis

  • Dual Monitoring Open GL Problem

    Hi there,
    i am 3d Animator and am amazed by the power of the Geforce 4. The problem is that maya 4 crashes often when i enable the dual monitor open GL mode. When i disable it is runs smoothly. I need that mode for Maya to work on both monitors properly. Did someone made the same experience and knows how to solve it. Please :))
    MY latest driver Version is the 3000 from the MSI website.
    My Specs:
    MSI geforce4 ti 4400
    Athlon 1700+
    MSI k7266 Pro Board

    Phil,
    It sounds like the drivers did not get in there properly.  You need to try Add/Remove Programs to get them out. Also, you could go into the Registry (If you feel comfortable editing your Registry) and remove all references to nVidia.
    That will get all of the drivers out. There is a program you can download to remove the drivers from the registry.  It has been referenced in other posts in this forum.
    When you have the old drivers completely out, go ahead and do an install of the new drivers and see if that solves your problem.
    Ricahrd

  • GTX 580 Twin Frozr II/OC dual monitor/second DVI problem

    Hello,
    I am experiencing a problem with my new dual monitor setup.
    A few days after I installed the new monitor (DELL U2312HM), the DVI with the old monitor (LG M208WA) stopped from working.
    The old monitor went in power saving mode, and I couldn't wake it up.
    After a few days working with only 1 monitor, without taking any further actions such as drivers re-installation etc, the pc boots and the monitor wakes up again!
    Today, stopped from working again, after 1 month of normal dual monitor operation.
    The monitors are connected to the following DVI Ports (starting to count from left to right, as we face the ports with the PCI-E interface being in the left):
       DELL @ DVI#1 (set as primary)
       LG @ DVI#2
    So, I tried the following:
    1. Switched the monitors to the other DVI (DELL @ DVI#2, LG @ DVI#1).
       Result: LG monitor works fine, DELL monitor went power saving.
       (Meaning that the monitor in DVI#2 is still in power saving mode)
    2. Re-installed (in clean mode) the nVidia drivers
       Result: no change
    3. Switched the DVI cables
       Result: no change
    4. Searched the forum for similar case:
       Result: I couldn't find something similar to my problem...
    Is there a test/diagnostic that I can run on the DVI ports to see if there is a hardware issue with my VGA card (if this is the problem)?
    Is there something else I should try?
    Thanks in advance,
    Dimitris

    Quote from: delice on 17-January-12, 04:44:15
    Is your problem completely gone?
    I have the lightning version, same thing happened to me. I will try the last thing that fixed your problem - but if it does not solve or problems start again, I guess the best option is to get a replacement RMA.
    This is the second time the 2nd DVI stopped and then started again (with the method mentioned).
    After the last time it started working, everything is fine.
    While having the problem, I tried to plug in only 1 monitor in that DVI and boot the pc, the boot screen appeared fine, but when entering windows it went power saving.
    So i guess it is not an issue of RMA.
    I guess Windows or the nVidia drivers under some unknown (to me) circumstances are causing this.
    Please post here if my solution worked for you too.

  • GNOME 3.8, Dual Monitor - Lock Screen Problem

    I don't know if this is the best place to post this, but here it goes.
    If I use a dual monitor configuration in GNOME, when I lock the screen, X hangs.
    I can still access a TTY and restart GDM.
    I don't know where I can find any useful information about what is going on, but maybe someone can point me into the right direction.
    Last edited by surion (2013-06-20 10:33:16)

    Have you tried to enable sna ? A lot o problem with gnome and GDM 3.8 seems to be solved that way.
    To do so, create this file: /etc/X11/xorg.conf.d/20-intel.conf
    and add in it:
    Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
    Option "AccelMethod" "sna"
    EndSection
    See here for details : https://wiki.archlinux.org/index.php/In … ion_method

  • PSE 6 - Dual Monitor Full Screen Problem

    I've got a Thinkpad (with NVIDIA Quadro M140 integrated graphics) connected via DVI to a Samsung SyncMaster 206BW monitor using Vista Enterprise.
    I've set up my workspace as Dual Monitor, DualView.   My Font DPI is set at 96 (Default).
    When I click Maximize on the Thinkpad LCD, PSE 6 opens fully and correctly.
    When I click Maximize on the Samsung external monitor, PSE 6 opens a window that is larger than the monitor AND there are no bars at the bottom to shift the display.  Therefore, I cannot see about 15% of the right side of the window when in Maximum/Full Screen mode.
    PSE 6 appears to be the only program that has this problem.
    I cannot adjust the monitor, since I'm connected via DVI.
    All video drivers are current.
    Is there a fix for this problem?

    I haven't seen this occur on my Macbook pro with secondary or triple monitors.  Is this happening with all fullscreen content (eg. YouTube)?  What browser and Flash Player Version are you using?  Also, is this a retina macbook?

  • Dual monitor screen refresh problem

    We have a GUI application that runs on a dual monitor setup and are experiencing strange behaviour. The application is started on one monitor (the left hand one), but at times a window which has been dragged to the right hand monitor stops getting screen updates (e.g. typing show nothing on screen, but the characters are in fact in the field). If a window is positioned so that it overlaps both screens and the problem occurs, what we observe is the portion of the window on the left monitor (where the application was started) is redrawn successfully, but the portion of the window on the right hand monitor is not drawn at all - half the window shows correct detail, half the window is a grey rectangle.
    This issue is not experienced when we run the application on a single monitor. The problem is intermittent, and is not due to idle time in the application (it can occur which an operator is working with the GUI).
    We are running 1.5.0 update 5.

    We noticed the same problem.
    We've got JSE 1.5.0_06 and a swing GUI. For me it looks like this: Only the bigger part of the application is refreshed. So if the application starts at the secondary monitor and is dragged so that a small part of the GUI is displayed on the primary monitor only the bigger part of the GUI (so that one on the secondary monitor) gets refreshed. So scrolling leads to graphic mistakes in the smaller GUI part.
    If the main part of the application runs on the primary monitor and only a small part is on the secondary one we observe the same problem: Only the part on the primary monitor gets refreshed.
    We also observed this grey rectangle paulch already mentioned.
    Minimizing and refitting forces the repainting so then everything is fine.
    Is was trying to find something in the bug database but I wasn't successful although I found several descriptions like this in this forum.
    Can anybody present some work-around for this?
    Thanks
    Inga

  • Dual monitor calibration

    Hello,
    For a few days I struggle to calibrate my dual monitor setup (Dell XPS15 laptop and Dell S2240M monitor). I used Eye-One to calibrate them and I'm pretty happy with laptop monitor profile, but the external one looks too cold and greenish. However I LOVE how Photoshop changes the colors when I drag a photo on the external monitor (at first its greenish, but then it adjusts and looks great). I don't quite understand how this all color profiles thing works and how Photoshop uses profile of the primary monitor (that's what I remember from reading somewhere). So I wonder if there is any possibility to adjust the external monitor like Photoshop does?
    Any ideas?
    Thanks

    You are talking about ICC Profiles and that can be done for each display in Windows 7 ICC Profile Settings. The explanation from Microsft is here:
    http://windows.microsoft.com/en-us/windows7/change-color-management-settings
    Eric
    ADK

  • Aperture and dual monitor ICC profile problem

    I am using an Epson Stylus Pro 3800 and run Aperture 2.1 from a MBP with a Cinema Display 23". I calibrated both displays (the 23" and the MBP display) with my ancient but working ColorVision Spyder, using OptiCal 3.7. I calibrated for a gamma of 2.2. and native white point. I check the results with various test images.
    Here is the problem: the calibration produces a perfectly calibrated display, but when I open Aperture some color change is taking place, as if Aperture pulls in a wrong profile for the display (which then also leads to wrong colors in the prints): sometimes the photo which I have printed out before in perfect quality displays with either a nasty yellow cast or with totally oversaturated colors. I have used ColorSync utility to make the 23" the default display and I have also tried to simply close the MBP to work only with the 23", and sometimes either of these this did the trick. Most of the times, however, I get these color casts or oversaturation of the photos which I had worked on for a while and printed earlier with perfection.
    I ran Disk Utility to Repair Disk Permissions (many Epson-related permissions were wrong, for example "Library/Printers/EPSON/InkjetPrinter/Libraries/UtilityCore.framework/Versions/ A/Resources/Icon8007.png", should be -rw-rw-r-- , they are -rwxrwxr-x ) and reinstalled the latest Epson driver for 10.5 repeatedly.
    Even more surprising, at times the color of the full screen image can be off at the same time the thumbnail looks perfect! How is this possible? It seems as if thumbnail and full image use different display profiles. In addition, if I export the Master and display it in Lightroom or CS2 it looks perfectly fine and prints as expected. (I use the appropriate "canned" ICC profiles for the printer-paper combination).
    The most surprising happens, however, when I drag the image from the 23" to the MBP: when the image is about half-way between the two displays (that is, one part is displayed on the 23", the other on the MBP scree) it suddenly changes from off-color or oversaturated to the correct color on the 23". If I then move the image up to the 23" again, the wrong display colors appear again.
    I am at a loss: I have spent a lot of money on the gorgeous screen, the great printer, and Aperture (which is a great program), but I cannot get Aperture to print reliably, or rather, I cannot get Aperture to use the right display profile to display the image correctly in a reliable way.
    I have read kbeat's color management blog and many entries on this blog here, but I have not found a solution. I appreciate your help.

    Kai,Simon,
    This is the problem i have been having.Colour profiling is correct,prints are rubbish.I run a fuji frontier
    as well as epson printers.Anything from aperture is not what you see on screen.I am running aperture2.1.
    Today we are removing 2.1 and doing a reinstall of 1.1 but not upgrading to 2 to test run prints.I have been looking for answers to this for sometime.
    Simon,the problems we are have are very similar to you clients,photoshop fine,aperture not.I also have 20"external apple monitor attached which is used as the colour correcting monitor ( as the imac screen is not that good for criticl work ) I will post my findings here.
    Simon, if you wish to investigate further,e-mail me,i am in leeds
    daisy ( not a happy printer )

  • A tiny bit OT: Recommendations for Dual Monitor Calibration?

    I've owned my little Huey Pro since it was a mere Huey jnr.  (You had to give Pantone money and they magiced into a Pro)   It’s given decent service for the price (not very much) but has never been particularly flash calibrating a second monitor.  Today I upgraded my 19 inch 4:3 Philips with a 24inch 1920x1200 LG, and while the Huey still does a decent job with my 30inch Dell main screen, the is LG miles out!
    It turns out to be a known problem, and mine is now too bad to live with.  So what do y’all use that can handle multiple screens, and wouldn’t need me to take out a mortgage to buy?

    All good stuff 21, but when it has finished doing all that foreign language stuff, will it calibrate my computer screens?
    But seriously, thanks for the info.  I don't what video LUT is, and I back off double quick when I see Eizo mentioned:
    www.bornrich.com/eizo-debut-35000-lcd-monitor-multiple-screens.html
    The i1 is being sold for NZ$500 here, and since Christmas I have put >NZ$1600 into sorting my computer out, and I'd prefer to delay this a month or so.  Fortunately I have no video projects on the go, so the second monitor is not colour critical right now.
    What about the Color Munki Smile?  Keith Cooper over on Northlight was more or less positive about it, and he is someone I trust.
    http://www.northlight-images.co.uk/reviews/profiling/colormunki_smile.html
    I don't do a lot of printing, and when I do I use Canon's Easy Photo Print Pro, because it always gets it right without and hassle.  Perhaps I'll go ask on the PremPro Hardware forum, and on DVInfo, because video is probably the most colour critical use of that second screen.
    Thanks for you help.

  • Dual monitors calibration

    hello everybody,
    I've been trying since 2 days to find a solution with the calibration of both my monitors.
    With mountain lion, there is a bug. I can choose a profil or calibrate the left monitor but the right no....
    When I change the parameters of the right monitor, the modifications are applied to the left !!! it's crazy !!!
    Does anybody have the same problem or rather the soluton ???
    Thanks in advance.
    Regards.

    Hi,
    I also wrestled with this problem for a long time now but I think I found a solution.
    I'm using:
    - MAC pro 2x2.4 Hgz quad core intel xeon
    - Software is 10.7.5
    - X-rite I-display pro screen calibrator
    - 2 x 24inch screen Samsung Syncmaster BX 2440 connected via DVI connection. Exactly the same screens
    So what have I done:
    Step 1
    - Shut down MAC
    - Connect only screen #1 to output 1
    - Calibrate that screen with X-rite and save profile under something like screen-1
    - DO NOT TOUCH ANYTHING under screen preference like colors etc
    - Close all prg's and shut down computer
    Step 2
    - Disconnect screen 1 - or switch off so MAC only sees 1 screen
    - Connect screen #2
    - Calibrate that screen with X-rite and save profile under something like screen-2
    - DO NOT TOUCH ANYTHING under screen preference like colors etc
    - Close all prg's and agin shut down computer
    Step 3
    - Now Connect both screens to the cables or connection on which you did the calibration. so no swapping.
    - Start up your MAC
    - Your colors now should look exactly the same on both screens.
    - Done and DO NOT TOUCH ANYTHING under screen preference like colors etc.
    On my siutation the result was excellent. I always had problems with inconsistant colors between the screens. Left screen was always greenish and teh right screen always reddish instead of grey.
    If this procedure is OK for other situations I really do not know but I thought I let you all know and maybe help.
    regards
    Andre (from Holland :-)

  • Mac pro 5.1  dual monitor calibration

    hy everyone hope your having a nice day
    i am working on a macpro 5.1 station with ATI Radeon 5870 video card  and 2x 27 " inch led display from apple
    and i would like to know how to adjust the color of the led displays and color match them 
    the reason for that i'm a colorist for a special FX postproduction house and i have to do
    a job on the Autodesk Smoke on Mac using the color correction soft effect
    so since they are no adjustment control on the display i assume it is done software wise or with a sensor plug-in
    so can some one please explain the right step to do it
    and by the way does anyone know wich is the best monitor to do color correction on a mac ( minimum 24 inch)
    Thank's a lot in advance for all your help
    patrice

    patricebarrette wrote:
    so since they are no adjustment control on the display i assume it is done software wise or with a sensor plug-in
    patricebarrette wrote:
    and by the way does anyone know wich is the best monitor to do color correction on a mac ( minimum 24 inch)
    For high-end quality the monitor should not be adjusted by hand. That's why pro monitors usually have few controls. The calibration is done precisely using a lookup table generated by calibration software. In addition to the Datacolor idea above, X-Rite has a number of display calibrators used by professionals. You should ask them which one is best for matching multiple monitors, because not all software can match two monitors.
    patricebarrette wrote:
    and by the way does anyone know wich is the best monitor to do color correction on a mac ( minimum 24 inch)
    The ones often recommended are the high-end Eizo monitors (expensive) or NEC PA series. These are better than any monitor ever made by Apple.

  • Dual monitor setup color problem in windows.

    Hello.
    I've CS5 Standard running on Windows7 64 laptop with additinal monitor.
    Both displays are profiled with ColorMunki Photo spectrophotometer.
    The problem is concerned with the way of displaying images when project is dragged between monitors. On primary monitor (notebook display) image look ok, but it changes colors when dragged to the other display.
    This problem also shows in InDesign, while Photoshop works perfectly.
    To my eye it looks, that Illustrator uses the same display profile (connected to the system primary display) and uses it for both available screens.
    Is it known problem? Is there any solution?
    Regards

    Well, so it's the real shame...
    If I cannot force application to use profile of "serious" monitor to display colors means that I have to swap system's main monitor to the second one.
    And it means real mess, whenever I take my laptop without second display...

Maybe you are looking for

  • CPU Usage !

    My system has an Intel 6600 dual core CPU (full specs in sig) and while the antivirus software is running a scan, CPU usage can run right up to 100% at times making it almost impossible to multi task. Is this normal ? I am using Avira AV  personal ed

  • Does anyone know if the 8520 will ever be released with Sprint?

    I really want this phone, but I'm with Sprint and I'm hoping and praying to Jesus that RIM will one day make it available with Sprint, does anyone out there have any info? Thanks

  • OVS 2.2.1 install on HP ProLiant BL465c G7 Blade

    I'm installing OVS on a HP ProLiant DL465c G7 Blade. The installation bombs at the beginning because it doesn't recognize the storage adapter. It prompts me for a driver disk but I need advise on how to do this. The server uses a HP SmartArray P410i

  • Where are EXS24 Factory Samples stored?

    I am opening a LogicPro project I created a year ago, and the EXS24 sampler can't find several samples. It seems that several of the old Factory samples are no longer on my drive. I have done nothing to remove them. Could this have happened when upgr

  • Reversal Backflush

    Hi Everyone, I am trying to reverse backflush a document and I am getting an error message "No operations exists in order XXXXXXXX". Before getting this error message I got this informatory message "Reverse to repetitve manufacuturing as material doc