Need help, red lines Insignia 46" TV

Hi all,
I am looking for some help. I am having an issue where every 20 minutes or so a red line flickers on the screen for about 1 second and goes away. It is not a full red line across the whole tv. It is longer horizontally but it is not one row of pixles. It varies in size but it is most of the time on the left side of the screen however it moves up and down for where it will appear.
I don't believe this is a cable issue as its happening on all of my devices (2 HDMI connections 1 Component ). The Tv is also less than a month old.
Any insight would be great
Thanks.

This is a very odd symptom. I would start by disconnecting HDMI inputs an see if it still happens with just the component input connected. Still happening? Make sure cables are fully seated. If issue continues, likely a TV issue (you have a 30day window to exchange). If problem goes away, it may be caused by a bad HDMI cable or one of the HDMI sources. It would be a good idea to make sure the connections are clean (blow out any dust in connector) and fully seated. A loose component cable may cause similar symptom as well, all connections should be checked for a correct & secure connection.
-Agent M
I do currently work for Best Buy but my opinions are my own and do not necessarily reflect Best Buy policy. If you find the info useful, please ‘like’ our Facebook page:
www.facebook.com/geeksquadrecon
www.twitter.com/geeksquadrecon

Similar Messages

  • Need help animating line art/paths

    Help please...
    I am trying to animate a line, to have it tween/morph between a line and a question mark and then back to a line. I've drawn my two shapes in Illustrator as line art (as paths, not as closed shapes), but I'm not seeing the paths as a mask when I paste them into my Solid Layer. The parts of my drawing that have closed shapes come in and form a mask, but not the individual lines/paths, not matter how thick I make them. I can see there is a path in AE if I click on the shape, but it does not come up as a masked area.
    Is there a better way to do this, than to animate a mask? Animating masks seems to be the consensus how to do a lot of animation, but I'm stuck trying to get my line appear as part of my mask.
    Happy to try another way; I have yet to see a tutorial that does what I'm trying to do, can't be a reveal, since the final shape needs to morph a few times. I am sure this is do-able (and probably not that hard!), but I can't figure it out; in Flash I would just tween between the two shapes, but not seeing how to do that effect in AE.
    Thank you!

    hi, i took some screengrabs also, so that you can perhaps see what i might be doing wrong...i inlcuded the original shape, from Illustrator, as well as what happens when I paste in AE. for my shape, blends won't work from Illustrator, I need the line to move in a certain way that Illustrator won't do using that feature. thanks very much .

  • Need help AT LINE SELECTION

    Hi Guys,
    I need ur help regarding my coding: AT LINE SELECTION.
    Here is my codes, but it is not working.
    AT LINE-SELECTION.
    IF ( wa_list-auart = 'ZCS' AND wa_list-auart = 'ZSA' ).
        IF NOT wa_list-sonum IS INITIAL.
          SET PARAMETER ID 'AUN' FIELD wa_list-sonum.
          CALL TRANSACTION 'VF01' AND SKIP FIRST SCREEN.
          CLEAR wa_list-sonum.
        ENDIF.
      ELSE.
        IF NOT wa_list-drnum IS INITIAL.
          SET PARAMETER ID 'AUN' FIELD wa_list-drnum.
          CALL TRANSACTION 'VF01' AND SKIP FIRST SCREEN.
          CLEAR wa_list-drnum.
        ENDIF.
      ENDIF.
    The requirements are:
    1. Data selection on column ‘Item’ + Magnifying Glass Icon click will direct user to transaction code VF01 ====>><b>its working,  but the problem is when i click the line item no 1, it wasnt work. Line item no 1 only but the rest items its workin.</b>
    2. Sales Order No (VBAK-VBELN) – will be the default value on document column of VF01 if Sales Order Type (VBAK-AUART) = ZCS or ZSA else Delivery No (LIKP-VBELN) will be the default value on document column of VF01. ===><b>the problem is when i click the line item, there is no default Sales Order No or Delivery NO on parameter 'AUN' <Document column> based on if statement.</b>
    3. Warning Message ‘Select a line item to proceed.’  will be displayed if no line item selected on  magnifying glass icon click. ===> <b>help me on how to codes this one if i click to a non line item, there should be a Warning Message ‘Select a line item to proceed.’</b>
    Thanks in advance.
    zhien.

    hi joycee
    i think one of the command written by u
    :-"IF NOT wa_list-sonum IS INITIAL."
    shoud be written like
    :- IF wa_list-sonum IS NOT INITIAL.

  • CR 9 - Need HELP Setting Line Graph colors in the Chart Expert

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I created a Crystal Report (CR) based off an existing Trend Analysis report. I have created a VB6 application that calls the .RPT file I created for the report in CR.  The VB6 app sets the report recordset via code that corresponds to the .TTX file, and the parameters .  The report contains a Line graph that plots five pieces of data.  The report & graph work good.  The Problem: CR determines the color of each line on the graph.  However, I need to set the color for each line to correspond to the colors used on our existing reports.  The users are accustom to a certain color representing a certain set of data on the existing reports.   I have tried everything I can think of and from all documentation I can find, and nothing changes the line colors.   I have tried all of the following:
    1.) From the Chart Expert, Option tab, I click the Format button next to Color and setup conditional color settings per each piece of data.   However, when I run the report these conditional color settings are not reflected on the CR graph.     I am using formula fields (based off database fields in the recordset) to produce the report.  However, I only see the database fields to use in the conditional color formatting screen and not the formula fields.    I thought this would possibly be the cause why the colors wonu2019t change on the CR, but I canu2019t find a way to make the formula fields show up in the list.
    2.)Also, I tried right clicking the individual lines of the graph and change the selected item color, but this didnu2019t change the color either.  I do this in Design mode and Preview mode and neither one changes the color of the lines on the graph.
    3.)I have also looked into the CR object model to see if I can change the line colors of the graph via code and it doesn't look like I am given this flexibility.
    Do you know what I am doing wrong here?   I just want to be able to set the color of each line on the CR graph to the color I want instead of using the default colors.  Are there some Hot Fixes that I need to apply to my copy of CR?
    Thanks

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I got the problem fixed w/ the line graph not making the data lines the same color on the report as on the frmPlot graph.   Compare the two screen shots below.   The problem was as follows:  When I created the graph (in the Chart Expert) the field u201CReadingDateu201D was not one of the Report Fields, and all the other fields were Report Fields (Reading, LowAlarm, UpperAlarm, LowerLimit, & UpperLimit). See the 3rd screen shot below.  ReadingDate does show up as a Report Field now but it wasnu2019t at first.   Originally, this field was only available in the Chart Expert as a recordset field.  When I changed this field to be a Report Field, the graph then allowed me to change the data series line colors.   This was not obvious at all.   From the beginning when I setup the graph and passed in the recordset from VB it graphed all of the data series fine.   The colors that the Chart Expert chose for each line just didnu2019t match what was on the frmPlot graph.   Anyway, it is working now.     I can at least say I learned (somethingu2019s to-do and somethingu2019s not to-do) a good bit about Crystal Reports in the process.
    Thanks

  • Need help in Line bar combo chart - line is not prominent in dashboard

    Hi All,
    I face an issue where the line in a line bar combo chart is not prominent in Dashbords.
    lets say i have 5 reports (all of them are line bar combo charts) in a dashboard. The lines in graph are not prominent or not displayed in usual thickness. But this scenario does not happen always. if i scroll down or up the browser(here i am using IE8) some of the reports displays line in the charts and some does not display the line. when i click on the report then the line will be displayed.
    please suggest whether this is a browser issue ror something to deal with OBIEE itself.
    Thanks in advance.

    Hi,
    It's a bug in obiee11g. kindly download the patch file from My Oracle Support and delpoye it
    OBIEE 11g: Line Bar Combo , With Stacked Chart , The Bar Width Gets Affected [ID 1369493.1]
    Patch 12947990: BAR CHANGES WIDTH WHEN CHART CHANGED FROM DEFAULT LINE-BAR TO STACKED LINE-BAR
    Symptoms
    When the chart type is changed from Standard or Default line-bar to Stacked line-bar chart, the bars are reducing their width.
    Line-bar should keep the width of the previous bars.
    However, when vertical Bar is changed to stacked vertical, the bar width remains the
    same. But when a regular Line-Bar is changed to stacked vertical, the width
    changes (reduces, in this case it becomes half the original width)
    Cause
    For dual Y stacked bar graph, the bar width was half of the regular bar width
    because the series assigned to Y2 was given the half of the space also. This is not needed if the marker type for Y2 is not bar.
    The following bugs have been opened to handle this issue
    Reference Bug:
    Bug 12931660 - line bar combo with stacked chart changes its width
    BUG:12931660 - LINE BAR COMBO WITH STACKED CHART CHANGES ITS WIDTH
    BUG:12947990 - BAR CHANGES WIDTH WHEN CHART CHANGED FROM DEFAULT LINE-BAR TO STACKED LINE-BAR
    Patch 12947990: BAR CHANGES WIDTH WHEN CHART CHANGED FROM DEFAULT LINE-BAR TO STACKED LINE-BAR
    Bug Ref:
    e.x: applying patch file refer the below file
    http://obieeelegant.blogspot.com/2011/11/how-to-apply-patches-using-opatch.html
    Thanks
    Deva

  • Need Help----Red Alert

    Hi Team,
    I own a BB Curve since Feb 2012 and have been facing issues since then, I've got this handset sent to the repair center 3 times and still have the same issue coming up every other month. The phone automatically reboots and it gets really irritating as we've paid our hard earned money for the handset and if this what we get than we are forced to move to another handset providers, Now the time has come for BB as a company to act and change my handset for good for all the trouble I've had. Need a reply on this ASAP.
    Disappointed ,
    Chandrakant

    Hello,
    I can't tell for sure, but if you are expecting a formal reply from BlackBerry, please refer to this information posted at the top of every page on this site:
    This site is not a channel for any formal communications with BlackBerry for any purpose whatsoever. Your escalation channel is with the entities with which you are already dealing...you need to escalate with them, and if you still require formal BlackBerry assistance, they must escalate your case via the channels they have. End users have no free channel by which to bypass their contractually required support and escalation channels.
    There is something called incident support, but it costs to just ask the initial question, since you are bypassing the contract you signed upon purchase. If you wish to investigate that, you can review it here:
    http://us.blackberry.com/support/programs/technical/incident.html
    There also might be some good reading here:
    http://us.blackberry.com/legal/handheld-limited-warranty.html
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Need help with line-by-li​ne triggering

    We have a Basler L104k-2k digital linescan camera interfaced to a NI PCI-1428 frame grabber. We are writing our own custom software using VB6 and NI-IMAQ. We are trying to trigger the image acquisition off of our table motion so that slowing down the table will slow down the shutter speed, etc. We are controlling motion with a NI PCI-7342 servo card and have a RTSI cable connecting the 7342 and 1428 cards. We have been unable to acquire images by line-by-line triggering via the RTSI signal. We have looked at all of the examples we could find on the NI site and still have not been able to get this to work. We are setting up a signal in IMAQ to trigger off of the encoder and route it over RTSI, with some skiptrigger value (say 8000).
    We only seem to be getting one line diplayed in the video image. We have used the basler camera setup tool to set the camera to ExSync, Level Control.
    We are only allocating one image buffer in IMAQ. We are assuming that the grame grabber takes all of the individual linescans and composes one image out of them. In MAX, we have set the image height to 2048 lines. Any ideas? We have hit the wall on this.

    Attached is an example VI for acquiring images from a line scan camera, triggering the start of each image and the individual lines. This is not the most elegant of examples. You will need to declare the appropriate number of buffers in MAX before using the VI. The image is built in PC memory. For example, if your image is 2048 x 10000, then you will need 10000 buffers. If you have any questions, please feel free to contact Graftek Imaging, cbr 512-416-1099.
    -Robert Eastlund
    Robert Eastlund
    Graftek Imaging, Inc.
    Phone: (512) 416-1099 x101
    Email: [email protected]
    Attachments:
    Linescan_-_Trigger_Start_Acquisition_and_Line.vi ‏86 KB

  • Need help, RED 2K workflow

    Been working on the CS5 trial, testing red 2K and 4K and some d7 and PII footage... running sweet..
    According to these I'll stablish my post workflow PC based.. but...my delivery format apple PRORES... I'm working on the trial CS5 that's I'm not sure comes with all the presets and codecs... Can I deliver PRORES using CS5 PC workflow?
    Thank you
    Marchello

    PRORES can be handled within PPro CS4 with the latest version of Quicktime installed on Windows. On Apple it should work natively. So i think it should on CS5 Win and Apple.

  • Strange red line created when generating pdf from illustraot , why? need help to remove this

    I have created file in illustrator (CS2 and CS5 no matter which one), then saved it as pdf file.
    when I open the pdfs, there is a red line around the slides and I would like to remove it. It's annoying when viewing the slides.
    How do I do this?

    Yes, I would try to create a new master document and import the separate files. Even if you have saved all files to CS5.5 spec, there might still be some lingering meta data from the previous version and a fresh import might at least reveal such conflicts or ideally provide a clean slate by dismissing this outdated legacy stuff on import. If you are happy with CS5.5 and everything works, you can get rid of CS3, but I recommend to keep it around, even if you don't use it actively (maening löeave it installed, only deactivate it). Especially the CS3 installer is a fragile creature and a uninstall gone wrong might cause you more trouble than just letting it catch dust on your harddrive. See this article and the other ones related to it on my site for some considerations.
    Mylenium

  • NEED HELP PLEASE / GREEN LIGHT LINE IN EDITING TIME LINE

    Hello,
    I am editing a video using premier 6.5.
    When I render the video edited the red line in the work space pass to dark green what is normal, but also appears a smal portion of the video with a light green line in the rendered area.
    When i play the video and the reader pass through this light green part the sound sudently increasy 80%.
    I tried everything even re editing that section but the light green line keep appearing after rendering and the sound problem back.
    This part of the editing where the light green line is have many sound tracks but the sound level is the same to the rest of video so dont understand why that happen
    can anyone help please?

    Hi thanks for your reply.
    When i render the time line a dark green line appears...as u say that show the working area has been rendered but in this case also other extra line appears in part of the video ( only in a section) the line is light green ...diferent to the other
    when I play video and pass though this light green line the music tract gets extra loud 80% higher.
    When I play again the video to check if the other parts has been affected I can see all sound levels have changed and need to use audio mixer to balance them again. In spite of that when pass thought light green line all happen again.
    could be that the sound tracks have different formats? in that section where the problrem is I have 6 diferent sound tracks overlaped but the sound level is the same for all so do not understand why when i render appear this green extra line

  • When i get an SMS txt my led light doesnt turn red no more need help!

    when i get an SMS txt my led light doesnt turn red no more need help!

    1. Product name:
    BT Home Hub
    2. Serial number:
    +068343+NQ34940784
    3. Firmware version:
    Software version 4.7.5.1.83.8.204 (Type A) Last updated 22/01/15
    4. Board version:
    BT Hub 5A
    5. DSL uptime:
    0 days, 00:58:41
    6. Data rate:
    9995 / 39993
    7. Maximum data rate:
    11929 / 48683
    8. Noise margin:
    6.6 / 9.5
    9. Line attenuation:
    25.6 / 20.4
    10. Signal attenuation:
    25.4 / 20.0
    11. Data sent/received:
    8.6 MB / 61.5 MB
    12. Broadband username:
    [email protected]
    13. BT Wi-fi:
    Yes

  • HT1386 i have an iphone 4s. Im getting the iphone 5s for christmas, but i do  not have my phone backed up, and my phone is not working and my screen is covered with blue lines. I need help.

    My iphone is not working, i was planning on getting the iphone 5s for christmas, but i do not have my phone backed up on itunes. On my screen are these blue lines across on my screen, and i cant see anthing and i do not know what to do. I want to back up my phone but i cant see my screen to back it up. I need help badly. Thanks apple hope you can help me in this matter.

    You wouldn't need to see the screen to backup unless you have a passcode on the device. Is that the case? You should be able to plug the device into the computer with iTunes and just select backup now.

  • 8800, battery symbol with red line through it. Won't boot. Please help!!!

    I recently bought a 8800 and when I inserted a battery, all I got was a battery symbol with a red line through it on a dim screen.  I changed batteries, tried to charge it via USB and from a wall outlet to no avail.  I tried cleaning the contacts and tried uploading t a new  OS, but it wont recognize the phone being connected when it actually is.    I am at the end of my rope with this phone and can't figure out what else to do.  Is it just gone? Please help me 
    Solved!
    Go to Solution.

    Leave the device to charge 2-3 hours, and then, still connected to the USB cable, remove the the battery from the device a few seconds and reinsert it. If it boots--leave it to charge to 100% (check Options > Status for the percentage).
    If it doesn't boot--try using a wall outlet charger if you are not. If you are connected via USB to the PC, make certain that you have Desktop Manager (or the USB device drivers) installed, which you can download below.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Help needed in plotting Line Graph!!!!!!!!!Pls help!!

    Hi, i need help in plotting a simple line graph showing the x&y axis and has to plot 3 different lines in the same graph.I have written a program and i need to implement this graph in it.Is there any tutorial for plotting line graphs,i mean steps included.
    Please help!

    You describe your need, but not where it originates from.
    Is it a programming assignment? If so, I hope this is not your chosen major, as you will fail because you are a non-resourceful plagarist.
    Do you need to simply graph some data? Use an existing package. There are free ones somewhere.
    What do you mean "i have written a program and i need to implement this graph in it"? If you wrote the program, wouldn't you be done?
    Enjoy programming

  • Help needed in plotting line graph!

    Hi i need help in plotting a line graph complete with both axes shown,plus the legend on the side shown.
    Pls help!!!!
    rgds

    Here's a simple line graph applet I did some time backimport java.awt.*;
    public class LineGraff extends java.applet.Applet{
       double []toGraff = {6.0, -14.0, -164.0, -210.0, 108.0, 770.0,
                                1354.0, 896.0, -572.0, -1348.0, -780.0, -108.0};
       double []numsFromFile = {6.0, -14.0, -164.0, -210.0, 108.0, 770.0,
                                1354.0, 896.0, -572.0, -1348.0, -780.0, -108.0};
       int max, min, size, Hscale;
       double Vscale;
       public void init(){
          size = numsFromFile.length-1;
          java.util.Arrays.sort(numsFromFile);
          max = (int) numsFromFile[size];
          min = (int) numsFromFile[0];
          Vscale = max-min;
          Vscale = 200/Vscale;
         Hscale = Math.round(300/size);
       public void paint(Graphics g) {
          g.setFont(new Font("Arial",0,14));
          g.drawString("Example app: drawing a graph from a double array",25,18);
          g.setFont(new Font("Arial",0,10));
          g.setColor(Color.blue);
          g.fillRect(10,20,365,230);
          g.setColor(Color.cyan);
          g.drawLine(25,25,25,225);
          g.drawLine(25,140,330,140);
          g.setColor(Color.white);
          int intA = 30, intB = 0, intC = 0;
          int intD = (int) (Math.round(140 - (Vscale * toGraff[0])));
             for(int i=1; i <= size; i++) {
               intC = intA + Hscale;
               intB = intD;
               intD = (int) (Math.round(140 - (Vscale * toGraff[ i ])));
               g.drawLine(intA, intB, intC, intD);
                  if(toGraff[ i ] > 0)
                     g.drawString(Double.toString(toGraff[ i-1 ]), intA+6, intB-3);
                  else
                     g.drawString(Double.toString(toGraff[ i-1 ]), intA+6, intB+8);
               intA += Hscale;
          g.drawString(Double.toString(toGraff[size]), intA+6, intD-3);    
    }

Maybe you are looking for