You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used Gnome Tweak Tool to hibernate when the lid is shut.
I noticed that tabs often wouldn't render correctly when switching from one tab to another in Chrome, so that I had to force a re-render by scrolling or zooming. I tried disabling the GPU rendering options in the settings but that didn't work.
Instead, as per the recommendation from the ArchLinux page, I configured the machine to use UXA for rendering instead of SNA, and now everything works great.
You can do the same by creating a file called /etc/X11/xorg.conf.d/20-intel.conf with these contents:
I don't think you'll need to do this unless you use suspend/resume and/or hibernate/resume.
The text was updated successfully, but these errors were encountered:
dchambers
changed the title
Chrome rendering problems when switching tabs
Chrome rendering problems when switching tabs after suspend/resume
Aug 18, 2015
I was having a similar issue which manifested itself as error drm:intel_set_cpu_fifo_underrun_reporting [i915]] in dmesg. Upgrading to kernel 4.16 fixed it.
I had the same (/similar) issues in Chrome on Ubuntu 15.04. Also on the Thinkpad I was using before the XPS 13. Some recent updates seem to have fixed it. My guess would be it stopped after the upgrade to the current Chrome (version 45.0.2454.85, 64-bit).
I'm on the default 3.19 kernel, although I don't think that's relevant.
Relevant Info:
I noticed that tabs often wouldn't render correctly when switching from one tab to another in Chrome, so that I had to force a re-render by scrolling or zooming. I tried disabling the GPU rendering options in the settings but that didn't work.
Instead, as per the recommendation from the ArchLinux page, I configured the machine to use UXA for rendering instead of SNA, and now everything works great.
You can do the same by creating a file called
/etc/X11/xorg.conf.d/20-intel.conf
with these contents:I don't think you'll need to do this unless you use suspend/resume and/or hibernate/resume.
The text was updated successfully, but these errors were encountered: