You are not logged in.

#26 2024-01-01 14:10:55

tronie.service
Member
From: Western Europe
Registered: 2020-11-18
Posts: 10

Re: mesa problem

I have Intel HD Graphics 530 and could solve the issue by removing xf86-video-intel (and therefore switching to modesetting driver).

Offline

#27 2024-01-01 14:14:18

seth
Member
Registered: 2012-09-03
Posts: 52,299

Re: mesa problem

@Mr Green, VB may systematically have ended up w/ the swrast driver, it's one of the conditions where the buggy swrast driver might be a genuine problem. Do you still have a log from that situation (or even now w/ the amber package, you'll probably use the same ddx driver)

Online

#28 2024-01-01 14:15:13

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 244

Re: mesa problem

I can confirm adding

nvidia_drm.modeset=1

to kernel parameters instead of

options nvidia-drm modeset=1

in modprobe.d fixes the issue without downgrading mesa.

I'm curious, why? Does nvidia-drm no longer load via modprobe interface?

Offline

#29 2024-01-01 14:16:15

kassane
Member
From: Brazil
Registered: 2020-03-28
Posts: 5
Website

Re: mesa problem

wally wrote:

cd /var/cache/pacman/pkg
sudo pacman -U mesa-1:23.3.1-1-x86_64.pkg.tar.zst

or like me who deletes all pacman-cache, give it a try:

old packages: https://archive.archlinux.org/packages/m/mesa
curl -LO https://archive.archlinux.org/packages/ … kg.tar.zst

Offline

#30 2024-01-01 14:21:30

seth
Member
Registered: 2012-09-03
Posts: 52,299

Re: mesa problem

DO. NOT. DOWNGRADE. MESA. FFS.

@dimich, the parameter applies to the module regardless of the approach (unless you've the module in the initramfs, and added the config later w/o rebuilding the initrmafs)
The kernel parameter is required to tell the kernel to not initiate the simpledrm device, it's basically a hack b/c of the ongoing problems w/ the simpledrm device (and nvidia in particular)
You could also just add "initcall_blacklist=simpledrm_platform_driver_init", but enabling modeset in nvidia_drm strongly implies that you've no use for the simpledrm device anyway.

Online

#31 2024-01-01 14:52:02

kassane
Member
From: Brazil
Registered: 2020-03-28
Posts: 5
Website

Re: mesa problem

For me, no solve `nvidia-drm`. Now, only downgrade mesa!

cat /etc/modprobe.d/nvidia.conf
options nvidia-drm modeset=1

cat /etc/modprobe.d/blacklist-nvidia-nouveau.conf
blacklist nouveau
options nouveau modeset=0

Xorg old log  - before mesa downgrade

X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[    16.968] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9e2d06b4-5f54-44b7-8ab4-f538bf27df10 rw rootflags=subvol=root loglevel=3 quiet
[    16.968]
[    16.969] (==) ModulePath set to "/usr/lib/xorg/modules"
[    16.969] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    16.969] (II) Module ABI versions:
[    16.969] 	X.Org ANSI C Emulation: 0.4
[    16.969] 	X.Org Video Driver: 25.2
[    16.969] 	X.Org XInput driver : 24.4
[    16.969] 	X.Org Server Extension : 10.0
[    16.969] (++) using VT number 2
[    16.969] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    16.970] (II) xfree86: Adding drm device (/dev/dri/card1)
[    16.970] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card1
[    16.970] (II) xfree86: Adding drm device (/dev/dri/card0)
[    16.971] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[    16.973] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    16.975] (--) PCI:*(1@0:0:0) 10de:2507:10de:2507 rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[    16.439] (II) LoadModule: "nvidia"
[    16.439] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    16.439] (II) Module nvidia: vendor="NVIDIA Corporation"
[    16.439] 	compiled for 1.6.99.901, module version = 1.0.0
[    16.439] 	Module class: X.Org Video Driver
[    16.439] (II) LoadModule: "nouveau"
[    16.439] (WW) Warning, couldn't open module nouveau
[    16.439] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    16.439] (II) LoadModule: "nv"
[    16.439] (WW) Warning, couldn't open module nv
[    16.440] (EE) Failed to load module "nv" (module does not exist, 0)
[    16.440] (II) LoadModule: "modesetting"
[    16.440] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    16.440] (II) Module modesetting: vendor="X.Org Foundation"
[    16.440] 	compiled for 1.21.1.10, module version = 1.21.1
[    16.440] 	Module class: X.Org Video Driver
[    16.440] 	ABI class: X.Org Video Driver, version 25.2
[    16.440] (II) LoadModule: "fbdev"
[    16.440] (WW) Warning, couldn't open module fbdev
[    16.440] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    16.440] (II) LoadModule: "vesa"
[    16.440] (WW) Warning, couldn't open module vesa
[    16.440] (EE) Failed to load module "vesa" (module does not exist, 0)
[    16.440] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[    16.440] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    16.440] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    16.442] (II) Loading sub module "fb"
[    16.442] (II) LoadModule: "fb"
[    16.442] (II) Module "fb" already built-in
[    16.442] (II) Loading sub module "wfb"
[    16.442] (II) LoadModule: "wfb"
[    16.442] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    16.442] (II) Module wfb: vendor="X.Org Foundation"
[    16.442] 	compiled for 1.21.1.10, module version = 1.0.0
[    16.442] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    16.442] (WW) Falling back to old probe method for modesetting
[    16.444] (II) modeset(G0): using drv /dev/dri/card0
[    16.444] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    16.444] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    16.444] (==) NVIDIA(0): RGB weight 888
[    16.444] (==) NVIDIA(0): Default visual is TrueColor
[    16.444] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    16.444] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    16.444] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    16.444] (**) NVIDIA(0): Enabling 2D acceleration
[    16.444] (II) Loading sub module "glxserver_nvidia"
[    16.444] (II) LoadModule: "glxserver_nvidia"
[    16.444] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    16.453] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    16.453] 	compiled for 1.6.99.901, module version = 1.0.0
[    16.453] 	Module class: X.Org Server Extension
[    16.453] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[    16.453] (II) NVIDIA: The X server supports PRIME Render Offload.
[    16.454] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    16.454] (--) NVIDIA(0):     DFP-0 (boot)
[    16.454] (--) NVIDIA(0):     DFP-1
[    16.454] (--) NVIDIA(0):     DFP-2
[    16.454] (--) NVIDIA(0):     DFP-3
[    16.454] (--) NVIDIA(0):     DFP-4
[    16.454] (--) NVIDIA(0):     DFP-5
[    16.454] (--) NVIDIA(0):     DFP-6
[    16.455] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3050 (GA106-A) at PCI:1:0:0
[    16.455] (II) NVIDIA(0):     (GPU-0)
[    16.455] (--) NVIDIA(0): Memory: 8388608 kBytes
[    16.455] (--) NVIDIA(0): VideoBIOS: 94.06.37.00.5c
[    16.564] (--) NVIDIA(0):     option
[    16.564] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    16.564] (==) modeset(G0): RGB weight 888
[    16.564] (==) modeset(G0): Default visual is TrueColor
[    16.564] (II) Loading sub module "glamoregl"
[    16.564] (II) LoadModule: "glamoregl"
[    16.564] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    16.566] (II) Module glamoregl: vendor="X.Org Foundation"
[    16.566] 	compiled for 1.21.1.10, module version = 1.0.1
[    16.566] 	ABI class: X.Org ANSI C Emulation, version 0.4

