You are not logged in.

#1 2017-09-28 17:34:33

Nayko
Member
Registered: 2017-09-28
Posts: 5

Display got broken after upgrade

Hi everyone

So today, I upgraded my Arch Linux with pacman -Syu, there was a kernel update. After rebooting, my display got broken, text or foot got broken :

During boot :
http://image.noelshack.com/fichiers/201 … 110550.jpg

At login screen;
http://image.noelshack.com/fichiers/201 … 110553.jpg

Any idea ?

Offline

#2 2017-09-28 18:10:30

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

Re: Display got broken after upgrade

X or Wayland? Card(s) and driver(s)? Journal and/or Xorg log? What else was in the upgrade?

Please read How To Ask Questions The Smart Way and update your post with relevant information...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-09-28 18:45:44

Nayko
Member
Registered: 2017-09-28
Posts: 5

Re: Display got broken after upgrade

Hi,

I use X.org, my GPU is Intel GMA 950 with the driver xf86-video-intel. There were in the upgrade libutil-linux, git, util-linux, pciutils and sdl2. And btw I see no Xorg log in /var/log/.

I had thought of the idea of reinstalling Intel drivers and Xorg, but the error occurs before I startx, worth to give it a try ?

Offline

#4 2017-09-28 18:52:46

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,221

Re: Display got broken after upgrade

No, this is the framebuffer. Do you use any "video" kernel parameter?
Is this a UEFI or BIOS setup? Bootmanager?

Passing "nomodeset" will likely get you a usable console (but no X11)?

Offline

#5 2017-09-28 19:19:45

Nayko
Member
Registered: 2017-09-28
Posts: 5

Re: Display got broken after upgrade

No, I don't think I use any video kernel parameter, as I installed Intel drivers and never changed settings.
My PC is BIOS, and my bootmanager is GRUB

So, I added i915.modeset=0 to my Kernel mode setting, now I don't have those weird text glitches anymore (but no X11 yeah)

Offline

#6 2017-09-28 19:36:36

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,221

Re: Display got broken after upgrade

Time to dump the log of a "broken" boot.
You can also try to pass "i915.enable_fbc=0" (but keep modesetting enabled)
Also try to establish an X11 autostart to see what happens when the ddx driver (modesetting or intel?) takes control.

Offline

#7 2017-09-28 19:52:32

loqs
Member
Registered: 2014-03-06
Posts: 18,789

Re: Display got broken after upgrade

Please also try intel_iommu=off

Offline

#8 2017-09-28 20:22:56

Nayko
Member
Registered: 2017-09-28
Posts: 5

Re: Display got broken after upgrade

Here are the boot logs : https://pastebin.com/e4UM4W0p
And why not, the logs of Xorg : https://pastebin.com/6fRNGgpf
I'll try to establish an X11 autostart tomorrow.

Btw, intel-iommu=off didn't fixed it

Offline

#9 2017-09-28 20:26:54

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,221

Re: Display got broken after upgrade

Not of a boot w/ i915.modeset=0  - that's pointless.

journalctl -b-1

Offline

#10 2017-09-28 20:32:28

loqs
Member
Registered: 2014-03-06
Posts: 18,789

Re: Display got broken after upgrade

seth wrote:

Not of a boot w/ i915.modeset=0  - that's pointless.

line 108

[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b35780dd-943b-43f4-a0ee-360310c7cae6 rw quiet i915.modeset=0 i915.enable_fbc=0 intel_iommu=off

Offline

#11 2017-09-28 20:34:05

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,221

Re: Display got broken after upgrade

Thus my complaint wink

Offline

#12 2017-09-28 20:36:04

loqs
Member
Registered: 2014-03-06
Posts: 18,789

Re: Display got broken after upgrade

Ah missed context read w/ as meaning with not without.

Offline

#13 2017-09-28 20:41:11

Nayko
Member
Registered: 2017-09-28
Posts: 5

Re: Display got broken after upgrade

Sorry, my bad

Here are the broken boot logs : https://pastebin.com/tG0hKt6i

Is it okay now ? (sorry if I don't understand, english is not my native language)

Offline

#14 2017-09-28 20:47:01

loqs
Member
Registered: 2014-03-06
Posts: 18,789

Re: Display got broken after upgrade

https://bugs.freedesktop.org/show_bug.cgi?id=102929 looks similar to one of the errors.

Offline

Board footer

Powered by FluxBB