Display empty corrupt

Showing empty, connected to the TV via hdmi and monitor via vga still virgin. Tried with single ram in both slots alternately still virgins. Always the same reconnected the hard drive. Consultation with a technician, who said that this is perhaps an IC has been corrupted (maybe from the vga or graphic). Is - fixable without replacing the motherboard. If so, where can I find the IC. What is the model IC number and what else I should do?

Use: HP Pavilion dv6-3050tx nb India
Product number: XB772PA #ACJ

Phone number: [edited by moderator phone number]

Hi @Xaphene ,

Thank you for visiting the Forums from HP Support. I need to edit your post and removed the phone number. Our Participation rules:

Protect privacy - yours and others. Do not share something about yourself that you do not want to see on a billboard on the road. Do not post contact or other personal information - your own or someone of another--or of any content that you receive in communications one without the consent of the author. For example, do not post your n ° of series or publicly coordinated computer and not let someone you don't know to take control of your computer remotely.

If you need people to contact you directly, or ask them to send you a private message, or subscribe to the discussion then you will be notified when there are replies. You can also click on your name anywhere in the forum and will take you to your profile page, where you can find a list of threads, that you participated.

Sharing personal addresses, telephone numbers and family names not suitable for your safety. If you have any questions, feel free to send me a private message in response.

Thank you
George

Tags: Notebooks

