I had an issue with flickering on chrome and I saw what seemed to be a fix on the following thread: Why is Display flickering in Chrome/Chromium of Zenbook UX303UA with Google Plus?
so I did the following:
sudo nano /usr/share/X11/xorg.conf.d/20-intel.conf
Paste this:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"
EndSection
Save (CTRL + O) and reboot."
Except than on reboot, after I enter my encryption password, I have a black screen. I'am on 16.04 and my computer is an Asus UX305F. I would be very grateful for any help. Thanks a lot.
Save (CTRL + O) and reboot."
to the file, then remove it. It was not supposed to be added there. – Pilot6 Sep 24 '16 at 09:32