LCD monitor display issue, need help

I have a strange problem with my LCD display, it goes like this:
When I first boot up the mac and the wallpaper appears on the display the image looks perfect, all the tones are right etc, but as the startup progresses, programs loading etc, the display changes suddenly, becomes too bright in the highs, too dark in the lows, and over-saturated in between. Its looks horrible.
I have just discovered that I can correct the issue by going into system prefs, display, selecting the options tab (next to Display and Color) and turning overscan on, then back off, voila, all fixed.
Looks great.
Thing is I have to do this every time now that I start the computer, and Im wondering if anyone knows what causes this issue and if theres anything I can do as a more robust solution.
The kicker is I have the same problem with a viewsonic LCD on my secondary machine (Powermac G5, Osx 10.4), right at the beginning of startup it looks great then suddenly all goes wrong, too dark/light over-saturated. Its as if the image has been blended with itself in multiply mode a la photoshop.
And on my second machine there is no option for overscan so I cant use my quick fix.
Is overscan a feature of the OS or the monitor?
The worst part is I need these displays to work correctly because Im a graphic designer, I need my colors to look right so I can do my job, and while I could go buy a $1000 monitor its not possible atm, and Id kinda like to know why this problem occurs. So if I do buy a different I can be assured the problem wont rear its ugly head again. But I dont think the problme is the monitor. I think its something to do with the communication between the display and the computer.
The monitor can display correctly, and does for a brief moment, then it all goes very wrong. Ive spoken to NEC and they werent much help but Ill be trying them again today too.
But again, I thinks its the computer, not the monitors as I can reproduce the issue swapping out monitors.
I hope Ive described it adequately,
Thanks in advance for any help forthcoming, this is very frustrating and is causing me endless headaches.

Mattdp,
I am currently having the same problem with my 20" cinema display. Did you ever find a long term solution? Apple states that the PowerMac G5 is legacy with no support available, and suggested a reset the PRAM. I did so to no avail. I too have 10.4.11 and thus no "overscan" to turn off. This is my wife's primary computer for her photography business, and the color issue needs to be resolved as quickly as I can find the answer.
Is there a possible solution through the terminal?
Rick