My setup:

kassane@Catarino 
---------------- 
OS: Arch Linux x86_64 
Kernel: 6.6.8-arch1-1 
Uptime: 1 min 
Packages: 1384 (pacman) 
Shell: zsh 5.9 
Resolution: 1360x768 
DE: Plasma 5.27.10 
WM: KWin 
Theme: [Plasma], Breeze [GTK2/3] 
Icons: [Plasma], breeze [GTK2/3] 
Terminal: konsole 
CPU: AMD Ryzen 7 5700G with Radeon Graphics (16) @ 4.673GHz 
GPU: NVIDIA Geforce RTX 3050 
Memory: 2043MiB / 15777MiB

Last edited by kassane (2024-01-01 16:22:03)

Offline

#32 2024-01-01 14:53:00

Ulf
Member
Registered: 2007-08-26
Posts: 46

Re: mesa problem

Damn, hate to admit but yes, a bit of an outdated mkinitcpio.conf file plus the KMS settings for Nvidia were the culprit. Was always booting in the console and never paid much attention to KMS since was not using a graphical shell. Anyway, adding kms to mkinitcpio.conf and adding the parameters as specified in Arch's Nvidia wiki and running mkinitcpio fixed things.

Thanks seth.

Offline

#33 2024-01-01 14:54:46

seth
Member
Registered: 2012-09-03
Posts: 52,299

Re: mesa problem

@kassane, don't post random excerpts of your xorg log that skip the relevant part.
Then read the post above yours: the modprobe.conf option doesn't cut it here, because it's not about enabling modesetting.
You *have* to use the kernel parameter to tell the kernel to skip the simpledrm device.

Online

#34 2024-01-01 15:13:42

Alpha97
Member
Registered: 2023-01-05
Posts: 3

Re: mesa problem

dimich wrote:

I can confirm adding

nvidia_drm.modeset=1

to kernel parameters instead of

options nvidia-drm modeset=1

in modprobe.d fixes the issue without downgrading mesa.

I'm curious, why? Does nvidia-drm no longer load via modprobe interface?


Thanks for the confirmation.

I just follow to add "nvidia_drm.modeset=1" to kernel parameters , and the latest mesa works, not necessary to downgrade anymore!

Offline

#35 2024-01-01 15:34:59

alef_burzmali
Member
Registered: 2018-04-04
Posts: 2

Re: mesa problem

Hello,

I have a similar issue with the latest veision of Mesa...

Xorg segfaulted and it seemed to be related to a missing i695_dri.so file. So I decided to install mesa amber, and removed mesa (since there was a conflict), in order to get this file back, but I ended up having no acceleration at all !

I had to downgrade too (tried to change the kernel params but it had no effects....).

Regards,

Last edited by alef_burzmali (2024-01-01 15:50:37)

Offline

#36 2024-01-01 15:49:21

questionask
Member
Registered: 2021-01-09
Posts: 57

Re: mesa problem

I don't know if nvidia_drm means that it applies only to NVidia graphics. I have a T14s Gen 3 AMD. What do I have to do, so I don't get problem with up-to-date mesa?

Offline

#38 2024-01-01 15:59:20

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,646

Re: mesa problem

If you're on amd, there is no issue AFAIK. Only on broken Intel setups or semi-broke (?) NVIDIA setups.

Last edited by Scimmia (2024-01-01 15:59:39)

Offline

#39 2024-01-01 15:59:44

seth
Member
Registered: 2012-09-03
Posts: 52,299

Re: mesa problem

@alef_burzmali and @questionask, please post your xorg logs.

@alef_burzmali is using xf86-video-intel and very most likely shouldn't and in that case (it's a bad idea for anything newer than skylake and questionable for haswell and skylake) removing that package and using the regular mesa package is enough.

@questionmark, if you've an amdgpu chip and the system isn't horribly misconfigured, you won't run into this.
The bug is in the swrast driver and nobody actually wants to use that, its invocation is typically an indicator for a different (configuration) problem.

Online

#40 2024-01-01 16:46:35

forbiddenlake
Member
Registered: 2014-08-14
Posts: 4

Re: mesa problem

Thank you seth. Uninstalling xf86-video-intel worked for me.

- Lenovo Y540-15IRH with "Intel(R) Core(TM) i7-9750H" (Coffee Lake / 8th gen); "Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]" and "NVIDIA Corporation TU116M [GeForce GTX 1660 Ti Mobile] (rev a1)".

Last edited by forbiddenlake (2024-01-01 16:47:45)


The Starflyer is real!

Offline

#41 2024-01-01 16:53:23

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 244

Re: mesa problem

seth wrote:

The kernel parameter is required to tell the kernel to not initiate the simpledrm device

Ah, ok, i see the workaround here. Thanks.
Wouldn't it work if compile kernel with CONFIG_DRM_SIMPLEDRM=m and blacklist simpledrm module in case of nvidia-drm?

Offline

#42 2024-01-01 17:06:31

seth
Member
Registered: 2012-09-03
Posts: 52,299

Re: mesa problem

The whole point of the simpledings is to be loaded before even the initramfs, so while maybe technically possible, that's just as good as CONFIG_DRM_SIMPLEDRM=n

Until the nvidia driver learns to unload the simpledrm module and remove the device, you're better off blocking it.
Because even if it's not triggering userspace bugs, you don't want that device confusingly around - also because that setup doesn't occur w/ non-nvidia systems .

Online

#43 2024-01-01 17:25:03

questionask
Member
Registered: 2021-01-09
Posts: 57

Re: mesa problem

@questionmark, if you've an amdgpu chip and the system isn't horribly misconfigured, you won't run into this.
The bug is in the swrast driver and nobody actually wants to use that, its invocation is typically an indicator for a different (configuration) problem.

I can reproduce that keepassxc fails to start with most recent mesa and that a downgrade (sorry!) 1:23.3.2-1 => 1:23.3.1-1 fixes it.

$ pacman -Ql mesa | grep lib/dri
mesa /usr/lib/dri/
mesa /usr/lib/dri/crocus_dri.so
mesa /usr/lib/dri/d3d12_dri.so
mesa /usr/lib/dri/i915_dri.so
mesa /usr/lib/dri/iris_dri.so
mesa /usr/lib/dri/kms_swrast_dri.so
mesa /usr/lib/dri/nouveau_dri.so
mesa /usr/lib/dri/r300_dri.so
mesa /usr/lib/dri/r600_dri.so
mesa /usr/lib/dri/radeonsi_dri.so
mesa /usr/lib/dri/swrast_dri.so
mesa /usr/lib/dri/virtio_gpu_dri.so
mesa /usr/lib/dri/vmwgfx_dri.so
mesa /usr/lib/dri/zink_dri.so

Would uninstalling swrast probably fix this issue? How to do that?

Offline

#44 2024-01-01 17:26:21

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,646

Re: mesa problem

post your xorg log

Offline

#45 2024-01-01 17:28:31

seth
Member
Registered: 2012-09-03
Posts: 52,299

Re: mesa problem

https://bbs.archlinux.org/viewtopic.php?id=291518
Please post your xorg log (regardless of the mesa version in use) and the actual keepassx coredump in your original post so we can see whether this is relatedt all.
Is this maybe an xwayland instance?

Online

#46 2024-01-01 17:47:31

questionask
Member
Registered: 2021-01-09
Posts: 57

Re: mesa problem

Sorry.

[     5.008] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[     5.008] Current Operating System: Linux host 6.6.8-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Thu, 21 Dec 2023 19:00:41 +0000 x86_64
[     5.008] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=0579f6a1-7308-411c-a1f8-43f3d2e06fd4 rw amd_pstate=active apparmor=1 lsm=lockdown,yama,apparmor loglevel=3
[     5.008]  
[     5.008] Current version of pixman: 0.42.2
[     5.008] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.008] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.008] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan  1 16:17:30 2024
[     5.010] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.010] (==) No Layout section.  Using the first Screen section.
[     5.010] (==) No screen section available. Using defaults.
[     5.010] (**) |-->Screen "Default Screen Section" (0)
[     5.010] (**) |   |-->Monitor "<default monitor>"
[     5.010] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     5.010] (==) Automatically adding devices
[     5.010] (==) Automatically enabling devices
[     5.010] (==) Automatically adding GPU devices
[     5.010] (==) Automatically binding GPU devices
[     5.010] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.011] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     5.011] 	Entry deleted from font path.
[     5.011] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     5.011] 	Entry deleted from font path.
[     5.011] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.011] 	Entry deleted from font path.
[     5.012] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     5.012] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.012] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.012] (II) Module ABI versions:
[     5.012] 	X.Org ANSI C Emulation: 0.4
[     5.012] 	X.Org Video Driver: 25.2
[     5.012] 	X.Org XInput driver : 24.4
[     5.012] 	X.Org Server Extension : 10.0
[     5.013] (++) using VT number 7

