You are not logged in.

#1 2021-02-23 16:08:12

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Graphic issues

Hi,

I use arch as production machine which worked well so far. Recently I started to get graphic issues randomly. It looks like this: https://youtu.be/ZzTT7eHElz4. What can I do to avoid this issues?

$ pacman -Q | grep intel
intel-ucode 20210216-1
libva-intel-driver 2.4.1-1
vulkan-intel 20.3.4-2

$ uname -r
5.10.17-1-lts

$ pacman -Q | grep xorg
xorg-fonts-encodings 1.0.5-2
xorg-server 1.20.10-3
xorg-server-common 1.20.10-3
xorg-setxkbmap 1.3.2-2
xorg-xauth 1.1-2
xorg-xhost 1.0.8-2
xorg-xinit 1.4.1-3
xorg-xkbcomp 1.4.4-1
xorg-xmodmap 1.0.10-2
xorg-xprop 1.2.5-1
xorg-xrandr 1.5.1-2
xorg-xrdb 1.2.0-2
xorg-xset 1.2.4-2
xorg-xsetroot 1.1.2-2
xorg-xwayland 1.20.0.r853.gfdc61c5a3-1
xorgproto 2020.1-1

$ cat /etc/mkinitcpio.conf | grep -v ^#
MODULES=(i915)
BINARIES=()
FILES=()
HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)

Let me know if you need more info.

Last edited by manuelschneid3r (2021-02-23 16:10:03)


Please feel free to correct my english.

Offline

#2 2021-02-23 17:31:08

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,680
Website

Re: Graphic issues

Are you using a compositor?

Last edited by Head_on_a_Stick (2021-02-23 17:31:32)

Offline

#3 2021-02-23 19:23:59

xerxes_
Member
Registered: 2018-04-29
Posts: 665

Re: Graphic issues

What GPU and video drivers do you use ('lspci -nnk')? You use rather xorg-server than wayland?

Offline

#4 2021-02-23 23:56:20

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: Graphic issues

Head_on_a_Stick wrote:

Are you using a compositor?

Using cinnamon so yes, mutter iirc.

xerxes_ wrote:

What GPU and video drivers do you use ('lspci -nnk')? You use rather xorg-server than wayland?

HD4600 iirc.  The IGP of the i5-4590. Usually X but I tested gnome wayland which suffers this issue as well.


00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] (rev 06)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7851]
	Kernel driver in use: hsw_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06)
	DeviceName:  Onboard IGD
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7851]
	Kernel driver in use: i915
	Kernel modules: i915
00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7851]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 05)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7851]
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7851]
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 05)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7851]
	Kernel driver in use: ehci-pci
00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:f851]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d5)
	Kernel driver in use: pcieport
00:1c.3 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 [8086:8c16] (rev d5)
	Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 05)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7851]
	Kernel driver in use: ehci-pci
00:1f.0 ISA bridge [0601]: Intel Corporation B85 Express LPC Controller [8086:8c50] (rev 05)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7851]
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c02] (rev 05)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7851]
	Kernel driver in use: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 05)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7851]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7851]
	Kernel driver in use: r8169
	Kernel modules: r8169

Please feel free to correct my english.

Offline

#5 2021-02-24 00:23:34

bulletmark
Member
From: Brisbane, Australia
Registered: 2013-10-22
Posts: 649

Re: Graphic issues

I use GNOME + Wayland on my Ice Lake machine and update every day. I have noticed the same/similar graphical issues for the last few days as well although note I am currently using kernel 5-11 from testing (for the last 8 days).
Once it starts I keep seeing it but a reboot it fixes it. Not sure what starts it.

00:02.0 VGA compatible controller [0300]: Intel Corporation Iris Plus Graphics G7 [8086:8a52] (rev 07)
	DeviceName: To Be Filled by O.E.M.
	Subsystem: Dell Device [1028:096d]
	Kernel driver in use: i915
	Kernel modules: i915

Online

#6 2021-02-24 00:39:42

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

Offline

#7 2021-02-24 09:47:46

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: Graphic issues

The glitches in this bug and also its duplicate look pretty similar. I would say they are not really the same. The glitches in these bugs look like opaque sierpinski triangles while the glitch I see are rather rectangles moved around and especially over time. Therefore I assume the buffer is affected somehow. For one or two times the x server even freezed and finally crashed.

