27" Cinema Display - Black Screen

I have two of these 27" displays. One display works great. The other display has a black screen. It has power and will play music through the speaker and USB works. When I hold a flashlight up to the screen I can see what should be showing brightly and even read it (takes some work to read). When connected to the laptop it's recognized in the Display preferences etc.
This problem started by the screen going black from time to time. I could get it to come back on by unplugging etc. Then it went black and it won't come back.
I don't want to pay a bunch to repair. I'm very capable of doing the repair myself and with the tutorials online I can get it done. I've read numerous threads on this and several things are mentioned as the problem:
Blacklight or driver need replaced
Logic Board needs replaced
Power supply needs replaced (I don't see how it could be this since sound and stuff work on the display)
PRAM or clear preferences etc
I believe it's probably the backlight or driver and/or the logic board. I just don't know how to diagnose which it is. Any suggestions greatly appreciated.

I have the same issue. This a common issue with Apple's LED Cinema Displays since they first launched to replace their CCDL LCD's, it's not your system. I spent three years, using 2x 24" LED LCD"s that were problematic since day 1; power supplies and LCD panels replaced 2-3 for each. My AppleCare was due to run out in Oct., so I called AppleCare in May. Within 24 hours, they approved 2 new 27" LED Cinema Displays. Everything was working perfectly, until last night. One of the 27" displays shut down. As a communications and tech consultant (and former Apple Corp employee), I reset my Mac Pro's NVRAM and SMC, tried the display with my MacBook Air and Mac Mini, all three systems will not detect it. From my experience with Apple's horrible LED LCD's, it's definitely a power supply issue. I run my system off an APC SMART-UPS 1500 Sine Wave for servers, and my other display and 6-Core Mac Pro5,1 are fine.
Really disappointed in Apple's lagging quality. Before the LED LCD's I owned 2 23" CCFL LCD's that lasted me ~8 years before burnout began, which is fantastic. I don't know who produced the panels and internal components, but Apple had better get this together.
The thread I posted is below, hope this gains traction:
24" and new 27" LED Cinema Displays constantly malfunction, anyone having similar issues as below?

Similar Messages

  • 23 " Cinema Display - Black Screen but power light on

    Hi all.
    Last night my 23 " Cinema Display (aluminium) went black, after I repluged the video lead back in the graphics card. The power light is on the display and if you press the button at the side the powerlight glows brighter before going off and if already off it glows brighter before coming on (but still no display). Attached the unit to a g4 powerbook and still no video and no options for the monitor in system preffs. Although you can see the usb devices.
    Any advice
    Cheers
    Steve

    Hi all.
    Quick update.
    I took the power brick to work and tried it on one of their displays and everything is ok so it's not a brick problem.

  • IOS adhoc displays black screen after launch

    Hi,
    my iOS application displays black screen after slash screen.nothing happens and couldn't see any proper errors on debug utility.
    I can build adhoc using flash builder and it's works fine but problem occurs when I create ipa using dumped config file on command line(ant)
    I'm using flex sdk 4.6 and AirSDK 15.0(overladed) .my application includes few native extensions.
    mxmlc
    mxmlc -load-config app-config.xml src/mobapp.mxml -output myapp.swf
    adt
    <target name="build-release-adhoc-package-ipa">
        <echo>::building captive-runtime release-adhoc ipa..</echo>
        <exec executable="${FLEX_BIN}/adt" failonerror="true">
            <arg line="-package" />
            <arg line="-target ipa-ad-hoc" />
            <arg line="-storetype pkcs12" />
            <arg line="-keystore ${provision.dir}/release-adhoc.p12" />
            <arg line="-storepass 12345" />
            <arg line="-provisioning-profile ${provision.dir}/release_adhoc.mobileprovision" />
            <arg line="${adhoc.dir}/ios-adhoc.ipa" />
            <arg line="${src}/mobapp-app.xml" />
            <arg line="myapp.swf" />
            <arg line="${icon.dir}/applicationIcon16.png" />
            <arg line="${icon.dir}/applicationIcon32.png" />
            <arg line="${icon.dir}/applicationIcon36.png" />
            <arg line="${icon.dir}/applicationIcon48.png" />
            <arg line="${icon.dir}/applicationIcon57.png" />
            <arg line="${icon.dir}/applicationIcon72.png" />
            <arg line="${icon.dir}/applicationIcon76.png" />
            <arg line="${icon.dir}/applicationIcon114.png" />
            <arg line="${icon.dir}/applicationIcon120.png" />
            <arg line="${icon.dir}/applicationIcon128.png" />
            <arg line="${icon.dir}/applicationIcon152.png" />
            <arg line="${base.dir}/[email protected]" />
            <arg line="-extdir ${src}/ane" />
            <arg line="-platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPh oneOS.sdk" />
        </exec>
        </target>
    please help.

    Hi,
    my iOS application displays black screen after slash screen.nothing happens and couldn't see any proper errors on debug utility.
    I can build adhoc using flash builder and it's works fine but problem occurs when I create ipa using dumped config file on command line(ant)
    I'm using flex sdk 4.6 and AirSDK 15.0(overladed) .my application includes few native extensions.
    mxmlc
    mxmlc -load-config app-config.xml src/mobapp.mxml -output myapp.swf
    adt
    <target name="build-release-adhoc-package-ipa">
        <echo>::building captive-runtime release-adhoc ipa..</echo>
        <exec executable="${FLEX_BIN}/adt" failonerror="true">
            <arg line="-package" />
            <arg line="-target ipa-ad-hoc" />
            <arg line="-storetype pkcs12" />
            <arg line="-keystore ${provision.dir}/release-adhoc.p12" />
            <arg line="-storepass 12345" />
            <arg line="-provisioning-profile ${provision.dir}/release_adhoc.mobileprovision" />
            <arg line="${adhoc.dir}/ios-adhoc.ipa" />
            <arg line="${src}/mobapp-app.xml" />
            <arg line="myapp.swf" />
            <arg line="${icon.dir}/applicationIcon16.png" />
            <arg line="${icon.dir}/applicationIcon32.png" />
            <arg line="${icon.dir}/applicationIcon36.png" />
            <arg line="${icon.dir}/applicationIcon48.png" />
            <arg line="${icon.dir}/applicationIcon57.png" />
            <arg line="${icon.dir}/applicationIcon72.png" />
            <arg line="${icon.dir}/applicationIcon76.png" />
            <arg line="${icon.dir}/applicationIcon114.png" />
            <arg line="${icon.dir}/applicationIcon120.png" />
            <arg line="${icon.dir}/applicationIcon128.png" />
            <arg line="${icon.dir}/applicationIcon152.png" />
            <arg line="${base.dir}/[email protected]" />
            <arg line="-extdir ${src}/ane" />
            <arg line="-platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPh oneOS.sdk" />
        </exec>
        </target>
    please help.

  • My Mac book pro displays black screen says no bootable device insert boot disk. I have no boot disk to insert. What should i do.no bootable device"

    My Mac book pro immediately displays black screen when I start up and says no bootable device insert boot disk. My question I don't have boot disk nor recovery disk to restore the system. Urgently needs your support and help.  Thanks in advance.  Michael l. Lluch

    Hello
    any chance you have try a bootcamp / win install into your Mac ??
    if so
    try this to boot into mac os
    restart your mac , just after start up sound hold on "ALT" key to sart on drive manager
    if that work select mac os volume using arrows key and validate by enter
    HTH
    Pierre

  • Led cinema 27 black screen

    Hi, my led cinema 27 has suddenly lost its picture, and now I have a permanent black screen. Speakers work well, I can listen to a DVD...
    Could be a hardware problem?
    Many thanks.
    OSX 10.7.4, mac mini 2,26 GHz Intel Core 2 Duo.

    Speakers are on the usb connection so that has nothing to do with the display.
    It could be hardware -- display itself or the video card.
    Do you have another computer you could test the display on?  That would verify whether it's a display problem.
    Fo you have another monitor you could test your computer on?  That would veify whether it's a video card paroblem.
    Do you have an apple store nearby?  You could take you mini there to do that test.  Even if you are not under applecare I would think they would let you plug in one of their monitors to check your machine out.

  • Spotify only displays black screen after video driver crashes

    Using Windows 8.1 64x, AMD 7800 series card with the latest AMD 15.4 beta drivers. This driver release is prone to crashing. Spotify, though, doesn't recover after the driver crashes and only displays a black screen. Restarting the program fixes the problem, but it shouldn't have to be restarted in the first place.

    I am so sorry to hear this, was it after an ad, i should be able to help, could you also tell me which country you are based in!

  • ARD 3 displaying black screen

    I am running ARD 3 on my iMac to log into my power mac at work. I've been able to connect to the power mac but the display shows up as a black screen. it seems I have full control of the computer but I am unable to see anything. The problem seems to be with some setting on my Imac. I've been able to use a laptop to log in successfully with the display.

    Well things got worse. Initially I could conenct to some clients but not the servers ??
    Played around with it and found the answer. I thought it may be a network issue at the client end or possibly MTU size so played around with this and nothing.
    SO - Changed the MTU size on MY machine in the network prefs and it all worked.
    Just thought I'd post here as it may be useful to somebody.

  • Published .exe now only displays black screen on opening

    Hi,
    I'm using Captivate 6.1.0.319 and have recently updated my software simulation to include a few new slides and some revised annotations. Now whenver I preview the project I get the usual view and eveything works. When it's published as an .exe (which is the needed format) the screen goes black upon opening the file and right clicking displays "Movie not loaded" in the adobe flash info. Prior to this the project worked without a hitch. My previous iteration also plays back without a black screen. What do I need to do?
    Thanks
    Edit: choosing flash player 10.2 seems to resolve this issue. Ideally, it would be preferable to use player version 11, for users sake. What would be the reason for this issue?

    Try:                           
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and then take it back to where yo had the dock connector replaced. Apple will not help.

  • IPod displaying black screen when I want to view photos

    Hi,
    here's the thing I wasn't able to find a solution yet. I synced some photo album from iPhoto to iPod nano 4gb (3rd gen). When navigating to photos with nano I see the album and inside the photos thumbnails but when I enter into the photo full screen mode to view photo nano just displays a black screen... no photo ...
    Am I doing something wrong?

    I did an update that my Macbook required and it sorted itself out, hope it works out for you.

  • Nvidia displaying black screen on boot

    Hi everyone,
    Yesterday I migrated to arch after 2 years on Ubuntu. I've wanted to move a long time ago but I moved now because I really needed the Nvidia driver to work (on Ubuntu it wasn't). I am doing research in my university which requires me to program in CUDA. I installed the nvidia and nvidia-utils packages successfully. I also ran nvidia-xconfig, installed CUDA and installed the samples that came with them. When I ran the `deviceQuery` that came with cuda to check the status of the drivers I used to get (on Ubuntu as well) that no devices exist. When I rebooted I saw a black screen. I switched to tty2 and killed spectrwm (my TWM) and ran `deviceQuery` and showed that I was indeed running a CUDA friendly GPU. So I'm really happy that CUDA finally worked.
    There is something running in the background and there is a UI running but I can't see it. For example I went to a tty and ran vlc song.mp3 and heard the music.
    However I would really love to have a UI instead of doing everything on a tty.
    Some things I tried to do
    Deleted the x config file or/and the 10-nvidia file and rebooting, but end up with an error: no screen detected (the reason I have the /etc/X11/xorg.conf.d/10-nvidia.conf file)
    I couldn't locate an error the X log
    More information:
    lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)
    /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 304.88 (buildmeister@swio-display-x86-rhel47-06) Wed Mar 27 15:32:58 PDT 2013
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    /etc/X11/xorg.conf.d/10-nvidia.conf
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:1:0:0"
    EndSection
    /etc/modprobe.d/blacklist.conf
    blacklist i915
    EDIT
    I have a .xinitrc file in my home directory and it is working
    ~/.xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    xrdb -load ~/.Xresources
    xmodmap ~/.Xmodmap
    exec spectrwm
    Last edited by geezee (2013-07-12 15:14:13)

    Looks like you have an Optimus setup.  Have a look at this wiki entry - sounds like your issue.

  • T410 & Windows 8 Pro 64bit - display black screen after wellcome screen

    I'm using T410 and Windows 8 Pro 64 bit.
    Sometime, when i boot start Windows, after Wellcome , the screen is black.
    But when i press Ctrl+Alt+Del, its' appear Task Maneger...vv.v...... but when i try lo login, after then, it's re-appear Black Screen (with cursor)
    I updated BIOS.
    Display was updated by Windows 8 (not manual)
    Please help me fix this issue.
    Thanks !!!

    Did you upgrade to Windows 8 or do a clean install?
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • Flash 10,1,102,64 causes captivate files to display black screen

    I noticed when we upgraded our computers to flash 10,1,102,64 it broke ALL of our captivate files. I called adobe tech support and they were worthless.. it doesn't seem to happen with the previous version of flash. When the Captivate lesson starts, it simply cuts right to a black screen... fortunately I figured out the solution.. so I'm sharing the knowledge.
    The problem appears to be with ANY animated slide with animated text. The only solution I found was to remove animtated text and replace it with a static gif or jpg. Hopefully, the info is useful to any other frustrated users

    So how does it work then for people who downgraded to the previous version of Flash?  Should we still install the new .dll?  Will the next Flash Player have this fixed in it?  Just curious what you would recommend for the scenario where the current player isn't installed.
    Thanks for the update and fixing the issue.
    Dave

  • Itunes Screensaver just displays black screen

    I just upgraded my older Macbook / Tiger OS to a new one with Snow Leopard and used Migration Assistant to transfer all of my files and settings. All of my Itunes music has artwork that I can see when I listen to them in Itunes. However, when I turn on the Itunes artwork screensaver, it just shows a black screen. Any help is much appreciated!

    --HI I just checked the subject artwork to be my screensaver---the pane was black and then slowly filled in with 7 rows across by 5 rows down of thumb nails of art. I wonder if it depends on having enough songs so the art has more artwork to rotate with. My question is why does the time now not show up near a normal clockface location as it did in leopard.

  • 2nd ATV displays black screen and apple logo on initial start up

    I just hooked up my 2nd ATV and all I am getting is a black screen with the apple logo. I am using component video and composite audio. No HDMI hooked up. 1st ATV is unplugged. Also have network cable plugged in for now. Using timecapsule for wireless network. This is a second hand ATV, so it has been previously used and configured. I also attempted to hook up using an HDMI, but same result. I am not sure if the unit is trying to find the previous users network or not. The amber light flashes indicating start up. Nothing else on the screen, no question mark, rotating circle, just the logo. Every few minutes the screen goes blue (assuming it is my TV default colour) and then returns to the black screen and logo. I am on the correct TV input. Also tried, menu + '+' and menu + - on the remote for factory restore and screen settings.

    melbri wrote:
    I hope you are reffering to the possibility that the person I purchased the unit from may be a thief. I am working with him at the moment and building up to getting my cash back so he can deal with Apple. Thanks.
    Sorry if my comments were misunderstood, I wasn't suggesting anyone was a thief, I was suggesting that without a receipt the store couldn't/shouldn't rely on the serial number to exchange/refund the tv, as proof of purchase.

  • Notebook freezes and displays black screen

    My laptop freezes and now it shows a black screen and when switched it indicates light as usual

    Hi there @Shizniz 
    Welcome to the HP Support Forums! It is a great place to find the help you need, both from other users, HP experts and other support personnel.
    I understand that your notebook is freezing on you, or you have a black screen. I am happy to help with this, but I definitely need more detail about what you are using. Please post the full product number and operating system in use on your notebook. See the following, if you need help with that information.
    How Do I Find My Model Number or Product Number?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

