3

I have recently installed Ubuntu 14.04 LTS on my laptop Sony Vaio VPCEA16FG. I have been getting system freezes (everything including display, mouse, keyboard stops working and I have to do a restart with the power switch) and there are random popups of "System program problem Detected" On startup my screen is all splashed with black and white pixels and a System program problem detected message.

My video card info:

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M

Here's a screenshot.

karel
  • 114,770
Max
  • 39
  • What's your video card model? The System Problem Detected is nothing to worry about. – TheWanderer Apr 23 '15 at 13:55
  • Please upload the screenshot at http://imgur.com and edit the question above and add the link. Someone else will add the actual picture to your question. – user68186 Apr 23 '15 at 13:56

1 Answers1

3

Your screenshot is displaying repeating patterns of video artifacts which are characteristic of video RAM artifacts. If the RAM in your graphics card is failing, sometimes just a small fraction of the RAM goes bad while the rest of the RAM continues to work properly. This can result in a screen that looks like a fraction of the screen has glitchy, repeating patterns of video artifacts, while the rest of the screen is rendered properly.

In order to further diagnose and possibly solve the problem:

  1. Check for a missing proprietary graphics card driver. Open the terminal and type:

    ubuntu-drivers devices
    

    This command will identify the recommended proprietary graphics driver from the default Ubuntu repositories.

  2. Test if the visual artifacts also occur in situations that require a lot of video RAM, for example while browsing and playing a YouTube video in Firefox.

  3. If your graphics card is removeable, temporarily remove it in order to check if the graphics card is causing the glitchy, repeating patterns of visual artifacts. Graphics cards that are intended more for ordinary day-to-day use than for gaming are relatively cheap to replace.

  4. Read the answer to this question: What causes this graphical glitch in my web browser? which has a screenshot with a graphical glitch that looks similar to yours.

karel
  • 114,770