You are not logged in.

#1 2016-06-14 01:19:12

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

[SOLVED] Kernel update 4.5.4-1 to 4.6.2-1 breaks graphics boot

After updating this laptop today, once the graphical target is reached, the system locks up completely. I can't use Ctrl-Alt to switch to a tty either. Had to hard-reset it.

I know this sounds very similar to https://bbs.archlinux.org/viewtopic.php?id=208652, but I never had any issues until this update to kernel 4.6, so I wonder if this is a different issue altogether? If not, feel free to merge.

Today's update included xorg-server, xorg-server-common and wayland as well, but downgrading those did not fix the issue. It wasn't until I downgraded linux and linux-headers back to 4.5.4-1 everything was working.

I tried capturing Xorg.0.log, but for details, but I only can get successful runs to log. Something's really locked up with this new kernel.

xf86-video-intel 1:2.99.917+654+ga508b11-1

>$ lspci | grep -e VGA -e 3D
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)

Edit: I believe this is the same issue as reported in https://bbs.archlinux.org/viewtopic.php?id=213495, with the only change being this is for kernel .2, not .1, but I didn't notice that thread until now.

Final edit: Fixed in kernel 4.7 using the "modesetting" driver (uninstall xf86-video-intel) and setting "options i915 enable_psr=0" in /etc/modprobe.d/i915.conf

Last edited by twelveeighty (2016-09-07 01:56:25)

Offline

#2 2016-06-14 09:58:43

jesagebocacu
Member
Registered: 2016-06-14
Posts: 1

Re: [SOLVED] Kernel update 4.5.4-1 to 4.6.2-1 breaks graphics boot

The whole Kernel 4.6 and systemd 230 is a mess not working well on all intel baytrail, braswell, haswell, broadwell and skylake plattforms and causing many problems with graphics. Several half-baked workarounds are available but no intelligent solution.
Just use systemd 229 and linux-lts 4.4.13-1 for the moment and avoid updating for now.

Offline

#3 2016-06-14 10:41:11

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,530
Website

Re: [SOLVED] Kernel update 4.5.4-1 to 4.6.2-1 breaks graphics boot

And downgrading an avoiding updating is not a "half-baked" workaround?

Try removing xf86-video-intel.  That has been on it's way out for some time and is no longer needed.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Online

#4 2016-06-14 15:38:16

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

Re: [SOLVED] Kernel update 4.5.4-1 to 4.6.2-1 breaks graphics boot

I experimented with removing xf86-video-intel, unfortunately doesn't work in my case - I reported my findings in https://bbs.archlinux.org/viewtopic.php?id=213495; probably best if we keep that thread as the place to figure out how we can get this to work.

Offline

#5 2016-06-14 21:17:48

nbd
Member
Registered: 2014-08-04
Posts: 389

Re: [SOLVED] Kernel update 4.5.4-1 to 4.6.2-1 breaks graphics boot

jesagebocacu wrote:

Just use systemd 229 and linux-lts 4.4.13-1 for the moment and avoid updating for now.

Thanks for the advise. I had some unexplainable graphics problem, and unfortunately no other solution was found but installing 4.1 LTS kernel.

P.S. BTW, regarding systemd 229:

https://bbs.archlinux.org/viewtopic.php?id=209572


bing different

Offline

#6 2016-06-15 15:16:24

flying sheep
Member
Registered: 2012-02-29
Posts: 90

Re: [SOLVED] Kernel update 4.5.4-1 to 4.6.2-1 breaks graphics boot

same as OP here:

i have xf86-video-intel, and since upgrading to 4.6, SDDM freezes after a second or so, and only REISUB helps.

Offline

#7 2016-06-22 17:06:04

roxosulaliwe
Member
Registered: 2016-05-29
Posts: 5

Re: [SOLVED] Kernel update 4.5.4-1 to 4.6.2-1 breaks graphics boot

Removing xf86-video-intel is a bad advice as massive tearing appears and libreoffice shows weird rendering issues and empty dialouge boxes.
Everything works wit linux-lts and  xf86-video-intel.

Offline

#8 2016-06-29 00:53:46

vgivanovic
Member
Registered: 2011-02-18
Posts: 40

Re: [SOLVED] Kernel update 4.5.4-1 to 4.6.2-1 breaks graphics boot

I deleted  /etc/modprobe.d/i915.conf which used to contain

options i915 enable_rc6=1 enable_fbc=1 semaphores=1

and I was able to successfully run XFCE on my netbook.Previously (this morning) my system would panic (blinking CAPS LOCK light; non-responsive MagicSysRq) shortly after firing up the XFCE window manager.

$ pacman -Q linux systemd xf86-video-intel
linux 4.6.3-1
systemd 230-5
xf86-video-intel 1:2.99.917+668+gc28e62f-1

My /etc/X11/xorg.conf.d/20-intel.conf  contains

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "TearFree"        "true"
   Option      "DRI"		 "3"
EndSection

Offline

Board footer

Powered by FluxBB