Screen is black

The screen on my daughters notebook stays black, although the charger seems to be working. The model is A1342.  it has an important university paper on it. 

Did nothing happen when you tried the volume button method, or did it restart?
What I would have tried is holding the power button until the device restarted and the bootup progress display shows. I would try that. But also want to know what happened with volume button reset method.
- Ira

Similar Messages

  • Screen goes black when hooking up to TV via mini-DVI to video adapter...

    Hello,
    Ever since I upgraded my PB12" to 10.5.x (now running 10.5.5, but this issue has been there since upgrading to 10.5.1), when I hook up the mini-DVI to video adapter (different adapter than for hooking up to an external display as the mini-DVI to video adapter has composite and sVideo out) to my TV, the PB screen goes black. It's set up to mirror the PB on the TV, and the PB continues to run, picture works on the TV, but I loose picture on the PB. Only way to get it back is to reboot the PB (with the mini-DVI to video adapter unplugged). So, basically, if I try and use the mini-DVI to video adapter, I loose picture on the PB. This never happened under 10.4.x — only since upgrading to 10.5.x.
    Anyone have this issue? Know of a fix?
    Thanks,
    Kristin.

    If you connect the MacBook using a Mini DisplayPort to HDMI adapter you will probably need to use external speakers or a 3.5mm stereo headphone jack to RCA sound plugs connected to a stereo sound system if your TV doesn't have separate RCA input plugs or a 3.5mm stereo input plug for audio with the HDMI plug. The Mini DisplayPort to HDMI doesn't carry audio unless you have the Mid 2010 model 7,1 and there're no audio plugs on most TVs to work with HDMI since it's expecting audio with the HDMI.
    If you have the Late 2008 model 5,1 Aluminum Unibody or Late 2009 model 6,1 White Unibody with the Mini DisplayPort rather than the Mini-DVI there is an adapter that can combine video and audio to HDMI.
    http://www.monoprice.com/products/product.asp?c_id=104&cp_id=10428&cs_id=1042802 &p_id=5969&seq=1&format=2

  • My ipod nano 5th gen is still making the clicking noise but won't play music and the screen is black what's wrong?!my ipod nano 5th gen is still making the clicking noise but won't play music and the screen is black what's wrong?!

    my ipod nano 5th gen is still making the clicking noise but won't play music and the screen is black what's wrong?!

    Downloading past purchases from the App Store, iBookstore, and iTunes Storehttp://support.apple.com/kb/HT2519
    Message was edited by: michael08081

  • Some times when I press the home button to read my finger the screen becomes black and it shows the Apple logo, this take a few seconds to get back the screen and this has been happening even 3 or 4 times in a row!   What should I do?

    Some times when I press the home button to read my finger the screen becomes black and it shows the Apple logo, this take a few seconds to get back the screen and this has been happening even 3 or 4 times in a row!
    What should I do?

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • IPhone black screen does not show anything, but I can hear that the device works. I hear the lock open the screen and hear the iPod but the screen remains black

    IPhone black screen does not show anything, but I can hear that the device works. I hear the lock open the screen and hear the iPod but the screen remains black!!

    It's happened to me before as well. Try holding both lock(top right) and home buttons simultaneously until u see a slight flash of wight then just reboot it normally. If that doesn't work try restoring your device from itunes

  • Itunes makes my screen go BLACK and restart- will not work at all!

    hello fellow apple distressers,
    hoping someone can help me as i would really appericiate it:):)!
    everytime i try and open itunes my computer freezes then the screen goes black. after the screen goes black the computer restarts all on its own! when i log back into windows, after it has restarted, it tells me it has recovered from a +serious error+. when i searched for more information it gave me this error signature:
    BCCode : 100000ea BCP1 : 8A1357A8 BCP2 : 8A0AD290 BCP3 : F78BACB4
    BCP4 : 00000001 OSVer : 512600 SP : 3_0 Product : 768_1
    i have tried uninstalling and reinstalling itunes annnddd quicktime, but still itunes refuses to co-operate, although funnily enough quicktime does work....
    please help as i really need itunes to upload songs on to my ipod.
    Btw, this happened after a virus and although this virus has been removed from the computer i think it may have damaged the itunes files:(
    thanking you for reading this,
    lovelifesmilepeace

    wow blue screen of death that sounds bad...
    Technically they're called STOP messages (because the PC stops after you get one of them). But "blue screen of death" (or BSOD) is the common terminology (because the PC stops after you get one of them).
    C:\DOCUME~1\Abigail\LOCALS~1\Temp\\WERfd36.dir00\Mini012710-01.dmp
    Good ... we've got the PC generating minidumps of the crashes. So we'll be able to interrogate those using Windows debugging tools to try to work out what is causing the crash.
    First, track down where they are being stored on the PC. Usually that will be in the C:\Windows\Minidump\ directory. There should be files in there with names like "Mini(number-numbers).dmp"
    (If you have "Hide filename extensions for known file types" enabled in Windows, the ".dmp" extension may not appear on the dump files. The numbers in the file name will be different for each minidump, if minidumps are present.)
    Once you've found where they're being stored, we'll have a look at them using windbg.
    1. Download and install the Windows debugging tools from here:
    http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
    2. Go to Start, All Programs, Debugging Tools For Windows, Windbg
    Once you open Windbg, you will presented with a blank screen.
    3. Click on "File > Symbol File Path". Here you will enter the symbols
    path. Symbols are needed to effectively debug.
    The path will be:
    SRVc:symbolshttp://msdl.microsoft.com/download/symbols
    4. Enter in this path and click OK. Now, go to "File > Save Workspace"
    so that your symbols path is saved for future use.
    5. Go to "File > Open Crash Dump" and load the file.
    (An "Open Crash Dump" screen will appear ... doubleclick "My Computer", doubleclick "Local Disk", doubleclick "Windows", doubleclick "Minidump", and doubleclick on one of the minidumps in there.)
    You will/should get a message to save base workspace information. Choose no.
    Now you will get a debugging screen. It takes a little bit to run it,
    as the symbols have to be downloaded as they are needed.
    After the "bugcheck analysis" part of the screen comes up, look for the component that seems to be causing the crash. (It'll say "Probably caused by" ...)
    Let us know the precise name of the component. (Include any file name extensions like .dll or .sys.)
    If you can, have a look at several of your crash dumps. Are all the crashes being caused by the same component? If not, could you let us know the names of the various components being cited in the various crash dumps?

  • My macbook pro freezes and then displays a blue screen with black stripes... do you know what's wrong with it?

    My macbook pro freezes and then displays a blue screen with black stripes... do you know what's wrong with it?
    I have a two and half year mac book pro... I've had some issues with the screen looking scrambled when I quit certain applications, but now it's turned into something worse.  I'll be working on my computer and the thing will freeze.  When I force restart, the first screen, the apple logo, will be a blue tint and won't boot up normally.  Then I try safe mood and it will then boot just fine.  But there are blue stripes on my screen.  The screen alternates from a blue tint to normal and if the computer freezes again the screen will become completely blue with black stripes.  I haven't tried reinstalling my software because I don't have the startup discs that came with my computer.  If I was sure that would fix it I would purchase them, but if it's a hardware issue I'm afraid that I'm screwed.  I've been able to successfully get the blue off my screen by putting it to sleep and then waking it up, but that's not working well anymore either. 
    Does anyone else have experience with this?  Is it the firmware or what?  I have a MacBook Pro from early 2011 and I'm running Mac OS X 10.6.8.
    Please help... Thanks!

    I just experienced this exact same issue with my early 2011 15" macbook pro. Since like a month after purchasing it I had issues with the screen randomly going dark on me. I sent it in for repair inder waranty they replaced the gpu and logic board but I continued to have the same issues with the screen randomly going black sometimes I would need to reboot it in order to get the screen to go back on but it happened so infrequently and I used the computer for school so disnt find the time to resend it in to apple. Just last night the screen started to display the blue screen with black verticle lines on it. I called apple and explained to them  the issues that had been ongoing since I purchased the laptop but they said because I was now outside of warantee that any repairs at thia point wouldn't be covered. Fml so glad I spent 2200 on this future proof macbook pro what a joke my sister purchased a toshiba laptop for 300 4 years ago and it still running like a champ. I loved my macbook but at the price I paid I expect it to last longer than 2 years before leaving me high and dry. *** apple??

  • Mid 2010 MacBook Pro crash - screen goes black

    There is a major problem with the mid 2010 Mac Book Pro's and Lion.  I suspect that it is related to the drivers for the NVIDIA GeForce GT 330M 512MB video card and perhaps the i7 processor.  The crashes are random and most often occur after a mouse click then the screen suddenly goes black and a restart is forced.  There is a thread on MacRumors that describes many others with the same problem: http://forums.macrumors.com/showthread.php?t=1182104
    The crash occurs less frequently when the power and external monitors are connected.  When the MBP is unteathered it crashes every 20 minutes.  I am really surprised and disappointed that a bug this severe made it through final testing. Looking forward to 10.7.1.
    Scott

    im so glad im not the only one with this problem. at least i know its not because some careless things i unconciously did that makes my mac gone berzerg like this.
    i also encounter the exact same problem with all of you. problems started a month ago. at first it was just once in a while then it became a frequent thing especially when my battery left with 20-30%. then after i plugged in the magsafe, its okay. lately, nothing safes the mac from crashing, particularly when im running adobe and/or autocad. i thought it was software problems so i backed up my files, performed erase and install snow leopard then made an even bigger mistake by upgrading to lion. after finish upgrading, the crashings got even more often. every starting up, after i got a glimpse of login in, pufffttt, screen goes black but keyboard still on. googled it up and say reseting smc will do the trick. eeekkkk nothing! then resetting the pram. worked okay for quite some times then puufffttt, crash! ask a question on yahoo answers and got a help from lovely person to install gfsxcard-something and told to opt for integrated only. worked fine for 2 days and still went back to crashing. opened up the mac, testing each rams, reshuffling em, still got nothing. the only thing that enables me to do my work with this Majestic mac is resetting pram everytime i turn it on.
    since im living in singapore (bought this mac june'09 in melbourne,australia), there is no genius bar to be found, running a diagnostic only at any apple service cost me 120 bucks and if i have to change the logicboard, its gonna cost me ard 1000++ dollas since i dont have any applecare and my warranty expired 4mnths ago. so, i might be killing myself soon! yauuzaaaa

  • Why does my screen turn black when I play iTunes while working on iPhoto?

    Why does my screen turn black when I play ITunes while working on iPhoto? I can't click off of the screen but get a message that reads Shut down computer by pressing button in back then turn computer back on by pushing button in back. That's followed by Chinese letters (which I cannot read). I have had other problems when playing iTunes (actually, a radio station on the Internet) while working on  iPhoto. Before, I got a window that would pop up and tell me I had no disk space available, that I would have to quit applications that were open. Not many were open.
    It would be nice if I could solve this problem once and for all.
    Thanks in advance for all the suggestions. I truly appreciate your help.
    Jan

    That was easy. Thanks. Jan
    Interval Since Last Panic Report:  1949305 sec
    Panics Since Last Report:          1
    Thu Feb  6 15:29:32 2014
    panic(cpu 1 caller 0xffffff80002c4794): Kernel trap at 0xffffff7f81d89ff3, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff7acd4a2a7c, CR3: 0x0000000085d3b000, CR4: 0x0000000000000660
    RAX: 0xffffffff4bffff56, RBX: 0x0000000000000000, RCX: 0x0000000000000001, RDX: 0x0000000000000000
    RSP: 0xffffff807867b7c0, RBP: 0xffffff807867b800, RSI: 0xffffff7acd4a2a7c, RDI: 0xffffff8065292000
    R8:  0x0000000000000001, R9:  0x0000000000000000, R10: 0xffffff7f81d44200, R11: 0xffffff800f8b45e8
    R12: 0xffffff8065292000, R13: 0xffffff807867b860, R14: 0x0000000000000001, R15: 0xffffff7acd4a2a7c
    RFL: 0x0000000000010286, RIP: 0xffffff7f81d89ff3, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0xffffff7acd4a2a7c, Error code: 0x0000000000000000, Faulting CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff807867b470 : 0xffffff8000220792
    0xffffff807867b4f0 : 0xffffff80002c4794
    0xffffff807867b6a0 : 0xffffff80002da55d
    0xffffff807867b6c0 : 0xffffff7f81d89ff3
    0xffffff807867b800 : 0xffffff7f81d8a694
    0xffffff807867b890 : 0xffffff7f81d8b4ed
    0xffffff807867b8d0 : 0xffffff7f81d472a1
    0xffffff807867ba40 : 0xffffff7f81d8bd6d
    0xffffff807867bb00 : 0xffffff7f81d44346
    0xffffff807867bb60 : 0xffffff8000655f3e
    0xffffff807867bb80 : 0xffffff800065681a
    0xffffff807867bbe0 : 0xffffff8000656fbb
    0xffffff807867bd20 : 0xffffff80002a3f08
    0xffffff807867be20 : 0xffffff8000223096
    0xffffff807867be50 : 0xffffff80002148a9
    0xffffff807867beb0 : 0xffffff800021bbd8
    0xffffff807867bf10 : 0xffffff80002af140
    0xffffff807867bfb0 : 0xffffff80002dab5e
          Kernel Extensions in backtrace:
             com.apple.GeForce(7.3.2)[7E1D7726-416F-3716-ACCB-E1E276E35002]@0xffffff7f81d390 00->0xffffff7f81dfbfff
                dependency: com.apple.NVDAResman(7.3.2)[97284661-2629-379E-B86B-D388618E8C30]@0xffffff7f808 b0000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f8089e000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f8082b000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80865000
    BSD process name corresponding to current thread: iPhoto
    Mac OS version:
    11G63
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5
    System model name: iMac10,1 (Mac-F2268CC8)
    System uptime in nanoseconds: 11526391261403
    last loaded kext at 23020191300: com.apple.driver.AppleHWSensor    1.9.5d0 (addr 0xffffff7f8234b000, size 28672)
    last unloaded kext at 522057763087: com.apple.driver.AppleFileSystemDriver    13 (addr 0xffffff7f8254c000, size 12288)
    loaded kexts:
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.driver.AppleBluetoothMultitouch    70.12
    com.apple.filesystems.autofs    3.0
    com.apple.iokit.IOBluetoothSerialManager    4.0.8f17
    com.apple.driver.AudioAUUC    1.59
    com.apple.driver.AppleMikeyHIDDriver    122
    com.apple.driver.AppleHDA    2.2.5a5
    com.apple.driver.AppleUpstreamUserClient    3.5.9
    com.apple.driver.AppleMikeyDriver    2.2.5a5
    com.apple.driver.AppleBacklight    170.2.2
    com.apple.driver.AppleMCCSControl    1.0.33
    com.apple.driver.AppleLPC    1.6.0
    com.apple.driver.AGPM    100.12.75
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.2.3
    com.apple.driver.ApplePolicyControl    3.1.33
    com.apple.GeForce    7.3.2
    com.apple.driver.ACPI_SMC_PlatformPlugin    5.0.0d8
    com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.8f17
    com.apple.driver.AppleUSBCardReader    3.0.6
    com.apple.driver.AppleIRController    312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.iokit.SCSITaskUserClient    3.2.1
    com.apple.iokit.IOAHCISerialATAPI    2.0.3
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.1.0
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleFWOHCI    4.9.0
    com.apple.driver.AirPort.Atheros40    505.67.1
    com.apple.driver.AppleAHCIPort    2.3.1
    com.apple.nvenet    2.0.17
    com.apple.driver.AppleUSBHub    5.1.0
    com.apple.driver.AppleUSBEHCI    5.1.0
    com.apple.driver.AppleUSBOHCI    5.1.0
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    195.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.4
    com.apple.security.TMSafetyNet    8
    com.apple.driver.AppleIntelCPUPowerManagement    195.0.0
    com.apple.driver.AppleMultitouchDriver    231.4
    com.apple.driver.IOBluetoothHIDDriver    4.0.8f17
    com.apple.kext.triggers    1.0
    com.apple.iokit.IOSerialFamily    10.0.5
    com.apple.driver.DspFuncLib    2.2.5a5
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.iokit.IOSurface    80.0.2
    com.apple.iokit.IOAudioFamily    1.8.6fc18
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleGraphicsControl    3.1.33
    com.apple.driver.AppleHDAController    2.2.5a5
    com.apple.iokit.IOHDAFamily    2.2.5a5
    com.apple.nvidia.nv50hal    7.3.2
    com.apple.NVDAResman    7.3.2
    com.apple.iokit.IONDRVSupport    2.3.4
    com.apple.iokit.IOGraphicsFamily    2.3.4
    com.apple.iokit.IOFireWireIP    2.2.5
    com.apple.driver.IOPlatformPluginLegacy    5.0.0d8
    com.apple.driver.IOPlatformPluginFamily    5.1.1d6
    com.apple.driver.AppleSMC    3.1.3d10
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.8f17
    com.apple.iokit.IOBluetoothFamily    4.0.8f17
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.2.1
    com.apple.iokit.IOUSBMassStorageClass    3.0.3
    com.apple.iokit.IOUSBHIDDriver    5.0.0
    com.apple.driver.AppleUSBMergeNub    5.1.0
    com.apple.driver.AppleUSBComposite    5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.1
    com.apple.iokit.IOFireWireFamily    4.4.8
    com.apple.iokit.IO80211Family    420.3
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOUSBUserClient    5.0.0
    com.apple.iokit.IOUSBFamily    5.1.0
    com.apple.driver.NVSMU    2.2.9
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.11
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.DiskImages    331.7
    com.apple.iokit.IOStorageFamily    1.7.2
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.7
    com.apple.iokit.IOACPIFamily    1.4
    System Profile:
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.52f9
    Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
    Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334548312D4346382020
    Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334548312D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.67.5-P2P
    Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
    Serial ATA Device: ST3500418ASQ, 500.11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GA11N
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0x24400000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 3
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x26200000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
    USB Device: Hub in Apple Extended USB Keyboard, apple_vendor_id, 0x1003, 0x06400000 / 3
    USB Device: Apple Extended USB Keyboard, apple_vendor_id, 0x020b, 0x06430000 / 4
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x06110000 / 6

  • Help! My iPad's screen is black and unresponsive, but when I plug it in I can hear it make the noise it normally would. I'm unsure what to do and I've been looking all over the internet for solutions and so far none are working.

    As I mentioned, the screen is black and unresponsive. However when ever I plug it into either my charger or my lap top it will make the expected sounds, it also [when plugged into my computer] opens up iTunes how ever the device can't be seen on the side bar. So far to resolve the issue I've tried.
    - Attempting to turn it on
    - A reset using the home/sleep button and the power button
    - Plugging it into my computer to see if I can get it working through iTunes [Which so far is fruitless]
    - Holding 3 fingers down in the screen in case my screen curtain was enabled [Nothing happened with that either]
    - Putting it face down over my knee and slapping the back in case a cable was lose [Done this repeatedly and nothing happened]
    I don't know what's wrong with it and I've been searching for solutions for about 2-3 hour's now. I'm hoping someone here might be able to help me as I would like to go through as many options as possible before trying to take it into the apple store.
    [Side note I had also just updated my iPad two nights before the problems began to occur to the iOS 8 technology.My version of iPad is the iPad 2 with 16GB of memory. I'm not sure how much information will be relevant but I'll give as much as possible is someone is able to help me.]

    Apple does not replace screens and your iPad is clearly out of warranty, not that accidental damage would be covered anyway.  If you want to try to have your iPad fixed, there are 3rd party repair centers you can try.  In your google search bar type the following:
    "ipad repair "xxxxx"
    Put your city in the "xxxx"  for example, "tampa, fl"
    There will likely be some options you could investigate.
    Or, you could sell your iPad, even damaged to Gazelle.com and get yourself a shiny new iPad.  And if you do, make sure you add AppleCare+ for $99.  This not only increases your Apple technical support for two full years, but would get you up to two iPad replacements at $49 each.

  • When I click on a link in an email, the comoputer locks p and the screen goes black, requiring a shut down from the on-off switch. My version of Firefox is up-to-date.

    The on-off switch is the only way I can turn off the computer, because the screen is black. Then I turn on the computer again to reboot, and when I click on Firefox again it takes from 30 to 90 seconds before Firefox opens, at which point I get a message asking if I want to begin a new session. Then I open emails and don't click on any links. If I check my email using Internet Explorer, the problem does not occur. Your help would be appreciated. After 50 years of operating comoputers, I have never seen this problem. Regards----Lloyd Schultz

    Fred...thanks, but this is not about one site. The same thing happens often, with many sites, when i click a link that has come up in Google search, or on Twitter or Facebook or within a story I'm reading. The link takes me to the url of what it was supposed to take me too, then within a second or so it switches to that Yahoo 'error handler' url, a page that offers search for similar sites.
    Again, thank you.

  • We just moved from the United States to Costa Rica.  The first two days my mac worked great.  Then all of a sudden I was trying to use a game application and the screen went black and there is a white cursor which I can move around, but I can't escape it

    We just moved from the United States to Costa Rica.  The first two days my mac worked great.  Then all of a sudden I was trying to use a game application and the screen went black and there is a white cursor which I can move around, but I can't escape it. When I restart it seems okay and I see my main screen, but only for a second and then it goes black again. 
    This computer was brand new in June.  Is it the humidity???   What can I do.  Please help!!!!

    No guarantess but try smc and pram resets,

  • HT4241 Does dvi to HDMI adapter works on mid 2007 iMac? Some how my iMac detect the sharp tv but the tv screen is black.

    Does dvi to HDMI adapter works on mid 2007 iMac? Some how my iMac detect the sharp tv but the tv screen is black.

    you need mini dvi to hdmi cable
    http://store.apple.com/us/product/M9321G/B/apple-mini-dvi-to-dvi-adapter?fnode=5 1
    and
    http://store.apple.com/us/product/HA835ZM/A/belkin-hdmi-to-dvi-d-cable-2-m66-ft? fnode=51

  • MacBook 13.3" (A1181), 2.16 GHz, screen goes black once OS is loaded.

    I have a MacBook 13 (model A1181, 2.16 GHz) that I bought from a friend.  Everything starts up fine, I get the chime, etc., until it loads the OS.  I have a brand new Apple hard drive; brand new Mac OS X Leopard disk; and have tried everything I can think of.  I have tried shining a light to see if the screen is just dim--no dice.  I have tried completely wiping the drive clean on my iMac and then reinstalling.  It gets all the way through the install, then the screen goes black when I'm trying to set my information up.  The screen stays up if it's installing the OS, and also if I have the hard drive disconnected on the logic board.  As soon as I load the OS, it goes black.  The rest of the machine is still running.  I have a spare logic board, so I put that in and I get the same problem.  What am I missing?  Any help would be appreciated.  It may be useful to know that I am a computer repair technician (I do component repairs at a motherboard/logic board level).  However, I believe all the hardware to be working.  I think it may be a firmware issue, but I can't get it to keep a screen long enough to do any software updates.  Anyone have any suggestions?

    I actually considered that and replaced the inverter, as I couldn't find the cord to external display, but also to no avail.  Same thing happened.

  • Macbook Pro 13" Screen went Black - Can only see when plugged into another display! HELP!

    My MacBook Pro's screen went black last night and now when it turns on it stays black. I plugged it into my tv through the mini display port and I can see everything fine on the tv but the screen on my laptop is black. Everything else seems to be working fine. Any advice that doesn't involve taking to Genius Bar??? Already tried booting in safe mode, resetting the PRAM and NVRAM. Need to fix this ASAP. Thanks!!

    Please make a Genius Appointment and take it in for service.

  • Can I connect a 27" Cinema Display to an ageing iMac? I have a Mini-DVI to DVI Adapter fronting a Kanex C247DL to complete the MIni-DVI to mini display port. Sound is good but screen is black.

    Can I connect a 27" Cinema Display to an ageing iMac? I have a Mini-DVI to DVI Adapter fronting a Kanex C247DL to complete the MIni-DVI to mini display link. Sound is good but screen is black.

    Hey phil staton, highland,
    Thanks for using Apple Support Communities.
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Have a nice day,
    Mario

Maybe you are looking for

  • Adobe Acrobat Pro

    I am using adobe pro version 9.4.0 to edit pdf files. When I double click a pdf file in the finder I get the following error message. The document "NameOfFile.pdf" could not be opened. Acrobat cannot open files in the "Adobe PDF document" format. If

  • Configure EP6 SP11 for SSL

    I am following the instructions (help.sap.com) for applying SSL but they are slightly confusing. 1. You apply the SSL to J2EE 2. You have to have the Key Storage Server running - but how do you ensure that it is? Is it by default when the J2EE is run

  • Sharepoint 2007 into Sharepoint 2010 migration MOUNT-SPCONTENTDATABASE fails and Sharepoint management shell closes automatically

    Hi all, I am trying to Migrate from sp2007 into sp2010. I have a heavily customized site with lots of sites, lists etc totalling upto 180GB size. Now when i perform Mount-spcontentdatabase, the command prompt ie Sharepoint Management shell closes aft

  • Converting "book" to "slideshow"

    I've created a book (some of the pages have multiple photos) and would like to create a slideshow (to ultimately be burned via iDvd) that would show each of the pictures individually. Unfortunately I can't even seem to figure out how to create the sl

  • Issues in PI after patching

    Hello everyone, Basis has applied patches to our system. However, after the patching,all the communication channels are in red status or turn red when we try to test a scenario. We did a cache refresh and also restarted server level service: CPA cach