-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Relevant Info:
- Replaced Wifi/Bluetooth card with Intel 7265.
- Upgraded BIOS to A05.
- Performed fresh install of Gnome Ubuntu 15.04.
- Upgraded Linux kernel to 4.1.3
- 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:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
I don't think you'll need to do this unless you use suspend/resume and/or hibernate/resume.
Metadata
Metadata
Assignees
Labels
No labels