Last edited by manuelschneid3r (2021-02-24 09:50:09)


Please feel free to correct my english.

Offline

#8 2021-02-24 10:24:22

seth
Member
Registered: 2012-09-03
Posts: 49,982

Re: Graphic issues

Ülease post your xorg log.
If you're using xf86-video-intel, try the modesetting driver (remove the intel packe and configs referencing the driver)
See whether you can replicate the glitches w/o a compositor (try openbox) and a differet compositor (picom, try the GL and the render backend)

Offline

#9 2021-02-24 11:44:22

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: Graphic issues

Openbox

https://i.ibb.co/sJymwSQ/photo-2021-02-24-12-39-47.jpg

Fun fact: I installed xf86-video-intel to see if things get better. Its exactly the same. So I guess the x drivers are not the issue.

X.0.log:

[ 77259.103] (--) Log file renamed from "/home/manuel/.local/share/xorg/Xorg.pid-60844.log" to "/home/manuel/.local/share/xorg/Xorg.0.log"
[ 77259.103] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 77259.103] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[ 77259.103] Build Operating System: Linux Arch Linux
[ 77259.103] Current Operating System: Linux argon 5.10.17-1-lts #1 SMP Wed, 17 Feb 2021 11:11:31 +0000 x86_64
[ 77259.103] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-lts.img root=/dev/sda2 rw pcie_aspm=force acpi_osi="Linux"
[ 77259.103] Build Date: 14 December 2020  12:10:29PM
[ 77259.103]  
[ 77259.103] Current version of pixman: 0.40.0
[ 77259.103] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 77259.103] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 77259.104] (==) Log file: "/home/manuel/.local/share/xorg/Xorg.0.log", Time: Wed Feb 24 12:29:34 2021
[ 77259.104] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 77259.104] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 77259.104] (==) No Layout section.  Using the first Screen section.
[ 77259.104] (==) No screen section available. Using defaults.
[ 77259.104] (**) |-->Screen "Default Screen Section" (0)
[ 77259.104] (**) |   |-->Monitor "<default monitor>"
[ 77259.104] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 77259.104] (==) Automatically adding devices
[ 77259.104] (==) Automatically enabling devices
[ 77259.104] (==) Automatically adding GPU devices
[ 77259.104] (==) Automatically binding GPU devices
[ 77259.104] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 77259.104] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[ 77259.104] 	Entry deleted from font path.
[ 77259.104] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[ 77259.104] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[ 77259.104] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 77259.104] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 77259.104] (II) Module ABI versions:
[ 77259.104] 	X.Org ANSI C Emulation: 0.4
[ 77259.104] 	X.Org Video Driver: 24.1
[ 77259.104] 	X.Org XInput driver : 24.1
[ 77259.104] 	X.Org Server Extension : 10.0
[ 77259.105] (++) using VT number 4

