Chrome/ium rendering problems with Intel Graphics

6,564

Solution 1

UPDATE As of Jan 30, 2014, the bug seems to be fixed. With the latest drivers from oibaf's PPA, there are no graphic glitches in Chrome.


Are you using oibaf's ppa with latest graphics drivers? Looks like there's a bug introduced in recent Mesa builds:

Bug 73978 - Intel driver breaks hardware accelerated flash on Chrome (supposedly related to Flash plugin but it's unconfirmed yet).

The current workarounds are:

EITHER: disable accelerated compositing for now in Chrome by launching it with the following flag:

google-chrome --disable-accelerated-compositing

Notices:

  1. For some reason disabling Accelerated compositing on all pages in chrome://flags didn't do the trick for me
  2. Make sure you stop all chrome's processes by issuing killall chrome before launching it with the command line flag

OR: revert to older graphics drivers by purging oibaf's PPA: sudo ppa-purge ppa:oibaf/graphics-drivers (install ppa-purge if you don' have it)

Also keep an eye on this forum thread on Phoronix: Updated and Optimized Ubuntu Free Graphics Drivers

Solution 2

Bad RAM can shift graphic object positions to a different spot. It looks like someone has grabbed one tiny spot on some object in the scene and pulled it to another position. Check if your visual artifacts problem persists if you remove the RAM that you recently installed. Visual artifacts can also be caused by a bad graphics processor, including artifacts that resemble those in your screenshot, however graphics cards often store data in the motherboard RAM, so sometimes it can cause artifacts which look like graphics card RAM problems.1. It can also be caused by dirt or moisture caused by condensation on the connecting surfaces of the graphics card.

1PlayTool: Diagnose video card problems by comparing with example corrupted screens

Solution 3

If you are using xorg-edgers, then remove this source with the command

sudo ppa-purge ppa:xorg-edgers/ppa

After reboot, and check the Google chrome, it should work

Share:
6,564

Related videos on Youtube

jaivalis
Author by

jaivalis

Updated on September 18, 2022

Comments

  • jaivalis
    jaivalis over 1 year

    This is a kinda weird question I don't know what to file it under but this is the behaviour I observe when I try to access pages like facebook (it happened once with google as well. Happens with tumblr now too).

    enter image description here

    This is a new thing so I haven't really tried to figure out which pages trigger this, I just switched to firefox which seems to work ok (because I am in the middle of some work that needs to be done without interruptions.

    The first time this occured I left the page open and tried to figure out what happened the whole graphics turned off and it went to terminal.

    I recently installed a ram dimm (if you think that might be somehow related)

    My setup:

           CPU: Intel® Pentium(R) CPU B960 @ 2.20GHz × 2 64bit
           GPU: Intel® Sandybridge Mobile 
           RAM: 7.6G
    

    Thanks in advance!

    edit: appears to be happening with bookmark manager as well!

    • TechiRik
      TechiRik over 10 years
      Looks like the bug is fixed now! See my updated answer.
  • jaivalis
    jaivalis over 10 years
    Thanks for the quick reply! Weirdly enough you were right about the memory issue. memtest86+ found some bad memory segments, however I have to accept Dmitry's answer because the issue persisted after removing the new DIMM.
  • Julio
    Julio over 10 years
    I had to reinstall oibaf/graphics-drivers, then ues ppa-purge to successfully revert to original drivers. Thanks Dmitry