HP dv6 Notebook PC Envy: purple and green points on screen

Hey guys,.

For a little while now, I had green and purple points come on the screen. Randomly, he began to arrive and was not a cause to throw or something. They come on the screen, stay a while, disppear briefly and return. If he press the keyboard next to the mouse pad area it makes disppear for a little while.

I also have a line of white pixels from top to bottom on the left side of my screen, perhaps a little more two inches to one side. Not so long ago, I called HP, but they didn't really help me.

I can not screenshot them so I think it's a physical problem and not in display graphics software.

Someone at - it ideas?  I'm on it!

Thank you

Ben

Hi @Benjamin95 ,

Welcome to the HP support community! I hope your enjoy your experience with us.

I saw your post about points violet/green and the white line. I'll be happy to help you. Yes, this could be a hardware problem. We can confirm that by connecting your laptop to an external monitor. If they come we know that there is a problem with the display. That they show it might be a software or graphic card problem.

What is your product number? There are a number of models of the dv6 series.

Tags: Notebooks

Similar Questions

  • HP dv6 Notebook PC ENVY: Compatible WiFi Upgrade to 5 GHz Support

    I recently I have a Dual Band router and wanted to use 5 GHz wifi on my laptop. I realized then that my Qualcomm ar9485 wifi 802.11b/g/n atheros adapter does not support 5 GHz. is there a way I can change/replace the wifi card to something that supports 5 GHz?

    Model: HP dv6 Notebook PC ENVY

    Hello

    Your computer is a HP ENVY dv6-7210us:

    http://support.HP.com/us-en/product/HP-envy-DV6-7200-notebook-PC-series/5296055/model/5316900/document/c03484254/

    Check page #57of the second manual on the following link to find a straight piece available (and probably compatible):

    http://support.HP.com/us-en/product/HP-envy-DV6-notebook-PC-series/5296055/model/5316900/manuals

    Good luck.

  • Microsoft-new Xbox360-problem display of purple and green it is defective?

    I just bought a new xbox360 for Christmas and since the purchase, he showed color display only green and purple. Once when playing adventures with the kinect, all entered colors automatically, but it has not changed and when to use again another day it was back to the purple and green screen.  Not happy at all, the console was very expensive and should work fine.

    Woulds appreciate your advice or any information where I can get help for this problem thank you.

    Hello

    It seems that the cables may need to be plugged in all the way.  In addition, please make sure that the colors are adapting successfully.  Connect it to another TV.  If you still encounter problems with the console, I suggest to go back to the location that you bought.  I hope that this information is beneficial.

    Thank you

    Aaron
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Purple and green spots with the Nikon D700 raws

    I'm getting some purple and green spots (mostly purple) with Nikon D700 raws using the profile "Camera Standard". This often happens when the sunset-ish shots. The problem goes away when I select the 'Adobe Standard' profile.

    I just tried ACR 6.3 RC and the problem persists. is this a known issue?

    Would be happy to share if necessary crude + screenshots (currently on a low bandwidth connection)

    Thank you

    Kevin

    Kevin, please try these:

    http://forums.Adobe.com/message/2681151

  • HP dv6 Notebook PC ENVY: envy of 7300 dv6 screen upgrade

    Hello! I think to upgrade my HP ENVY dv6 Notebook PC (serial number: product [personal information deleted]: C2Y41AV) screen, hd version with a full hd variation and also a new backlid keyboard, the mine's regular keyboard. I don't want demolishing the pc to know that I ordered the parts and they are not compatible. I tried to get into the user part, but I get an error:

    "Oops! . The Web page you requested on http://partsurfer.hp.com server may have been removed, had its name changed, or is temporarily unavailable. Alternatively, you have typed the address incorrectly. »

    And cannot find the parts I wanto to replace, in the way I'm supposed to. I was able to do last week, but don't think that the page would come down so, I did not write the numbers down. I know that you are looking for parts was successful and I am in the list the regular parties as well as those that I want to upgrade the laptop with.  The problem is:

    (a) cannot determine the witch parts to order more.

    (b) in the page is not displayed if I buy other additional documents to those that I needed. IE: cables, etc.

    (c) where I can send the parts and where I can order and how to pay for them.

    (d) if there is a technician or a certified staff, I can contact for comprehensive services.

    You see, the problem is I bought this laptop a long time ago, and already it got replaced due speaker and fan, so the warranty problems made me a new (this product). But I noticed 3 small details on the screen and not complained of the fact that I've already lost 3 months of work in addition to 1 job offer and did couldn t afford to keep so just used the laptop as if it were on vacacions unpayed.

    Now, I thought to upgrade rather than buy the same hand he already has.

    TLDR

    Need to know if my WANT of HP dv6 Notebook PC (serial number: 2CE3090ZS3 product: C2Y41AV) can be improved with the full keyboard apart and backlit ranging from hd without the need of other parts.

    (can't post the parts I want to replace it because the part user gives an error {already posted})

    Thank you very much for the help in advance and you wish the guys the happiest day of your life!

    Hello

    Your machine is a CTO machine actually. Please use the latest manual from the following link:

    http://support.HP.com/us-en/product/HP-envy-DV6-notebook-PC-series/5363716/model/5363718/manuals

    Page #95 gives you parts available and how to replace.

    Kind regards.

  • Photoshop - combine images channel purple and green in a fused image?

    Hello

    My molecular biology laboratory trying to image fusion from a Confocal Microscope batch.  The microscope uses lasers to view different parts of a sample in a number of channels.

    For each sample, there are two corresponding channels at each level.  We try all these corresponding images merge into one combined image.  The image fusion process is simple; However, we must do this 150 - 250 times for each sample and we have several samples.

    I found an old post on the forum (Photoshop - combine images red and green layer in a fused image? ) which causes the writing a script for exactly this.  However, the script does not work for me.  I'm new to using scripts in photoshop and would appreciate greatly all possible assistance.

    Here is the code I tried to run.

    // make a reference to the savedFolder  
    var savedFolder = new Folder('~/desktop/Merged Image');  
    // create the folder if it doesn't exists  
    if(!savedFolder.exists) savedFolder.create();  
    // get the source folder from the user and store in variable  
    var sourceFolder = Folder.selectDialog();  
    // make sure user selected a folder  
    if(sourceFolder != null){  
        // get an array of red images and store in variable  
        var sourceFiles = sourceFolder.getFiles(/_ch00\.tif$/i);  
        // make a loop to process all found sets.  
        for(var i = 0; i < sourceFiles.length;i++){  
            var redName = sourceFiles[i].name;  
            var greenName = redName.replace('_ch00','_ch01');  
            var redImage = open(sourceFiles[i]);// open the red file and store reference to document  
            var greenImage = open(new File(sourceFolder+'/'+greenName));// open the green file and store reference that document  
            // now apply redImge using lighten mode  
            applyChannel( charIDToTypeID( "RGB " ) , redImage.name );  
            // save the merged document  
            SaveAsTIFF(savedFolder+'/'+redName.replace(/_ch00\.tif$/i,'_merged.tif'),true);  
            // close the open documents for next loop  
            redImage.close(SaveOptions.DONOTSAVECHANGES);  
            greenImage.close(SaveOptions.DONOTSAVECHANGES);  
            }  
    }  
    function applyChannel( channelID, documentName ){  
        // charIDToTypeID( "RGB " )  
        // charIDToTypeID( "Rd  " )  
        // charIDToTypeID( "Grn " )  
        // charIDToTypeID( "Bl  " )  
        var desc = new ActionDescriptor();  
        var channelsDesc = new ActionDescriptor();  
        var ref = new ActionReference();  
        ref.putEnumerated( charIDToTypeID( "Chnl" ), charIDToTypeID( "Chnl" ), channelID);  
        ref.putProperty( charIDToTypeID( "Lyr " ), charIDToTypeID( "Bckg" ) );  
        ref.putName( charIDToTypeID( "Dcmn" ), documentName );  
        channelsDesc.putReference( charIDToTypeID( "T   " ), ref );  
        channelsDesc.putEnumerated( charIDToTypeID( "Clcl" ), charIDToTypeID( "Clcn" ), charIDToTypeID( "Lghn" ) );  
        channelsDesc.putBoolean( charIDToTypeID( "PrsT" ), true );  
        desc.putObject( charIDToTypeID( "With" ), charIDToTypeID( "Clcl" ), channelsDesc );  
        executeAction( charIDToTypeID( "AppI" ), desc, DialogModes.NO );  
    };  
    function SaveAsTIFF( inFileName, inLZW ) {  
        var tiffSaveOptions = new TiffSaveOptions();  
        if ( inLZW ) {  
            tiffSaveOptions.imageCompression = TIFFEncoding.TIFFLZW;  
        } else {  
            tiffSaveOptions.imageCompression = TIFFEncoding.NONE;  
        }   
        app.activeDocument.saveAs( File( inFileName ), tiffSaveOptions );  
    };  
    

    Basically, everything I changed code original was the '_r' to '_ch00' and '_g' to '_ch01 '.  Thinking that the only difference between the original message and mine was the file name.  I executed the script in Adobe ExtendScript ToolKit.  The code is not able to go beyond the line 15 without the error "opening is not a function".

    I tried to save the script and try it out in photoshop in any case and I get the error code "error 8800: general Photoshop error occurred." Maybe this feature is not available in this version of photoshop.  -The 'Apply Image' command is not currently available. Line 41-> executeAction (CharIDToTypeID ('Appl'), desc, DialogModes.NO); »

    I honestly don't know enough about coding to know even where to begin to fix this problem.  Any direction would be much appreciated!

    / Steven

    I use photoshop CS5.  I think I found the problem, however.  The files needed to be converted to RGB index for the script is running.  Seems to work fine now.  Thanks for the reply!

  • HP dv6 Notebook PC ENVY: fingerprint reader

    Product number: E3Z70EA #ABV

    I did a complete reinstall of Windows 10 and all drivers are installed. I find the biometric Driver for Validity Sensor in the driver manager.

    Please note that this is a clean installation and not an upgrade.

    Whenever I try to configure the fingerprint using Windows Hello I get an error.

    Click on setup under Print Fringer > success

    Click Start > success

    Enter the Pin code > success

    Scan of my finger on the finger print scanner > error: Sorry, something went wrong close Windows Hello, and then try again to go through the installation program.

    I tried the above steps many times and always face the same problem.

    Valid Driver Version: 4.4.234.0

    Hi @VishalPinto,

    Thank you for visiting the HP Forums! A place where you can find solutions for your problems with the help of the community!

    I stumbled upon your post on the laptop and wanted to help you! I looked in your question on your HP ENVY laptop dv6-7350se and have them with software for Windows 10 fingerprint reader. Here is a download for the reader of fingerprints for Windows 10. This download sp71729.exe should work for you. I would like to uninstall the version you have and reinstall this version.

    You may need to check that the Simplepass is enable biometric support .

    Please let me know how it goes.

    Thank you.

  • HP dv6 Notebook PC ENVY: password remains for HP ENVY dv6 Notebook PC

    Hello

    I need help to change via the bios boot process. When I choose the F10 key and it goes into the bios but asks for a password after that 3 times, it gives a code. I need a reset code 85661466. Help, please.

    Thank you.

    @ladibuzybee71

    Enter 30749468

    Kind regards

    DP - K

  • HP dv6 Notebook PC ENVY: laptop without battery

    For the last few days I have been having problems of battery and planing to replace my battery in the laptop. I took it out on 39% and the laptop runs. I was wondering how long can I keep the laptop without battery. A replacement battery is on the way. Also, what is a good way to store a battery.

    magican18 wrote:

    For the last few days I have been having problems of battery and planing to replace my battery in the laptop. I took it out on 39% and the laptop runs. I was wondering how long can I keep the laptop without battery. A replacement battery is on the way. Also, what is a good way to store a battery.

    As long as the power cord is in the laptop is working fine but remember failure and the phone goes dead. A spare battery can be found on eBay just to use your HP part number and find a match to use. If that fails, they have guaranteed replacement here to remedy. Battery is best kept with the laptop plugged for the reason that it has been done. You will unplug it to consider somewhere and if it is not a battery and it is on it will be able to instantly. Is that reason laptop is a laptop for a reason.

  • HP dv6 Notebook PC ENVY: cannot adjust the brightness.

    I have problem with brightness adjustment.  I try Device Manager to display step adapters that it still does not. The brightness was working a few days ago.  And I was wondering if its OK not to solve this problem.

    Please help me. It also does not diminish with the FN keys and mouse.

    My laptop is already fixed. I just restart the laptop.

  • I recently had a problem adding still png or jpg graphics - looks like that it is not synchronized and gives purple and green grounds.

    When you add a graphic to my FCPX video in the form of png or jpg or tiff, it looks like it does not synchronize according to the pic

    Maybe your graphics card struggled to display an image of grand res. What model is your Mac?

    Try to resize an image for something as small as a test. Preview can do the downsizing, or if you have an image editor like Photoshop...

    Russ

  • HP dv6 Notebook PC ENVY: do not know the administrator password

    Help me!

    My laptop must always present this whenever I press F10 (BIOS Setup)

    System disabled
    [53696053]

    Thank you

    Hello

    Enter 42794095

    Kind regards

    DP - K

  • Satellite L650 - 10 d - sound crackling and shaped point on screen

    I have a L650 - 10 d, bought about 1 month ago.

    1. I have a problem, whenever I listen to music, play games, watch movies my his gal (emits a crackling sound) once every 20 to 40 seconds.

    I reinstalled windows, I installed the latest drivers, I did all the up-to-date windows... always the same results.

    Is there a fix for this, or I have to go pay.

    2. a the lower left corner of the screen, I also have a dowry, which can be seen on light colors, especially on white irregular. The image has a greater brightness in this area. I've never touched the screen never done anything bad... This is how I got out of the box. But I realized after a few days, because you can see only on colors near white...

    This can be corrected? or I have to repay my laptop?

    > 1. I have this problem, whenever I listen to music, play games, watch movies my his gal (emits a crackling sound) once every 20 to 40 seconds

    I had the same problem with sound crackling who disappeared after a display driver (not Toshiba but the provider's site. However, it is recommended as the site of the driver provider is not a protection against overheating). In this forum, I read that the bios can solve this problem but attention update of the bios.

    > Can it be fixed? or I have to repay my laptop?

    If mentioned above could not resolve, contact the service center. We will wait for the other user will offer...

  • Purple and black when you use any program, laptop is very slow

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas: my screen goes black purple and green when I open a program, that is to say when I go online a special writing of Web sites will be in purple, black and green? HO to fix this?

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Maybe your graphics card is damaged. You have another card to test? "A programmer is just a tool that converts the caffeine in code" Deputy CLIP - http://www.winvistaside.de/

  • HP ENVY dv6 Notebook PC replacement fan part number of

    I need to know what part to buy to replace the fan. I get hp fan 90 b error message that says that my fan is not working properly. A month ago, it started making loud noises. It still works, but I want a replacement nearby is not installed until the thing decided to die for good.

    HP ENVY dv6 Notebook PC

    Series No.: [edited by Moderator serial number]
    Product #: B6C70AV

    Thank you!

    Hello:

    Because your model is a CTO model it does not give material specifications.

    You need one of the two fan-heatsink for Intel based motherboards, found in Chapter 3 on page 29 of the owner's manual.

    http://h10032.www1.HP.com/CTG/manual/c03591281.PDF

    However, it is very easy to understand than you need...

    If your laptop computer is the AMD / switchable graphics of Intel you need of this fan/heater:

    For use only on the computer models equipped with an Intel processor and a graphics subsystem with discrete memory

    HP Part # 682061-001

    If your laptop has Intel HD graphics card, you need the fan/radiator:

    To be used on the computer models equipped with an Intel processor and a graphics subsystem with UMA memory

    HP Part # 682060-001

Maybe you are looking for

  • Re: How to install Windows on the new Satellite Pro C50 8.1?

    I just bought a TOSHIBA SATELLITE PRO C50, that came with Windows 7 pre-installed. When you start the system for the first time, I simply close and put Windows 8.1 media into the optical drive (disc 1 of 4) then entered the Recovery Wizard and may ha

  • Parallel peripheral USB - 6009 DAQmx

    Hello, im using an NI USB-6009. And I have to read two analog inputs, to write two outputs analog and two digital outputs. All this at the same time. It works if I connect them successively, but then the VI is too slow for a good measure.So my questi

  • How to add items to the Windows Explorer right-click menu drop-down?

    Sometimes it would be nice to be able to add a shortcut to a program that shows when you right click on a file in Windows Explorer.  Is it possible manually?  And can we remove others that we never use as well by the same method?

  • "Use Windows to configure my wireless network. is missing

    Hello: There is NO connection of Belkin Wireless adapter flashes to pick up the signal. Whenever there is no link, I need click Belkins utility in the system tray at the bottom to obtain, however, it keeps not connected and takes only 10-20 minutes.

  • HP Envy 100 v, 110 v 114

    Hello First of all I'm new here so please forgive me if this is in the wrong forum. Basically, I'm after a new wireless printer, I have been looking at the HP Envy 114 because of its wireless & Airprint capability. I want this camera in black, they h