[ 77259.106] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_313
[ 77259.107] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 77259.108] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 77259.110] (--) PCI:*(0@0:2:0) 8086:0412:1462:7851 rev 6, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 77259.110] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 77259.110] (II) LoadModule: "glx"
[ 77259.110] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 77259.111] (II) Module glx: vendor="X.Org Foundation"
[ 77259.111] 	compiled for 1.20.10, module version = 1.0.0
[ 77259.111] 	ABI class: X.Org Server Extension, version 10.0
[ 77259.111] (==) Matched intel as autoconfigured driver 0
[ 77259.111] (==) Matched modesetting as autoconfigured driver 1
[ 77259.111] (==) Matched fbdev as autoconfigured driver 2
[ 77259.111] (==) Matched vesa as autoconfigured driver 3
[ 77259.111] (==) Assigned the driver to the xf86ConfigLayout
[ 77259.111] (II) LoadModule: "intel"
[ 77259.111] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 77259.112] (II) Module intel: vendor="X.Org Foundation"
[ 77259.112] 	compiled for 1.20.10, module version = 2.99.917
[ 77259.112] 	Module class: X.Org Video Driver
[ 77259.112] 	ABI class: X.Org Video Driver, version 24.1
[ 77259.112] (II) LoadModule: "modesetting"
[ 77259.112] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 77259.112] (II) Module modesetting: vendor="X.Org Foundation"
[ 77259.112] 	compiled for 1.20.10, module version = 1.20.10
[ 77259.112] 	Module class: X.Org Video Driver
[ 77259.112] 	ABI class: X.Org Video Driver, version 24.1
[ 77259.112] (II) LoadModule: "fbdev"
[ 77259.112] (WW) Warning, couldn't open module fbdev
[ 77259.112] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 77259.112] (II) LoadModule: "vesa"
[ 77259.112] (WW) Warning, couldn't open module vesa
[ 77259.112] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 77259.112] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 77259.113] (II) intel: Driver for Intel(R) HD Graphics
[ 77259.113] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 77259.113] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 77259.113] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 77259.113] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 77259.113] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200917
[ 77259.113] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[ 77259.136] (WW) Falling back to old probe method for modesetting
[ 77259.136] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 77259.136] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[ 77259.136] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[ 77259.136] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 77259.136] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 77259.136] (==) intel(0): RGB weight 888
[ 77259.136] (==) intel(0): Default visual is TrueColor
[ 77259.146] (II) intel(0): Output VGA1 has no monitor section
[ 77259.146] (II) intel(0): Enabled output VGA1
[ 77259.146] (II) intel(0): Output HDMI1 has no monitor section
[ 77259.146] (II) intel(0): Enabled output HDMI1
[ 77259.146] (II) intel(0): Output HDMI2 has no monitor section
[ 77259.146] (II) intel(0): Enabled output HDMI2
[ 77259.146] (II) intel(0): Output DP1 has no monitor section
[ 77259.147] (II) intel(0): Enabled output DP1
[ 77259.147] (II) intel(0): Output HDMI3 has no monitor section
[ 77259.147] (II) intel(0): Enabled output HDMI3
[ 77259.147] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 77259.147] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 77259.147] (II) intel(0): Enabled output VIRTUAL1
[ 77259.147] (--) intel(0): Output HDMI2 using initial mode 1920x1080 on pipe 0
[ 77259.147] (==) intel(0): TearFree disabled
[ 77259.147] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 77259.147] (==) intel(0): DPI set to (96, 96)
[ 77259.147] (II) Loading sub module "dri3"
[ 77259.147] (II) LoadModule: "dri3"
[ 77259.147] (II) Module "dri3" already built-in
[ 77259.147] (II) Loading sub module "dri2"
[ 77259.147] (II) LoadModule: "dri2"
[ 77259.147] (II) Module "dri2" already built-in
[ 77259.147] (II) Loading sub module "present"
[ 77259.147] (II) LoadModule: "present"
[ 77259.147] (II) Module "present" already built-in
[ 77259.147] (II) UnloadModule: "modesetting"
[ 77259.147] (II) Unloading modesetting
[ 77259.147] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[ 77259.147] (==) intel(0): Backing store enabled
[ 77259.147] (==) intel(0): Silken mouse disabled
[ 77259.147] (II) intel(0): HW Cursor enabled
[ 77259.148] (==) intel(0): DPMS enabled
[ 77259.148] (==) intel(0): Display hotplug detection enabled
[ 77259.148] (II) intel(0): [DRI2] Setup complete
[ 77259.148] (II) intel(0): [DRI2]   DRI driver: i965
[ 77259.148] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[ 77259.148] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 77259.148] (II) intel(0): hardware support for Present enabled
[ 77259.148] (II) Initializing extension Generic Event Extension
[ 77259.148] (II) Initializing extension SHAPE
[ 77259.148] (II) Initializing extension MIT-SHM
[ 77259.148] (II) Initializing extension XInputExtension
[ 77259.148] (II) Initializing extension XTEST
[ 77259.148] (II) Initializing extension BIG-REQUESTS
[ 77259.148] (II) Initializing extension SYNC
[ 77259.148] (II) Initializing extension XKEYBOARD
[ 77259.148] (II) Initializing extension XC-MISC
[ 77259.148] (II) Initializing extension SECURITY
[ 77259.148] (II) Initializing extension XFIXES
[ 77259.148] (II) Initializing extension RENDER
[ 77259.148] (II) Initializing extension RANDR
[ 77259.148] (II) Initializing extension COMPOSITE
[ 77259.148] (II) Initializing extension DAMAGE
[ 77259.148] (II) Initializing extension MIT-SCREEN-SAVER
[ 77259.148] (II) Initializing extension DOUBLE-BUFFER
[ 77259.148] (II) Initializing extension RECORD
[ 77259.148] (II) Initializing extension DPMS
[ 77259.148] (II) Initializing extension Present
[ 77259.148] (II) Initializing extension DRI3
[ 77259.148] (II) Initializing extension X-Resource
[ 77259.148] (II) Initializing extension XVideo
[ 77259.148] (II) Initializing extension XVideo-MotionCompensation
[ 77259.148] (II) Initializing extension GLX
[ 77259.158] (II) AIGLX: Loaded and initialized i965
[ 77259.158] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 77259.158] (II) Initializing extension XFree86-VidModeExtension
[ 77259.158] (II) Initializing extension XFree86-DGA
[ 77259.158] (II) Initializing extension XFree86-DRI
[ 77259.158] (II) Initializing extension DRI2
[ 77259.166] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI2 using pipe 0, position (0, 0), rotation normal, reflection none
[ 77259.179] (II) intel(0): Setting screen physical size to 508 x 285
[ 77259.251] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 77259.251] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 77259.251] (**) Power Button: Applying InputClass "system-keyboard"
[ 77259.251] (II) LoadModule: "libinput"
[ 77259.251] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 77259.253] (II) Module libinput: vendor="X.Org Foundation"
[ 77259.253] 	compiled for 1.20.8, module version = 0.30.0
[ 77259.253] 	Module class: X.Org XInput Driver
[ 77259.253] 	ABI class: X.Org XInput driver, version 24.1
[ 77259.253] (II) Using input driver 'libinput' for 'Power Button'
[ 77259.254] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 16 paused 0
[ 77259.254] (**) Power Button: always reports core events
[ 77259.254] (**) Option "Device" "/dev/input/event1"
[ 77259.254] (**) Option "_source" "server/udev"
[ 77259.255] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 77259.255] (II) event1  - Power Button: device is a keyboard
[ 77259.255] (II) event1  - Power Button: device removed
[ 77259.255] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 77259.255] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 77259.255] (**) Option "xkb_layout" "de"
[ 77259.275] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 77259.275] (II) event1  - Power Button: device is a keyboard
[ 77259.275] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[ 77259.275] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 77259.275] (**) Video Bus: Applying InputClass "system-keyboard"
[ 77259.275] (II) Using input driver 'libinput' for 'Video Bus'
[ 77259.276] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
[ 77259.276] (**) Video Bus: always reports core events
[ 77259.276] (**) Option "Device" "/dev/input/event2"
[ 77259.276] (**) Option "_source" "server/udev"
[ 77259.277] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[ 77259.277] (II) event2  - Video Bus: device is a keyboard
[ 77259.277] (II) event2  - Video Bus: device removed
[ 77259.277] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event2"
[ 77259.277] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 77259.277] (**) Option "xkb_layout" "de"
[ 77259.278] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[ 77259.278] (II) event2  - Video Bus: device is a keyboard
[ 77259.279] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 77259.279] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 77259.279] (**) Power Button: Applying InputClass "system-keyboard"
[ 77259.279] (II) Using input driver 'libinput' for 'Power Button'
[ 77259.279] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 20 paused 0
[ 77259.279] (**) Power Button: always reports core events
[ 77259.279] (**) Option "Device" "/dev/input/event0"
[ 77259.279] (**) Option "_source" "server/udev"
[ 77259.280] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 77259.280] (II) event0  - Power Button: device is a keyboard
[ 77259.280] (II) event0  - Power Button: device removed
[ 77259.280] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 77259.280] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 77259.280] (**) Option "xkb_layout" "de"
[ 77259.281] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 77259.281] (II) event0  - Power Button: device is a keyboard
[ 77259.282] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event4)
[ 77259.282] (II) No input driver specified, ignoring this device.
[ 77259.282] (II) This device may have been added with another device file.
[ 77259.283] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event5)
[ 77259.283] (II) No input driver specified, ignoring this device.
[ 77259.283] (II) This device may have been added with another device file.
[ 77259.283] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event6)
[ 77259.283] (II) No input driver specified, ignoring this device.
[ 77259.283] (II) This device may have been added with another device file.
[ 77259.283] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event7)
[ 77259.283] (II) No input driver specified, ignoring this device.
[ 77259.283] (II) This device may have been added with another device file.
[ 77259.284] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event8)
[ 77259.284] (II) No input driver specified, ignoring this device.
[ 77259.284] (II) This device may have been added with another device file.
[ 77259.284] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event14)
[ 77259.284] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 77259.284] (**) Logitech USB Keyboard: Applying InputClass "system-keyboard"
[ 77259.284] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[ 77259.285] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 21 paused 0
[ 77259.285] (**) Logitech USB Keyboard: always reports core events
[ 77259.285] (**) Option "Device" "/dev/input/event14"
[ 77259.285] (**) Option "_source" "server/udev"
[ 77259.287] (II) event14 - Logitech USB Keyboard: is tagged by udev as: Keyboard
[ 77259.287] (II) event14 - Logitech USB Keyboard: device is a keyboard
[ 77259.287] (II) event14 - Logitech USB Keyboard: device removed
[ 77259.287] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.1/3-6.1:1.0/0003:046D:C31C.000A/input/input40/event14"
[ 77259.287] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
[ 77259.287] (**) Option "xkb_layout" "de"
[ 77259.288] (II) event14 - Logitech USB Keyboard: is tagged by udev as: Keyboard
[ 77259.288] (II) event14 - Logitech USB Keyboard: device is a keyboard
[ 77259.289] (II) config/udev: Adding input device Logitech USB Keyboard Consumer Control (/dev/input/event15)
[ 77259.289] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 77259.289] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 77259.289] (II) Using input driver 'libinput' for 'Logitech USB Keyboard Consumer Control'
[ 77259.290] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 22 paused 0
[ 77259.290] (**) Logitech USB Keyboard Consumer Control: always reports core events
[ 77259.290] (**) Option "Device" "/dev/input/event15"
[ 77259.290] (**) Option "_source" "server/udev"
[ 77259.291] (II) event15 - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 77259.291] (II) event15 - Logitech USB Keyboard Consumer Control: device is a keyboard
[ 77259.292] (II) event15 - Logitech USB Keyboard Consumer Control: device removed
[ 77259.292] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.1/3-6.1:1.1/0003:046D:C31C.000B/input/input41/event15"
[ 77259.292] (II) XINPUT: Adding extended input device "Logitech USB Keyboard Consumer Control" (type: KEYBOARD, id 10)
[ 77259.292] (**) Option "xkb_layout" "de"
[ 77259.293] (II) event15 - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 77259.293] (II) event15 - Logitech USB Keyboard Consumer Control: device is a keyboard
[ 77259.294] (II) config/udev: Adding input device Logitech USB Keyboard System Control (/dev/input/event16)
[ 77259.294] (**) Logitech USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 77259.294] (**) Logitech USB Keyboard System Control: Applying InputClass "system-keyboard"
[ 77259.294] (II) Using input driver 'libinput' for 'Logitech USB Keyboard System Control'
[ 77259.295] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 23 paused 0
[ 77259.295] (**) Logitech USB Keyboard System Control: always reports core events
[ 77259.295] (**) Option "Device" "/dev/input/event16"
[ 77259.295] (**) Option "_source" "server/udev"
[ 77259.296] (II) event16 - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[ 77259.296] (II) event16 - Logitech USB Keyboard System Control: device is a keyboard
[ 77259.296] (II) event16 - Logitech USB Keyboard System Control: device removed
[ 77259.296] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.1/3-6.1:1.1/0003:046D:C31C.000B/input/input42/event16"
[ 77259.296] (II) XINPUT: Adding extended input device "Logitech USB Keyboard System Control" (type: KEYBOARD, id 11)
[ 77259.296] (**) Option "xkb_layout" "de"
[ 77259.298] (II) event16 - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[ 77259.298] (II) event16 - Logitech USB Keyboard System Control: device is a keyboard
[ 77259.299] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event17)
[ 77259.299] (**) USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 77259.299] (II) Using input driver 'libinput' for 'USB Optical Mouse'
[ 77259.300] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 24 paused 0
[ 77259.300] (**) USB Optical Mouse: always reports core events
[ 77259.300] (**) Option "Device" "/dev/input/event17"
[ 77259.300] (**) Option "_source" "server/udev"
[ 77259.301] (II) event17 - USB Optical Mouse: is tagged by udev as: Mouse
[ 77259.301] (II) event17 - USB Optical Mouse: device is a pointer
[ 77259.301] (II) event17 - USB Optical Mouse: device removed
[ 77259.301] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.4/3-6.4:1.0/0003:1BCF:0005.000C/input/input43/event17"
[ 77259.301] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 12)
[ 77259.301] (**) Option "AccelerationScheme" "none"
[ 77259.301] (**) USB Optical Mouse: (accel) selected scheme none/0
[ 77259.301] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[ 77259.302] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[ 77259.303] (II) event17 - USB Optical Mouse: is tagged by udev as: Mouse
[ 77259.303] (II) event17 - USB Optical Mouse: device is a pointer
[ 77259.304] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[ 77259.304] (II) No input driver specified, ignoring this device.
[ 77259.304] (II) This device may have been added with another device file.
[ 77259.304] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[ 77259.304] (II) No input driver specified, ignoring this device.
[ 77259.304] (II) This device may have been added with another device file.
[ 77259.304] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[ 77259.304] (II) No input driver specified, ignoring this device.
[ 77259.304] (II) This device may have been added with another device file.
[ 77259.305] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event12)
[ 77259.305] (II) No input driver specified, ignoring this device.
[ 77259.305] (II) This device may have been added with another device file.
[ 77259.305] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[ 77259.305] (II) No input driver specified, ignoring this device.
[ 77259.305] (II) This device may have been added with another device file.
[ 77259.306] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 77259.306] (II) No input driver specified, ignoring this device.
[ 77259.306] (II) This device may have been added with another device file.
[ 77297.747] (II) intel(0): resizing framebuffer to 1080x1920
[ 77297.766] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI2 using pipe 0, position (0, 0), rotation left, reflection none
[ 77482.237] (II) event17 - USB Optical Mouse: SYN_DROPPED event - some input events have been lost.

