You are not logged in.

#1 2016-10-19 19:19:03

step
Member
Registered: 2016-05-09
Posts: 56

After last update my pc freeze befor login manager

I have upgrade my pc with

pacman -Syu

but after this i try to start-up my pc but befor login manager it freeze, i can see only list of service and OK(green) the only method to start is login in tty and do:

systemctl restart sddm

how i can resolve it? Please help me smile

Offline

#2 2016-10-19 19:47:20

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: After last update my pc freeze befor login manager

Journal? Xorg log? Anything?

Please read How To Ask Questions The Smart Way and provide some information for us to work with...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2016-10-21 17:29:15

HarveyK
Member
Registered: 2015-10-05
Posts: 37

Re: After last update my pc freeze befor login manager

I think I hit the same / a similar bug on my Intel Haswell notebook (HP Probook 430 G1)

After upgrading to kernel 4.8.2-1, it only boots into a black screen (no cursor) instead of the sddm login screen.

Strange thing is: sddm seems to be running ok, and with a "systemctl restart sddm" on a virtual console the graphical login comes up with no issues. So it seems only the boot process is affected.

As a workaround I installed linux-lts which is working fine.

I have a couple of errors in ~/.local/share/xorg/Xorg.0.log:

(Full Xorg.0.log here.)

EDIT: Deleted outdated logfile :-(

TIA,
   Heinz

Last edited by HarveyK (2016-10-21 17:38:32)

Offline

#4 2016-10-21 18:00:56

HarveyK
Member
Registered: 2015-10-05
Posts: 37

Re: After last update my pc freeze befor login manager

Correct /var/log/Xorg.0.log:
Unsuccessful start
Successful Start

EDIT: added dmesg log

Last edited by HarveyK (2016-10-21 18:28:03)

Offline

#5 2016-10-21 21:12:03

stanhope
Member
Registered: 2016-04-18
Posts: 6

Re: After last update my pc freeze befor login manager

Well I just got the same apparent sddm black screen. Systemctl status sddm showed the sddm-helper stopping with an error, but sddm itself okay, although plasma would not start, even trying autologin. However this was not from the kernel upgrade of Oct 19, but rather todays (Oct 21) upgrade of nvidia-304xx (304.131-17 -> 304.132-1), nvidia-304xx-utils (304.131-2 -> 304.132-1) and nvidia-304xx-libgl (304.131-2 -> 304.132-1). Reverting these fixed it. A similar setup on a laptop with the newer nvidia-340xx had no issues. Maybe this is related.

Offline

#6 2016-10-22 06:31:34

HarveyK
Member
Registered: 2015-10-05
Posts: 37

Re: After last update my pc freeze befor login manager

No Nvidia components here, pure Intel graphics.

Regards,
   Heinz

Offline

#7 2016-10-22 14:42:39

step
Member
Registered: 2016-05-09
Posts: 56

Re: After last update my pc freeze befor login manager

HarveyK wrote:

I think I hit the same / a similar bug on my Intel Haswell notebook (HP Probook 430 G1)

After upgrading to kernel 4.8.2-1, it only boots into a black screen (no cursor) instead of the sddm login screen.

Strange thing is: sddm seems to be running ok, and with a "systemctl restart sddm" on a virtual console the graphical login comes up with no issues. So it seems only the boot process is affected.

As a workaround I installed linux-lts which is working fine.

I have a couple of errors in ~/.local/share/xorg/Xorg.0.log:

(Full Xorg.0.log here.)

EDIT: Deleted outdated logfile :-(

TIA,
   Heinz

I resolve this problem with the same solution, i downgrade linux 4.8 => 4.7. So i hope in the next upgrade on linux i don't have this problem!

Offline

#8 2016-10-22 15:07:01

loqs
Member
Registered: 2014-03-06
Posts: 17,416

Re: After last update my pc freeze befor login manager

@stanhope I think your issue may be different see https://bbs.archlinux.org/viewtopic.php?id=218614
@step so you are not going to contribute to fixing the issue?

Offline

#9 2016-10-22 15:44:03

HarveyK
Member
Registered: 2015-10-05
Posts: 37

Re: After last update my pc freeze befor login manager

Today's update to kernel 4.8.3-1 did not help here.
EDIT: Nor does the update to  4.8.4-1.

Last edited by HarveyK (2016-10-23 20:15:34)

Offline

#10 2016-10-26 17:41:15

eDio
Member
From: Ukraine, Kyiv
Registered: 2008-12-02
Posts: 422

Re: After last update my pc freeze befor login manager

Are those related?
https://bbs.archlinux.org/viewtopic.php?id=218581

I too have an issue with my Lenovo X220. I've seen error message about flip_done time out, however, downgrade didn't solve the issue for me.

Offline

#11 2016-11-01 17:25:44

HarveyK
Member
Registered: 2015-10-05
Posts: 37

Re: After last update my pc freeze befor login manager

Today's update to kernel 4.8.6-1 did not solve my issue.

However, switching to "Early Kernel Mode Setting" as described in the Arch wiki is working here, so I consider this topic as SOLVED.

I just had to add the Intel i915 module to /etc/mkinitcpio.conf:

MODULES="i915"

and rebuild the initramfs image with

mkinitcpio -p linux

Don't know though, if the OP suffers from exactly the same problem, so your mileage may vary.

Offline

#12 2016-11-03 09:46:00

ido50
Member
From: Israel
Registered: 2009-03-14
Posts: 25
Website

Re: After last update my pc freeze befor login manager

Removing xf86-video-intel solved this for me right now.

Offline

#13 2016-11-23 09:23:29

step
Member
Registered: 2016-05-09
Posts: 56

Re: After last update my pc freeze befor login manager

ido50 wrote:

Removing xf86-video-intel solved this for me right now.

After update linux to 4.8.10-1 i have the same problem, but if i remove xf86-video-intel i solved my problem. Someone can explain me why?

EDIT:

HarveyK wrote:

Today's update to kernel 4.8.6-1 did not solve my issue.

However, switching to "Early Kernel Mode Setting" as described in the Arch wiki is working here, so I consider this topic as SOLVED.

I just had to add the Intel i915 module to /etc/mkinitcpio.conf:

MODULES="i915"

and rebuild the initramfs image with

mkinitcpio -p linux

Don't know though, if the OP suffers from exactly the same problem, so your mileage may vary.

What is the difference between using i915 and xf86-video-intel, one is better than the other? What changes?

Last edited by step (2016-11-23 10:05:01)

Offline

#14 2016-11-23 22:20:58

seth
Member
Registered: 2012-09-03
Posts: 51,553

Re: After last update my pc freeze befor login manager

One is a kernel module and the other an X11 driver ... Arch btw. has an exhaustive wiki and you can always ask the oracle of Mountainview.

Offline

Board footer

Powered by FluxBB