[     5.013] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.014] (II) xfree86: Adding drm device (/dev/dri/card1)
[     5.014] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:33:00.0/drm/card1
[     5.048] (--) PCI:*(51@0:0:0) 1002:1681:17aa:50b4 rev 209, Mem @ 0x8e0000000/268435456, 0x8f0000000/2097152, 0x98900000/524288, I/O @ 0x00001000/256
[     5.048] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.048] (II) LoadModule: "glx"
[     5.048] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.052] (II) Module glx: vendor="X.Org Foundation"
[     5.052] 	compiled for 1.21.1.10, module version = 1.0.0
[     5.052] 	ABI class: X.Org Server Extension, version 10.0
[     5.052] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[     5.052] 	loading driver: amdgpu
[     5.052] (==) Matched amdgpu as autoconfigured driver 0
[     5.052] (==) Matched ati as autoconfigured driver 1
[     5.052] (==) Matched modesetting as autoconfigured driver 2
[     5.052] (==) Matched fbdev as autoconfigured driver 3
[     5.052] (==) Matched vesa as autoconfigured driver 4
[     5.052] (==) Assigned the driver to the xf86ConfigLayout
[     5.052] (II) LoadModule: "amdgpu"
[     5.053] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[     5.055] (II) Module amdgpu: vendor="X.Org Foundation"
[     5.055] 	compiled for 1.21.1.7, module version = 23.0.0
[     5.055] 	Module class: X.Org Video Driver
[     5.055] 	ABI class: X.Org Video Driver, version 25.2
[     5.055] (II) LoadModule: "ati"
[     5.055] (WW) Warning, couldn't open module ati
[     5.055] (EE) Failed to load module "ati" (module does not exist, 0)
[     5.055] (II) LoadModule: "modesetting"
[     5.055] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.056] (II) Module modesetting: vendor="X.Org Foundation"
[     5.056] 	compiled for 1.21.1.10, module version = 1.21.1
[     5.056] 	Module class: X.Org Video Driver
[     5.056] 	ABI class: X.Org Video Driver, version 25.2
[     5.056] (II) LoadModule: "fbdev"
[     5.056] (WW) Warning, couldn't open module fbdev
[     5.056] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     5.056] (II) LoadModule: "vesa"
[     5.056] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     5.056] (II) Module vesa: vendor="X.Org Foundation"
[     5.056] 	compiled for 1.21.1.4, module version = 2.6.0
[     5.056] 	Module class: X.Org Video Driver
[     5.056] 	ABI class: X.Org Video Driver, version 25.2
[     5.056] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[     5.056] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.056] (II) VESA: driver for VESA chipsets: vesa
[     5.063] (WW) Falling back to old probe method for modesetting
[     5.063] (EE) open /dev/dri/card0: No such file or directory
[     5.063] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     5.063] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[     5.063] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     5.063] (==) AMDGPU(0): Default visual is TrueColor
[     5.063] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
[     5.063] (==) AMDGPU(0): RGB weight 888
[     5.063] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[     5.063] (--) AMDGPU(0): Chipset: "AMD Radeon Graphics" (ChipID = 0x1681)
[     5.063] (II) Loading sub module "fb"
[     5.063] (II) LoadModule: "fb"
[     5.063] (II) Module "fb" already built-in
[     5.063] (II) Loading sub module "dri2"
[     5.063] (II) LoadModule: "dri2"
[     5.063] (II) Module "dri2" already built-in
[     5.166] (II) Loading sub module "glamoregl"
[     5.166] (II) LoadModule: "glamoregl"
[     5.166] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     5.171] (II) Module glamoregl: vendor="X.Org Foundation"
[     5.171] 	compiled for 1.21.1.10, module version = 1.0.1
[     5.171] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.181] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon Graphics (radeonsi, rembrandt, LLVM 16.0.6, DRM 3.54, 6.6.8-zen1-1-zen)
[     5.181] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[     5.181] (==) AMDGPU(0): TearFree property default: auto
[     5.181] (==) AMDGPU(0): VariableRefresh: disabled
[     5.181] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[     5.181] (II) AMDGPU(0): KMS Pageflipping: enabled
[     5.183] (II) AMDGPU(0): Output eDP has no monitor section
[     5.183] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[     5.183] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[     5.183] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[     5.183] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[     5.183] (II) AMDGPU(0): Output DisplayPort-3 has no monitor section
[     5.183] (II) AMDGPU(0): Output DisplayPort-4 has no monitor section
[     5.183] (II) AMDGPU(0): Output DisplayPort-5 has no monitor section
[     5.193] (WW) AMDGPU(0): 8 ZaphodHeads crtcs unavailable. Some outputs will stay off.
[     5.195] (II) AMDGPU(0): EDID for output eDP
[     5.195] (II) AMDGPU(0): Manufacturer: LGD  Model: 6ed  Serial#: 0
[     5.195] (II) AMDGPU(0): Year: 2020  Week: 0
[     5.195] (II) AMDGPU(0): EDID Version: 1.4
[     5.195] (II) AMDGPU(0): Digital Display Input
[     5.195] (II) AMDGPU(0): 8 bits per channel
[     5.195] (II) AMDGPU(0): Digital interface is DisplayPort
[     5.195] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 30  vert.: 19
[     5.195] (II) AMDGPU(0): Gamma: 2.20
[     5.195] (II) AMDGPU(0): No DPMS capabilities specified
[     5.195] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 
[     5.195] (II) AMDGPU(0): Default color space is primary color space
[     5.195] (II) AMDGPU(0): First detailed timing is preferred mode
[     5.195] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[     5.195] (II) AMDGPU(0): Display is continuous-frequency
[     5.195] (II) AMDGPU(0): redX: 0.641 redY: 0.330   greenX: 0.291 greenY: 0.609
[     5.195] (II) AMDGPU(0): blueX: 0.148 blueY: 0.056   whiteX: 0.313 whiteY: 0.329
[     5.195] (II) AMDGPU(0): Manufacturer's mask: 0
[     5.195] (II) AMDGPU(0): Supported detailed timing:
[     5.195] (II) AMDGPU(0): clock: 154.1 MHz   Image Size:  302 x 188 mm
[     5.195] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     5.195] (II) AMDGPU(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[     5.195] (II) AMDGPU(0):  LG Display
[     5.195] (II) AMDGPU(0):  LP140WU1-SPB2
[     5.195] (II) AMDGPU(0): EDID (in hex):
[     5.195] (II) AMDGPU(0): 	00ffffffffffff0030e4ed0600000000
[     5.195] (II) AMDGPU(0): 	001e0104a51e1378072815a4544a9c26
[     5.195] (II) AMDGPU(0): 	0e505400000001010101010101010101
[     5.195] (II) AMDGPU(0): 	010101010101353c80a070b023403020
[     5.195] (II) AMDGPU(0): 	36002ebc100000190000000000000000
[     5.195] (II) AMDGPU(0): 	00000000000000000000000000fe004c
[     5.195] (II) AMDGPU(0): 	4720446973706c61790a2020000000fe
[     5.195] (II) AMDGPU(0): 	004c503134305755312d5350423200b6
[     5.195] (II) AMDGPU(0): Printing probed modes for output eDP
[     5.195] (II) AMDGPU(0): Modeline "1920x1200"x60.0  154.13  1920 1968 2000 2080  1200 1203 1209 1235 -hsync -vsync (74.1 kHz eP)
[     5.195] (II) AMDGPU(0): Modeline "1920x1080"x60.0  154.13  1920 1968 2000 2080  1080 1203 1209 1235 -hsync -vsync (74.1 kHz e)
[     5.195] (II) AMDGPU(0): Modeline "1600x1200"x60.0  154.13  1600 1968 2000 2080  1200 1203 1209 1235 -hsync -vsync (74.1 kHz e)
[     5.195] (II) AMDGPU(0): Modeline "1680x1050"x60.0  154.13  1680 1968 2000 2080  1050 1203 1209 1235 -hsync -vsync (74.1 kHz e)
[     5.195] (II) AMDGPU(0): Modeline "1280x1024"x60.0  154.13  1280 1968 2000 2080  1024 1203 1209 1235 -hsync -vsync (74.1 kHz e)
[     5.195] (II) AMDGPU(0): Modeline "1440x900"x60.0  154.13  1440 1968 2000 2080  900 1203 1209 1235 -hsync -vsync (74.1 kHz e)
[     5.195] (II) AMDGPU(0): Modeline "1280x800"x60.0  154.13  1280 1968 2000 2080  800 1203 1209 1235 -hsync -vsync (74.1 kHz e)
[     5.195] (II) AMDGPU(0): Modeline "1280x720"x60.0  154.13  1280 1968 2000 2080  720 1203 1209 1235 -hsync -vsync (74.1 kHz e)
[     5.195] (II) AMDGPU(0): Modeline "1024x768"x60.0  154.13  1024 1968 2000 2080  768 1203 1209 1235 -hsync -vsync (74.1 kHz e)
[     5.195] (II) AMDGPU(0): Modeline "800x600"x60.0  154.13  800 1968 2000 2080  600 1203 1209 1235 -hsync -vsync (74.1 kHz e)
[     5.195] (II) AMDGPU(0): Modeline "640x480"x60.0  154.13  640 1968 2000 2080  480 1203 1209 1235 -hsync -vsync (74.1 kHz e)
[     5.195] (II) AMDGPU(0): EDID for output HDMI-A-0
[     5.195] (II) AMDGPU(0): EDID for output DisplayPort-0
[     5.195] (II) AMDGPU(0): EDID for output DisplayPort-1
[     5.195] (II) AMDGPU(0): EDID for output DisplayPort-2
[     5.195] (II) AMDGPU(0): EDID for output DisplayPort-3
[     5.195] (II) AMDGPU(0): EDID for output DisplayPort-4
[     5.195] (II) AMDGPU(0): EDID for output DisplayPort-5
[     5.195] (II) AMDGPU(0): Output eDP connected
[     5.195] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[     5.195] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[     5.195] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[     5.195] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[     5.195] (II) AMDGPU(0): Output DisplayPort-3 disconnected
[     5.195] (II) AMDGPU(0): Output DisplayPort-4 disconnected
[     5.195] (II) AMDGPU(0): Output DisplayPort-5 disconnected
[     5.195] (II) AMDGPU(0): Using exact sizes for initial modes
[     5.195] (II) AMDGPU(0): Output eDP using initial mode 1920x1200 +0+0
[     5.195] (II) AMDGPU(0): mem size init: gart size :3c32ab000 vram size: s:3df7b000 visible:3df7b000
[     5.195] (==) AMDGPU(0): DPI set to (96, 96)
[     5.195] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.195] (II) Loading sub module "ramdac"
[     5.195] (II) LoadModule: "ramdac"
[     5.195] (II) Module "ramdac" already built-in
[     5.195] (II) UnloadModule: "modesetting"
[     5.195] (II) Unloading modesetting
[     5.195] (II) UnloadModule: "vesa"
[     5.195] (II) Unloading vesa
[     5.195] (II) AMDGPU(0): [DRI2] Setup complete
[     5.195] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[     5.195] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[     5.231] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[     5.232] (II) AMDGPU(0): SYNC extension fences enabled
[     5.232] (II) AMDGPU(0): Present extension enabled
[     5.232] (==) AMDGPU(0): DRI3 enabled
[     5.232] (==) AMDGPU(0): Backing store enabled
[     5.232] (II) AMDGPU(0): Direct rendering enabled
[     5.241] (II) AMDGPU(0): Use GLAMOR acceleration.
[     5.241] (II) AMDGPU(0): Acceleration enabled
[     5.241] (==) AMDGPU(0): DPMS enabled
[     5.241] (==) AMDGPU(0): Silken mouse enabled
[     5.241] (II) AMDGPU(0): Set up textured video (glamor)
[     5.260] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[     5.260] (II) Initializing extension Generic Event Extension
[     5.261] (II) Initializing extension SHAPE
[     5.261] (II) Initializing extension MIT-SHM
[     5.261] (II) Initializing extension XInputExtension
[     5.261] (II) Initializing extension XTEST
[     5.261] (II) Initializing extension BIG-REQUESTS
[     5.261] (II) Initializing extension SYNC
[     5.261] (II) Initializing extension XKEYBOARD
[     5.261] (II) Initializing extension XC-MISC
[     5.261] (II) Initializing extension SECURITY
[     5.262] (II) Initializing extension XFIXES
[     5.262] (II) Initializing extension RENDER
[     5.262] (II) Initializing extension RANDR
[     5.262] (II) Initializing extension COMPOSITE
[     5.262] (II) Initializing extension DAMAGE
[     5.262] (II) Initializing extension MIT-SCREEN-SAVER
[     5.262] (II) Initializing extension DOUBLE-BUFFER
[     5.262] (II) Initializing extension RECORD
[     5.262] (II) Initializing extension DPMS
[     5.262] (II) Initializing extension Present
[     5.262] (II) Initializing extension DRI3
[     5.262] (II) Initializing extension X-Resource
[     5.262] (II) Initializing extension XVideo
[     5.262] (II) Initializing extension XVideo-MotionCompensation
[     5.262] (II) Initializing extension GLX
[     5.266] (II) AIGLX: Loaded and initialized radeonsi
[     5.266] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.266] (II) Initializing extension XFree86-VidModeExtension
[     5.266] (II) Initializing extension XFree86-DGA
[     5.266] (II) Initializing extension XFree86-DRI
[     5.266] (II) Initializing extension DRI2
[     5.266] (II) AMDGPU(0): Setting screen physical size to 508 x 317
[     5.348] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     5.348] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.348] (II) LoadModule: "libinput"
[     5.348] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.351] (II) Module libinput: vendor="X.Org Foundation"
[     5.351] 	compiled for 1.21.1.8, module version = 1.4.0
[     5.351] 	Module class: X.Org XInput Driver
[     5.351] 	ABI class: X.Org XInput driver, version 24.4
[     5.351] (II) Using input driver 'libinput' for 'Power Button'
[     5.351] (**) Power Button: always reports core events
[     5.351] (**) Option "Device" "/dev/input/event3"
[     5.357] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     5.357] (II) event3  - Power Button: device is a keyboard
[     5.357] (II) event3  - Power Button: device removed
[     5.357] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     5.357] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.358] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     5.358] (II) event3  - Power Button: device is a keyboard
[     5.358] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[     5.358] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.358] (II) Using input driver 'libinput' for 'Video Bus'
[     5.358] (**) Video Bus: always reports core events
[     5.358] (**) Option "Device" "/dev/input/event9"
[     5.359] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[     5.359] (II) event9  - Video Bus: device is a keyboard
[     5.359] (II) event9  - Video Bus: device removed
[     5.370] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/LNXVIDEO:00/input/input12/event9"
[     5.370] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.371] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[     5.371] (II) event9  - Video Bus: device is a keyboard
[     5.372] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     5.373] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.373] (II) Using input driver 'libinput' for 'Power Button'
[     5.373] (**) Power Button: always reports core events
[     5.373] (**) Option "Device" "/dev/input/event0"
[     5.373] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.373] (II) event0  - Power Button: device is a keyboard
[     5.373] (II) event0  - Power Button: device removed
[     5.373] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     5.373] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     5.374] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.374] (II) event0  - Power Button: device is a keyboard
[     5.374] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     5.374] (II) No input driver specified, ignoring this device.
[     5.374] (II) This device may have been added with another device file.
[     5.374] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     5.374] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     5.374] (II) Using input driver 'libinput' for 'Sleep Button'
[     5.374] (**) Sleep Button: always reports core events
[     5.374] (**) Option "Device" "/dev/input/event2"
[     5.375] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     5.375] (II) event2  - Sleep Button: device is a keyboard
[     5.375] (II) event2  - Sleep Button: device removed
[     5.375] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[     5.375] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     5.376] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     5.376] (II) event2  - Sleep Button: device is a keyboard
[     5.376] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event10)
[     5.376] (II) No input driver specified, ignoring this device.
[     5.376] (II) This device may have been added with another device file.
[     5.377] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event11)
[     5.377] (II) No input driver specified, ignoring this device.
[     5.377] (II) This device may have been added with another device file.
[     5.377] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event12)
[     5.377] (II) No input driver specified, ignoring this device.
[     5.377] (II) This device may have been added with another device file.
[     5.378] (II) config/udev: Adding input device Logitech G403 Prodigy Gaming Mouse (/dev/input/event5)
[     5.378] (**) Logitech G403 Prodigy Gaming Mouse: Applying InputClass "libinput pointer catchall"
[     5.378] (II) Using input driver 'libinput' for 'Logitech G403 Prodigy Gaming Mouse'
[     5.378] (**) Logitech G403 Prodigy Gaming Mouse: always reports core events
[     5.378] (**) Option "Device" "/dev/input/event5"
[     5.432] (II) event5  - Logitech G403 Prodigy Gaming Mouse: is tagged by udev as: Mouse
[     5.432] (II) event5  - Logitech G403 Prodigy Gaming Mouse: device set to 800 DPI
[     5.432] (II) event5  - Logitech G403 Prodigy Gaming Mouse: device is a pointer
[     5.432] (II) event5  - Logitech G403 Prodigy Gaming Mouse: device removed
[     5.440] (II) libinput: Logitech G403 Prodigy Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.440] (II) libinput: Logitech G403 Prodigy Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.440] (II) libinput: Logitech G403 Prodigy Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.440] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:33:00.4/usb3/3-2/3-2:1.0/0003:046D:C083.0001/input/input5/event5"
[     5.440] (II) XINPUT: Adding extended input device "Logitech G403 Prodigy Gaming Mouse" (type: MOUSE, id 10)
[     5.441] (**) Option "AccelerationScheme" "none"
[     5.441] (**) Logitech G403 Prodigy Gaming Mouse: (accel) selected scheme none/0
[     5.441] (**) Logitech G403 Prodigy Gaming Mouse: (accel) acceleration factor: 2.000
[     5.441] (**) Logitech G403 Prodigy Gaming Mouse: (accel) acceleration threshold: 4
[     5.495] (II) event5  - Logitech G403 Prodigy Gaming Mouse: is tagged by udev as: Mouse
[     5.495] (II) event5  - Logitech G403 Prodigy Gaming Mouse: device set to 800 DPI
[     5.495] (II) event5  - Logitech G403 Prodigy Gaming Mouse: device is a pointer
[     5.496] (II) config/udev: Adding input device Logitech G403 Prodigy Gaming Mouse (/dev/input/mouse0)
[     5.496] (II) No input driver specified, ignoring this device.
[     5.496] (II) This device may have been added with another device file.
[     5.497] (II) config/udev: Adding input device Logitech G403 Prodigy Gaming Mouse Keyboard (/dev/input/event6)
[     5.497] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.497] (II) Using input driver 'libinput' for 'Logitech G403 Prodigy Gaming Mouse Keyboard'
[     5.497] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: always reports core events
[     5.497] (**) Option "Device" "/dev/input/event6"
[     5.498] (II) event6  - Logitech G403 Prodigy Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     5.498] (II) event6  - Logitech G403 Prodigy Gaming Mouse Keyboard: device is a keyboard
[     5.498] (II) event6  - Logitech G403 Prodigy Gaming Mouse Keyboard: device removed
[     5.498] (II) libinput: Logitech G403 Prodigy Gaming Mouse Keyboard: needs a virtual subdevice
[     5.498] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:33:00.4/usb3/3-2/3-2:1.1/0003:046D:C083.0002/input/input6/event6"
[     5.498] (II) XINPUT: Adding extended input device "Logitech G403 Prodigy Gaming Mouse Keyboard" (type: MOUSE, id 11)
[     5.498] (**) Option "AccelerationScheme" "none"
[     5.498] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: (accel) selected scheme none/0
[     5.498] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[     5.498] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[     5.499] (II) event6  - Logitech G403 Prodigy Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[     5.499] (II) event6  - Logitech G403 Prodigy Gaming Mouse Keyboard: device is a keyboard
[     5.499] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event13)
[     5.499] (II) No input driver specified, ignoring this device.
[     5.499] (II) This device may have been added with another device file.
[     5.500] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event14)
[     5.500] (II) No input driver specified, ignoring this device.
[     5.500] (II) This device may have been added with another device file.
[     5.500] (II) config/udev: Adding input device SYNA8018:00 06CB:CE67 Mouse (/dev/input/event7)
[     5.500] (**) SYNA8018:00 06CB:CE67 Mouse: Applying InputClass "libinput pointer catchall"
[     5.500] (II) Using input driver 'libinput' for 'SYNA8018:00 06CB:CE67 Mouse'
[     5.500] (**) SYNA8018:00 06CB:CE67 Mouse: always reports core events
[     5.500] (**) Option "Device" "/dev/input/event7"
[     5.501] (II) event7  - SYNA8018:00 06CB:CE67 Mouse: is tagged by udev as: Mouse Pointingstick
[     5.501] (II) event7  - SYNA8018:00 06CB:CE67 Mouse: device is a pointer
[     5.502] (II) event7  - SYNA8018:00 06CB:CE67 Mouse: device removed
[     5.511] (II) libinput: SYNA8018:00 06CB:CE67 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.511] (II) libinput: SYNA8018:00 06CB:CE67 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.511] (II) libinput: SYNA8018:00 06CB:CE67 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.511] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-1/i2c-SYNA8018:00/0018:06CB:CE67.0003/input/input14/event7"
[     5.511] (II) XINPUT: Adding extended input device "SYNA8018:00 06CB:CE67 Mouse" (type: MOUSE, id 12)
[     5.511] (**) Option "AccelerationScheme" "none"
[     5.511] (**) SYNA8018:00 06CB:CE67 Mouse: (accel) selected scheme none/0
[     5.511] (**) SYNA8018:00 06CB:CE67 Mouse: (accel) acceleration factor: 2.000
[     5.511] (**) SYNA8018:00 06CB:CE67 Mouse: (accel) acceleration threshold: 4
[     5.513] (II) event7  - SYNA8018:00 06CB:CE67 Mouse: is tagged by udev as: Mouse Pointingstick
[     5.513] (II) event7  - SYNA8018:00 06CB:CE67 Mouse: device is a pointer
[     5.514] (II) config/udev: Adding input device SYNA8018:00 06CB:CE67 Mouse (/dev/input/mouse1)
[     5.514] (II) No input driver specified, ignoring this device.
[     5.514] (II) This device may have been added with another device file.
[     5.514] (II) config/udev: Adding input device SYNA8018:00 06CB:CE67 Touchpad (/dev/input/event8)
[     5.514] (**) SYNA8018:00 06CB:CE67 Touchpad: Applying InputClass "libinput touchpad catchall"
[     5.514] (II) Using input driver 'libinput' for 'SYNA8018:00 06CB:CE67 Touchpad'
[     5.514] (**) SYNA8018:00 06CB:CE67 Touchpad: always reports core events
[     5.514] (**) Option "Device" "/dev/input/event8"
[     5.515] (II) event8  - SYNA8018:00 06CB:CE67 Touchpad: is tagged by udev as: Touchpad
[     5.516] (II) event8  - SYNA8018:00 06CB:CE67 Touchpad: device is a touchpad
[     5.516] (II) event8  - SYNA8018:00 06CB:CE67 Touchpad: device removed
[     5.525] (II) libinput: SYNA8018:00 06CB:CE67 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.525] (II) libinput: SYNA8018:00 06CB:CE67 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.525] (II) libinput: SYNA8018:00 06CB:CE67 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.526] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-1/i2c-SYNA8018:00/0018:06CB:CE67.0003/input/input15/event8"
[     5.526] (II) XINPUT: Adding extended input device "SYNA8018:00 06CB:CE67 Touchpad" (type: TOUCHPAD, id 13)
[     5.527] (**) Option "AccelerationScheme" "none"
[     5.527] (**) SYNA8018:00 06CB:CE67 Touchpad: (accel) selected scheme none/0
[     5.527] (**) SYNA8018:00 06CB:CE67 Touchpad: (accel) acceleration factor: 2.000
[     5.527] (**) SYNA8018:00 06CB:CE67 Touchpad: (accel) acceleration threshold: 4
[     5.528] (II) event8  - SYNA8018:00 06CB:CE67 Touchpad: is tagged by udev as: Touchpad
[     5.530] (II) event8  - SYNA8018:00 06CB:CE67 Touchpad: device is a touchpad
[     5.530] (II) config/udev: Adding input device SYNA8018:00 06CB:CE67 Touchpad (/dev/input/mouse2)
[     5.530] (II) No input driver specified, ignoring this device.
[     5.530] (II) This device may have been added with another device file.
[     5.531] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     5.531] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     5.531] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     5.531] (**) AT Translated Set 2 keyboard: always reports core events
[     5.531] (**) Option "Device" "/dev/input/event4"
[     5.531] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.531] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     5.532] (II) event4  - AT Translated Set 2 keyboard: device removed
[     5.532] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     5.532] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[     5.533] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.533] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     5.535] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event15)
[     5.535] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     5.535] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     5.535] (**) ThinkPad Extra Buttons: always reports core events
[     5.535] (**) Option "Device" "/dev/input/event15"
[     5.536] (II) event15 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     5.536] (II) event15 - ThinkPad Extra Buttons: device is a keyboard
[     5.536] (II) event15 - ThinkPad Extra Buttons: device removed
[     5.536] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input13/event15"
[     5.536] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[     5.537] (II) event15 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     5.537] (II) event15 - ThinkPad Extra Buttons: device is a keyboard
[     5.541] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.541] (II) Using input driver 'libinput' for 'Logitech G403 Prodigy Gaming Mouse Keyboard'
[     5.541] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: always reports core events
[     5.541] (**) Option "Device" "/dev/input/event6"
[     5.541] (II) libinput: Logitech G403 Prodigy Gaming Mouse Keyboard: is a virtual subdevice
[     5.541] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:33:00.4/usb3/3-2/3-2:1.1/0003:046D:C083.0002/input/input6/event6"
[     5.541] (II) XINPUT: Adding extended input device "Logitech G403 Prodigy Gaming Mouse Keyboard" (type: KEYBOARD, id 16)
[    21.435] (II) AMDGPU(0): EDID vendor "LGD", prod id 1773
[    21.435] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    21.435] (II) AMDGPU(0): Modeline "1920x1200"x0.0  154.13  1920 1968 2000 2080  1200 1203 1209 1235 -hsync -vsync (74.1 kHz eP)
[    21.441] (WW) AMDGPU(0): flip queue failed: Invalid argument
[    21.442] (WW) AMDGPU(0): Page flip failed: Invalid argument
[    21.450] (II) AMDGPU(0): Allocate new frame buffer 2880x1800
[    21.451] (II) AMDGPU(0):  => pitch 11776 bytes