moderator edit -- replaced oversized image with link.
Pasting pictures and code

Last edited by 2ManyDogs (2021-02-24 13:23:54)


Please feel free to correct my english.

Offline

#10 2021-02-24 13:29:59

seth
Member
Registered: 2012-09-03
Posts: 49,982

Re: Graphic issues

Please remove the oversized image and the xf86-video-intel driver.
Does passing "i915.enable_fbc=0 i915.enable_psr=0 i915.enable_dc=0" to the kernel commandline change anything?
Is the problem limited to some browser? Does it happen if you disable its hardware accelerated rendering?

Offline

#11 2021-02-24 14:53:23

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

Re: Graphic issues

If you downgrade linux to 5.10.12 from from the ALA is the issue still present?

Offline

#12 2021-02-24 20:20:29

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: Graphic issues

Please remove the oversized image and the xf86-video-intel driver.
Does passing "i915.enable_fbc=0 i915.enable_psr=0 i915.enable_dc=0" to the kernel commandline change anything?
Is the problem limited to some browser? Does it happen if you disable its hardware accelerated rendering?

I added the options and have to see now. The problem is not limited to a browser, everything is affected, clients, decorations, the panel. If i didnt know it better I'd say its the compositor. But well since its not even the x drivers I assume its i915. (not an expert guess at all)

