Cannot change resolution with 8th Gen Intel CPU in Ubuntu 16.04

This is what helped me on 17.10 with an i3-8100 and 4k monitor, should work on 16.04 too.

  1. Do sudo vi /etc/default/grub or use any other editor.
  2. Find GRUB_CMDLINE_LINUX_DEFAULT line and add i915.alpha_support=1 to its value. It'll look like GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.alpha_support=1"
  3. sudo update-grub and reboot.

I've read somewhere we won't need alpha_support in 18.04.


All. I fix this issue with upgrading linux kernel to 4.15 which support coffee lake GPU