Difference between revisions of "Flickering Intel Graphics Google Chrome Skylake CPU"

From wiki.linuxonlinehelp.eu
Jump to navigation Jump to search
(Created page with "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 ad...")
 
 
Line 24: Line 24:
 
   Option      "DRI"    "3"
 
   Option      "DRI"    "3"
 
EndSection
 
EndSection
 +
</pre>
 +
or try if SNA Flickers too:
 +
<pre>
 +
Section "Device"
 +
  Identifier  "Intel Graphics"
 +
  Driver      "intel"
 +
  Option      "AccelMethod"  "uxa"
 +
EndSection
 +
 
</pre>
 
</pre>
 
Press Ctrl+O then Ctrl+X.
 
Press Ctrl+O then Ctrl+X.

Latest revision as of 14:59, 20 September 2017

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