Maybe you are looking for

  • Has anybody gotten a RocketRAID 640 working in a Mac Pro?

    I have a RocketRAID 640 I purchased, based on the fact that it "had OS X drivers". Unfortunately l'm running into a bit of a snafu here. The English website (www.highpoint-tech.com) shows for the RR640 drivers that "Mac drivers are available at http:

  • Canon LBP 3010 with 10.6

    Hi all, I've got a problem with the Canon LBP 3010 printer running in 10.6.8. I tried some drivers (like capt 3.40, UFR II), but it seems it doesn't work. When I plug the USB cable in and try to add the printer, the mac recognizes it but the correct

  • SRM - email address in Ship to address on Shopping Cart as Mandatory field

    Hi, Want to make email id  and telephone number in ship to address/performance Location on shopping cart as mandatory field. any one faced this issue, please let me know, how to do this, Thanks in advance

  • What is up with my wireless???  Some devices don't see network?

    We got our new iPhones yesterday.  I have never had an issue with Airport access, before and this is frustrating! My Apple TV and both MacBooks  see the network just fine. My 2 iPhone4Ss, iPod Touch 2nd Gen, and the Powerbook G4 do not see the networ

  • Importing from Panasonic HC-V720 Camcorder

    When using the Canon M50 to import I had to first copy all files to the hard disk. Is this true of the Panasonic HC-V720 as well? I could not find any incompatability issues but if you are aware of any could you please advise? Many thanks! Ton