The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 4,787β€…    Votes:  2β€…
Tags: multiple-monitors   display   intel-graphics  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/848454
Title: Intel SkyLake Blank Screen on Ubuntu 16.10
ID: /2016/11/12/Intel-SkyLake-Blank-Screen-on-Ubuntu-16.10
Created: November 12, 2016    Edited:  June 12, 2020
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


Bug Report

Your error:

[    5.088899] fb: switching to inteldrmfb from VESA VGA

Is similar to this one discussed in 2014 bug report: (Screen freezes on boot at β€œfb: switching to inteldrmfb from simple”). However it was supposed to have been been fixed in Kernel 3.17 / 3.18.

Kernel Version 4.8.7

Kernel Version 4.8.7 has many patches for Intel i915 driver (and Radeon which many in AU might be interested in) as discussed here: (Softpedia News - Linux kernel 4-8-7 updates intel and radeon drivers improves wireless support). Indeed some wireless users might want this kernel update too.

The story provides a link for downloading the kernel but do not use it. Rather go to (kernel.ubuntu.com ~kernel v4.8.7). If someone needs step by step instructions please comment and I’ll add them here.

Known i915 freezes

The i915 DRM driver is known to cause various GPU hangs, crashes and even full system freezes. It might be necessary to disable hardware acceleration to workaround these issues.

One solution you haven’t tried is to use the following Xorg configuration by editing (or creating) the file /etc/X11/xorg.conf.d/20-intel.conf with these lines:

Section "Device"
    Identifier  "Intel Graphics"
    Driver      "intel"
    Option      "DRI"   "false"
EndSection

Save and reboot (without the nomodeset).

If the black screen problems go away but Google-Chrome or Fire Fox freezes you will have to disable hardware acceleration in them.

Most recent Intel firmware

Another important consideration is your Intel firmware which is discussed in this AU article (Ubuntu 16.04 Skylake overheating) and it should be at version 3.20160714.1 or later as of Septeber 27, 2016.

⇧ Is there any Ubuntu flavor that handles HiDPI consistently? How do I get rid of /sys/kernel/debug/tracing?  β‡©