If you downgrade linux to 5.10.12 from from the ALA is the issue still present?

Ill try this if the command line does not help.

Last edited by manuelschneid3r (2021-02-24 20:23:03)


Please feel free to correct my english.

Offline

#13 2021-02-24 20:50:28

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: Graphic issues

Nope: https://www.youtube.com/watch?v=2cDQR9xvTm8

Is it complicated to roll back a kernel? I have a special problem I guess. My boot partition is 100MB. When I set it up 2013 i thought this would suffice.


Please feel free to correct my english.

Offline

#14 2021-02-24 20:53:17

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: Graphic issues

Note this secondwise change of the glitch. Is this a tell?


Please feel free to correct my english.

Offline

#15 2021-02-24 20:59:57

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

Re: Graphic issues

manuelschneid3r wrote:

Is it complicated to roll back a kernel? I have a special problem I guess. My boot partition is 100MB. When I set it up 2013 i thought this would suffice.

# pacman -U https://archive.archlinux.org/packages/l/linux/linux-5.10.12.arch1-1-x86_64.pkg.tar.zst

It will replace the current linux package so there should be no increase in space usage in /boot.  To go back to the current package version

pacman -S linux

Offline

#16 2021-02-24 22:14:31

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: Graphic issues

Thank you. Im on 5.10.12 now. Since I have no dedicated way to reproduce I cant say for sure, but looks good so far.

