Depois de cavar ao redor - tendo este mesmo problema em 14.04 no meu Asus UX303LA (B) - A solução postada aqui: link - parece ter funcionado para mim.
(Mudando para 'uxa' para o AccelMethod em xorg.conf / 20-intel.conf) - atualizarei aqui em alguns dias para ver se ele foi resolvido permanentemente.
Edit: /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
root@lappy ~ # cat /etc/issue
Ubuntu 14.04.4 LTS \n \l
root@lappy ~ # uname -a
Linux lappy 4.2.0-34-generic #39~14.04.1-Ubuntu SMP Fri Mar 11 11:38:02 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Muitas outras referências ao erro real no Dmesg:
[14257.151579] WARNING: CPU: 2 PID: 27541 at /build/linux-lts-wily-MVxxD8/linux-lts-wily-4.2.0/drivers/gpu/drm/i915/intel_display.c:1365 assert_plane.constprop.96+0x73/0xa0 [i915]()
[14257.151581] plane A assertion failure (expected on, current off)
Outros dupes similares / possíveis:
on kernel.org bugzilla -- bug: 103771
on launchpad -- xserver-xorg-video-intel/+bug/1436590
on launchpad -- linux/+bug/1465506