I'm trying to install Linux to dual-boot with Windows on my 2016 Razer Blade Stealth. However I'm running into issues with every single distro I've tried. The only distros I've actually been able to successfully install are ubuntu variations (Ubuntu LTS 16.04 and Lubuntu 16.10). However with both of those variations I get this awful screen flickering issue (click the link to see a video of it).
A peculiar thing about the issue is that the screen does not flicker at all when my finger is on the trackpad (this is demonstrated in the video). Or when I'm running ubuntu and I have a secondary monitor connected. Also I do not experience this issue at all when running Windows.
jack@jack-Blade-Stealth:~$ sudo lshw -C display
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:276 memory:db000000-dbffffff memory:90000000-9fffffff ioport:f000(size=64) memory:c0000-dffff
jack@jack-Blade-Stealth:~$ uname -a
Linux jack-Blade-Stealth 4.8.0-32-generic #34-Ubuntu SMP Tue Dec 13 14:30:43 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
I believe it has something to do with the graphics drivers. I have Intel HD Graphics 620. I looked up downloads for drivers but the Intel site said that most distributions come pre-installed with intel graphics drivers. There were several packages I could install but I'm pretty new to Linux and I wasn't sure which package to download or how to use it.
Any advice would be much appreciated. Thank you.
http://kernel.ubuntu.com/~kernel-ppa/mainline/
or even something like Liquorixhttps://liquorix.net/
– Michal Przybylowicz Jan 02 '17 at 04:24sudo lshw -C display
anduname -a
as this information will undoubtedly be useful in determining what is going on. Thank you for helping us help you! – Elder Geek Jan 11 '17 at 20:54