
Originally Posted by
mc4man
Yep.
Here is the solution for anyone that wants to run Ubuntu on CoffeeLake integrated graphics:
Make sure you're running Ubuntu 17.10 and everything is updated.
Install the latest video drivers:
Code:
sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get update
Update the kernel parameter. I used Grub Customizer to do it:
Code:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt update
sudo apt install grub-customizer
Launch grub customizer, go to the General tab, and enter i915.alpha_support=1 under Kernel Parameters.
Reboot.