Similar Messages

  • IE display Issues, need help...

    Heya,
    So if you visit
    http://www.hookmedia.biz/columbia_skypark_estates
    you'll see a site I am currently working on. In Safari and Mozilla
    it appears fine, both on OS X and XP. However, as usual, when it
    displays in IE there are two things wrong with it:
    1. Below the header there is an image that creates a shadow
    effect, below that effect is a black space as if there is some sort
    of margin there. At the bottom of the screen you'll see the same
    issue. I tried 0px margins on several different areas and didn't
    get any different results.
    2. When you reduce the window size to anything less than
    1024x768 the page distorts in an unnecessary way instead of
    becoming liquid.
    Any ideas?

    withhisstripes wrote:
    > Heya,
    > So if you visit
    http://www.hookmedia.biz/columbia_skypark_estates
    you'll
    > see a site I am currently working on. In Safari and
    Mozilla it appears fine,
    > both on OS X and XP. However, as usual, when it displays
    in IE there are two
    > things wrong with it:
    >
    > 1. Below the header there is an image that creates a
    shadow effect, below that
    > effect is a black space as if there is some sort of
    margin there. At the bottom
    > of the screen you'll see the same issue. I tried 0px
    margins on several
    > different areas and didn't get any different results.
    IE PC wil only collapse a <div> to a minimum height so
    to get it to
    collapse beyond that you will have to add font-size: 1px; to
    the css below:
    .header_bottom_border {
    float:left;
    background-image:url(images/header_shade.jpg);
    background-repeat:repeat-x;
    margin-left:2%;
    margin-right:2%;
    margin-bottom:0px;
    width:96%;
    height:5px;
    font-size: 1px; /* ADD THIS */
    > 2. When you reduce the window size to anything less than
    1024x768 the page
    > distorts in an unnecessary way instead of becoming
    liquid.
    Fluid designs using css are a bit fragile especially those
    that need all
    columns fluid.
    You could try setting a minimum with for the wrapper using
    projectsevens
    script.
    http://www.projectseven.com/tutorials/css/minwidth/index.htm

  • T400 LCD dim issue - Need help!!

    I'm having a LCD dim issue with a T400. Have changed the LCD panel, LCD cable and systemboard but still having same issue. If i removed the lcd card, then the display is working fine. I've tested the lcd card in another working unit and it's working as well (means the lcd card is working). I use a working lcd card and plug into this T400 but LCD still dim. 
    I've try to switch the problematic lcd cable and lcd panel to a working systemboard and it kills the systemboard. Have try to switch a few things but still unable to find the root cause. Urgently need help on this. Any advice will be appreciated.
    Model : 6475-RM5

    hey bhoh
    i suggest uninstalling your current graphic card driver, let windows install its own generic drivers and see if that makes any difference
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • Spry Menu Bar issue, NEED HELP...???

    Here is the coding for a menu bar that i created with CS3, for some reason i am having an issue when i open the web page in IE, on firefox and safari it looks fine, the menu drops down to sub menu's fine, but for some reason when i open it in IE, the submenu's show on the very top of the page rather than right below the menu itself, please check my coding and see if there is an issue???
    i ran compatability and there are no issues shown.
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 10.4em;
        float: left;
        background-image: url(tab2.png);
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
        text-decoration: underline;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
        background-image: url(../tab1.png);
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: default;
        padding: 0.5em 0.75em;
        color: #FFFFFF;
        text-decoration: none;
        border-left-color: #0063bd;
        border-right-color: #0063bd;
        border-right-width: 3px;
        border-left-width: thin;
        font-family: Calibri;
        font-weight: bold;
        font-size: 19px;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        color: #000000;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        color: #000000;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline-block;
        f\loat: left;
        position: relative;

    Hey gramps, thanks for the info, i have updated my spry framework to 1.6.1 but the problem is still the same, i recreated my menu with the new 1.6 and it still doing the same thing, the submenu's are like vertically reversed... ugh need help.
    here the new code
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 10.4em;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
        background-image: url(../tab1.png);
        line-height: 18px;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        padding: 0.5em 0.75em;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 19px;
        font-family: Calibri;
        font-weight: bolder;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        color: #000000;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        color: #000000;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline;
        f\loat: left;

  • RSI Issue: Need help on IBM/Lenovo external keyboards w Trackpoint? Pic

    Need help on IBM/Lenovo external keyboards w Trackpoint? Pic
    I started my journey with Thinkpads on a T42, then T43.. then T61, X61T, R61 & T410 (bought for 2 cousins & they love it), W510 (dads new laptop). I may be a much recent convert but I swear by them now. 
    MAJOR ISSUE: Recently started feeling RSI (Repetitive Stress) & Carpal Tunnel symptoms (already doing stretches.. adjusted the desk.. & finding new adjustable LCD stand) since I am not using the Thinkpad directly... but using it docked with an External keyboard. Lot of Mousing as well. I'd like to go back to Thinkpad FEEL... or atleast have keyboard with a pointing device so my hands dont have to keep moving back n forth. 
    So, it would be great it some of my fellow T4x/T6x/X6x 'ers would guide me a bit on this... share their first hand experience, or what they've seen on these keyboards and feel free to point me to reliable sources of information. 
    Currently this would greatly be use with T61 - Adv Mini Dock - 30" XHD3000 LCD as shown in my signature below. 
    Anyone who has used or know something about one of these Thinkpad related keyboard (ideally both of these to give a comparative response). 
    Which of the following have you used? 
    How was the experience? 
    (Maybe point me to thread with peoples experiences)
    If you've used several, which one do you prefer / recommend? Why? 
    At the moment I have a "slim" BTC 6200C desktop keyboard. It has laptop like scissor keyswitches, so I like it the slim notebook like profile. 
    The way I have positioned my 30" LCD I'd like to be able to keep the keyboard on my lap at times while on my chair and maybe on the desk at times. 
    ThinkPad Full-Size UltraNav USB Keyboard 
    The keyboard and trackpad of the IBM Lenovo Thinkplus USB Keyboard with Ultranav:
    ThinkPad Travel UltraNav USB Keyboard 
    The travel version of the above:
    Newer: 
    ThinkPad USB Keyboard with TrackPoint
    A 2009 replacement for the previous one but not the full keyboard nor wireless: 
    Thinkpads:
    T61 8892-02U: 14.1"SXGA+/2.2C2D/4G/XP|Adv Mini Dock|30" Gateway XHD3000 WQXGA via Dual-link DVI
    X61T 7767-96U: 12.1"SXGA+/1.6C2D/3G/Vista|Ultrabase
    W510 4319-2PU: 15.6"FHD/i7-720QM/4G/Win7Pro64 (for dad)
    T43 1875-DLU: 14.1"XGA/1.7PM-740/1G/XP
    Dell:
    Inspiron 9300: 17"WUXGA/NVidiaGeForce6800/2.2PM/2G/XP (old)

    I had the same issue - had to go to voice command for a few weeks (sucked) wore wrist gards to keep things netural.
    Everything went away when I changed to a USB keyboard with the Ultra nav (I use the track point and disable the pad).
    I've been working like that for 6+ years now... no issues.
    (as a side note, sleeping with wrist guards on helped heal me the fastest.  I had neoprine, with a metal plate in them - from a local drug store)

  • Concurrent crystal license timeout Issue, need help.

    Hi,
    My company is using crystal enterprise 10 with 18 concurrent user license.
    However, we often hit out of crystal license issues.
    Does time to wait for exporting crystal reports to excel/pdf takes up licenses?
    Does time to wait for crystal report to be printed or viewed on the web browser takes up licenses?
    We all know that user sessions take up user licenses. 1 user login take up 1 license.
    Does crystal pruning job takes up user licenses too?
    Need help urgently, much appreciated.

    Hi Daren,
    Support on Cystal Enterprise 10 has expired. Make sure that your users are actually logging off and not just closing their browser.
    One user can take up multiple licenses by not logging off or opening multiple browsers to view multiple reports. Scheduled jobs that are running do not take up license, but a user veiwing a historical instance does take up a license.
    In your metrics tab in the Cyrsatl Management Console -> Servers-> cms you should be able to see the active number of sessions- system connections are backend connections between the servers and these do not take up any licenses.
    Best Regards,
    Jadie

  • Stuttering flv playback issue- need help asap

    We need help asap. Have a project is due to deliver today (5/14).
    We have a video to go on a dvd-rom, live action with Motion Graphics behind.
    When output is done thru Projector the Motion Graphics stutter as they scroll.
    Here is more technical info:
    Stuttering flv playback issue:
    Prores 422 timeline 29.97fps 1280x720 output from fcp using current settings.
    Mov file is approx 7gb, plays relatively smooth on a mac pro with no raid.
    Frame by frame analysis shows all frames are present with no jumps tears or skips.
    Tried several output paths, programs and settings to create a smooth flv file to no avail.
    We adjusted data rates from 2k, 3.5k, 4k and 8k, no luck
    We adjusted keyframe rates from low to all frames, no luck.
    We tried cs3 flash encoder, cs5 media encoder, squeeze ect, same results.
    Playback in the flash projector seems to choke slightly no matter what we do.
    Have also posted in the Director Forum.
    Any help much appreciated!

    Here are a few ideas off the top of my head:
    Try playing the file using a different xtra, sometimes different ones will work better.  If you have Director 11.5, there is a native flv playback xtra.
    You can build a player easily in Flash using the flvPlayback component, then bring that into Director as a swf.
    Once you have the video in Director, try making the member Direct To Stage (DTS).  If it is already DTS, try making it not DTS.
    Make sure the video is not transparent, and nothing in Director overlaps the video... in fact, when the video is playing, nothing should be moving at all, and try to keep the amount of code that is running to a minimum.
    Try lowering your video's data rate further or try using a different codec.
    Using VBR (Variable Bit Rate) compression often makes the video appear to play smoother.
    Try compressing the flv with different software.  FFMpeg, for example, is free and does a very good job, often better than the Flash Video Encoder that comes with Flash/Creative Suite.

  • External Monitor display issue

    The external monitor for my mac book pro displays large/wide text when both screens are open.  If I shut the laptop, the external monitor display returns to a normal view.  I tried going to system preferences, displays and it's either on best for display or in scaled, the maximum 1920 x 1080.
    Please advise.

    Where is extended display mode? In display screen, the mirrored mode is checked, both displays are in 1920 x 1080, not sure what else I can do here?  BTW: it just started happening (all was normal on both screens) until I used laptop at my work and connected it to external screen (school) with VGA adaptor (at home I use a DVI).

  • LCD monitor suggestions...HELP!!!

    I have 2 Samsung 910T monitors with my Mac Pro....I want to get 2 widescreen monitors to replace them...I LOVE my color rendition of the Samsungs, they have 1000:1 contrast ratio, and nice brightness....370...My prints look EXACTLY as they do on my monitors...so I am reluctant to change. So I was looking at the Samsung 244T 24" widescreen LCD's, 1000:1 contrast, 470 brightness....so it looks good spec-wise....The Apple 23", which is not quite as good spec wise (but specs are not everything)..The Dell 2407, which looks almost identical to the Smasung...the Benq 24" which may actually be the EXACT same panel as the Samsung, and then possibly 1 30" instead of 2 24"...The options there are the Apple 30" and the Dell 3007 30"...The Dell can be had for about $1300 which is only a few more than a 23"!!! The question is how is the color, the calibration, and accuracy....What is everyone using?

    Dell 2405 24" LCD Monitor.
    Dell 2405 24" LCD Monitor.
    I say that twice, because I have two. And they beat the Apple 23" monitors in performance AND price (Sorry Ken).
    www.barefeats.com/lcd.
    Shane
    Dual 2G G5 (additional 250GB SATA), 2xDell 24 Monitors   Mac OS X (10.4.2)   Aurora PipePro Studio, 2xG-Raid 500GB, DSR-11, FCP Studio

  • Odd mail issues, need help

    A couple of things I need help with.
    1) Mail constantly goes offline and pops up a dialog box asking for my password. I enter my password in the box and hit okay and it doesn't take. I can hit cancel and put mail back online but that's a pain. What is causing that and how do I fix it?
    2) People send me mail and then about 30 min later I get the same email again. This problem doesn't happen with every email, just some.
    I have no mail rules on. and I run virus software and it's fine.
    Can someone please help me on this. Thanks!
    1.25 GHz PPC G4 / 20"   Mac OS X (10.3.9)   768 MB DDR SDRAM, iSight camera, Wacom Tablet

    Open /Applications/Utilities/Keychain Access, choose Keychain First Aid from the application menu, and proceed to repair the keychain. If that doesn’t work, you may try removing the password entry from the keychain and letting Mail create it again.
    Also, in Mail open Help > Mail Help and read the article titled “Mail keeps asking for my keychain password”, in case it applies to you. There is a related article titled “My password is not saved” that you may also want to read, but beware that the last suggestion provided there (deleting the mail account) is wrong and could cause irretrievable data loss if this was a POP account.
    Note that Mail doesn’t always correctly report what the problem really is. If Mail can connect to the server but cannot log into your mail account for some reason, it’ll ask for your password, regardless of whether that’s really the problem or not. Don’t keep entering the password every time, because that’s not the problem (click Cancel instead, and take the account back online afterwards).
    What’s the time interval chosen in Mail > Preferences > General > Check for New Mail? If it’s set to Every minute, try changing it to Every 5 minutes.
    Go to Apple Menu > System Preferences > Network, choose Network Port Configurations from the Show popup menu, and make sure that the configuration used to connect to Internet appears at the top of the list.
    Also, try using a different method to connect to Internet, if possible, or connecting the computer to Internet as directly as possible, i.e. bypassing any routers that might be present, using an ethernet cable instead of wireless, etc., and see whether that makes a difference.
    BTW, if you’re using Mac OS X 10.3, as your profile indicates, it would have been more appropriate to discuss this in the Mail & Address Book - Mac OS X 10.3 & earlier forum. If the discussion applies to both Mail 1.x and Mail 2.x, it doesn’t really matter, but it’s difficult to know that in advance.

  • HP NC2400 Drive cable issue : need help

    Can someone please send a picture of what an installed zif harddrive drive for an NC2400 looks like ? Does it go topside up or down ? How does the cable look when installed ? Need help. Does anyone have a spare harddrive cable ?
    Any help would be much appreciated!!
    Bill C.

    This manual shows the drive with the metal side Up
    http://h10032.www1.hp.com/ctg/Manual/c00741440.pdf
    Service manual here, it does not show the cable as a separate part of part number
    Click Me
    You will need to contact HP parts
    http://partsurfer.hp.com/ContactUs.aspx

  • Curve 8530 - Replacement insurance plan issues, need help

    I have had a Blackberry Curve contract for 2 years. When I signed on in Jan/09, I took the replacement insurance plan and have been paying $10/month for the “no phone regrets” replacement plan. The phone was replaced with an 8530 under insurance in July/10 because of tracker ball problems.
    In November/10 The LCD of the new phone was slightly squeezed by the gear shift lever of our car. The LCD cover was not broken and there was no apparent symptoms for a few days; but eventually a strip of colour appeared on the LCD.
    The phone was still fully functional and I resigned myself to living with the blemish for another year until the contract expired.
    About 2 months later (Jan/11) the phone began shutting off during conversations. The battery takes a full charge and will do standby a full day without much draw down. I have tested the battery by keeping the LCD light on for a full ½ hour with only 10% battery consumed. But when I get a phone call, the unit shuts off, then automatically restarts and shows “battery to low for radio use”.
    I have taken it to the supplier expecting coverage from the ongoing insurance program. However, they do not want to replace the phone because there is “physical damage” - namely the pixel blemish on the LCD.
    The phone has never been abused or wet. The supplier claims that the pixel blemish represents physical damage even though the cover is not broken.
    Is their position reasonable? Is the phone shutting down because of the pixels blemish; or is there another cause?
    Any comments will be much appreciated. Thank you.

    Hello,
    Given what you describe, my guess is that anything is possible here...but truly diagnosing across an internet-distance is not possible. Only with hands-on could someone perhaps come to a conclusion on the situation.
    Regardless, it would be moot -- your insurance provider is 100% in control of determining if this is covered or not. You can dispute this ruling, of course -- but you do that with them. I suggest escalating with them via whatever appeals process they have. From your description, I think you have a good case -- not rock solid, but more along the lines of "it could go either way"...you need to find someone there who will come down your way rather than the ruling so far received. You can appeal to their sense of helping a longstanding good paying customer as well...if that does any good.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Program monitor and source monitor display issues

    Hello, my program monitor is displaying strange colours (inverted?) when playing video. In addition, the source monitor will never display any video although audio plays back fine.
    I am running on a Lenovo ThinkPad X200 laptop with Windows XP 32-bit and an Intel X4500MHD video card with the latest Lenovo-certified driver version.
    From my testing, this problem appears regardless of project settings, file/footage settings, etc. I originally had the K-Lite codec pack installed although I have uninstalled that with no luck.
    This problem surfaced from the moment I opened Premiere after first installing it and I have tried reinstalling the program, my video card drivers, and uninstalling the previously mentioned codecs.
    Also I have a thread on this at the DVinfo forums which has had many responses although no working solution.
    http://www.dvinfo.net/conf/attend-world-premiere/141131-weird-problem-program-monitor-pict ure.html
    DxDiag file here - http://www.dvinfo.net/conf/attachments/attend-world-premiere/10719d1234000711-weird-probl em-program-monitor-picture-dxdiag.txt
    Images in this post - http://www.dvinfo.net/conf/991137-post2.html
    Thanks

    I would try whether killing these processes will help. It may well be that when you kill them all you may encounter hangs, because one or more may be needed for your machine. I would start by killing all Lenovo processes. One would expect that one of these processes may cause your problems, but unless you try it, you can't be sure. Unfortunately I don't have a Lenovo, so I can only guess.
    Process PID CPU Description Company Name
    System Idle Process 0 75.00
    Interrupts n/a Hardware Interrupts
    DPCs n/a 0.74 Deferred Procedure Calls
    System 4 0.74
    DTS.exe 1868 Data Transfer Service
    ibmpmsvc.exe 1880 ThinkPad Power Management Service Lenovo
    AtService.exe 1912 AFSS Service AuthenTec, Inc.
    rapimgr.exe 4452 ActiveSync RAPI Manager Microsoft Corporation
    unsecapp.exe 4628 WMI Microsoft Corporation
    Smc.exe 712 Symantec CMC Smc Symantec Corporation
    SmcGui.exe 3640 7.35 Symantec CMC SmcGui Symantec Corporation
    S24EvMon.exe 764 Intel(R) Wireless Management Service Intel(R) Corporation
    ccSvcHst.exe 1416 Symantec Service Framework Symantec Corporation
    AcPrfMgrSvc.exe 1764 Access Connections Profile Manager Service Lenovo
    EvtEng.exe 396 Intel(R) PROSet/Wireless Event Log Service Intel(R) Corporation
    openvpnas.exe 796
    mdm.exe 1056 Machine Debug Manager Microsoft Corporation
    RegSrvc.exe 1432 Intel(R) PROSet/Wireless Registry Service Intel(R) Corporation
    Rtvscan.exe 2104 Symantec AntiVirus Symantec Corporation
    tvt_reg_monitor_svc.exe 2136 ThinkVantage Registry Monitor Service Lenovo Group Limited
    TPHDEXLG.exe 2164 ThinkVantage Active Protection System - HDD Logger Module Lenovo.
    TpKmpSvc.exe 2176
    tvttcsd.exe 2212 tvttcsd Application Lenovo
    rrpservice.exe 2228 rrpservice Module
    rrservice.exe 2256 Rescue and Recovery Backup Service Lenovo Group Limited
    tvtsched.exe 2268 ThinkVantage Scheduler Lenovo Group Limited
    UpdateMonitor.exe 2292 Fast Restore Application Lenovo Group Limited
    WLKEEPER.exe 2384 Intel(R) WLANKeeper SSO Service Intel(R) Corporation
    AcSvc.exe 2428 Access Connections Main Service Lenovo
    SvcGuiHlpr.exe 3204 Access Connections SvcGuiHlpr Application Lenovo
    PWMDBSVC.exe 2504 PWMDBSVC Module
    SUService.exe 2656 ThinkVantage System Update Service Lenovo Group Limited
    PresentationFontCache.exe 4940 PresentationFontCache.exe Microsoft Corporation
    tp4serv.exe 3316 PS/2 TrackPoint Daemon Lenovo Group Limited
    TPOSDSVC.exe 3444 On screen display message generator for ThinkPad Lenovo Group Limited
    TPONSCR.exe 3108 On screen display drawer Lenovo Group Limited
    TpScrex.exe 3144 ThinkPad UltraZoom Lenovo Group Limited
    ACTray.exe 3100 Access Connections Tray Application Lenovo
    tpfnf7sp.exe 3368 Presentation Director Fn+F7 handler Lenovo Group Limited
    TpShocks.exe 1184 ThinkVantage Active Protection System Lenovo.
    LPMGR.EXE 3928 ThinkVantage Productivity Center Manager Lenovo Group Limited
    LPMLCHK.EXE 732 ThinkVantage Productivity Center MailChecker Lenovo Group Limited
    Amsg.exe 992 Message Center LENOVO
    ccApp.exe 2960 Symantec User Session Symantec Corporation
    scheduler_proxy.exe 3028 scheduler_proxy Application Lenovo Group Limited
    cssauth.exe 3060 CSS Authentication Provider Lenovo Group Limited
    igfxtray.exe 2992 igfxTray Module Intel Corporation
    hkcmd.exe 2272 hkcmd Module Intel Corporation
    igfxpers.exe 1048 persistence Module Intel Corporation
    jusched.exe 824 Java(TM) Platform SE binary Sun Microsystems, Inc.
    ZCfgSvc.exe 912 Intel(R) PROSet/Wireless Zero Config Service Intel(R) Corporation
    iFrmewrk.exe 1296 Intel(R) PROSet/Wireless Framework Intel(R) Corporation
    wcescomm.exe 1844 ActiveSync Connection Manager Microsoft Corporation
    ONENOTEM.EXE 364 Microsoft Office OneNote Quick Launcher Microsoft Corporation
    PWMUIAux.EXE 5144 Power Manager Lenovo Group Limited
    7zFM.exe 2820 7-Zip File Manager Igor Pavlov

  • BootCamp Windows7 and second Monitor display issues

    I'm running BootCamp Windows7 on a 2010 15in MacBookPro. While my OSX side recognizes & displays to my ASUS VS238H-P monitor, the Windows7 won't output an image. The monitor is connected by a HDMI Cable.I have used http://forums.civfanatics.com/showthread.php?p=8596214 to get the right driver and thus monitor recognition form the control panel.  At this point the system says it recognizes the monitor, give me all the normal display option for outputing an image, but the monitor says it is recieving no signal.  Can anyone help me with this? I've seen alot of simmilar issues as I've looked for answers but nothing that directly addresses this.

    I'm running BootCamp Windows7 on a 2010 15in MacBookPro. While my OSX side recognizes & displays to my ASUS VS238H-P monitor, the Windows7 won't output an image. The monitor is connected by a HDMI Cable.I have used http://forums.civfanatics.com/showthread.php?p=8596214 to get the right driver and thus monitor recognition form the control panel.  At this point the system says it recognizes the monitor, give me all the normal display option for outputing an image, but the monitor says it is recieving no signal.  Can anyone help me with this? I've seen alot of simmilar issues as I've looked for answers but nothing that directly addresses this.

  • Monitor display issues

    Hi! I recently bought a Thinkpad W540 and I have some issues with my second monitor. I'm using Windows 8.1 x64.
    When I boot my PC, which is connected to my second monitor with a VGA cable, the built-in monitor is a black screen and the second one becomes my main monitor. I can't use my built-in monitor at all.
    To use both monitor, I have to boot my PC without connecting it to my second monitor, and when everything looks fine on the built-in, I plug the VGA cable and only then I have both display working.
    I guess this is a driver issue, but I don't know which one to download. Anyone have an idea ?
    Thank you,
    Jackfiouse

    The boogers are back. Power Supply was not the culprit.
    However I had resolved Issue #2:
    Another Issue is that so far, a few times when starting the computer in the morning the monitor will not come on. Instead, the white power light flickers in sequences of three. The third flicker stays on the longest.
    Resolution:
    According to the monitor manual, the white flickers are a code. For two short flashes followed by a longer one, is indicative of a backlight issue on the display.
    So Apple will need to replace or fix the display for the backlight issue.
    As for the other issue I've noticed a few others have had similar issues with "The Blue Fuzzies", at the threads below:
    http://discussions.apple.com/thread.jspa?messageID=3430273#3430273
    http://discussions.apple.com/thread.jspa?threadID=706702&tstart=0
    To update my original post, hovering the mouse over the affected areas does not produce a trailing effect anymore.
    To temporarily fix either issue involves shutting down the monitor, and unplugging and replugging-in that odd connector on that small white power box that comes with the monitor, (the "DC" cable). (Which originally led me to believe the power supply was at fault.)
    Though the monitor and the computer sits on a solid oak desk, I have recently discovered that when "The Blue Fuzzies" are occuring, a very slight bump on the table increases the amount of Fuzzies, or changes the pattern of which they are running. I discovered this when I sneezed.
    So where I'm at now is querying anyone with a ati1900 card with a similar issue with "The Blue Fuzzies", as the other (white flickers code) will require replacing/fixing the monitor.
    If the x1900 card is stable (none of TBF), I'd rather just get that when the monitor gets replaced.
    z

