Changes

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..."
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:
<pre>
--disable-gpu-driver-bug-workarounds --enable-native-gpu-memory-buffers
</pre>
Press Ctrl+O to save and Ctrl+X to exit.

Then enter this command:
<pre>
sudo nano /usr/share/X11/xorg.conf.d/20-intel.conf
</pre>
and add these lines
<pre>
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"
EndSection
</pre>
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

Navigation menu