Whats next? Where should I report a bug?


Please feel free to correct my english.

Offline

#17 2021-02-24 22:39:31

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: Graphic issues

Okay nope the glitches just appeared.


Please feel free to correct my english.

Offline

#18 2021-02-24 22:52:23

seth
Member
Registered: 2012-09-03
Posts: 49,982

Re: Graphic issues

The OP used the lts kernel that leap-frogged from 5.4.98 to 5.10.17 a week ago - bisecting this is going to be a nightmare… but you could roll back to that to see whether the kernel update was the cause…

Offline

#19 2021-02-24 23:29:10

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

Re: Graphic issues

Last release of each series is linked below.  Start with the 5.7 series if a release is bad try an earlier series if it is good try a later one,  you should be able to determine the last working series after testing at most three kernels.

https://archive.archlinux.org/packages/ … kg.tar.zst
https://archive.archlinux.org/packages/ … kg.tar.zst
https://archive.archlinux.org/packages/ … kg.tar.zst
https://archive.archlinux.org/packages/ … kg.tar.zst
https://archive.archlinux.org/packages/ … kg.tar.zst

Offline

#20 2021-02-25 11:19:22

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: Graphic issues

Oh well, tried 5.7. Kernel panic and stuck with a bricked system.

https://ibb.co/Gpq7xsN