Maybe you are looking for

  • My macbook pro will not boot. bought it in 09

    ill list all the information i can. this happened about a month ago. my cursor started getting replaced with a lot of rainbow "waiting" color wheels. eventually my computer started shutting itself down and now it won't boot to the desktop at all. sta

  • Sap pi b2b add-on

    Hello We are currently planning on getting on SAP PI B2B ADD-ON. Currently we generate the EDI formatted file using file content conversion in the receiver file adapter. It is a very laborious task. Does getting the B2B ADD-ON eliminate the file cont

  • Trying to repair Bootcamp but keyboard not working at installation screen?

    Okay so I was a happy little camper, had windows 7 running on bootcamp perfectly and had yosemite installed recently. Bootcamp was running out of space so I created an exFat partition and that's when the past 24 hours of my life have turned into ****

  • Recordset sort

    I have a recordset (responders) that I would like to sort in the following manner: SELECT * FROM responders ORDER BY responders.COUNTRY, responders.`STATE`, responders.CITY After is construct the recordset, I test it and get good results (clean). Whe

  • SQL Dev 2.1 connected to a SQL Server query

    I use SQL developer to query oracle db's and from the Query result, if i right click i get the following options; Save grid as report... Single record view... Count Rows... Find/Highlight... Export Data However when i do this against an SQL server I