Ahoj, mám stejnou konfiguraci a dělalo mi to hlavně při prohlížení stránek v chromiu. Nyní vše hladce funguje a spokojenost největší. Třeba pomůže.
Open a terminal and enter this command:sudo nano /usr/share/applications/chromium-browser.desktopand scroll down until you get to this line:
Exec= chromium-browserThen add these two parameters
--disable-gpu-driver-bug-workarounds --enable-native-gpu-memory-buffersPress Ctrl+O to save and Ctrl+X to exit.
Then enter this command:
sudo nano /usr/share/X11/xorg.conf.d/20-intel.confand add these lines
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"
EndSectionPress Ctrl+O then Ctrl+X.
Open Chromium and write to address bar:
chrome://flags/ and enter.
Enable-zero-copy
Enable Override Software Rendering List
Enable Display 2D List CanvasFinally open chrome settings and click on:
Use hardware acceleration when availableTo je tak v kostce, opravdu to funguje, pokud ti to dělá v něčem jiném, tak ti rád poradím. Na moji HD 5450 to zabralo, ovladače jsem nepotřeboval