I start to think abount something less time consuming. Can you guys recommend manjaro?


Please feel free to correct my english.

Offline

#21 2021-02-25 11:32:08

seth
Member
Registered: 2012-09-03
Posts: 49,982

Re: Graphic issues

The initramfs is damaged, either an error when you installed the kernel or the disk is falling apart.
Get grml and check the smart data for the disk (not the overall health status, look out of re-allocated or pending sectors)
You can also chroot into the installed system and re-install the kernel, hopefully ending up w/ an intact initramfs.

Distro-hopping won't help you here.
Reg. the original issue: if it's the kernel, you'll be in the same situation once manjaro ships the first affected kernel. If the intention is to stay on an old kernel version as long as possible, try redhat or debian.

Ah, blast. Forgot https://archlinux.org/news/moving-to-zs … kinitcpio/

Last edited by seth (2021-02-25 12:33:56)

Offline

#22 2021-02-25 13:39:45

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: Graphic issues

Well, I flashed a stick, chrooted, installed the recent kernel, which is 5.11., and it looks good so far. Not that I said this once big_smile we'll see

Last edited by manuelschneid3r (2021-02-25 13:39:58)


Please feel free to correct my english.

Offline

#23 2021-03-06 18:11:15

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: Graphic issues

Ofc not. Still bisecting in the background. 5.10.12-arch1-1 works (for now), 5.10.16-arch1-1 not.


Please feel free to correct my english.

Offline

#24 2021-03-17 18:40:13

manuelschneid3r
Member
From: Germany
Registered: 2013-04-14
Posts: 152

Re: Graphic issues

Hi,

this is my history until now

5.11.2-arch1-1 glitches
5.9.14-arch1-1 ok
5.10.16-arch1-1 glitches
5.10.8-arch1-1 ok
5.10.12-arch1-1 ok
5.10.14-arch1-1 cashes X
5.10.13-arch1-1 glitches
5.10.12-arch1-1 glitches
5.10.11-arch1-1 glitches
5.10.10-arch1-1 glitches
5.10.8-arch1-1 works 5 days
5.10.9-arch1-1 glitches
     

I will us 5.10.8 again now, to see if this is correct. For now I assume the regression to take place in 5.10.9. What next?

Last edited by manuelschneid3r (2021-03-17 18:40:37)


Please feel free to correct my english.

Offline

Board footer

Powered by FluxBB