I didn't see a keepassxc coredump.

Offline

#47 2024-01-01 18:36:50

Sourav
Member
From: India
Registered: 2019-04-22
Posts: 84
Website

Re: mesa problem

I'm here to notify the maintainers about the very same problem. I updated system yesterday and after a boot today, my system stuck at the boot logo, flashing. Looked like it's stuck in a bootloop. It's not.

Details:
I'm using Intel NUC11PAHi5, not using NVIDIA or any other external GPU. I use vulkan-intel. After Updating these packages:

 9  extra/libva-mesa-driver            23.2.0-1 -> 1:23.3.2-1
 8  extra/mesa                         23.2.0-1 -> 1:23.3.2-1
 7  extra/mesa-vdpau                   23.2.0-1 -> 1:23.3.2-1
 6  extra/vulkan-intel                 23.2.0-1 -> 1:23.3.2-1
 5  extra/vulkan-mesa-layers           23.2.0-1 -> 1:23.3.2-1
 4  multilib/lib32-libva-mesa-driver   23.2.0-1 -> 1:23.3.2-1
 3  multilib/lib32-mesa                23.2.0-1 -> 1:23.3.2-1
 2  multilib/lib32-vulkan-intel        23.2.0-1 -> 1:23.3.2-1
 1  multilib/lib32-vulkan-mesa-layers  23.2.0-1 -> 1:23.3.2-1

I wasn't able to boot into graphics. Xorg log showed this:

[    491.361] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[    491.361] (EE) AIGLX error: unable to load driver i965

Upon searching the location /usr/lib/dri/ for file i965_dri.so, I found nothing. So I downloaded an old archive. I inspected the package with

pacman -Qlp mesa...tar.zst

. I found that it doesn't have i965 either. I then downgraded both vulkan-intel and mesa. It worked. Then I downgraded all related packages updated yesterday that are logged in /var/log/pacman.log, and system is up and running.

Offline

#48 2024-01-01 18:39:05

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,646

Re: mesa problem

That is purely a configuration problem on your end. You're using xf86-video-intel when you shouldn't be.

Offline

#49 2024-01-01 19:08:04

Sourav
Member
From: India
Registered: 2019-04-22
Posts: 84
Website

Re: mesa problem

Ah yes, thank you for highlighting this matter!

After removing xf86-video-intel and switching to the modesetting driver, the issue appears to be resolved. I'm no longer encountering the problem with updated package...

Offline

#50 2024-01-01 19:10:16

zero66
Member
Registered: 2020-12-23
Posts: 2

Re: mesa problem

mesa has now been updated to "mesa 1:23.3.2-2"

Offline

Board footer

Powered by FluxBB