Similar Questions

  • Bug: Trash does not display 'empty' icon when the Recycle Bin is emptied.

    Bug: Trash does not display 'empty' icon when the Recycle Bin is emptied. This only happens when you use customized for the trash icons. The Recycle Bin appears correctly when office is updated.

    It would be nice if someone could answer this question, as it is 8 months old.

    Click Start, type regedit.exe, and then press ENTER.

    Reach:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\ {645FF040-5081-101B-9F08-00AA002F954E}

    Export the branch above into a REG file.

    Exit Regedit.exe

    Open the REG file with Notepad, copy the content and include it with your answer.

    Ramesh Srinivasan . The Winhelponline Blog
    Microsoft MVP, Windows desktop experience

  • Apple Mail displays empty messages

    Hello

    For two days, Apple mail displays various empty messages across multiple e-mail accounts.

    However, when you look at the raw source through view, there certainly the text to display.

    In addition, the preview text is always displayed correctly.

    I can access my mail online and verify that messages have in effect of content.

    I've already tried

    • Rebuild the mailboxes
    • Import mailboxes mailbox outside of the V3 folder
    • Delete the V2 file envelope index file
    • Subtract the cache.db file caches in the container folder
    • Deleting the file plist in the Preferences folder

    What can be done to fix this?

    I have attached a screenshot as reference.

    Kind regards

    Isaiah van Hunen

    It turns out that the software IBM report was the culprit.

    I'm pretty shocked as the official software, legal IBM, designed to protect my Mac broke.

    I recommend not to install or use; Apparently, it is not well developed.

    Kind regards

    Isaiah van H.

    < personal information under the direction of the host >

  • Rebel t2i digital display empty

    My Rebel T2i has a problem where the screen is empty.  The backlight lights up but no menu or fonts of any kind.  I was wondering if anyone has had this problem and how it was fixed.  Many people with this problem but no result that I could find.  Probably don't bother to send repair since the cost is almost what the camera worth?

    Thank you

    Ed refers to the fact that the 'Info' button to scroll through a series of things in option, you do not want to have displayed on the LCD... and a choice in the cycle of the possibilities is to display nothing at all (screen would remain offshore).

    BUT... pressening the 'Menu' button, you have to always bring up the Menu (even if the screen is normally off, it will come to view the menu.)  (Provided the camera actually has power and lights up).

    If she didn't come... ever... then something is broken only one service can fix.

  • Menu Windows 7 start of search results displays empty.

    Original title: sidebar search works do not

    My sidebar search no longer works. While he was trying to find, the window above is empty and nothing seems little whatever it is I'm looking for (files, programs, etc.). How to solve this problem? This feature worked for me in the past, that is until now. I'm running Windows 7 Ultimate.

    Hi zutopia,.

    That would explain the behavior of the start menu.

    1. create a new user account and to validate that menu start behaves normally in there. Create a user account

    2. If so, you can migrate your account to the new settings and resolve the problem. Fix-a-corrupted-profile user

    This should be it.

    Kind regards

    Shinmila H - Microsoft Support

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • High quality display - appears corrupted

    Hello

    I have a problem with the display of high-quality files placed TIF (InDesign CS3 5.0.4). When seen at high magnification of that image is replaced by a black solid with diagonal lines of black and white in the upper part.

    I read in the archives of the problems of performance display and tried the suggestions, but have failed to solve the problem:

    (1) restored preferences

    Ensure that the following options are selected:

    (2) purpose of display performance > high quality

    (3) view > display performance > allow object-level display settings

    Image placement is essential with what I'm doing so because the question is normally associated with CMYK hair I usually use a gray TIF to correctly position, then replace it with the CMYK version. However, becomes more complex page layout, the gray TIF becomes too "corrupt" to a high zoom factor. Of course, the exported PDF file is always true, but I really need to look at really high magnification in InDesign.

    I close all other applications to make sure this isn't a problem for RAM, but in vain. Any suggestions would be greatly appreciated.

    Thank you.

    MacBook Pro 2.33 GHz Intel Core Duo

    3 GB 667 MHz DDR2 SDRAM

    Mac OS X 10.4.11

    I've cropped the file up to 7000 pixels and not had a problem. Have you tried PhotoshopPDF seems to work very well here.

  • displaying empty lines in the report

    Dear forum

    I have a specific format of some good consisting of a few lines.
    good report sometimes get 5 lines sometimes 8 lines, according to the transaction of such specific evidence.

    is it possible that I set the number of rows in the report. Let's say 10 lines.
    If indeed the good is of 5 lines, 5 other lines appear empty in the end.
    and when actually the good is of 8 lines, the other 2 rows appear in empty at the end.

    so that all lines displayed in right are 10. Top of page lines filled with data and other below appear as blank lines and the general format of the good looks good on a single page.




    Thank you


    teefu.

    Published by: user_teefu on August 26, 2010 11:32

    Published by: user_teefu on August 26, 2010 11:35
    SELECT deptno, ename, sal, rn, lvl
    FROM
    (
      SELECT
        deptno, ename, sal,
        ROW_NUMBER() OVER (PARTITION BY deptno ORDER BY sal desc) rn
      FROM emp where deptno=20
    ) , (select level as lvl from dual connect by level<=10)
    WHERE rn(+)=lvl
    ORDER BY deptno;
    
    20     Phoenix     5000     1     1
    20     SCOTT     3000     2     2
    20     FORD     3000     3     3
    20     JONES     2975     4     4
    20     ADAMS     1100     5     5
    20     SMITH     800     6     6
                        7
                        8
                        9
                        10
    

    Published by: PhoenixBai on August 26, 2010 18:24

  • How to fix display empty on iphone 6 more?

    I replaced the lcd screen on my iphone more 6 and once I assemble it back together, screen screen went black, I could feel vibrating when plug in power. But it remains black and white display.

    It could be a reason, but since you opened the phone, you have cancelled all support post-warranty Apple. You need to try to find a competent 3rd party repair to try and fix what you have cut. Apple will not help you, and no one here could not, as the iPhone has not serviceable by the user.

  • Files MBOX Google slipped into local dir. for local folder while Thunderbird is closed. I open Thunderbird &amp; the folder is there, but empty, corrupted file name?

    I have downloaded from a google account I am trying to download on another account google for work purposes the MBOX files. I started to Thunderbird and a click with the right button on the local folder selected and copy the address of the local directory in a windows Explorer window. I then closed thunderbird.

    I dragged and dropped my MBOX files into the directory local and closed, then reopened Thunderbird. Records for the MBOX files were there and a folder for emails, but other folders were empty.

    I added IMPORTEXPORTTOOLS and tried to use it, no luck.

    I have the Nations Unies/reinstalle Thunderbird, including records of local directory of wiping and I tried with and without import export Tools Add. No luck, the folders are empty, and a new file of .mbox and .msf file is created with a string of alphanumeric characters replace the end of the name instead of a file of similar size and random file, the converted .msf is 2 KB. Something is not conversion.

     Any suggestions?
    

    It worked. It was like the original MBOX files have been compressed double, even though I unzipped and extracted, it needed more extraction.

    I had no files with .mbox in the name of the file, or these files come from Thunderbird previously so initially your instructions would have been absurd since I didn't have an Inbox.mbox file. However when you rename the file seems to work thank you.

    Thanks for explaining more clearly than on the forums.

  • display empty satellite 3000 - x 4

    Please, I beg you.
    can anyone help?
    I have a sat 3000 - x 4 while adjusting the screen resolution recently I can put something wrong, now, when win xp (home) starts I get the splash screen, then the screen goes black, connenting to an external monitor gives the same result, is it possible to reset the screen without having to sestore via the factory cd.

    I'm not too hot on computers so any help is appreciated
    Thank you
    Colin

    Hello

    Please try to start the operating system in safe mode. If the beginning of the OS at startup, you need to use the F8 key to start safe mode. It should be possible to change the display mode.

    Please post again if the procedure took place.

    Good bye

  • Satellite A100 display empty but external vga works

    Hello
    my two-year old Satellite A100-847 screen has stopped working. I used the external VGA monitor for a few days,
    and then switched back to laptop computer LCD and discovered that it doesn't work. It shows nothing, only the gray backlight.
    The LCD does not work even at start-up in WIN XP, or AC or battery power. I tried to disassemble the screen according to some guide
    to check if the cable is firmly in his place in connection to the LCD, but it has not solved the problem.
    I use the original BIOS and the somewhat updated nvidia display driver, it worked fine until now, so I suggest this isn't a driver/bios problem.
    (but maybe that is it, so I tried to install the original display with no effect driver.) I don't want to try to Flash the new bios and meet up with Kiss to the top view and bios too)
    Video output for external monitor is quite well, start-up or in the victory.

    Everyone sees a solution, please? Or should I just go to the service provider...
    Thank you
    Pepe

    I think that it s a hardware problem of the display or the FL-inverter.
    The FL inverter is part hidden somewhere close to the screen.
    It controls the backlight of the display.

    So you should go to an ASP, they can order the parts and exchange it or looking to ebay for a complete display and Exchange yourself.

  • display empty Canon t3

    I have a rebel t3 lcd screen is empty unless you take out the memory card. When the card came out, it told you no card. I can't do anything else. The (?) shutter button Looks like it may be a little pressed could this cause the problem with the screen?

    Denatured alcohol and a q-tip.

  • After you have reinstalled XP SP3, recent documents displays empty

    Reinstalled windows xpro service pack3 and now my recent documents always showed empty any ideas how to fix?

    __________________________________________________
    UGG boots
    uggs

    Hi EricLeonard,
     
    -Do you have any third-party cleaning software installed on your computer?
     
    If so, Uninstall the same and check if that helps.
     
    Follow the steps here and check if that helps.

    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs.

    For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    How to back up and restore the registry in Windows

    a. click on start-> Run-> type regedit.exe, and then press ENTER.

    b. search for the following key in the registry editor. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

    (c) in the right pane, right click and select 'New' > DWORD value

    d. name the DWORD as NoRecentDocsHistory key

          Note: If you already have this key, go to the below mentioned step.

    e. double-click the key NoRecentDocsHistory

    (f) the value of 0.

    g. close the registry editor and restart the computer.

    Additional reference on:

    How to view, use, and Clear "My recent Documents" on the Start Menu in Windows XP

     

    Kind regards

    Divya R - Microsoft technical support.

  • Polls BBM Bbm contacts display empty image

    I am facing a problem in my bbm for a week, I do not see some of my contacts display picture... I tried to remove the app and uninstall... It worked for a few hours I started facing the same problem... I tried to reinstall app several times but it does not solve the problem... So if you need help or assistance for this please.
    Thank you

    Yes, I tried to reinstall bbm... And it worked - thanks

  • Display empty LJ 4700dtn

    After surge, the printer screen is lit, but there is no display text. Also there is no link on direct stream bed light. The printer status says offline. Tried connecting via usb and still nothing. IM thinking the surge pulled the trainer, but I could be wrong. Any input would be greatly appreciated. Thank you!

    Could also be a case of memory being fried or even firmware. All the lights come on the Panel of the menu?

Maybe you are looking for