440 8x 128mb red line and blue dot prob

During 3d aplications some weird corruptions happen in my display, and during 2d i get some damm blue dots, this all happened after i flashed my card bios, anyone know a way around with this problem?
i have a via kt400 mobo (msi)
geforce 4 mx 400 8x (msi)
512 mb ram
120gb disk
and by the way the power suply is sufficient for all the devices
id apreciate some help here, happens with all the drivers, any tweak known?

what kind of display do you have - CRT or LCD?
try to install the lastest driver from http://www.nvidia.com

Similar Messages

  • Red circle with blue dot next to a mail message, red circle with blue dot next to a mail message

    Received a mail message on my iPhone and next toit there is a red circle with a blue dot inside it. Normal messages have a solid blue dot when unread. What does the red circle with blue dot mean?

    LMS111 wrote:
    I would agree with Barney if the question had been an e-mail in the inbox but in the sent folder I still wonder why the blue dot. I also had this happen for the first time today 6/27/13. I resent both figuring it might mean the mail had not been sent properly.
    No, it means unread, had you opened the mail in the sent folder the blue dot would have gone away.

  • I seem to have lost the red, yellow and green dots that are in the upper left hand corner that close  or minimize the page.

    I seem to have lost the red, green, and yellow dots that are in the upper left hand corner that close or minimize the page.  How can I get them back?

    You may have to try a general OS X troubleshooting process to see if the issue goes away by doing this...
    Have you tried: starting the computer in SafeBoot mode, with shift key held down; a login screen should appear after a time, and then the regular desktop. At this point, locate Disk Utility in utilities folder, and run 'repair disk permissions' on the startup volume, usually the name given the hard disk drive as it appears on desktop. After Disk Utility is finished the permissions repair, restart the computer normally.
    ...The iTunes player has free support only through the duration of the hardware product's complementary or AppleCare extended plan coverages, so though you can download a newer version, that is not the same as free support for an issue. However, the iTunes Store or App Store has a different factor for their product.
    http://www.apple.com/support/itunes/
    There is an iTunes area in Apple Support Community discussions for more topics like this; except for when they involve a hardware product where an OS X is involved. If your computer is NOT a powerPC (an 'intel'-mac) the topic would more naturally need to be posted where that hardware and later supported OS X version topics get seen. So that is why one asks 'on what Mac running what version...' instead of writing four paragraphs in a wide angle reply. The details about your iMac and the OS X say more; without them, more questions arise.
    Good luck & happy computing!

  • Green and blue dots around all the screen

    I have noticed that green and blue dots appear around the screen of my tablet, i have send to sony service, can anyone have this issue too? it has only 1 month of use...

    Same problem on my tablet (second one, first i already replaced) green dots all over screen.Two months of use.
     Model is sgp511 b2/b 14w16. Sony (if any of you guys reading this) please do something about that, your tablet is not cheap to have this problems. 

  • Black has red lines and strange red color pattern in it!

    I have an HP Touchsmart 520 - 1030 windows 7 all in one. When I turn on my computer and the Windows icon in the middle of the screen appears what should be a black backrground behind the icon is dark red. Once it boots up completely, everything black has a strange red lines and patterns in it.
    Is there a fix for this?

    Hi Lysa13,
    You could try re-installing the graphics driver. If that doesn't work, it's possible the screen hardware could be starting to have problems.
    Here is a link to the graphics driver:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=cp-98005-1&cc=us&dlc=en&lc=en&​...=
    If that doesn't work, you may want to try running a screen test in the hardware diagnostics. Here is a support document that explains how to do the tests:
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c02491515&cc=us&dlc=en&lc=en&product=5157108
    ...an HP employee just trying to help where I can, but not speaking on behalf of HP.

  • Problem extracting red, green and blue from ColorModel

    Hi everyone,
    I'm attempting to write a piece of code to extract the red, green and blue components from an image using the ColorModel class. When I attempt to run my code below, I get the following error: Exception in thread "main" java.lang.IllegalArgumentException: More than one component per pixel. Does anyone know how to extract an integer representation of the red in a pixel in order to solve the problem? Here's the code snippet:
    public void getRGBValues()
              String imageFilename = new String("C:\\Documents and Settings\\David\\My Documents\\My Pictures\\blue hills1.jpg");
             PlanarImage image = JAI.create("fileload", imageFilename);
             //Get the color model for that particular image
             ColorModel imageColorModel = image.getColorModel();
             //ints to store the appropriate values for each colour component
             int totalRed = 0;
             int totalGreen = 0;
             int totalBlue = 0;
             int averageRed = 0;
             int averageGreen = 0;
             int averageBlue = 0;
             int pixelNumber = 0;
             int pixelCount = 0;
             //Loop to extract the colour values out of each pixel in an image passed into the class
             for(int i = 0; i < image.getWidth(); i++)
                  for (int j = 0; j < image.getHeight(); j++)
                       totalRed += imageColorModel.getRed(pixelNumber);
                       totalGreen += imageColorModel.getGreen(pixelNumber);
                       totalBlue += imageColorModel.getBlue(pixelNumber);
                       pixelCount++;
                       pixelNumber++;
                  pixelCount++;
                  pixelNumber++;
             averageRed = Math.round(totalRed / pixelCount);
              averageGreen = Math.round(totalGreen / pixelCount);
              averageBlue = Math.round(totalBlue / pixelCount);
              System.out.println("Average red is " + averageRed);
              System.out.println("Average green is " + averageGreen);
              System.out.println("Average blue is " + averageBlue);
    }

    You are misunderstanding the ColorModel methods. The color model can translate between colors and pixels, but it doesn't know or hold pixel data.
    I don't know the JAI, but if you use J2SE classes like BufferedImage, this is easy to do:
    BufferedImage im = ImageIO.read(input);
    int argb = im.getRGB(x, y);
    int r = 0xff & (argb>>16);
    int g = 0xff & (argb >>8);
    int b = 0xff & argb;

  • Is there a way to get rid of those "red lines and boxes" that surround email text?

    The red lines and boxes I refer to in the question do not cause any real problems, but editing email, cut and pasting, etc., can get a little complicated with them appearing in the text of an email. I couldn't see any setup or option that referred to these red lines and boxes. Can they be eliminated? Thanks!

    You are seeing combing arifacts due to the computer monitor's inability to display interlaced video correctly.
    This is particularly noticable when the Canvas is set to a size value other than 100%.
    If the end product is meant to be put back on DVD and shown on a TV it will not be an issue, if you are going to the web, change your field dominance to none in the Sequence settings before exporting (or in Compressor, which will do a better job).
    Don't change it while editing - this will mean you have to constantly render.

  • Red line and beeps when trying to apply Audio Filters in FCE

    I'm using FCE 4.0.1 and am getting red line and beeps when trying to apply Audio Filters. I have rendered the files. No problems with audio otherwise.

    Just as a point of clarification, you stated that you were "getting red line and beeps when trying to apply Audio Filters"  Did you mean when you applied audio filters?  Or just when you were trying to apply them?
    What is the format, sampling rate and bit depth of the audio?   Does it happen just with certain filters or with any filters applied?
    -DH

  • Why my phone doesn't have that Red Green and Blue circles on camera, I have an iPhone4 v7.1.1

    My classmate has an iPhone 4/4s, the camera has Red Green and Blue circles while mine doesn't have that circles.

    Does your classmate have an iPhone 4? Or a 4S? There is no such thing as a 4/4S. Even with the same version of iOS, different models may have different features. As far as I know, the live filters are only available on the iPhone 5 and later.

  • HDV sequence has green lines and pink dots after export

    I digitized some HDV footage from a Sony HVR-VIU into Final cut Pro 7. Everything worked normally through the edit. After exporting the sequence as a quicktime movie, it played back fine as a quicktime. When I attempted to convert it to a media file in Sorenson Squeeze, the file showed up with green lines and pink dots over the picture. To test it differently, I dropped the file into IDVD. Same, result in playback. I've never seen anything like this before, any ideas?

    Brad your article was extremely helpful in getting my sequence to work for a DVD. However, I've had success before using the same camera, format, etc., in making DVD's from an HDV sequence, and I'm curious as to what I did wrong this time. The most confusing part to me is that the original quicktime self-contained export played fine through quicktime, but got funky when placed into IDVD and Sorenson's Squeeze compressor. I must have done something wrong up front in digitizing or making settings in FCP, and I'd like to know what it was so I don't do it in the future. Thanks.

  • My kid just got an iPod 5th gen (today from Santa) and it won't power up or charge. The only response is when I connect the USB and press the power button or front button the Battery appears with red line and lightning symbol. No other response at all.

    Sorry about the long title.....its my first post.
    My kid just got a brand new iPod 5th generation (today from Santa) and it won't power up or charge. The only response is when I connect the USB and press the power button or front button the Battery appears with red line on left and lightning symbol below. There is no other response at all no matter what I do, including holding both buttons down for extended period.  My other kid got one and it works perfectly.....I have interchanged usb cables ports etc. but still no response....I would really appreciate any help.  

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    -  Make an appointment at the Genius Bar of an Apple store since you have a hardware problem with the iPod. This is because as you said the same cable works with another iPod.
    Apple Retail Store - Genius Bar

  • Using  Adobe Premiere CS3 (ver. 3.2) with Microsoft AVI DV files (4:3, 48Khz) on timeline now ask render (red line) and before didnt.Proyect is DV NTSC standard 48Khz. What it could be?

    Hi,
    Normally during months the edition was done with Microsoft AVI DV Files (4:3 NTSC 48 Khz). No effects (just cuts). Proyect settings as DV-NTSC Standard 48 KHz
    Since today when the work is done in a new or old proyect (DV-NTSC Standard 48 KHz) and  if the same file (Microsoft AVI DV) is loaded to timeline now is showing a red line over the video on timeline (so requires render). There no effects. This never happens before. it is very weird.
    The Premiere is CS3 ver 3.2.0.
    This is  happening to 2 computers with the same version.So far I know there is no changes on the systems
    I was thinking to reisntall 3.0 and then test and the update to 3.2...
    Any idea?

    Hi,
    It worked once in one of the computers. (AVi DV didnt show render red over line). BUt afterwards the problem got back. The only solution so far was to reinstall premiere, update to 3.2.0 in both pc.
    It worked for a while then problems was again. Reinstalled for second time, so far 2 days still ok.. It is very weird. I unchecked updates from cs3 and windowsfor just in case has any relation.
    Thanks for your tip anyway.

  • Process image: red line and flag --- BPM standalone 10g

    In the BPM standalone 10g, I hightlight one instance and click the link of process image.
    In the pop window, the flag is in the current activity. However, the red line is still in the first activity.
    Why they are not in the same place.?

    Hi,
    Thanks for your reply. I set all interactive activities and automatic activities to generate events. The red line can be extended to most activities.
    However, the red line cannot be showed between 2 interactive activities. These interactive activities are linked by a business rule transition. And the unditional transition cannot be red color

  • Help - ipod shows red lines and displays white screen?

    This is the 3rd Ipod Touch, 4th Generation, I've had in 2 years.  Something has been wrong with each one of them.  The one I have now is only 2 months old and unfortunately my Apple Care Warranty has expired, last month.  I was not allowed to purchase a new Apple Care warranty for the new Ipod, so basically I am stuck with another "lemon".  Here's the problem, this time.
    My Ipod shows 2 thin red lines which extend half way across the screen from left to right, upper left corner when holding Ipod vertically.  sometimes when turning the Ipod on, the screen is almost all white and I can barely see the time and "slide to unlock".  It always happens when I plug into power.  Also, the red lines flash bright white at times and then extend across the entire screen.  If I take a picture of it, (holding down power and home buttons) it looks normal.
    Has anyone else had such a problem?  Can anyone suggest a solution?  I'd like to take this to Apple and say, "What the heck?"  Is it policy to replace a defective product with one that they wouldn't sell in their store but is OK to give as a replacement?  I love my Ipod Touch, but this is extemely frustrating!
    IPod Touch, 4th Generation, IOS 6.0.1

    I have not seen that problem here before. Likely a hardware bproblem but
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    iOS: How to back up your data and set up as a new device
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar
    I'd like to take this to Apple and say, "What the heck?" 
    Do that but nicely
    Is it policy to replace a defective product with one that they wouldn't sell in their store but is OK to give as a replacement?
    No. The replacment is a refurbished one that should work like new.

  • Can anyone tell me why i have blue lines and blue boxes on my iphone 5 screen after updating it to IOS 8.1.2

    i am getting blue boxes and blue lines on my iphone 5 screen since i have updated to IOS 8.1.2 can anyone help please?

    after upgrading I have been getting the slide to setup screen and I could see 3 options, so I selected 3rd option to restore from iTunes backup. Then I go this error "error occurred while restoring this iphone (-50)....".
    Now after several try and restoring iphone to factory setting I am able to restore data successfully iphone. However, I still see the slide to setup iphone screen. I am not sure what is the issue. I am stuck and not able use my phone. not sure how to get rid of this screen and set up iphone screens.

Maybe you are looking for