Flickering Intel Graphics Google Chrome Skylake CPU

From wiki.linuxonlinehelp.eu
Jump to navigation Jump to search

Open a terminal and enter this command:

sudo nano /usr/share/applications/chromium-browser.desktop and scroll down until you get to this line:

Exec= chromium-browser Then add these two parameters:

--disable-gpu-driver-bug-workarounds --enable-native-gpu-memory-buffers

Press Ctrl+O to save and Ctrl+X to exit.

Then enter this command:

sudo nano /usr/share/X11/xorg.conf.d/20-intel.conf

and add these lines

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "sna"
   Option      "TearFree"    "true"
   Option      "DRI"    "3"
EndSection

or try if SNA Flickers too:

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "uxa"
EndSection

Press Ctrl+O then Ctrl+X.

Open Chrome / Chromium and write to address bar: chrome://flags/ and enter.

Enable-zero-copy Enable Override Software Rendering List Enable Display 2D List Canvas Finally open chrome settings and click on:

Use hardware acceleration when available