Something is wrong with my display

http://eacollective.com/screen.png
Any clue what this is? It used to happen once in 3 months now it's almost every day and I need to restart my computer when this happens

Besides providing more info as to what Mac it is, how much RAM it has, etc., you may want to run the Apple Hardware Test on it. Do the extended version, to fully test out the RAM: http://support.apple.com/kb/HT1509

Similar Messages

  • Something is wrong with the display

    I turned on my nano today and noticed that the text looks like if my printer is running out of ink. None of the letters are fully visible and the colors are almost gone. What happened? Please help!

    Hi keiser,
    I would start with the 5 R's:
    http://www.apple.com/support/ipod/five_rs/
    Maz

  • Hi! i bought my earpods several months ago and something's wrong with the control, i want to replace it with a new pair but i lost my receipt

    hi! i bought my earpods several months ago and something's wrong with the control, i want to replace it with a new pair but i lost my receipt

    Image persistance on Apple displays:
    http://support.apple.com/kb/HT5455
    Apple say this about LCD screen burn in:
    http://support.apple.com/kb/HT2807
    which includes suggestions for curing that effect.
    Alternatively:
    How to fix screen burn and/or stuck pixels on an LCD monitor:
    JScreenFix
    http://www.jscreenfix.com/basic.php

  • When I try to connect my iphone to itunes it will not work, but when I connect an ipod it will. This is telling me something is wrong with my phone I am jsut not sure what that is. Can someone help me.

    I was trying to update my music last night. But itunes told me it needed to be updates first. So I updated itunes, and my phone. But now when I connect my phone using the usb. It will not connect to itunes, all that comes up is a phone icon on my desk top(which doesn't allow me to do anything with) But when I connect an ipod it does connect to itune and I am abble to look at how much room is left, and the option to restore ect) . SO this tells me something is wrong with my phone it self. Does anyone know what I can do to fix this problem?
    Thanks.
    PS my lap top is running the new windows 8.

    Hi,
    Start Here:
    http://www.apple.com/support/iphone/assistant/phone/
    And See Here:
    http://www.apple.com/support/iphone/syncing/

  • My final cut is running extremely slow after having for 6 months.  I use external hard drives and save nothing on my computer.  it takes a long time to render now. do you think something is wrong with computer. took it to mac store but they fail to help

    my final cut is running extremely slow after having for 6 months.  I use external hard drives and save nothing on my computer.  it takes a long time to render now. do you think something is wrong with computer. took it to mac store but they fail to help me.  I have a 13 inch mac book pro 10.6.8 8gb 2.3 gfz intel core i5

    What did Apple tell you about what they did (or did not) find here?
    See if working on the main disk is any faster.
    USB2 is glacial, as I/O interconnects go.  And USB2 disks have been known to fail, or sometimes to drop back to USB1 speeds, too.  FireWire 800 is substantially faster than USB2, but still not as fast as the internal drive connections can provide.
    Put another way, start varying your configuration, and see which configuration changes (still) have the problem, and which don't.

  • "Something went wrong with running Nokia Xpress" A...

    hello there,
    out of the blue the nokia xpress browser on my asha 501 does not start anymore: it just shows the blue background with the globe icon. when i press the back button, the following message appears:
    "Something went wrong with running Nokia Xpress"
    - I have subsequently updated the phone software to version 14.0.4
    - I have run the troubleshooter tool under "installed programmes"
    ("Debug <Ovi Browser> connecting on port 2800")
    - I have restarted the phone
    nothing helped.
    is anybody familiar with the problem and might assist with some help?
    thanks in advance
    *chris.

    Hi Chris,
    I had the same problem but I managed to solve this today (04/12).
    Follow the steps below:
    Be sure to backup your files.
    1. Settings (configuration) > Reset phone
    2. Click OK. Wait restart your phone.
    3. Run Nokia Xpress and DON'T upload your backup.
    I hope that your problem was solved.
    And, after this situation, when your phone ask to keep the old files of the browser, click on No.
    Bye,
    Pedro HSB
    If this helped you, please, give to me a Kudo Star, so I can contribute further, but, if this didn't help you, contact me and we gonna solve your problem together.

  • "Something went wrong with your request. Please try again later."?

    I ordered a Retina MacBook Pro on the 24th. Today, I went to check the status of the order and it redirected me to https://secure1.store.apple.com/ie/order/sorry saying:
    Something went wrong with your request. Please try again later.
    The only place I can get to is the account homepage. Anyone have any idea whats wrong?
    Cheers.

    Hi Fionnr,
    If you are in USA then you can call them their toll free number 1-800-275-2273 or otherwise if you have an Apple ID then you can raise a request on https://expresslane.apple.com/GetproductgroupList.action
    They will help you further. 

  • Something went wrong with sync. between pc and Ipad now part of the information is gone on the ipad how do I put the backup from the pc to the ipad

    Something went wrong with sync. between pc and Ipad now part of the information is gone on the Ipad. How do I take the backup of the pc and put it back on the Ipad.

    Same thing just happened to me.  Help!

  • Something went wrong with my apple tv and now it says that it is in retail demo mode. How can i fix it?  I have had it for more than one year without any problem

    something went wrong with my apple tv and now it says that it is in retail demo mode. How can i fix it?  I have had it for more than one year without any problem

    To turn on/off retail mode, go to settings, general, legal.
    Do not open legal, just put the cursor there.
    Then, on the remote, type this sequence : right - right - left - center.
    The AppleTV should reboot.

  • I bought my i pod touch from us but i live in india .i have been using this from many days fr just a few days before something went wrong with it and the date and time has changed what do i do?

    i bought my i pod touch from us but i live in india .i have been using this from many days fr just a few days before something went wrong with it and the date and time has changed what do i do?

    Have you went to Settings>General Time&Date and correct the time.  Make sure the time zone is correct too.  Also go to Settings>General>Inernational and make sure the Gergorian calender is selected.

  • Something is wrong with XMLsocket

    alright , I am using XMLsocket class, actrionscript 2.0
    (flash 8). I have set up appache server on port 1024, and I can
    connect without problems. But something's wrong with sending test
    data (I am using log file to check for incoming server requests)
    the code is this:
    quote:
    var theSocket:XMLSocket = new XMLSocket();
    theSocket.connect("localhost", 1024);
    theSocket.onConnect = function(myStatus) {
    if (myStatus) {
    TraceTxt("connection successful");
    } else {
    TraceTxt("no connection made");
    theSocket.onClose = function () {
    trace("Connection to server lost.");
    function sendData() {
    var myXML:XML = new XML();
    var mySend = myXML.createElement("thenode");
    mySend.attributes.myData = "someData";
    myXML.appendChild(mySend);
    theSocket.send(myXML);
    TraceTxt("I am trying to send: " + myXML);
    sendButton.onRelease = function() {
    sendData();
    theSocket.onData = function(msg:String):Void {
    trace(msg);
    function TraceTxt(strMessage:String)
    dtxMessage.text = dtxMessage.text + strMessage + "\n";

    Hello Alana,
    Do these songs/tracks sound okay in iTunes?  Have you tried resetting your iPod to see if that makes a difference?  To do this, press and hold both the Select (Center) and Menu buttons together until the Apple logo appears. 
    I would also try a different set of headphones/earbuds to see if that makes a difference as well.
    And if the problem still continues, try restoring your iPod via iTunes and reloading all your music back over to it.
    The last you may want to consider doing, if nothing from above resolves the issue is to rerip these tracks into iTunes.  Try importing them in a different format or at a different bit rate to see if that makes a difference.
    B-rock

  • Something is wrong with your Unlocator setup.

    when i go into "  CBC.CA an error comes up saying "something is wrong with your unlocator setup "   i dont what to do or how to fix it

    Where are you located?
    Why type of network are y oconnected to?
    Home?
    Business setting?
    Free wifi?
    This is the Mac Pro desktop forum. I requested your post be moved to the MacBook Pro laptop forum.

  • "Something is wrong with Plug-in SS Masks and Composing" ???

    Whenever i start up iMovie is get a prompt that reads "Something is wrong with Plug-in SS Masks and Composing". What does this mean and how can i fix it?
    Thanks,
    Bryan

    ... where can i look to see what plug-ins i have? ...
    in Finder click thru..:
    user(the house)/library/iMovie/plug-ins...
    when iM is quit, drag the plug-ins to some other place...

  • Something is wrong with Searching - Just Hangs 7AM UTC

    Something is wrong with Searching - Just Hangs 7AM UTC

    Paul,
    Something is wrong with your posting. I have no idea what you're searching for on what system. Many more details are needed.
    Joel

  • Something's wrong with my Adaptor

    My iPod mini's about 6 months old now (but it's the pioneer model), and most of the time I use the power adaptor to recharge the battery (the one that was provided in the box). For some reason every time I connect my iPod mini to the adaptor it just won't charge. Why's that? And can I get it serviced since I'm still under warranty? Help!!!!

    If something is wrong with your AC charger better let it be checked.

Maybe you are looking for

  • Can`t install snow leopard on my MBP 6.1

    Hi all, I am on vacantion at on of my cousins and I realy need to reinstall all on my mbp, but i can`t do it because my osx install dvd is home. My cousin has a imac and i`ve tried to install from his dvd but my mbp doesn`t wanna bot from his dvd, th

  • Windows Vista laptop to Time Machine Airport wireless connection "Limited"

    Hey everyone, sorry about this issue, as its most likely a simple fix. Being an apple user of 20 years I have never owned a PC, long story short, a new guest in my home has a windows laptop that is running Vista, and is only connecting to my Time Cap

  • Issue with AFP (Buffalo Linkstation?) mounts on 10.5.7

    I have a Buffalo LinkStation Pro which I use to share folders with on my local network. I have it set up so that AFP is used and user permissions are in use. With 10.5.6 I didn't have any problems. However, after the upgrade to 10.5.7 on one of the s

  • How to pass JMS header Information to proxy field

    Hi, I am working with JMS to Proxy scenario (Synchronous). I am getting one header field at sender JMS channel which need to be mapped with one of the Proxy field. and similarly  when proxy returning one field value that need to be mapped with receiv

  • Why aren't iPhoto pix in order?

    When making a slideshow movie from an iPhoto album, why don't thepictures appear in the alphabetical or numerical order I went to all the trouble of creating in the first place? Is there something I'm missing here?