Black Screen during gameplay?

Hello!
       After many attempts to get an answer on gaming websites/forums and getting trolled for having a mac and gaming. I decided to finally post the question here, and hope for a clear answer and hopefully not what I am expecting as an answer.
This is a late 2011 MacBook Pro, running all current updates.
Okay so, when I run games such as Team Fortress2, Day of Defeat Source, Diablo 3, and occasionally League of Legends, when I get into the game my display goes black, but I can still hear. This has only recently started happening, I used to play for hours and hours. I am running a fan control, with temp gauge on it, so I can see that the computer isn't over heating and the case itself does not get hot.
My warranty has expired, and the price I was quoted for a logic board replacement/display replacement is absolutly not worth it considering I can buy a gaming PC for the price.
I have heard it is the logic board, the graphics card (amd one) or the display in general.
Any help would be appreciated, or if there is not enough info please ask and I will provide what I can to get an answer!
Thanks!

Guess no one has a fix

Similar Messages

  • Black Screen During Gameplay and not High Demand Renders?

    Hi, 
    The computer I own has been having issues with games that it previously had no problem with. 20-30 minutes within a session the screen will go black and audio will continue momentarily. The only way out of this issue is to hold down the power button for a reset. I have updated my drivers and cleaned out any dust with pressurized air. But the problem still continues. The strange thing is that I use Photoshop and After Effects for my work and there is no issue. Need help!
    Computer Specs:
    Model: HP Omni 220-1150xt
    OS: Windows 7 Home Premium 64-bit (6.1, Build 7601).
    BIOS: Ver: LAV_7 8.ROM vLAV7.08
    Processor: Intel(R) Core(TM) i7-2600S CPU @ 2.80GHz (8 CPUs), ~2.8GHz
    Memory: 8192MB RAM
    Available OS Memory: 8172MB RAM
    DirectX Version: DirectX 11
    Graphics Card name: AMD Radeon HD 6550A
    Card Manufacturer: Advanced Micro Devices, Inc.

    Hello masinic2,
    I understand that just recently you started getting freezing and a black screen during game play and are looking to resolve it. I am providing you with an HP Support document: Using Microsoft System Restore (Windows 7), which will walk you through restoring your computer back to a point in time where you did not have this issue. This will not affect your personal files, but it will affect any applications you have installed or settings you have changed between now and the time you restore back to. You will have to reinstall or redo the changes that are undone during that time frame.
    Please re-post if you require additional support. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • HT3986 i get a black screen during windows 7 installation on bootcamp 5.0.1

    i get a black screen during windows 7 installation on bootcamp 5.0.1 , it wont install

    Hi wb2009,
    I haven't found that the TV would be an issue, but did find an article that states to not have extra USB devices connected.
    Boot Camp: Windows installation boots to black screen with blinking cursor
    http://support.apple.com/kb/TS4536
    The Windows installation may boot to a black screen with a blinking cursor. This can occur if you use a USB optical drive or USB Flash drive for the Windows installation and another USB device is also connected to the computer.
    There's another article that mentions Windows XP or Vista that may apply.
    Archived - Boot Camp: Start up to black screen after installing Windows
    http://support.apple.com/kb/TS2600
    Thank you for visiting Apple Support Communities.
    Nubz

  • Black screen during windows 7 install on 27inch iMac

    My iMac turns to a black screen during windows 7 boot camp install. I can use the install disk on my wifes Macbook Pro so I know that the media is good.

    Please re-post in the Boot Camp forum.

  • Apples update didn't work for me: Boot Camp: iMac displays a black screen during installation of Windows 7

    Boot Camp: iMac displays a black screen during installation of Windows 7 - Apple Support
    I have followed each of the steps listed in the link above with no success.
    Prior to adding the extra drivers I was able to start the Windows install process up to reformatting the "Windows" Bootcamp drive. After that the computer would go through some instal processes and eventually restart. After the restart the screen would go black. The black screen lead me to the  Apple Support link above dated March 5 2015. After going through steps listed in the link above, I get an error message stating that the D:\Sources\instal.win. file cannot be located. I am forced to restart the computer at that point and theWindows install process attempts to start again but always ends up at the same point.
    Note: I am installing windows 7 Pro from a DVD. I scanned the AutoUnattend.xml file and noticed that it refers to "Windows 7 ULTIMATE" but not "Pro" or any others that I could see. (see below). Could that be part of the issue?
    Any feedback would be greatly appreciated.
    <cpi:offlineImage cpi:source="wim:d:/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    iMac (27-inch, Late 2009)
    2.66 GHz Intel Core i5
    16 GB 1067 MHz DDR3
    ATI Radeon HD 4850 512 MB

    Here is an over-simplified explanation of WIM and CLG files. Assume your DVD Media contains
    W7- Ultimate
    W7- Professional
    W7- Home Premium
    W7- Home Basic
    WIM Files
    File1
    y
    y
    y
    y
    File2
    y
    y
    y
    y
    File3
    y
    File4
    y
    y
    File4
    y
    y
    y
    The File .wim will contains a compressed image which contains File [1...5].
    The W7-Ultimate .clg will have 5 entries, with all set to 'Y'.
    The W7-Professional .clg will have 5 entries, with 'Y','Y','N','Y','Y'.
    The W7-Home Premium  .clg will have 5 entries, with 'Y','Y','N','N','Y'.
    The W7-Home Basic .clg file will have 5 entries, with 'Y','Y','N','N','N'.
    This allows a single .wim Image file on the DVD media to be used to install any of the 5 flavors of Windows. When you enter your product key, the Installer knows what specific W7 variant you have the key for and will tell the WIM to extract the specific files the installer needs to be extracted.
    The following line
    <cpi:offlineImage cpi:source="wim:d:/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    is telling that a retail product key will be entered, which should go look for this specific .clg file (from the five you already have on disk).  You can test if it will work for you by changing this line to the following
    <cpi:offlineImage cpi:source="wim:d:/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    If it does not work, the other issue can be related to device discovery. Typically A: and B: device names are reserved for Floppy Drives. C: is your internal HDD.
    D: can either point to the Optical drive, or the USB. The normal convention is that the removable media is named from Z: backwards. Y: and Z: are usually used for Network drives, so X: should be your USB. First try with the change to "Professional". If it does not work,

  • Probelm while installing windows 7 on MacBook pro through bootcamp? I am getting a black screen during installation

    Probelm while installing windows 7 on MacBook pro through bootcamp? I am getting a black screen during installation

    Apple Support Boot Camp
    Is there any article in the above?
    did you read the pdf before beginning from Boot Camp Assistant?
    Did you upgrade to Lion or was it pre-installed?

  • IMac displays a black screen during installation of Windows 7

    I tried to install windows 7 on my imac 27" but imac displays a black screen during installation of windows 7.
    I also tried to install it as apples instruction of http://support.apple.com/kb/ts3173 but it failed.
    Any solution please.. thanks
    I have a late 27" imac with OS X 10.85

    Here is an over-simplified explanation of WIM and CLG files. Assume your DVD Media contains
    W7- Ultimate
    W7- Professional
    W7- Home Premium
    W7- Home Basic
    WIM Files
    File1
    y
    y
    y
    y
    File2
    y
    y
    y
    y
    File3
    y
    File4
    y
    y
    File4
    y
    y
    y
    The File .wim will contains a compressed image which contains File [1...5].
    The W7-Ultimate .clg will have 5 entries, with all set to 'Y'.
    The W7-Professional .clg will have 5 entries, with 'Y','Y','N','Y','Y'.
    The W7-Home Premium  .clg will have 5 entries, with 'Y','Y','N','N','Y'.
    The W7-Home Basic .clg file will have 5 entries, with 'Y','Y','N','N','N'.
    This allows a single .wim Image file on the DVD media to be used to install any of the 5 flavors of Windows. When you enter your product key, the Installer knows what specific W7 variant you have the key for and will tell the WIM to extract the specific files the installer needs to be extracted.
    The following line
    <cpi:offlineImage cpi:source="wim:d:/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    is telling that a retail product key will be entered, which should go look for this specific .clg file (from the five you already have on disk).  You can test if it will work for you by changing this line to the following
    <cpi:offlineImage cpi:source="wim:d:/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    If it does not work, the other issue can be related to device discovery. Typically A: and B: device names are reserved for Floppy Drives. C: is your internal HDD.
    D: can either point to the Optical drive, or the USB. The normal convention is that the removable media is named from Z: backwards. Y: and Z: are usually used for Network drives, so X: should be your USB. First try with the change to "Professional". If it does not work,

  • Black screen during startup

    I get a black screen during sturtup of my MacBook Pro (April 2011): the backlight are on, but the grey screen with the apple doesn't appear.
    Then, after a few, the login screen appear, and after I log in I can use my MBP normally.
    I tried resetting the SMC, but nothing changes. I thought to reinstall OSX (I have 10.6), but I realized that I can't if the screen is black.
    I've also tried the Apple Hardware test, but I don't see anything.
    Any idea or suggestions?

    Apparently I solved by resetting the PRAM.

  • W550s black screen during passmark or gameplay

    Win 7 Enterprise - new installi7 5600 @ 2.616gb ramSamsung 460gb SSDQuadro K620M  While running Passmark PT  3D Complex or Battlefield 3 computer completely black screens and stops responding when going into full screen mode , nothing in event viewer. I have tried 3 different nvidia drivers from lenovo and direct dating back to 10/2014 (I think earliest was 331.82 or 341.01 ). Computer is a week old and considering returning it. Please help.  Edit: Currenly running nvidia driver released yesterday 353.62.

    Just some things to try to get a better idea of what's going wrong:1.Does it respond to ctrl+alt+ delete at all when it blackscreens?2.Set the power button to put pc to sleep. Does it out the pc to sleep when you press it during blackscreen or do you have to hold it for 4 sec to force-power off?3.Go into the nvidia control panel and set the renderer for your program to internal only. Try running your program. Now set it to dedicated only. Run again. Same or different results in the 2 configurations? 

  • X220 black screen during boot

    Hello,
    It's my first post, so welcome . I've been a lenovo thinkpad user for a month - X220 with SSD, W7 Professional, umts module and extended battery (if more information is needed I can send the full description) - and a strange bug occurs to my new laptop sometimes. After pressing the power button most of controls (camera, speaker mute, microphone mute) always make a flash. Next, most of the times (80-90%) the thinkpad logo shows up and the Windows 7 boots - that's ok. Unfortunately, about one in ten trials end in getting a black screen just after the flashes of the controls. The screen is enabled - it is just black. I must disable laptop (I don't have to keep the power button long - simple pressing is enough), and then, the second trial always succeed. It only occurs during the fresh, full boot - I didn't notice it after restarts, back from sleep or hibernation. I use docking stations, but it occurs in both ways - with or without docking station. It's not a huge problem to ignore that issue, but I'm worried that it may result in a more serious problem in the future. Any ideas and help will be appreciated.
    Best regards,
    Krzysztof
    Solved!
    Go to Solution.

    Hi Krzysztof,
    I would check if the problem exists if you use the HDD which came with your notebook.
    Also check if the SSD is attached firmly to the connector.
    Also try a system check with ThinkVantage Toolbox.
    http://support.lenovo.com/en_US/detail.page?LegacyDocID=LENV-DIAGS#ltb
    If the problem persists with the native HDD like the SSD, then I would contact service.
    kind regards
    Andreas
    Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
    Please insert your type, model (not S/N) number and used OS in your posts.
    I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
    TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
     English Community       Deutsche Community       Comunidad en Español

  • Black screen during Windows install

    Hello,
    I have a late 2012 27-inch iMac with the GeForce 680MX 2GB graphics card. I'm trying to install Windows 7 or Windows 8 using Boot Camp, but neither works.
    In either case, I can use the Boot Camp Assistant to create a bootable USB install disk, download the latest Windows support software from Apple, and partition the drive to allocate space for the Windows installation.
    As soon as I partition the drive, the iMac restarts and tries to boot into Windows. But the only thing I ever see is a black screen (no blinking cursor), no matter how long I wait.
    This seems like the exact same issue that plagued the late-2009/mid-2010 iMacs,
    http://support.apple.com/kb/TS3173
    In other words, it looks like the drivers included with the default Windows install disk don't work on the late 2012 iMac, at least not when configured with the 680MX. 
    Since this looks like the old problem but Apple doesn't appear to have provided drivers for the new iMac yet (the older iMacs above used ATI graphics, not NVIDIA), I tried to add the latest NVIDIA notebook graphics card drivers to the Windows install disk using the directions here,
    http://superuser.com/questions/501812/corrupt-graphics-during-windows-8-installa tion
    In particular, I used these drivers,
    http://www.geforce.com/drivers/results/55125
    They're not explicitly supporting the 680MX (I couldn't find any drivers for it in NVIDIA's website) but they do support the 680M and a whole slew of other cards. Thought it was worth a try.
    Anyway, that didn't do the trick. Still the black screen for me.
    Any ideas? Have others had this issue with the new iMacs?
    Thanks

    OK, I figured it out.
    You know how the Boot Camp Assistant gives you three options? Create Windows Boot Disk, Download Latest Drivers, Install. You basically need to do all three at once, from scratch.
    I'm not sure exactly when in the last couple of months, but Apple updated their drivers. A few days ago I gave this another shot. Initially I tried using the USB stick I had previously created, but using some of the links at the first post above, I tried to inject the new NVidia drivers provided by Apple. That didn't help. I got the black screen and all that all over again.
    But then I just tried to start from scratch, remaking the USB stick while simultaneously downloading the drivers. It then also asked me if I wanted to install a new helper tool. I never got that prompt before. Either that tool solved it, or when it was creating the boot disk now it was injecting the new drivers itself in some different way.
    Whatever it was, try starting from scratch and going through all the steps and you might be successful in classic "it just works" Apple fashion. Took them a couple of months, but they got there.

  • Glowing black screen during charging? White vertical lines

    Hello all,
    Last week i updated my pb to os 2.1 and everything went well. But now I am facing another problem. Sometimes (not always ) when I charge my pb (completely turn off) then the black screen starts glowing during charging and it keeps on glowing throughout the charging period and my pb becomes very hot. And when I turn on my pb after this then white vertical lines appear on the half portion of the screen. The screen also develops white patches but these patches and lines disappear after 5 minutes of usage. 
    So why is it happening? Is there any problem with my pb? Help someone 
    Thanks 

    Hi abhibharti,
    Please contact our direct BlackBerry® PlayBook™ tablet support team for further investigation into this issue. You can find the contact information here: http://bbry.lv/JRKRGm
    Thanks.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Black screen during rebooting HP for factory condition

     1. Product Name and Number: HP Pavilion dm4, WD471AV
     2. Operating System installed: Windows 7 64-bit
     3. I'm restoring my HP to its factory condition, but it doesn't work.  After clicking "Return your computer to factory condition (Skip backup)" using recovery manager, my HP goes to black screen when it is on reboot.  Same thing happened when I hit F11 during reboot.

    Do you have Recovery Media? If not >>>Contact HP
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Black screen during any game ion my ipad 3 6.1.2

    Black screen appear suddenly during playing games on my IPad 3 for 2 days . It was rare happen but today has became annoying
    Please help

    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 on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • [HELP] MSI Radeon R9 270X BLACK SCREEN during driver installation

    Hello,
    I own the R9 270X, which is on my PCI-E x16 slot, motherboard: Gigabyte ga-b85m-d3h.
    When I try to install drivers for my card (those that come from AMD site, those from MSI site or those on the CD attached with card) my screen turns black in the middle of installation.
    The monitor works, but there is just black screen displayed. When I restart it stays black after the Windows logo or it crashes during the usage. When it crashes it displays a solid color screen with some vertical stripes. Usually somewhere after 15 minutes from start.
    My motherboard BIOS is up to date.
    Card has worked great for 2 hours after fresh installation of Windows but then the problems i mentioned came back. I was even able to play games on high settings, but then the solid-color-crash occured again.
    Is my card faulty and should I return it?
    Specs:
    Intel Core i5-4440
    Gigabyte GA-B85M-D3H Intel B85 LGA 1150 mATX
    Power: Corsair VS 450W ATX 120mm
    Windows 8.1 64, but tested also on Windows 7 64 installed on my computer.

    I'm back on my computer (where I can't install propper drivers), haven't checked with afterburner.
    Two scenarios:
    1. The screen started to flick/jump when we wanted to run testing game (Call Of Duty 4) on his computer, we didn't even get pass the starting window, then when we returned to Windows the flickering and jumping didn't stop. Then it was steady for a 5 second, and again flickering and jumping.
    2. When I first received my newly assembled computer after fresh Windows installation I was able to play Assassins’ Creed Black Flag for about 15 minutes, then the flickering/jumping occur. Then after many trials (including removing and trying different drivers, setting up fresh windows and so on -remember, I wasn't able to even install the drivers after that) I was able to again install drivers and play for like 2 hours. Then - same as earlier problem occur.
    So in conclusion, I've manage to install my drivers two times. But then the "solid color and stripes" or "jumping and flickering" problem occurred after few minutes of computer usage.
    One more thing. On my computer even at low resolution the screen had some glitches (stripes here, dots there), on my friend's computer, there were no glitches at first. The flickering-and-jumping or solid-color-and-stripes problem occurs only on resolution HIGHER than 800x600.

Maybe you are looking for

  • Date Picker not allowing to capture time

    Hello Friends, I am trying to create a tabular form on a table[create SQL as below]. CREATE TABLE  "JOB_RUN_DETAILS"    (     "JOB_NAME" VARCHAR2(100),      "SCH_RUN_DATE" DATE,      "START_DATE" DATE,      "END_DATE" DATE,      "STATUS" VARCHAR2(100

  • Net.Msmq Binding Not Picking Up Messages in Queue as soon as the application pool gets recycled

    Hi, We are trying to implement a wcf service that exposes a net.msmq endpoint.  We are running windows server 2008 R2/IIS 7.5 running on a DOMAIN mode. 1. Our service is called service.svc and it is deployed under an application called Test in the de

  • JSF tree view GUI component and tree node actions

    Hi, I am new in using JSF and have a problem with my simple test application. The application contains a tree view control with one static tree node and a separate text area. Clicking on the tree node shall fill the text area with the string 'hello'.

  • Merging 2 i cloud Accounts

    I have a I cloud account and so does my husband. Between us both we have Mac Book Pro, I Pad and two I phones. We want all devices to share/talk with one another for pictuers, claenders ect. Question Can we merge the 2 i cloud account?

  • Issues with running UNIX shell command from Java

    Here is my java class file: create or replace and compile java source named host as import java.lang.* ; public class Host    public static void cmdTest()         String cmd = "ps -ef | grep orcl" ;         int rc = 0 ;         int = runCmd(cmd) ;