You are not logged in.

#1 2025-04-16 09:17:05

Powergen
Member
Registered: 2025-04-16
Posts: 11

kmail shows pixels instead of emails

Hello Archlinux community,

Since updating from qt6 6.8.3-1 to qt6 6.9.0-1, I've had a problem where kmail starts correctly, but emails are no longer readable, and Falkon only displays pixels.

Other browsers like Vivaldi and Firefox work, as does Steam. I've tried everything possible to fix the problem, but the only solution was to downgrade Qt6, pyqt6, kf6, and the plasma group to the version of 2025/04/01 (I did this using the archive sources).

Is this a known bug? When I start kmail or Falkon via the console, I only get the following error:

[2595:2655:0416/094404.414751:ERROR:vaapi_wrapper.cc(1221)] Empty codec maximum resolution
[2595:2655:0416/094404.414779:ERROR:vaapi_wrapper.cc(1130)] FillProfileInfo_Locked failed for va_profile VAProfileJPEGBaseline and entrypoint VAEntrypointVLD

But it also comes with the downgraded Qt6, plasma, kf6 and pyqt6, only with qt6 6.8.3-1 are the emails displayed correctly despite the error.

Offline

#2 2025-04-16 12:44:39

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: kmail shows pixels instead of emails

Multi-GPU? There are some bugs with qt6-webengine (and it might be sufficient to downgrade that in isolation) or rather controlling the card order with DRI_PRIME=1 or disabling GPU accel in webengine with QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" or so: https://bbs.archlinux.org/viewtopic.php?id=304845

And if you don't actually need it, disable a potentially interfering iGPU in your UEFI or so.

Last edited by V1del (2025-04-16 12:46:04)

Offline

#3 2025-04-16 19:52:29

Powergen
Member
Registered: 2025-04-16
Posts: 11

Re: kmail shows pixels instead of emails

yes it is a Multi-GPU!

Operating System: Arch Linux
KDE Plasma Version: 6.3.3
KDE Frameworks Version: 6.12.0
Qt Version: 6.8.3
Kernel Version: 6.14.2-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-2400 CPU @ 3.10GHz
Memory: 15.6 GiB of RAM
Graphics Processor 1: AMD Radeon Pro WX Series
Graphics Processor 2: Mesa Intel® HD Graphics 2000
Manufacturer: Apple Inc.
Product Name: iMac12,2
System Version: 1.0


I can't get Prime to work; it only displays one provider. The problem, however, is the update from QT6-6.8.3 to QT6-6.9.0. So I reverted back to QT6-6.8.3. The system is unusable with QT6-6.9.0: Kmail, Falcon, and many other Plasma applications have been displaying pixels since the update to QT6-6.9.0.

Last edited by Powergen (2025-04-16 19:59:28)

Offline

#4 2025-04-16 21:28:51

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

Re: kmail shows pixels instead of emails

"Qt" - "QT" is Apple QuickTime.
That aside, partial downgrades will sooner or later run you into trouble.

What "only displays one provider"? All you need to do is to run "DRI_PRIME=1 kmail" (make sure there's no running instance of kmail before)
Also please try whether restoring the proper card order helps

Though those problems caused the clients to crash, not "pixels" - I assume you mean misrendered glyphs, text looking more like QR-code?
There's https://bbs.archlinux.org/viewtopic.php?id=304733 - but that affected firefox specifically - still

QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" kmail

might be the most interesting test here.

Offline

#5 2025-04-17 04:09:21

Powergen
Member
Registered: 2025-04-16
Posts: 11

Re: kmail shows pixels instead of emails

seth wrote:

"Qt" - "QT" is Apple QuickTime.
That aside, partial downgrades will sooner or later run you into trouble.

What "only displays one provider"? All you need to do is to run "DRI_PRIME=1 kmail" (make sure there's no running instance of kmail before)
Also please try whether restoring the proper card order helps

Though those problems caused the clients to crash, not "pixels" - I assume you mean misrendered glyphs, text looking more like QR-code?
There's https://bbs.archlinux.org/viewtopic.php?id=304733 - but that affected firefox specifically - still

QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" kmail

might be the most interesting test here.



I tried Prime, but it doesn't work on my system. When I enter DRI_PRIME=1 kmail 
I get this error:

[michael@macarch ~]$ DRI_PRIME=1 kmail
[3959:4005:0417/061118.921522:ERROR:vaapi_wrapper.cc(1221)] Empty codec maximum resolution
[3959:4005:0417/061118.921541:ERROR:vaapi_wrapper.cc(1130)] FillProfileInfo_Locked failed for va_profile VAProfileJPEGBaseline and entrypoint VAEntrypointVLD
[destroyed object]: error 7: importing the supplied dmabufs failed
The Wayland connection experienced a fatal error: Protokollfehler

and

QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" kmail

has no effect on kmail, does not work

yes, but with kmail everything is displayed correctly, but the e-mails themselves look like isolated pixels or yes QR code, only that it is not a QR code

Last edited by Powergen (2025-04-17 13:12:56)

Offline

#6 2025-04-17 06:49:29

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

Re: kmail shows pixels instead of emails

QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" kmail

has no effect on gmail, does not work

gmail?? The browser MUA? Starting kmail w/ disabled GPU won't do anything about falkon.
And for clarification, you killed every existing kmail instance before?

Do you have a screenshot of the misrendered text?
Does the same thing happen on an X11 session?

Offline

#7 2025-04-17 13:33:31

Powergen
Member
Registered: 2025-04-16
Posts: 11

Re: kmail shows pixels instead of emails

seth wrote:

QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" kmail

has no effect on gmail, does not work

gmail?? The browser MUA? Starting kmail w/ disabled GPU won't do anything about falkon.
And for clarification, you killed every existing kmail instance before?

Do you have a screenshot of the misrendered text?
Does the same thing happen on an X11 session?


Thank you very much!

Now it works with the command:   QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" kmail


Before
without.png

afterwards

with.png

Thank you very much for the help!

Last edited by Powergen (2025-04-17 13:39:26)

Offline

#8 2025-04-17 15:11:52

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

Re: kmail shows pixels instead of emails

So at least you fall somewhat of the vicinity of https://bbs.archlinux.org/viewtopic.php?id=304845

Did you test whether "nvidia_drm.modeset=1" has any impact?
https://wiki.archlinux.org/title/Kernel_parameters

Offline

#9 2025-04-17 15:41:00

Powergen
Member
Registered: 2025-04-16
Posts: 11

Re: kmail shows pixels instead of emails

seth wrote:

So at least you fall somewhat of the vicinity of https://bbs.archlinux.org/viewtopic.php?id=304845

Did you test whether "nvidia_drm.modeset=1" has any impact?
https://wiki.archlinux.org/title/Kernel_parameters


No, I haven't tested that because I have a system with an Intel/AMD graphics card.

I always thought this command could only be used on systems with NVIDIA cards.

But I'll just test it later.

Offline

#10 2025-04-17 16:11:54

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

Re: kmail shows pixels instead of emails

seth in the other thread wrote:

yesiknowyoudonthaveannvidiagpu - this will block the simpledrm device as sideeffect, restore the normal card order and electron has shown up stumbling over that in the past

tongue

Offline

#11 2025-04-17 16:31:59

Powergen
Member
Registered: 2025-04-16
Posts: 11

Re: kmail shows pixels instead of emails

seth wrote:
seth in the other thread wrote:

yesiknowyoudonthaveannvidiagpu - this will block the simpledrm device as sideeffect, restore the normal card order and electron has shown up stumbling over that in the past

tongue


I tested the kernel parameter "nvidia_drm.modeset=1" on my system, and it had no effect.

The only thing that worked was calling kmail with the following command: QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" kmail

Offline

#12 2025-04-17 20:17:51

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

Re: kmail shows pixels instead of emails

So the HW acceleration is broken but it's likely not for using the wrong GPU.

seth wrote:

Does the same thing happen on an X11 session?

Offline

#13 2025-04-18 05:14:08

Powergen
Member
Registered: 2025-04-16
Posts: 11

Re: kmail shows pixels instead of emails

seth wrote:

So the HW acceleration is broken but it's likely not for using the wrong GPU.

seth wrote:

Does the same thing happen on an X11 session?


yes, it is in the X11 session just like in a Wayland session, the error remains the same.


lspci -nn|grep VGA shows only the AMD card

[michael@macarch ~]$ lspci -nn|grep VGA
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon Pro WX 4130/4150] [1002:67e8]

only one provider is displayed

[michael@macarch ~]$ xrandr --listproviders
Providers: number : 0

but both graphics units are found

[michael@macarch ~]$ lspci -d ::03xx
00:02.0 Display controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon Pro WX 4130/4150]

[michael@macarch ~]$ lsmod | grep amdgpu
amdgpu              15310848  67
amdxcp                 12288  1 amdgpu
i2c_algo_bit           20480  2 amdgpu,i915
drm_ttm_helper         16384  2 amdgpu
ttm                   110592  3 amdgpu,drm_ttm_helper,i915
drm_exec               12288  1 amdgpu
gpu_sched              65536  1 amdgpu
drm_suballoc_helper    12288  1 amdgpu
video                  81920  2 amdgpu,i915
drm_panel_backlight_quirks    12288  1 amdgpu
drm_buddy              24576  2 amdgpu,i915
drm_display_helper    270336  2 amdgpu,i915
cec                    94208  3 drm_display_helper,amdgpu,i915
[michael@macarch ~]$

[michael@macarch ~]$ lsmod | grep i915
i915                 4714496  3
intel_gtt              28672  1 i915
i2c_algo_bit           20480  2 amdgpu,i915
ttm                   110592  3 amdgpu,drm_ttm_helper,i915
video                  81920  2 amdgpu,i915
drm_buddy              24576  2 amdgpu,i915
drm_display_helper    270336  2 amdgpu,i915
cec                    94208  3 drm_display_helper,amdgpu,i915
[michael@macarch ~]$


Could this be the cause of the problem?:
journalctl -kb -1

Apr 18 00:11:14 macarch kernel: [drm] amdgpu kernel modesetting enabled.
Apr 18 00:11:14 macarch kernel: amdgpu: Virtual CRAT table created for CPU
Apr 18 00:11:14 macarch kernel: amdgpu: Topology: Add CPU node
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: enabling device (0006 -> 0007)
Apr 18 00:11:14 macarch kernel: [drm] initializing kernel modesetting (POLARIS11 0x1002:0x67E8 0x103C:0x0B04 0x00).
Apr 18 00:11:14 macarch kernel: [drm] register mmio base: 0xB0800000
Apr 18 00:11:14 macarch kernel: [drm] register mmio size: 262144
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 0 <vi_common>
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 1 <gmc_v8_0>
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 2 <tonga_ih>
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 3 <gfx_v8_0>
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 4 <sdma_v3_0>
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 5 <powerplay>
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 6 <dm>
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 7 <uvd_v6_0>
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 8 <vce_v3_0>
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: Fetched VBIOS from VFCT
Apr 18 00:11:14 macarch kernel: amdgpu: ATOM BIOS: 113-L10991-101
Apr 18 00:11:14 macarch kernel: [drm] UVD is enabled in VM mode
Apr 18 00:11:14 macarch kernel: [drm] UVD ENC is enabled in VM mode
Apr 18 00:11:14 macarch kernel: [drm] VCE enabled in VM mode
Apr 18 00:11:14 macarch kernel: Console: switching to colour dummy device 80x25
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: vgaarb: deactivate vga console
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: PCIE atomic ops is not supported
Apr 18 00:11:14 macarch kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: VRAM: 4096M 0x000000F400000000 - 0x000000F4FFFFFFFF (4096M used)
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
Apr 18 00:11:14 macarch kernel: [drm] Detected VRAM RAM=4096M, BAR=256M
Apr 18 00:11:14 macarch kernel: [drm] RAM width 128bits GDDR5
Apr 18 00:11:14 macarch kernel: [drm] amdgpu: 4096M of VRAM memory ready
Apr 18 00:11:14 macarch kernel: [drm] amdgpu: 7983M of GTT memory ready.
Apr 18 00:11:14 macarch kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Apr 18 00:11:14 macarch kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F400E80000).
Apr 18 00:11:14 macarch kernel: [drm] Chained IB support enabled!
Apr 18 00:11:14 macarch kernel: amdgpu: hwmgr_sw_init smu backed is polaris10_smu
Apr 18 00:11:14 macarch kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16
Apr 18 00:11:14 macarch kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3
Apr 18 00:11:14 macarch kernel: hid-generic 0003:062A:4101.0002: input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:1a.
7-1.2/input0
Apr 18 00:11:14 macarch kernel: input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.1/0003:062A:4101.0003/inp
ut/input5
Apr 18 00:11:14 macarch kernel: input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.1/0003:0
62A:4101.0003/input/input6
Apr 18 00:11:14 macarch kernel: [drm] Display Core v3.2.316 initialized on DCE 11.2
Apr 18 00:11:14 macarch kernel: input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.1/0003:062
A:4101.0003/input/input7
Apr 18 00:11:14 macarch kernel: input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.1/0003:062A:4101.0003/inp
ut/input8
Apr 18 00:11:14 macarch kernel: hid-generic 0003:062A:4101.0003: input,hiddev96,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:
00:1a.7-1.2/input1
Apr 18 00:11:14 macarch kernel: input: HID 05ac:820a as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.0/0003:05AC:820A.0004/input/input9
Apr 18 00:11:14 macarch kernel: hid-generic 0003:05AC:820A.0004: input,hidraw2: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1a.7-1.1.2/input0
Apr 18 00:11:14 macarch kernel: input: HID 05ac:820b as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.0/0003:05AC:820B.0005/input/input1
0
Apr 18 00:11:14 macarch kernel: hid-generic 0003:05AC:820B.0005: input,hidraw3: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1a.7-1.1.3/input0
Apr 18 00:11:14 macarch kernel: input: Apple Computer, Inc. IR Receiver as /devices/pci0000:00/0000:00:1d.7/usb4/4-1/4-1.2/4-1.2:1.0/0003:05AC:8242.0001/inp
ut/input11
Apr 18 00:11:14 macarch kernel: appleir 0003:05AC:8242.0001: input,hiddev97,hidraw4: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:
1d.7-1.2/input0
Apr 18 00:11:14 macarch kernel: [drm] UVD and UVD ENC initialized successfully.
Apr 18 00:11:14 macarch kernel: [drm] VCE initialized successfully.
Apr 18 00:11:14 macarch kernel: kfd kfd: amdgpu: skipped device 1002:67e8, PCI rejects atomics 730<0
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: SE 2, SH per SE 1, CU per SH 8, active_cu_number 14
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: amdgpu: Runtime PM not available
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: [drm] Registered 5 planes with drm panic
Apr 18 00:11:14 macarch kernel: [drm] Initialized amdgpu 3.61.0 for 0000:01:00.0 on minor 0
Apr 18 00:11:14 macarch kernel: fbcon: amdgpudrmfb (fb0) is primary device
Apr 18 00:11:14 macarch kernel: Console: switching to colour frame buffer device 160x45
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Apr 18 00:11:14 macarch kernel: sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Apr 18 00:11:14 macarch kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Apr 18 00:11:14 macarch kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
Apr 18 00:11:14 macarch kernel: firewire_ohci 0000:04:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0, phy
sUB
Apr 18 00:11:14 macarch kernel: i915 0000:00:02.0: enabling device (0006 -> 0007)
Apr 18 00:11:14 macarch kernel: i915 0000:00:02.0: [drm] Found sandybridge (device ID 0102) integrated display version 6.00 stepping N/A
Apr 18 00:11:14 macarch kernel: firewire_core 0000:04:00.0: created device fw0: GUID a4b197fffe580a72, S800
Apr 18 00:11:14 macarch kernel: firewire_core 0000:04:00.0: phy config: new root=ffc0, gap_count=63
Apr 18 00:11:14 macarch kernel: i915 0000:00:02.0: ROM [??? 0x00000000 flags 0x20000000]: can't assign; bogus alignment
Apr 18 00:11:14 macarch kernel: i915 0000:00:02.0: [drm] Failed to find VBIOS tables (VBT)
Apr 18 00:11:14 macarch kernel: amdgpu 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=none
Apr 18 00:11:14 macarch kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
Apr 18 00:11:14 macarch kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Apr 18 00:11:14 macarch kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes

I honestly don't know what to do anymore

Last edited by Powergen (2025-04-18 06:10:06)

Offline

#14 2025-04-18 07:11:25

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

Re: kmail shows pixels instead of emails

There seems no output attached to the intel chip, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and the output of

glxinfo -B; xrandr --list-providers

Do you have issues w/ other GL clients (cause that doesn't look like misrendered glyphs but a garbled texture)?

Offline

#15 2025-04-18 07:43:41

arch_jsb
Member
Registered: 2010-03-13
Posts: 30

Re: kmail shows pixels instead of emails

None of the recent threads this month fix falkon problems, I am extremely concerned because using firefox in its stead, two thirds of the websites loaded seem to be half taken up by video ads, essentially making them "information to be skimmed and not read and tab closed ASAP" versus what falkon was able to display nicely.

gdb says "address not mapped to object" when working with the .core files generated,  the same if built with or without debugging symbols,  no further info I can discern.  Underlying libraries fail to build with debugging symbols.
------------
also segfaulting:

digikam
qutebrowser
eglinfo -B

the former two I installed specifically upon reading threads here to check if they would pull in a
dependency falkon might be missing. No such luck.
---------------------
I tried each of the SET commands before the programs.
---------------------
I run plain vanilla 750Ti nvidia, no dual video.
----------------------------
I hope this gets fixed sooner or later.

Last edited by arch_jsb (2025-04-18 07:44:35)

Offline

#16 2025-04-18 08:03:34

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

Re: kmail shows pixels instead of emails

For falkon specifically, https://bbs.archlinux.org/viewtopic.php … 6#p2236476 - but that's supposed to be fixed in the lates packages.
Wrt your list of other clients, that ongoing issue seems to exclusively concern multi-gpu systems and this thread doesn't even cause segfaults, there're just rendering errors.

Please don't hijack random threads and

gdb says

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855

Open a new thread, there please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General as well as the output of "glxinfo -B; eglinfo -B" and a https://wiki.archlinux.org/title/Core_d … _core_dump - preferably using https://wiki.archlinux.org/title/Debuginfod

QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" falkon

might not work because as seen in the linked patch, falkon sets the environment internally hmm
Fwwi, https://addons.mozilla.org/en-US/firefo … ck-origin/

Offline

#17 2025-04-18 08:36:21

Powergen
Member
Registered: 2025-04-16
Posts: 11

Re: kmail shows pixels instead of emails

seth wrote:

There seems no output attached to the intel chip, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and the output of

glxinfo -B; xrandr --list-providers

Do you have issues w/ other GL clients (cause that doesn't look like misrendered glyphs but a garbled texture)?

with grep -e Log -e tty Xorg.0.log  I don't get any output

[  3658.159] (--) Log file renamed from "/var/log/Xorg.pid-5582.log" to "/var/log/Xorg.0.log"
[  3658.160] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[  3658.160] Current Operating System: Linux macarch 6.14.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 10 Apr 2025 18:43:59 +0000 x86_64
[  3658.160] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=3e0d5f87-c604-49b5-aff6-3232b89b0737 zswap.enabled=0 nvidia_drm.modeset=1 rw rootfstype=ext4
[  3658.160]  
[  3658.160] Current version of pixman: 0.44.2
[  3658.160] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  3658.160] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3658.160] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 18 07:01:34 2025
[  3658.160] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  3658.160] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  3658.160] (==) No Layout section.  Using the first Screen section.
[  3658.160] (==) No screen section available. Using defaults.
[  3658.160] (**) |-->Screen "Default Screen Section" (0)
[  3658.160] (**) |   |-->Monitor "<default monitor>"
[  3658.161] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  3658.161] (**) Allowing byte-swapped clients
[  3658.161] (==) Automatically adding devices
[  3658.161] (==) Automatically enabling devices
[  3658.161] (==) Automatically adding GPU devices
[  3658.161] (==) Automatically binding GPU devices
[  3658.161] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  3658.161] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  3658.161] 	Entry deleted from font path.
[  3658.161] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[  3658.161] 	Entry deleted from font path.
[  3658.161] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[  3658.161] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  3658.161] 	Entry deleted from font path.
[  3658.161] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  3658.161] 	Entry deleted from font path.
[  3658.161] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  3658.161] 	Entry deleted from font path.
[  3658.161] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  3658.161] 	Entry deleted from font path.
[  3658.161] (==) FontPath set to:
	
[  3658.161] (==) ModulePath set to "/usr/lib/xorg/modules"
[  3658.161] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  3658.161] (II) Module ABI versions:
[  3658.161] 	X.Org ANSI C Emulation: 0.4
[  3658.161] 	X.Org Video Driver: 25.2
[  3658.161] 	X.Org XInput driver : 24.4
[  3658.161] 	X.Org Server Extension : 10.0
[  3658.161] (++) using VT number 2

[  3658.161] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  3658.164] (II) xfree86: Adding drm device (/dev/dri/card0)
[  3658.164] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[  3658.183] (II) xfree86: Adding drm device (/dev/dri/card1)
[  3658.183] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[  3658.189] (--) PCI: (0@0:2:0) 8086:0102:106b:0000 rev 9, Mem @ 0xb0000000/4194304, 0xa8000000/134217728, I/O @ 0x00003000/64
[  3658.189] (--) PCI:*(1@0:0:0) 1002:67e8:103c:0b04 rev 0, Mem @ 0x90000000/268435456, 0xa0000000/2097152, 0xb0800000/262144, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[  3658.189] (II) Open ACPI successful (/var/run/acpid.socket)
[  3658.189] (II) LoadModule: "glx"
[  3658.190] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  3658.192] (II) Module glx: vendor="X.Org Foundation"
[  3658.192] 	compiled for 1.21.1.16, module version = 1.0.0
[  3658.192] 	ABI class: X.Org Server Extension, version 10.0
[  3658.192] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[  3658.192] 	loading driver: amdgpu
[  3658.192] (==) Matched amdgpu as autoconfigured driver 0
[  3658.192] (==) Matched ati as autoconfigured driver 1
[  3658.192] (==) Matched intel as autoconfigured driver 2
[  3658.192] (==) Matched modesetting as autoconfigured driver 3
[  3658.192] (==) Matched fbdev as autoconfigured driver 4
[  3658.192] (==) Matched vesa as autoconfigured driver 5
[  3658.192] (==) Assigned the driver to the xf86ConfigLayout
[  3658.192] (II) LoadModule: "amdgpu"
[  3658.192] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[  3658.193] (II) Module amdgpu: vendor="X.Org Foundation"
[  3658.193] 	compiled for 1.21.1.11, module version = 23.0.0
[  3658.193] 	Module class: X.Org Video Driver
[  3658.193] 	ABI class: X.Org Video Driver, version 25.2
[  3658.193] (II) LoadModule: "ati"
[  3658.193] (WW) Warning, couldn't open module ati
[  3658.193] (EE) Failed to load module "ati" (module does not exist, 0)
[  3658.193] (II) LoadModule: "intel"
[  3658.193] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  3658.194] (II) Module intel: vendor="X.Org Foundation"
[  3658.194] 	compiled for 1.21.1.16, module version = 2.99.917
[  3658.194] 	Module class: X.Org Video Driver
[  3658.194] 	ABI class: X.Org Video Driver, version 25.2
[  3658.194] (II) LoadModule: "modesetting"
[  3658.194] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  3658.194] (II) Module modesetting: vendor="X.Org Foundation"
[  3658.194] 	compiled for 1.21.1.16, module version = 1.21.1
[  3658.194] 	Module class: X.Org Video Driver
[  3658.194] 	ABI class: X.Org Video Driver, version 25.2
[  3658.194] (II) LoadModule: "fbdev"
[  3658.194] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  3658.195] (II) Module fbdev: vendor="X.Org Foundation"
[  3658.195] 	compiled for 1.21.1.14, module version = 0.5.1
[  3658.195] 	Module class: X.Org Video Driver
[  3658.195] 	ABI class: X.Org Video Driver, version 25.2
[  3658.195] (II) LoadModule: "vesa"
[  3658.195] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  3658.195] (II) Module vesa: vendor="X.Org Foundation"
[  3658.195] 	compiled for 1.21.1.11, module version = 2.6.0
[  3658.195] 	Module class: X.Org Video Driver
[  3658.195] 	ABI class: X.Org Video Driver, version 25.2
[  3658.195] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[  3658.195] (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
[  3658.195] (II) intel: Driver for Intel(R) HD Graphics
[  3658.195] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[  3658.195] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[  3658.195] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  3658.195] (II) FBDEV: driver for framebuffer: fbdev
[  3658.195] (II) VESA: driver for VESA chipsets: vesa
[  3658.207] (WW) Falling back to old probe method for modesetting
[  3658.207] (WW) Falling back to old probe method for fbdev
[  3658.207] (II) Loading sub module "fbdevhw"
[  3658.207] (II) LoadModule: "fbdevhw"
[  3658.208] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  3658.208] (II) Module fbdevhw: vendor="X.Org Foundation"
[  3658.208] 	compiled for 1.21.1.16, module version = 0.0.2
[  3658.208] 	ABI class: X.Org Video Driver, version 25.2
[  3658.208] (II) intel(G0): Using Kernel Mode Setting driver: i915, version 1.6.0 0
[  3658.208] (II) intel(G0): SNA compiled from 2.99.917-939-g4a64400e
[  3658.208] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  3658.208] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[  3658.208] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  3658.208] (==) AMDGPU(0): Default visual is TrueColor
[  3658.209] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card0
[  3658.209] (==) AMDGPU(0): RGB weight 888
[  3658.209] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[  3658.209] (--) AMDGPU(0): Chipset: "AMD Radeon Pro WX Series" (ChipID = 0x67e8)
[  3658.209] (II) Loading sub module "fb"
[  3658.209] (II) LoadModule: "fb"
[  3658.209] (II) Module "fb" already built-in
[  3658.209] (II) Loading sub module "dri2"
[  3658.209] (II) LoadModule: "dri2"
[  3658.209] (II) Module "dri2" already built-in
[  3658.247] (II) Loading sub module "glamoregl"
[  3658.247] (II) LoadModule: "glamoregl"
[  3658.247] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  3658.252] (II) Module glamoregl: vendor="X.Org Foundation"
[  3658.252] 	compiled for 1.21.1.16, module version = 1.0.1
[  3658.252] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3658.264] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon Pro WX Series (radeonsi, polaris11, ACO, DRM 3.61, 6.14.2-arch1-1)
[  3658.264] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[  3658.264] (==) AMDGPU(0): TearFree property default: auto
[  3658.264] (==) AMDGPU(0): VariableRefresh: disabled
[  3658.264] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[  3658.264] (II) AMDGPU(0): KMS Pageflipping: enabled
[  3658.268] (II) AMDGPU(0): Output eDP has no monitor section
[  3658.268] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[  3658.268] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[  3658.268] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[  3658.272] (II) AMDGPU(0): EDID for output eDP
[  3658.272] (II) AMDGPU(0): Manufacturer: APP  Model: a007  Serial#: 0
[  3658.272] (II) AMDGPU(0): Year: 2010  Week: 50
[  3658.272] (II) AMDGPU(0): EDID Version: 1.4
[  3658.272] (II) AMDGPU(0): Digital Display Input
[  3658.272] (II) AMDGPU(0): 10 bits per channel
[  3658.272] (II) AMDGPU(0): Digital interface is DisplayPort
[  3658.272] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[  3658.272] (II) AMDGPU(0): Gamma: 2.20
[  3658.272] (II) AMDGPU(0): DPMS capabilities: Off
[  3658.272] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 
[  3658.272] (II) AMDGPU(0): First detailed timing is preferred mode
[  3658.272] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[  3658.272] (II) AMDGPU(0): redX: 0.653 redY: 0.334   greenX: 0.300 greenY: 0.620
[  3658.272] (II) AMDGPU(0): blueX: 0.146 blueY: 0.050   whiteX: 0.312 whiteY: 0.329
[  3658.272] (II) AMDGPU(0): Manufacturer's mask: 0
[  3658.272] (II) AMDGPU(0): Supported detailed timing:
[  3658.272] (II) AMDGPU(0): clock: 241.5 MHz   Image Size:  597 x 336 mm
[  3658.272] (II) AMDGPU(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[  3658.272] (II) AMDGPU(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[  3658.272] (II) AMDGPU(0): Supported detailed timing:
[  3658.272] (II) AMDGPU(0): clock: 74.5 MHz   Image Size:  597 x 336 mm
[  3658.272] (II) AMDGPU(0): h_active: 1280  h_sync: 1344  h_sync_end 1472 h_blank_end 1664 h_border: 0
[  3658.272] (II) AMDGPU(0): v_active: 720  v_sync: 723  v_sync_end 728 v_blanking: 748 v_border: 0
[  3658.272] (II) AMDGPU(0): Monitor name: iMac
[  3658.272] (II) AMDGPU(0): Supported detailed timing:
[  3658.272] (II) AMDGPU(0): clock: 241.5 MHz   Image Size:  597 x 336 mm
[  3658.272] (II) AMDGPU(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[  3658.272] (II) AMDGPU(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[  3658.272] (II) AMDGPU(0): Supported detailed timing:
[  3658.272] (II) AMDGPU(0): clock: 74.5 MHz   Image Size:  597 x 336 mm
[  3658.272] (II) AMDGPU(0): h_active: 1280  h_sync: 1344  h_sync_end 1472 h_blank_end 1664 h_border: 0
[  3658.272] (II) AMDGPU(0): v_active: 720  v_sync: 723  v_sync_end 728 v_blanking: 748 v_border: 0
[  3658.272] (II) AMDGPU(0): Number of EDID sections to follow: 1
[  3658.272] (II) AMDGPU(0): EDID (in hex):
[  3658.272] (II) AMDGPU(0): 	00ffffffffffff00061007a000000000
[  3658.272] (II) AMDGPU(0): 	32140104b53c2278226fb1a7554c9e25
[  3658.272] (II) AMDGPU(0): 	0c505400000001010101010101010101
[  3658.272] (II) AMDGPU(0): 	010101010101565e00a0a0a029503020
[  3658.272] (II) AMDGPU(0): 	350055502100001a1a1d008051d01c20
[  3658.272] (II) AMDGPU(0): 	4080350055502100001c000000fc0069
[  3658.272] (II) AMDGPU(0): 	4d61630a202020202020202000000000
[  3658.272] (II) AMDGPU(0): 	00000000000000000000000000000188
[  3658.272] (II) AMDGPU(0): 	02030cc12309070783010000565e00a0
[  3658.272] (II) AMDGPU(0): 	a0a029503020350055502100001a1a1d
[  3658.272] (II) AMDGPU(0): 	008051d01c204080350055502100001c
[  3658.272] (II) AMDGPU(0): 	00000000000000000000000000000000
[  3658.272] (II) AMDGPU(0): 	00000000000000000000000000000000
[  3658.272] (II) AMDGPU(0): 	00000000000000000000000000000000
[  3658.272] (II) AMDGPU(0): 	00000000000000000000000000000000
[  3658.272] (II) AMDGPU(0): 	00000000000000000000000000000013
[  3658.272] (II) AMDGPU(0): Printing probed modes for output eDP
[  3658.272] (II) AMDGPU(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[  3658.272] (II) AMDGPU(0): Modeline "1920x1200"x60.0  241.50  1920 2608 2640 2720  1200 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  3658.272] (II) AMDGPU(0): Modeline "1920x1080"x60.0  241.50  1920 2608 2640 2720  1080 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  3658.272] (II) AMDGPU(0): Modeline "1600x1200"x60.0  241.50  1600 2608 2640 2720  1200 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  3658.272] (II) AMDGPU(0): Modeline "1680x1050"x60.0  241.50  1680 2608 2640 2720  1050 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  3658.272] (II) AMDGPU(0): Modeline "1280x1024"x60.0  241.50  1280 2608 2640 2720  1024 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  3658.272] (II) AMDGPU(0): Modeline "1440x900"x60.0  241.50  1440 2608 2640 2720  900 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  3658.272] (II) AMDGPU(0): Modeline "1280x800"x60.0  241.50  1280 2608 2640 2720  800 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  3658.272] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz e)
[  3658.272] (II) AMDGPU(0): Modeline "1024x768"x60.0  241.50  1024 2608 2640 2720  768 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  3658.272] (II) AMDGPU(0): Modeline "800x600"x60.0  241.50  800 2608 2640 2720  600 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  3658.272] (II) AMDGPU(0): Modeline "640x480"x60.0  241.50  640 2608 2640 2720  480 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  3658.272] (II) AMDGPU(0): EDID for output DisplayPort-0
[  3658.272] (II) AMDGPU(0): EDID for output DisplayPort-1
[  3658.272] (II) AMDGPU(0): EDID for output DisplayPort-2
[  3658.272] (II) AMDGPU(0): Output eDP connected
[  3658.272] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[  3658.272] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[  3658.272] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[  3658.272] (II) AMDGPU(0): Using exact sizes for initial modes
[  3658.272] (II) AMDGPU(0): Output eDP using initial mode 2560x1440 +0+0
[  3658.272] (II) AMDGPU(0): mem size init: gart size :1f282b000 vram size: s:fe4c0000 visible:fad0000
[  3658.272] (==) AMDGPU(0): DPI set to (96, 96)
[  3658.272] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[  3658.272] (II) Loading sub module "ramdac"
[  3658.272] (II) LoadModule: "ramdac"
[  3658.272] (II) Module "ramdac" already built-in
[  3658.273] (--) intel(G0): Integrated Graphics Chipset: Intel(R) HD Graphics 2000
[  3658.273] (--) intel(G0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads
[  3658.273] (==) intel(G0): Depth 24, (--) framebuffer bpp 32
[  3658.273] (==) intel(G0): RGB weight 888
[  3658.273] (==) intel(G0): Default visual is TrueColor
[  3658.273] (II) intel(G0): Output VGA1 has no monitor section
[  3658.273] (II) intel(G0): Enabled output VGA1
[  3658.273] (--) intel(G0): Using a maximum size of 256x256 for hardware cursors
[  3658.273] (II) intel(G0): Output VIRTUAL1 has no monitor section
[  3658.273] (II) intel(G0): Enabled output VIRTUAL1
[  3658.273] (==) intel(G0): TearFree disabled
[  3658.273] (==) intel(G0): Using gamma correction (1.0, 1.0, 1.0)
[  3658.273] (==) intel(G0): DPI set to (96, 96)
[  3658.274] (II) Loading sub module "dri3"
[  3658.274] (II) LoadModule: "dri3"
[  3658.274] (II) Module "dri3" already built-in
[  3658.274] (II) Loading sub module "dri2"
[  3658.274] (II) LoadModule: "dri2"
[  3658.274] (II) Module "dri2" already built-in
[  3658.274] (II) Loading sub module "present"
[  3658.274] (II) LoadModule: "present"
[  3658.274] (II) Module "present" already built-in
[  3658.274] (II) UnloadModule: "modesetting"
[  3658.274] (II) Unloading modesetting
[  3658.274] (II) UnloadModule: "fbdev"
[  3658.274] (II) Unloading fbdev
[  3658.274] (II) UnloadSubModule: "fbdevhw"
[  3658.274] (II) Unloading fbdevhw
[  3658.274] (II) UnloadModule: "vesa"
[  3658.274] (II) Unloading vesa
[  3658.274] (II) AMDGPU(0): [DRI2] Setup complete
[  3658.274] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[  3658.274] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[  3658.274] (II) AMDGPU(0): Front buffer pitch: 10240 bytes
[  3658.274] (II) AMDGPU(0): SYNC extension fences enabled
[  3658.274] (II) AMDGPU(0): Present extension enabled
[  3658.274] (==) AMDGPU(0): DRI3 enabled
[  3658.274] (==) AMDGPU(0): Backing store enabled
[  3658.274] (II) AMDGPU(0): Direct rendering enabled
[  3658.285] (II) AMDGPU(0): Use GLAMOR acceleration.
[  3658.285] (II) AMDGPU(0): Acceleration enabled
[  3658.285] (==) AMDGPU(0): DPMS enabled
[  3658.285] (==) AMDGPU(0): Silken mouse enabled
[  3658.285] (II) AMDGPU(0): Set up textured video (glamor)
[  3658.299] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[  3658.299] (II) intel(G0): SNA initialized with Sandybridge (gen6, gt1) backend
[  3658.299] (==) intel(G0): Backing store enabled
[  3658.299] (==) intel(G0): Silken mouse enabled
[  3658.299] (II) intel(G0): HW Cursor enabled
[  3658.299] (==) intel(G0): DPMS enabled
[  3658.300] (==) intel(G0): Display hotplug detection enabled
[  3658.300] (II) intel(G0): [DRI2] Setup complete
[  3658.300] (II) intel(G0): [DRI2]   DRI driver: i965
[  3658.300] (II) intel(G0): [DRI2]   VDPAU driver: va_gl
[  3658.300] (II) intel(G0): direct rendering: DRI2 DRI3 enabled
[  3658.300] (II) intel(G0): hardware support for Present enabled
[  3658.300] (II) Initializing extension Generic Event Extension
[  3658.300] (II) Initializing extension SHAPE
[  3658.300] (II) Initializing extension MIT-SHM
[  3658.300] (II) Initializing extension XInputExtension
[  3658.300] (II) Initializing extension XTEST
[  3658.300] (II) Initializing extension BIG-REQUESTS
[  3658.300] (II) Initializing extension SYNC
[  3658.300] (II) Initializing extension XKEYBOARD
[  3658.300] (II) Initializing extension XC-MISC
[  3658.300] (II) Initializing extension SECURITY
[  3658.301] (II) Initializing extension XFIXES
[  3658.301] (II) Initializing extension RENDER
[  3658.301] (II) Initializing extension RANDR
[  3658.301] (II) Initializing extension COMPOSITE
[  3658.301] (II) Initializing extension DAMAGE
[  3658.301] (II) Initializing extension MIT-SCREEN-SAVER
[  3658.301] (II) Initializing extension DOUBLE-BUFFER
[  3658.301] (II) Initializing extension RECORD
[  3658.301] (II) Initializing extension DPMS
[  3658.301] (II) Initializing extension Present
[  3658.301] (II) Initializing extension DRI3
[  3658.302] (II) Initializing extension X-Resource
[  3658.302] (II) Initializing extension XVideo
[  3658.302] (II) Initializing extension XVideo-MotionCompensation
[  3658.302] (II) Initializing extension GLX
[  3658.312] (II) AIGLX: Loaded and initialized radeonsi
[  3658.312] (II) GLX: Initialized DRI2 GL provider for screen 0
[  3658.312] (II) Initializing extension XFree86-VidModeExtension
[  3658.312] (II) Initializing extension XFree86-DGA
[  3658.312] (II) Initializing extension XFree86-DRI
[  3658.312] (II) Initializing extension DRI2
[  3658.315] (II) AMDGPU(0): Setting screen physical size to 677 x 381
[  3658.381] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  3658.381] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  3658.381] (**) Power Button: Applying InputClass "system-keyboard"
[  3658.381] (II) LoadModule: "libinput"
[  3658.382] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  3658.383] (II) Module libinput: vendor="X.Org Foundation"
[  3658.383] 	compiled for 1.21.1.13, module version = 1.5.0
[  3658.383] 	Module class: X.Org XInput Driver
[  3658.383] 	ABI class: X.Org XInput driver, version 24.4
[  3658.383] (II) Using input driver 'libinput' for 'Power Button'
[  3658.383] (**) Power Button: always reports core events
[  3658.383] (**) Option "Device" "/dev/input/event2"
[  3658.386] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  3658.386] (II) event2  - Power Button: device is a keyboard
[  3658.386] (II) event2  - Power Button: device removed
[  3658.408] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  3658.408] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  3658.408] (**) Option "xkb_model" "pc105"
[  3658.408] (**) Option "xkb_layout" "de"
[  3658.408] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  3658.429] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  3658.429] (II) event2  - Power Button: device is a keyboard
[  3658.430] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[  3658.430] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  3658.430] (**) Video Bus: Applying InputClass "system-keyboard"
[  3658.430] (II) Using input driver 'libinput' for 'Video Bus'
[  3658.430] (**) Video Bus: always reports core events
[  3658.430] (**) Option "Device" "/dev/input/event3"
[  3658.431] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  3658.431] (II) event3  - Video Bus: device is a keyboard
[  3658.431] (II) event3  - Video Bus: device removed
[  3658.452] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input3/event3"
[  3658.452] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  3658.452] (**) Option "xkb_model" "pc105"
[  3658.452] (**) Option "xkb_layout" "de"
[  3658.452] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  3658.453] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  3658.453] (II) event3  - Video Bus: device is a keyboard
[  3658.454] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  3658.454] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  3658.454] (**) Power Button: Applying InputClass "system-keyboard"
[  3658.454] (II) Using input driver 'libinput' for 'Power Button'
[  3658.454] (**) Power Button: always reports core events
[  3658.454] (**) Option "Device" "/dev/input/event0"
[  3658.455] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  3658.455] (II) event0  - Power Button: device is a keyboard
[  3658.455] (II) event0  - Power Button: device removed
[  3658.477] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  3658.477] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  3658.477] (**) Option "xkb_model" "pc105"
[  3658.477] (**) Option "xkb_layout" "de"
[  3658.477] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  3658.478] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  3658.478] (II) event0  - Power Button: device is a keyboard
[  3658.478] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  3658.478] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  3658.478] (**) Sleep Button: Applying InputClass "system-keyboard"
[  3658.478] (II) Using input driver 'libinput' for 'Sleep Button'
[  3658.478] (**) Sleep Button: always reports core events
[  3658.478] (**) Option "Device" "/dev/input/event1"
[  3658.479] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  3658.479] (II) event1  - Sleep Button: device is a keyboard
[  3658.479] (II) event1  - Sleep Button: device removed
[  3658.489] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[  3658.489] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  3658.489] (**) Option "xkb_model" "pc105"
[  3658.489] (**) Option "xkb_layout" "de"
[  3658.489] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  3658.490] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  3658.490] (II) event1  - Sleep Button: device is a keyboard
[  3658.491] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[  3658.491] (II) No input driver specified, ignoring this device.
[  3658.491] (II) This device may have been added with another device file.
[  3658.491] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event14)
[  3658.491] (II) No input driver specified, ignoring this device.
[  3658.491] (II) This device may have been added with another device file.
[  3658.492] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[  3658.492] (II) No input driver specified, ignoring this device.
[  3658.492] (II) This device may have been added with another device file.
[  3658.492] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event16)
[  3658.492] (II) No input driver specified, ignoring this device.
[  3658.492] (II) This device may have been added with another device file.
[  3658.492] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event17)
[  3658.492] (II) No input driver specified, ignoring this device.
[  3658.492] (II) This device may have been added with another device file.
[  3658.494] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event4)
[  3658.494] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput keyboard catchall"
[  3658.494] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "system-keyboard"
[  3658.494] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[  3658.494] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[  3658.494] (**) Option "Device" "/dev/input/event4"
[  3658.495] (II) event4  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[  3658.495] (II) event4  - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[  3658.496] (II) event4  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[  3658.512] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb4/4-1/4-1.2/4-1.2:1.0/0003:062A:4101.0002/input/input4/event4"
[  3658.512] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: KEYBOARD, id 10)
[  3658.512] (**) Option "xkb_model" "pc105"
[  3658.512] (**) Option "xkb_layout" "de"
[  3658.512] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  3658.513] (II) event4  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[  3658.514] (II) event4  - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[  3658.515] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event5)
[  3658.515] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[  3658.515] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[  3658.515] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[  3658.515] (**) Option "Device" "/dev/input/event5"
[  3658.516] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[  3658.517] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[  3658.517] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[  3658.549] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  3658.549] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  3658.549] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  3658.549] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb4/4-1/4-1.2/4-1.2:1.1/0003:062A:4101.0003/input/input5/event5"
[  3658.549] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: MOUSE, id 11)
[  3658.549] (**) Option "AccelerationScheme" "none"
[  3658.549] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) selected scheme none/0
[  3658.549] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration factor: 2.000
[  3658.549] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration threshold: 4
[  3658.550] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[  3658.551] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[  3658.552] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/mouse0)
[  3658.552] (II) No input driver specified, ignoring this device.
[  3658.552] (II) This device may have been added with another device file.
[  3658.553] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse Consumer Control (/dev/input/event6)
[  3658.553] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[  3658.553] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "system-keyboard"
[  3658.553] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[  3658.553] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[  3658.553] (**) Option "Device" "/dev/input/event6"
[  3658.554] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[  3658.554] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[  3658.555] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device removed
[  3658.576] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: needs a virtual subdevice
[  3658.576] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb4/4-1/4-1.2/4-1.2:1.1/0003:062A:4101.0003/input/input6/event6"
[  3658.576] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: MOUSE, id 12)
[  3658.576] (**) Option "AccelerationScheme" "none"
[  3658.576] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) selected scheme none/0
[  3658.576] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration factor: 2.000
[  3658.576] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration threshold: 4
[  3658.577] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[  3658.577] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[  3658.579] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse System Control (/dev/input/event7)
[  3658.579] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: Applying InputClass "libinput keyboard catchall"
[  3658.579] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: Applying InputClass "system-keyboard"
[  3658.579] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse System Control'
[  3658.579] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: always reports core events
[  3658.579] (**) Option "Device" "/dev/input/event7"
[  3658.580] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[  3658.580] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[  3658.581] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse System Control: device removed
[  3658.602] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb4/4-1/4-1.2/4-1.2:1.1/0003:062A:4101.0003/input/input7/event7"
[  3658.602] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse System Control" (type: KEYBOARD, id 13)
[  3658.602] (**) Option "xkb_model" "pc105"
[  3658.602] (**) Option "xkb_layout" "de"
[  3658.602] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  3658.603] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[  3658.604] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[  3658.605] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event8)
[  3658.605] (II) No input driver specified, ignoring this device.
[  3658.605] (II) This device may have been added with another device file.
[  3658.605] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event9)
[  3658.605] (II) No input driver specified, ignoring this device.
[  3658.605] (II) This device may have been added with another device file.
[  3658.605] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[  3658.605] (II) No input driver specified, ignoring this device.
[  3658.605] (II) This device may have been added with another device file.
[  3658.606] (II) config/udev: Adding input device HDA Intel PCH SPDIF In (/dev/input/event19)
[  3658.606] (II) No input driver specified, ignoring this device.
[  3658.606] (II) This device may have been added with another device file.
[  3658.607] (II) config/udev: Adding input device Apple Computer, Inc. IR Receiver (/dev/input/event11)
[  3658.607] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "libinput keyboard catchall"
[  3658.607] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "system-keyboard"
[  3658.607] (II) Using input driver 'libinput' for 'Apple Computer, Inc. IR Receiver'
[  3658.607] (**) Apple Computer, Inc. IR Receiver: always reports core events
[  3658.607] (**) Option "Device" "/dev/input/event11"
[  3658.608] (II) event11 - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[  3658.608] (II) event11 - Apple Computer, Inc. IR Receiver: device is a keyboard
[  3658.609] (II) event11 - Apple Computer, Inc. IR Receiver: device removed
[  3658.628] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb3/3-1/3-1.2/3-1.2:1.0/0003:05AC:8242.0001/input/input11/event11"
[  3658.628] (II) XINPUT: Adding extended input device "Apple Computer, Inc. IR Receiver" (type: KEYBOARD, id 14)
[  3658.628] (**) Option "xkb_model" "pc105"
[  3658.628] (**) Option "xkb_layout" "de"
[  3658.628] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  3658.629] (II) event11 - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[  3658.630] (II) event11 - Apple Computer, Inc. IR Receiver: device is a keyboard
[  3658.630] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[  3658.630] (II) No input driver specified, ignoring this device.
[  3658.630] (II) This device may have been added with another device file.
[  3658.639] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[  3658.639] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "system-keyboard"
[  3658.639] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[  3658.639] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[  3658.639] (**) Option "Device" "/dev/input/event6"
[  3658.639] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is a virtual subdevice
[  3658.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb4/4-1/4-1.2/4-1.2:1.1/0003:062A:4101.0003/input/input6/event6"
[  3658.639] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: KEYBOARD, id 15)
[  3658.639] (**) Option "xkb_model" "pc105"
[  3658.639] (**) Option "xkb_layout" "de"
[  3658.639] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  3672.743] (II) event2  - Power Button: device removed
[  3672.753] (II) event3  - Video Bus: device removed
[  3672.761] (II) event0  - Power Button: device removed
[  3672.771] (II) event1  - Sleep Button: device removed
[  3672.781] (II) event4  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[  3672.787] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[  3672.799] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse System Control: device removed
[  3672.805] (II) event11 - Apple Computer, Inc. IR Receiver: device removed
[  3672.811] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device removed
[  3672.817] (II) AIGLX: Suspending AIGLX clients for VT switch
[michael@macarch ~]$ glxinfo -B; xrandr --list-providers
name of display: :1
display: :1  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: AMD (0x1002)
    Device: AMD Radeon Pro WX Series (radeonsi, polaris11, ACO, DRM 3.61, 6.14.2-arch1-1) (0x67e8)
    Version: 25.0.3
    Accelerated: yes
    Video memory: 4096MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
    VBO free memory - total: 2894 MB, largest block: 2894 MB
    VBO free aux. memory - total: 7825 MB, largest block: 7825 MB
    Texture free memory - total: 2894 MB, largest block: 2894 MB
    Texture free aux. memory - total: 7825 MB, largest block: 7825 MB
    Renderbuffer free memory - total: 2894 MB, largest block: 2894 MB
    Renderbuffer free aux. memory - total: 7825 MB, largest block: 7825 MB
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 4096 MB
    Total available memory: 12079 MB
    Currently available dedicated video memory: 2894 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Pro WX Series (radeonsi, polaris11, ACO, DRM 3.61, 6.14.2-arch1-1)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 25.0.3-arch1.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 25.0.3-arch1.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 25.0.3-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

xrandr: unrecognized option '--list-providers'
Try 'xrandr --help' for more information.
[michael@macarch ~]$ 

yes, but with Falkon and kmail you can work after running them like this QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu

all other plasma applications show no graphic errors, except zapzap, I can't get that to work, but I don't necessarily need it

Last edited by Powergen (2025-04-18 08:51:25)

Offline

#18 2025-04-18 09:59:22

arch_jsb
Member
Registered: 2010-03-13
Posts: 30

Re: kmail shows pixels instead of emails

Well, post #17 allowed me to run falkon successfully for the first time probably in over a month!  [ although it lost my earlier profile in the meantime... ] ... and for one of two reasons [ a better CLI to run it from, or a bump from v 24 to 25 .. or some combination of the above.  Just hope it repeats being fixed]. thanks everyone!
--------------------
"sort of fixed" the --disable-gpu makes it redraw SLOW unless the march update did...

Last edited by arch_jsb (2025-04-18 15:32:15)

Offline

#19 2025-04-18 14:27:09

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

Re: kmail shows pixels instead of emails

@Powergen

with grep -e Log -e tty Xorg.0.log  I don't get any output

The link is only to reference the location of the log, I meant the entire thing anyway.

xrandr --listproviders # sorry

But good to know that the environment still trumps falkons internal setting.
Did you switch the GPUs in the UEFI? The internal display seems wired to the AMD GPU?
Are you using mesa or mesa-amber?

Remove all xf86-video-* packages and try again.

Offline

#20 2025-04-18 16:21:49

Powergen
Member
Registered: 2025-04-16
Posts: 11

Re: kmail shows pixels instead of emails

seth wrote:

@Powergen

with grep -e Log -e tty Xorg.0.log  I don't get any output

The link is only to reference the location of the log, I meant the entire thing anyway.

xrandr --listproviders # sorry

But good to know that the environment still trumps falkons internal setting.
Did you switch the GPUs in the UEFI? The internal display seems wired to the AMD GPU?
Are you using mesa or mesa-amber?

Remove all xf86-video-* packages and try again.

xrandr --listproviders

[michael@macarch ~]$ xrandr --listproviders
Providers: number : 0
[michael@macarch ~]$

I use Mesa, I can't configure anything in the UEFI on this system, it's an Imac

glxinfo -B; xrandr --list-providers

[michael@macarch ~]$ glxinfo -B; xrandr --list-providers
name of display: :1
display: :1  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: AMD (0x1002)
    Device: AMD Radeon Pro WX Series (radeonsi, polaris11, ACO, DRM 3.61, 6.14.2-arch1-1) (0x67e8)
    Version: 25.0.3
    Accelerated: yes
    Video memory: 4096MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
    VBO free memory - total: 3339 MB, largest block: 3339 MB
    VBO free aux. memory - total: 7837 MB, largest block: 7837 MB
    Texture free memory - total: 3339 MB, largest block: 3339 MB
    Texture free aux. memory - total: 7837 MB, largest block: 7837 MB
    Renderbuffer free memory - total: 3339 MB, largest block: 3339 MB
    Renderbuffer free aux. memory - total: 7837 MB, largest block: 7837 MB
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 4096 MB
    Total available memory: 12079 MB
    Currently available dedicated video memory: 3339 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Pro WX Series (radeonsi, polaris11, ACO, DRM 3.61, 6.14.2-arch1-1)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 25.0.3-arch1.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 25.0.3-arch1.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 25.0.3-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

xrandr: unrecognized option '--list-providers'
Try 'xrandr --help' for more information.
[michael@macarch ~]$ 

Xorg.0.log

[    11.213] (--) Log file renamed from "/var/log/Xorg.pid-622.log" to "/var/log/Xorg.0.log"
[    11.221] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[    11.221] Current Operating System: Linux macarch 6.14.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 10 Apr 2025 18:43:59 +0000 x86_64
[    11.221] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=3e0d5f87-c604-49b5-aff6-3232b89b0737 zswap.enabled=0 nvidia_drm.modeset=1 rw rootfstype=ext4
[    11.221]  
[    11.221] Current version of pixman: 0.44.2
[    11.221] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    11.221] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    11.221] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 18 18:14:48 2025
[    11.225] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    11.226] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    11.229] (==) No Layout section.  Using the first Screen section.
[    11.229] (==) No screen section available. Using defaults.
[    11.229] (**) |-->Screen "Default Screen Section" (0)
[    11.229] (**) |   |-->Monitor "<default monitor>"
[    11.229] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    11.229] (**) Allowing byte-swapped clients
[    11.229] (==) Automatically adding devices
[    11.229] (==) Automatically enabling devices
[    11.229] (==) Automatically adding GPU devices
[    11.229] (==) Automatically binding GPU devices
[    11.229] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    11.233] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    11.233] 	Entry deleted from font path.
[    11.235] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    11.235] 	Entry deleted from font path.
[    11.235] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    11.235] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    11.235] 	Entry deleted from font path.
[    11.235] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    11.235] 	Entry deleted from font path.
[    11.235] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    11.235] 	Entry deleted from font path.
[    11.235] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    11.235] 	Entry deleted from font path.
[    11.235] (==) FontPath set to:
	
[    11.235] (==) ModulePath set to "/usr/lib/xorg/modules"
[    11.235] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    11.235] (II) Module ABI versions:
[    11.235] 	X.Org ANSI C Emulation: 0.4
[    11.235] 	X.Org Video Driver: 25.2
[    11.235] 	X.Org XInput driver : 24.4
[    11.235] 	X.Org Server Extension : 10.0
[    11.236] (++) using VT number 2

[    11.236] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    11.239] (II) xfree86: Adding drm device (/dev/dri/card1)
[    11.239] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    11.243] (II) xfree86: Adding drm device (/dev/dri/card0)
[    11.243] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    11.247] (--) PCI: (0@0:2:0) 8086:0102:106b:0000 rev 9, Mem @ 0xb0000000/4194304, 0xa8000000/134217728, I/O @ 0x00003000/64
[    11.247] (--) PCI:*(1@0:0:0) 1002:67e8:103c:0b04 rev 0, Mem @ 0x90000000/268435456, 0xa0000000/2097152, 0xb0800000/262144, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[    11.247] (II) Open ACPI successful (/var/run/acpid.socket)
[    11.247] (II) LoadModule: "glx"
[    11.248] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.280] (II) Module glx: vendor="X.Org Foundation"
[    11.280] 	compiled for 1.21.1.16, module version = 1.0.0
[    11.280] 	ABI class: X.Org Server Extension, version 10.0
[    11.280] (==) Matched ati as autoconfigured driver 0
[    11.280] (==) Matched intel as autoconfigured driver 1
[    11.280] (==) Matched modesetting as autoconfigured driver 2
[    11.280] (==) Matched fbdev as autoconfigured driver 3
[    11.280] (==) Matched vesa as autoconfigured driver 4
[    11.280] (==) Assigned the driver to the xf86ConfigLayout
[    11.280] (II) LoadModule: "ati"
[    11.280] (WW) Warning, couldn't open module ati
[    11.280] (EE) Failed to load module "ati" (module does not exist, 0)
[    11.280] (II) LoadModule: "intel"
[    11.280] (WW) Warning, couldn't open module intel
[    11.280] (EE) Failed to load module "intel" (module does not exist, 0)
[    11.280] (II) LoadModule: "modesetting"
[    11.281] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    11.285] (II) Module modesetting: vendor="X.Org Foundation"
[    11.285] 	compiled for 1.21.1.16, module version = 1.21.1
[    11.285] 	Module class: X.Org Video Driver
[    11.285] 	ABI class: X.Org Video Driver, version 25.2
[    11.285] (II) LoadModule: "fbdev"
[    11.285] (WW) Warning, couldn't open module fbdev
[    11.285] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    11.285] (II) LoadModule: "vesa"
[    11.285] (WW) Warning, couldn't open module vesa
[    11.285] (EE) Failed to load module "vesa" (module does not exist, 0)
[    11.285] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    11.326] (II) modeset(0): using drv /dev/dri/card1
[    11.326] (II) modeset(G0): using drv /dev/dri/card0
[    11.326] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    11.326] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    11.326] (==) modeset(0): RGB weight 888
[    11.326] (==) modeset(0): Default visual is TrueColor
[    11.326] (II) Loading sub module "glamoregl"
[    11.326] (II) LoadModule: "glamoregl"
[    11.326] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    11.343] (II) Module glamoregl: vendor="X.Org Foundation"
[    11.343] 	compiled for 1.21.1.16, module version = 1.0.1
[    11.343] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.879] (II) modeset(0): glamor X acceleration enabled on AMD Radeon Pro WX Series (radeonsi, polaris11, ACO, DRM 3.61, 6.14.2-arch1-1)
[    11.879] (II) modeset(0): glamor initialized
[    11.879] (==) modeset(0): VariableRefresh: disabled
[    11.879] (==) modeset(0): AsyncFlipSecondaries: disabled
[    11.883] (II) modeset(0): Output eDP-1 has no monitor section
[    11.883] (II) modeset(0): Output DP-1 has no monitor section
[    11.883] (II) modeset(0): Output DP-2 has no monitor section
[    11.883] (II) modeset(0): Output DP-3 has no monitor section
[    11.892] (II) modeset(0): EDID for output eDP-1
[    11.892] (II) modeset(0): Manufacturer: APP  Model: a007  Serial#: 0
[    11.892] (II) modeset(0): Year: 2010  Week: 50
[    11.892] (II) modeset(0): EDID Version: 1.4
[    11.892] (II) modeset(0): Digital Display Input
[    11.892] (II) modeset(0): 10 bits per channel
[    11.892] (II) modeset(0): Digital interface is DisplayPort
[    11.892] (II) modeset(0): Max Image Size [cm]: horiz.: 60  vert.: 34
[    11.892] (II) modeset(0): Gamma: 2.20
[    11.892] (II) modeset(0): DPMS capabilities: Off
[    11.892] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    11.892] (II) modeset(0): First detailed timing is preferred mode
[    11.892] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    11.892] (II) modeset(0): redX: 0.653 redY: 0.334   greenX: 0.300 greenY: 0.620
[    11.892] (II) modeset(0): blueX: 0.146 blueY: 0.050   whiteX: 0.312 whiteY: 0.329
[    11.892] (II) modeset(0): Manufacturer's mask: 0
[    11.892] (II) modeset(0): Supported detailed timing:
[    11.892] (II) modeset(0): clock: 241.5 MHz   Image Size:  597 x 336 mm
[    11.892] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    11.892] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[    11.892] (II) modeset(0): Supported detailed timing:
[    11.892] (II) modeset(0): clock: 74.5 MHz   Image Size:  597 x 336 mm
[    11.892] (II) modeset(0): h_active: 1280  h_sync: 1344  h_sync_end 1472 h_blank_end 1664 h_border: 0
[    11.892] (II) modeset(0): v_active: 720  v_sync: 723  v_sync_end 728 v_blanking: 748 v_border: 0
[    11.892] (II) modeset(0): Monitor name: iMac
[    11.892] (II) modeset(0): Supported detailed timing:
[    11.892] (II) modeset(0): clock: 241.5 MHz   Image Size:  597 x 336 mm
[    11.892] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    11.892] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[    11.892] (II) modeset(0): Supported detailed timing:
[    11.892] (II) modeset(0): clock: 74.5 MHz   Image Size:  597 x 336 mm
[    11.892] (II) modeset(0): h_active: 1280  h_sync: 1344  h_sync_end 1472 h_blank_end 1664 h_border: 0
[    11.892] (II) modeset(0): v_active: 720  v_sync: 723  v_sync_end 728 v_blanking: 748 v_border: 0
[    11.892] (II) modeset(0): Number of EDID sections to follow: 1
[    11.892] (II) modeset(0): EDID (in hex):
[    11.892] (II) modeset(0): 	00ffffffffffff00061007a000000000
[    11.892] (II) modeset(0): 	32140104b53c2278226fb1a7554c9e25
[    11.892] (II) modeset(0): 	0c505400000001010101010101010101
[    11.892] (II) modeset(0): 	010101010101565e00a0a0a029503020
[    11.892] (II) modeset(0): 	350055502100001a1a1d008051d01c20
[    11.892] (II) modeset(0): 	4080350055502100001c000000fc0069
[    11.893] (II) modeset(0): 	4d61630a202020202020202000000000
[    11.893] (II) modeset(0): 	00000000000000000000000000000188
[    11.893] (II) modeset(0): 	02030cc12309070783010000565e00a0
[    11.893] (II) modeset(0): 	a0a029503020350055502100001a1a1d
[    11.893] (II) modeset(0): 	008051d01c204080350055502100001c
[    11.893] (II) modeset(0): 	00000000000000000000000000000000
[    11.893] (II) modeset(0): 	00000000000000000000000000000000
[    11.893] (II) modeset(0): 	00000000000000000000000000000000
[    11.893] (II) modeset(0): 	00000000000000000000000000000000
[    11.893] (II) modeset(0): 	00000000000000000000000000000013
[    11.893] (II) modeset(0): Printing probed modes for output eDP-1
[    11.893] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[    11.893] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[    11.893] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[    11.893] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[    11.893] (II) modeset(0): Modeline "2048x1152"x120.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[    11.893] (II) modeset(0): Modeline "2048x1152"x120.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[    11.893] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[    11.893] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[    11.893] (II) modeset(0): Modeline "1920x1200"x60.0  241.50  1920 2608 2640 2720  1200 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    11.893] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[    11.893] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[    11.893] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    11.893] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    11.893] (II) modeset(0): Modeline "1920x1080"x60.0  241.50  1920 2608 2640 2720  1080 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    11.893] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    11.893] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    11.893] (II) modeset(0): Modeline "1600x1200"x60.0  241.50  1600 2608 2640 2720  1200 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    11.893] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[    11.893] (II) modeset(0): Modeline "1680x1050"x60.0  241.50  1680 2608 2640 2720  1050 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    11.893] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    11.893] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    11.893] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    11.893] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    11.893] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    11.893] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    11.893] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    11.893] (II) modeset(0): Modeline "1280x1024"x60.0  241.50  1280 2608 2640 2720  1024 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    11.893] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    11.893] (II) modeset(0): Modeline "1440x900"x60.0  241.50  1440 2608 2640 2720  900 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    11.893] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    11.893] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    11.893] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    11.893] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    11.893] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    11.893] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    11.893] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    11.893] (II) modeset(0): Modeline "1280x800"x60.0  241.50  1280 2608 2640 2720  800 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    11.893] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    11.893] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    11.893] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    11.893] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    11.893] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    11.893] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    11.893] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz e)
[    11.893] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    11.893] (II) modeset(0): Modeline "1024x768"x60.0  241.50  1024 2608 2640 2720  768 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    11.893] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    11.893] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    11.893] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    11.893] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    11.893] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    11.893] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    11.893] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    11.893] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    11.893] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    11.893] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    11.893] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    11.893] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    11.893] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    11.893] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    11.893] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    11.893] (II) modeset(0): Modeline "800x600"x60.0  241.50  800 2608 2640 2720  600 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    11.893] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    11.893] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    11.894] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    11.894] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    11.894] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    11.894] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    11.894] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    11.894] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    11.894] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    11.894] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    11.894] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    11.894] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    11.894] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    11.894] (II) modeset(0): Modeline "640x480"x60.0  241.50  640 2608 2640 2720  480 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[    11.894] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    11.894] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    11.894] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    11.894] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    11.894] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    11.894] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    11.894] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    11.894] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    11.894] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    11.894] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    11.894] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    11.894] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    11.894] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    11.894] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    11.894] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    11.894] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    11.894] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    11.894] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    11.894] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    11.894] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    11.894] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    11.894] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    11.894] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    11.894] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    11.894] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    11.894] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    11.894] (II) modeset(0): EDID for output DP-1
[    11.894] (II) modeset(0): EDID for output DP-2
[    11.894] (II) modeset(0): EDID for output DP-3
[    11.894] (II) modeset(0): Output eDP-1 connected
[    11.894] (II) modeset(0): Output DP-1 disconnected
[    11.894] (II) modeset(0): Output DP-2 disconnected
[    11.894] (II) modeset(0): Output DP-3 disconnected
[    11.894] (II) modeset(0): Using exact sizes for initial modes
[    11.894] (II) modeset(0): Output eDP-1 using initial mode 2560x1440 +0+0
[    11.894] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    11.894] (==) modeset(0): DPI set to (96, 96)
[    11.894] (II) Loading sub module "fb"
[    11.894] (II) LoadModule: "fb"
[    11.894] (II) Module "fb" already built-in
[    11.894] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    11.894] (==) modeset(G0): RGB weight 888
[    11.894] (==) modeset(G0): Default visual is TrueColor
[    11.894] (II) Loading sub module "glamoregl"
[    11.894] (II) LoadModule: "glamoregl"
[    11.894] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    11.894] (II) Module glamoregl: vendor="X.Org Foundation"
[    11.894] 	compiled for 1.21.1.16, module version = 1.0.1
[    11.894] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.930] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 2000 (SNB GT1)
[    11.930] (II) modeset(G0): glamor initialized
[    12.014] (II) modeset(G0): Output VGA-1-1 has no monitor section
[    12.097] (II) modeset(G0): EDID for output VGA-1-1
[    12.097] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    12.097] (==) modeset(G0): DPI set to (96, 96)
[    12.097] (II) Loading sub module "fb"
[    12.097] (II) LoadModule: "fb"
[    12.097] (II) Module "fb" already built-in
[    12.152] (==) modeset(0): Backing store enabled
[    12.152] (==) modeset(0): Silken mouse enabled
[    12.152] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    12.153] (==) modeset(0): DPMS enabled
[    12.153] (II) modeset(0): [DRI2] Setup complete
[    12.153] (II) modeset(0): [DRI2]   DRI driver: radeonsi
[    12.153] (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
[    12.197] (==) modeset(G0): Backing store enabled
[    12.197] (==) modeset(G0): Silken mouse enabled
[    12.197] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    12.197] (==) modeset(G0): DPMS enabled
[    12.197] (II) modeset(G0): [DRI2] Setup complete
[    12.197] (II) modeset(G0): [DRI2]   DRI driver: crocus
[    12.197] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[    12.197] (II) modeset(G0): Disable reverse prime offload mode for i915.
[    12.197] (II) Initializing extension Generic Event Extension
[    12.197] (II) Initializing extension SHAPE
[    12.197] (II) Initializing extension MIT-SHM
[    12.197] (II) Initializing extension XInputExtension
[    12.197] (II) Initializing extension XTEST
[    12.197] (II) Initializing extension BIG-REQUESTS
[    12.197] (II) Initializing extension SYNC
[    12.198] (II) Initializing extension XKEYBOARD
[    12.198] (II) Initializing extension XC-MISC
[    12.199] (II) Initializing extension SECURITY
[    12.199] (II) Initializing extension XFIXES
[    12.199] (II) Initializing extension RENDER
[    12.199] (II) Initializing extension RANDR
[    12.199] (II) Initializing extension COMPOSITE
[    12.199] (II) Initializing extension DAMAGE
[    12.199] (II) Initializing extension MIT-SCREEN-SAVER
[    12.199] (II) Initializing extension DOUBLE-BUFFER
[    12.199] (II) Initializing extension RECORD
[    12.199] (II) Initializing extension DPMS
[    12.200] (II) Initializing extension Present
[    12.200] (II) Initializing extension DRI3
[    12.200] (II) Initializing extension X-Resource
[    12.200] (II) Initializing extension XVideo
[    12.200] (II) Initializing extension XVideo-MotionCompensation
[    12.200] (II) Initializing extension GLX
[    12.213] (II) AIGLX: Loaded and initialized radeonsi
[    12.213] (II) GLX: Initialized DRI2 GL provider for screen 0
[    12.214] (II) Initializing extension XFree86-VidModeExtension
[    12.214] (II) Initializing extension XFree86-DGA
[    12.214] (II) Initializing extension XFree86-DRI
[    12.214] (II) Initializing extension DRI2
[    12.215] (II) modeset(G0): Damage tracking initialized
[    12.215] (II) modeset(0): Damage tracking initialized
[    12.215] (II) modeset(0): Setting screen physical size to 677 x 381
[    12.314] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    12.314] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    12.314] (**) Power Button: Applying InputClass "system-keyboard"
[    12.314] (II) LoadModule: "libinput"
[    12.315] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    12.322] (II) Module libinput: vendor="X.Org Foundation"
[    12.322] 	compiled for 1.21.1.13, module version = 1.5.0
[    12.322] 	Module class: X.Org XInput Driver
[    12.322] 	ABI class: X.Org XInput driver, version 24.4
[    12.322] (II) Using input driver 'libinput' for 'Power Button'
[    12.322] (**) Power Button: always reports core events
[    12.322] (**) Option "Device" "/dev/input/event2"
[    12.357] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    12.357] (II) event2  - Power Button: device is a keyboard
[    12.358] (II) event2  - Power Button: device removed
[    12.368] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    12.368] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    12.368] (**) Option "xkb_model" "pc105"
[    12.368] (**) Option "xkb_layout" "de"
[    12.368] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.394] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    12.395] (II) event2  - Power Button: device is a keyboard
[    12.396] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    12.396] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    12.396] (**) Video Bus: Applying InputClass "system-keyboard"
[    12.396] (II) Using input driver 'libinput' for 'Video Bus'
[    12.396] (**) Video Bus: always reports core events
[    12.396] (**) Option "Device" "/dev/input/event3"
[    12.398] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    12.398] (II) event3  - Video Bus: device is a keyboard
[    12.398] (II) event3  - Video Bus: device removed
[    12.409] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input3/event3"
[    12.409] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    12.409] (**) Option "xkb_model" "pc105"
[    12.409] (**) Option "xkb_layout" "de"
[    12.409] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.411] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    12.411] (II) event3  - Video Bus: device is a keyboard
[    12.412] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    12.412] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    12.412] (**) Power Button: Applying InputClass "system-keyboard"
[    12.412] (II) Using input driver 'libinput' for 'Power Button'
[    12.412] (**) Power Button: always reports core events
[    12.412] (**) Option "Device" "/dev/input/event0"
[    12.414] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    12.414] (II) event0  - Power Button: device is a keyboard
[    12.414] (II) event0  - Power Button: device removed
[    12.422] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    12.422] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    12.422] (**) Option "xkb_model" "pc105"
[    12.422] (**) Option "xkb_layout" "de"
[    12.422] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.423] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    12.424] (II) event0  - Power Button: device is a keyboard
[    12.425] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    12.425] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    12.425] (**) Sleep Button: Applying InputClass "system-keyboard"
[    12.425] (II) Using input driver 'libinput' for 'Sleep Button'
[    12.425] (**) Sleep Button: always reports core events
[    12.425] (**) Option "Device" "/dev/input/event1"
[    12.426] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    12.426] (II) event1  - Sleep Button: device is a keyboard
[    12.427] (II) event1  - Sleep Button: device removed
[    12.437] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    12.437] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    12.437] (**) Option "xkb_model" "pc105"
[    12.437] (**) Option "xkb_layout" "de"
[    12.437] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.438] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    12.439] (II) event1  - Sleep Button: device is a keyboard
[    12.440] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event11)
[    12.440] (II) No input driver specified, ignoring this device.
[    12.440] (II) This device may have been added with another device file.
[    12.441] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event12)
[    12.441] (II) No input driver specified, ignoring this device.
[    12.441] (II) This device may have been added with another device file.
[    12.442] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event13)
[    12.442] (II) No input driver specified, ignoring this device.
[    12.442] (II) This device may have been added with another device file.
[    12.442] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event14)
[    12.442] (II) No input driver specified, ignoring this device.
[    12.442] (II) This device may have been added with another device file.
[    12.443] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event15)
[    12.443] (II) No input driver specified, ignoring this device.
[    12.443] (II) This device may have been added with another device file.
[    12.445] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event5)
[    12.445] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput keyboard catchall"
[    12.445] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "system-keyboard"
[    12.445] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[    12.445] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[    12.445] (**) Option "Device" "/dev/input/event5"
[    12.447] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[    12.447] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[    12.447] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[    12.457] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.0/0003:062A:4101.0002/input/input5/event5"
[    12.457] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: KEYBOARD, id 10)
[    12.457] (**) Option "xkb_model" "pc105"
[    12.457] (**) Option "xkb_layout" "de"
[    12.457] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.460] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[    12.460] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[    12.461] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event6)
[    12.461] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[    12.461] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[    12.461] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[    12.461] (**) Option "Device" "/dev/input/event6"
[    12.464] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[    12.465] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[    12.465] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[    12.487] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.487] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.487] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.487] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.1/0003:062A:4101.0003/input/input6/event6"
[    12.487] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: MOUSE, id 11)
[    12.487] (**) Option "AccelerationScheme" "none"
[    12.487] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) selected scheme none/0
[    12.487] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration factor: 2.000
[    12.487] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration threshold: 4
[    12.490] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[    12.490] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[    12.492] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/mouse0)
[    12.492] (II) No input driver specified, ignoring this device.
[    12.492] (II) This device may have been added with another device file.
[    12.494] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse Consumer Control (/dev/input/event7)
[    12.494] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[    12.494] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "system-keyboard"
[    12.494] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[    12.494] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[    12.494] (**) Option "Device" "/dev/input/event7"
[    12.496] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[    12.497] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[    12.497] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device removed
[    12.514] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: needs a virtual subdevice
[    12.514] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.1/0003:062A:4101.0003/input/input7/event7"
[    12.514] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: MOUSE, id 12)
[    12.514] (**) Option "AccelerationScheme" "none"
[    12.514] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) selected scheme none/0
[    12.514] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration factor: 2.000
[    12.514] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration threshold: 4
[    12.517] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[    12.517] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[    12.519] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse System Control (/dev/input/event8)
[    12.519] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: Applying InputClass "libinput keyboard catchall"
[    12.519] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: Applying InputClass "system-keyboard"
[    12.519] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse System Control'
[    12.519] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: always reports core events
[    12.519] (**) Option "Device" "/dev/input/event8"
[    12.522] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[    12.522] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[    12.522] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse System Control: device removed
[    12.541] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.1/0003:062A:4101.0003/input/input8/event8"
[    12.541] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse System Control" (type: KEYBOARD, id 13)
[    12.541] (**) Option "xkb_model" "pc105"
[    12.541] (**) Option "xkb_layout" "de"
[    12.541] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.544] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[    12.544] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[    12.546] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event9)
[    12.546] (II) No input driver specified, ignoring this device.
[    12.546] (II) This device may have been added with another device file.
[    12.547] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event16)
[    12.547] (II) No input driver specified, ignoring this device.
[    12.547] (II) This device may have been added with another device file.
[    12.547] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event17)
[    12.547] (II) No input driver specified, ignoring this device.
[    12.547] (II) This device may have been added with another device file.
[    12.548] (II) config/udev: Adding input device HDA Intel PCH SPDIF In (/dev/input/event18)
[    12.548] (II) No input driver specified, ignoring this device.
[    12.548] (II) This device may have been added with another device file.
[    12.550] (II) config/udev: Adding input device Apple Computer, Inc. IR Receiver (/dev/input/event4)
[    12.550] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "libinput keyboard catchall"
[    12.550] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "system-keyboard"
[    12.550] (II) Using input driver 'libinput' for 'Apple Computer, Inc. IR Receiver'
[    12.550] (**) Apple Computer, Inc. IR Receiver: always reports core events
[    12.550] (**) Option "Device" "/dev/input/event4"
[    12.552] (II) event4  - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[    12.553] (II) event4  - Apple Computer, Inc. IR Receiver: device is a keyboard
[    12.553] (II) event4  - Apple Computer, Inc. IR Receiver: device removed
[    12.572] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb4/4-1/4-1.2/4-1.2:1.0/0003:05AC:8242.0001/input/input4/event4"
[    12.572] (II) XINPUT: Adding extended input device "Apple Computer, Inc. IR Receiver" (type: KEYBOARD, id 14)
[    12.572] (**) Option "xkb_model" "pc105"
[    12.572] (**) Option "xkb_layout" "de"
[    12.572] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.575] (II) event4  - Apple Computer, Inc. IR Receiver: is tagged by udev as: Keyboard
[    12.575] (II) event4  - Apple Computer, Inc. IR Receiver: device is a keyboard
[    12.576] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[    12.576] (II) No input driver specified, ignoring this device.
[    12.576] (II) This device may have been added with another device file.
[    12.590] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[    12.590] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "system-keyboard"
[    12.591] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[    12.591] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[    12.591] (**) Option "Device" "/dev/input/event7"
[    12.591] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is a virtual subdevice
[    12.591] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.1/0003:062A:4101.0003/input/input7/event7"
[    12.591] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: KEYBOARD, id 15)
[    12.591] (**) Option "xkb_model" "pc105"
[    12.591] (**) Option "xkb_layout" "de"
[    12.591] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    12.592] (II) modeset(0): Disabling kernel dirty updates, not required.
[    23.416] (II) event2  - Power Button: device removed
[    23.422] (II) event3  - Video Bus: device removed
[    23.430] (II) event0  - Power Button: device removed
[    23.438] (II) event1  - Sleep Button: device removed
[    23.446] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[    23.455] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[    23.475] (II) event8  - MOSART Semi. 2.4G Keyboard Mouse System Control: device removed
[    23.485] (II) event4  - Apple Computer, Inc. IR Receiver: device removed
[    23.491] (II) event7  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device removed
[    23.498] (II) AIGLX: Suspending AIGLX clients for VT switch

It is interesting, if I now open kmail without the xf86 video drivers via the console no vaapi error is displayed, kmail opens but with pixel

kmail

[michael@macarch ~]$ kmail
[michael@macarch ~]$


journalctl -kb -1

Apr 18 18:14:45 macarch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Apr 18 18:14:45 macarch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Apr 18 18:14:45 macarch kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Apr 18 18:14:45 macarch kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Apr 18 18:14:45 macarch kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Apr 18 18:14:45 macarch kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Apr 18 18:14:45 macarch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Apr 18 18:14:45 macarch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 18 18:14:45 macarch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 18 18:14:45 macarch kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Apr 18 18:14:45 macarch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Apr 18 18:14:45 macarch kernel: TSC deadline timer available
Apr 18 18:14:45 macarch kernel: CPU topo: Max. logical packages:   1
Apr 18 18:14:45 macarch kernel: CPU topo: Max. logical dies:       1
Apr 18 18:14:45 macarch kernel: CPU topo: Max. dies per package:   1
Apr 18 18:14:45 macarch kernel: CPU topo: Max. threads per core:   1
Apr 18 18:14:45 macarch kernel: CPU topo: Num. cores per package:     4
Apr 18 18:14:45 macarch kernel: CPU topo: Num. threads per package:   4
Apr 18 18:14:45 macarch kernel: CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x0008e000-0x0008ffff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000bffff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x89be7000-0x89be7fff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x89c02000-0x89c02fff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x8bf92000-0x8bf92fff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x8bf92000-0x8bf92fff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x8ed34000-0x8ed5efff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x8ed61000-0x8ed8efff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x8ee5a000-0x8ee8efff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x8eed7000-0x8eefefff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x8efa3000-0x8f8fffff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0x8f900000-0xe00f7fff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffed7fff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0xffed8000-0xffefffff]
Apr 18 18:14:45 macarch kernel: PM: hibernation: Registered nosave memory: [mem 0xfff00000-0xffffffff]
Apr 18 18:14:45 macarch kernel: [mem 0x8f900000-0xe00f7fff] available for PCI devices
Apr 18 18:14:45 macarch kernel: Booting paravirtualized kernel on bare hardware
Apr 18 18:14:45 macarch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Apr 18 18:14:45 macarch kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Apr 18 18:14:45 macarch kernel: percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
Apr 18 18:14:45 macarch kernel: pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
Apr 18 18:14:45 macarch kernel: pcpu-alloc: [0] 0 1 2 3 
Apr 18 18:14:45 macarch kernel: Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=3e0d5f87-c604
-49b5-aff6-3232b89b0737 zswap.enabled=0 nvidia_drm.modeset=1 rw rootfstype=ext4
Apr 18 18:14:45 macarch kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Apr 18 18:14:45 macarch kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Apr 18 18:14:45 macarch kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Apr 18 18:14:45 macarch kernel: Fallback order for Node 0: 0 
Apr 18 18:14:45 macarch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4188554
Apr 18 18:14:45 macarch kernel: Policy zone: Normal
Apr 18 18:14:45 macarch kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Apr 18 18:14:45 macarch kernel: software IO TLB: area num 4.
Apr 18 18:14:45 macarch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Apr 18 18:14:45 macarch kernel: Kernel/User page tables isolation: enabled
Apr 18 18:14:45 macarch kernel: ftrace: allocating 55513 entries in 217 pages
Apr 18 18:14:45 macarch kernel: ftrace: allocated 217 pages with 5 groups
Apr 18 18:14:45 macarch kernel: Dynamic Preempt: full
Apr 18 18:14:45 macarch kernel: rcu: Preemptible hierarchical RCU implementation.
Apr 18 18:14:45 macarch kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
Apr 18 18:14:45 macarch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Apr 18 18:14:45 macarch kernel:         Trampoline variant of Tasks RCU enabled.
Apr 18 18:14:45 macarch kernel:         Rude variant of Tasks RCU enabled.
Apr 18 18:14:45 macarch kernel:         Tracing variant of Tasks RCU enabled.
Apr 18 18:14:45 macarch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Apr 18 18:14:45 macarch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Apr 18 18:14:45 macarch kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Apr 18 18:14:45 macarch kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Apr 18 18:14:45 macarch kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Apr 18 18:14:45 macarch kernel: NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
Apr 18 18:14:45 macarch kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Apr 18 18:14:45 macarch kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Apr 18 18:14:45 macarch kernel: Console: colour dummy device 80x25
Apr 18 18:14:45 macarch kernel: printk: legacy console [tty0] enabled
Apr 18 18:14:45 macarch kernel: ACPI: Core revision 20240827
Apr 18 18:14:45 macarch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Apr 18 18:14:45 macarch kernel: APIC: Switch to symmetric I/O mode setup
Apr 18 18:14:45 macarch kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Apr 18 18:14:45 macarch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 18 18:14:45 macarch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2cae9dbade4, max_idle_ns: 440795216965 ns
Apr 18 18:14:45 macarch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6199.64 BogoMIPS (lpj=3099820)
Apr 18 18:14:45 macarch kernel: CPU0: Thermal monitoring enabled (TM1)
Apr 18 18:14:45 macarch kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Apr 18 18:14:45 macarch kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Apr 18 18:14:45 macarch kernel: process: using mwait in idle threads
Apr 18 18:14:45 macarch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 18 18:14:45 macarch kernel: Spectre V2 : Mitigation: Retpolines
Apr 18 18:14:45 macarch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 18 18:14:45 macarch kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Apr 18 18:14:45 macarch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Apr 18 18:14:45 macarch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Apr 18 18:14:45 macarch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Apr 18 18:14:45 macarch kernel: MDS: Mitigation: Clear CPU buffers
Apr 18 18:14:45 macarch kernel: MMIO Stale Data: Unknown: No mitigations
Apr 18 18:14:45 macarch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 18 18:14:45 macarch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 18 18:14:45 macarch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Apr 18 18:14:45 macarch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Apr 18 18:14:45 macarch kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Apr 18 18:14:45 macarch kernel: Freeing SMP alternatives memory: 48K
Apr 18 18:14:45 macarch kernel: pid_max: default: 32768 minimum: 301
Apr 18 18:14:45 macarch kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Apr 18 18:14:45 macarch kernel: landlock: Up and running.
Apr 18 18:14:45 macarch kernel: Yama: becoming mindful.
Apr 18 18:14:45 macarch kernel: LSM support for eBPF active
Apr 18 18:14:45 macarch kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 18 18:14:45 macarch kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 18 18:14:45 macarch kernel: smpboot: CPU0: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Apr 18 18:14:45 macarch kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Apr 18 18:14:45 macarch kernel: ... version:                3
Apr 18 18:14:45 macarch kernel: ... bit width:              48
Apr 18 18:14:45 macarch kernel: ... generic registers:      8
Apr 18 18:14:45 macarch kernel: ... value mask:             0000ffffffffffff
Apr 18 18:14:45 macarch kernel: ... max period:             00007fffffffffff
Apr 18 18:14:45 macarch kernel: ... fixed-purpose events:   3
Apr 18 18:14:45 macarch kernel: ... event mask:             00000007000000ff
Apr 18 18:14:45 macarch kernel: signal: max sigframe size: 1776
Apr 18 18:14:45 macarch kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1057
Apr 18 18:14:45 macarch kernel: rcu: Hierarchical SRCU implementation.
Apr 18 18:14:45 macarch kernel: rcu:         Max phase no-delay instances is 400.
Apr 18 18:14:45 macarch kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Apr 18 18:14:45 macarch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Apr 18 18:14:45 macarch kernel: smp: Bringing up secondary CPUs ...
Apr 18 18:14:45 macarch kernel: smpboot: x86: Booting SMP configuration:
Apr 18 18:14:45 macarch kernel: .... node  #0, CPUs:      #1 #2 #3
Apr 18 18:14:45 macarch kernel: smp: Brought up 1 node, 4 CPUs
Apr 18 18:14:45 macarch kernel: smpboot: Total of 4 processors activated (24798.56 BogoMIPS)
Apr 18 18:14:45 macarch kernel: Memory: 16279208K/16754216K available (19197K kernel code, 2903K rwdata, 16268K rodata, 4528K init, 4964K bss, 465616K reser
ved, 0K cma-reserved)
Apr 18 18:14:45 macarch kernel: devtmpfs: initialized
Apr 18 18:14:45 macarch kernel: x86/mm: Memory block size: 128MB
Apr 18 18:14:45 macarch kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8ed34000-0x8ed5efff] (176128 bytes)
Apr 18 18:14:45 macarch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Apr 18 18:14:45 macarch kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Apr 18 18:14:45 macarch kernel: pinctrl core: initialized pinctrl subsystem
Apr 18 18:14:45 macarch kernel: PM: RTC time: 16:14:37, date: 2025-04-18
Apr 18 18:14:45 macarch kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Apr 18 18:14:45 macarch kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Apr 18 18:14:45 macarch kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Apr 18 18:14:45 macarch kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Apr 18 18:14:45 macarch kernel: audit: initializing netlink subsys (disabled)
Apr 18 18:14:45 macarch kernel: audit: type=2000 audit(1744992877.044:1): state=initialized audit_enabled=0 res=1
Apr 18 18:14:45 macarch kernel: thermal_sys: Registered thermal governor 'fair_share'
Apr 18 18:14:45 macarch kernel: thermal_sys: Registered thermal governor 'bang_bang'
Apr 18 18:14:45 macarch kernel: thermal_sys: Registered thermal governor 'step_wise'
Apr 18 18:14:45 macarch kernel: thermal_sys: Registered thermal governor 'user_space'
Apr 18 18:14:45 macarch kernel: thermal_sys: Registered thermal governor 'power_allocator'
Apr 18 18:14:45 macarch kernel: cpuidle: using governor ladder
Apr 18 18:14:45 macarch kernel: cpuidle: using governor menu
Apr 18 18:14:45 macarch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 18 18:14:45 macarch kernel: PCI: ECAM [mem 0xe0000000-0xefbfffff] (base 0xe0000000) for domain 0000 [bus 00-fb]
Apr 18 18:14:45 macarch kernel: PCI: Using configuration type 1 for base access
Apr 18 18:14:45 macarch kernel: core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
Apr 18 18:14:45 macarch kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Apr 18 18:14:45 macarch kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Apr 18 18:14:45 macarch kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Apr 18 18:14:45 macarch kernel: raid6: skipped pq benchmark and selected sse2x4
Apr 18 18:14:45 macarch kernel: raid6: using ssse3x2 recovery algorithm
Apr 18 18:14:45 macarch kernel: ACPI: Disabled all _OSI OS vendors
Apr 18 18:14:45 macarch kernel: ACPI: Added _OSI(Module Device)
Apr 18 18:14:45 macarch kernel: ACPI: Added _OSI(Processor Device)
Apr 18 18:14:45 macarch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 18 18:14:45 macarch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 18 18:14:45 macarch kernel: ACPI: Added _OSI(Darwin)
Apr 18 18:14:45 macarch kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Apr 18 18:14:45 macarch kernel: ACPI: EC: EC started
Apr 18 18:14:45 macarch kernel: ACPI: EC: interrupt blocked
Apr 18 18:14:45 macarch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 18 18:14:45 macarch kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Apr 18 18:14:45 macarch kernel: ACPI: BIOS _OSI(Darwin) query honored via DMI
Apr 18 18:14:45 macarch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Apr 18 18:14:45 macarch kernel: ACPI: Dynamic OEM Table Load:
Apr 18 18:14:45 macarch kernel: ACPI: SSDT 0xFFFF89C740A84800 000781 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
Apr 18 18:14:45 macarch kernel: ACPI: Dynamic OEM Table Load:
Apr 18 18:14:45 macarch kernel: ACPI: SSDT 0xFFFF89C740ACB400 0003A4 (v01 PmRef  ApIst    00003000 INTL 20061109)
Apr 18 18:14:45 macarch kernel: ACPI: Dynamic OEM Table Load:
Apr 18 18:14:45 macarch kernel: ACPI: SSDT 0xFFFF89C7416DD400 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
Apr 18 18:14:45 macarch kernel: ACPI: Interpreter enabled
Apr 18 18:14:45 macarch kernel: ACPI: PM: (supports S0 S3 S4 S5)
Apr 18 18:14:45 macarch kernel: ACPI: Using IOAPIC for interrupt routing
Apr 18 18:14:45 macarch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 18 18:14:45 macarch kernel: PCI: Using E820 reservations for host bridge windows
Apr 18 18:14:45 macarch kernel: ACPI: Enabled 6 GPEs in block 00 to 3F
Apr 18 18:14:45 macarch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Apr 18 18:14:45 macarch kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
Apr 18 18:14:45 macarch kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xe0000000-0xefbfffff] for domain 0000 [bus 00-fb] only partially covers this br
idge
Apr 18 18:14:45 macarch kernel: PCI host bridge to bus 0000:00
Apr 18 18:14:45 macarch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:00: root bus resource [mem 0x8f900000-0xfeafffff window]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:00.0: [8086:0100] type 00 class 0x060000 conventional PCI endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:00:01.0: [8086:0101] type 01 class 0x060400 PCIe Root Port
Apr 18 18:14:45 macarch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 18 18:14:45 macarch kernel: pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:01.0:   bridge window [mem 0xb0800000-0xb08fffff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa01fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:02.0: [8086:0102] type 00 class 0x038000 conventional PCI endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb03fffff 64bit]
Apr 18 18:14:45 macarch kernel: pci 0000:00:02.0: BAR 2 [mem 0xa8000000-0xafffffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
Apr 18 18:14:45 macarch kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000 conventional PCI endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:00:16.0: BAR 0 [mem 0xb0907100-0xb090710f 64bit]
Apr 18 18:14:45 macarch kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:1a.0: [8086:1c2c] type 00 class 0x0c0300 conventional PCI endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:00:1a.0: BAR 4 [io  0x3140-0x315f]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1a.7: [8086:1c2d] type 00 class 0x0c0320 conventional PCI endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:00:1a.7: BAR 0 [mem 0xb0906c00-0xb0906fff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:00:1b.0: BAR 0 [mem 0xb0900000-0xb0903fff 64bit]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 PCIe Root Port
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.0:   bridge window [mem 0xb0700000-0xb07fffff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb04fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400 PCIe Root Port
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.1:   bridge window [mem 0xb0600000-0xb06fffff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400 PCIe Root Port
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.2:   bridge window [mem 0xb0500000-0xb05fffff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400 PCIe Root Port
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.4: PCI bridge to [bus 05-fb]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.4:   bridge window [io  0x4000-0x4fff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.4:   bridge window [mem 0xb0a00000-0xb4efffff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.4:   bridge window [mem 0xb4f00000-0xb8efffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:1d.0: [8086:1c27] type 00 class 0x0c0300 conventional PCI endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:00:1d.0: BAR 4 [io  0x30e0-0x30ff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1d.7: [8086:1c26] type 00 class 0x0c0320 conventional PCI endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:00:1d.7: BAR 0 [mem 0xb0906800-0xb0906bff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:1f.0: [8086:1c44] type 00 class 0x060100 conventional PCI endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601 conventional PCI endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:00:1f.2: BAR 0 [io  0x3168-0x316f]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1f.2: BAR 1 [io  0x317c-0x317f]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1f.2: BAR 2 [io  0x3160-0x3167]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1f.2: BAR 3 [io  0x3178-0x317b]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1f.2: BAR 4 [io  0x3060-0x307f]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1f.2: BAR 5 [mem 0xb0906000-0xb09067ff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1f.2: PME# supported from D3hot
Apr 18 18:14:45 macarch kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500 conventional PCI endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:00:1f.3: BAR 0 [mem 0xb0907000-0xb09070ff 64bit]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1f.3: BAR 4 [io  0xefa0-0xefbf]
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: [1002:67e8] type 00 class 0x030000 PCIe Legacy Endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: BAR 0 [mem 0x90000000-0x9fffffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: BAR 2 [mem 0xa0000000-0xa01fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: BAR 4 [io  0x2000-0x20ff]
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: BAR 5 [mem 0xb0800000-0xb083ffff]
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: ROM [mem 0xb0840000-0xb085ffff pref]
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: enabling Extended Tags
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: supports D1 D2
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 63.008 
Gb/s with 8.0 GT/s PCIe x8 link)
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.1: [1002:aae0] type 00 class 0x040300 PCIe Legacy Endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.1: BAR 0 [mem 0xb0860000-0xb0863fff 64bit]
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.1: enabling Extended Tags
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.1: supports D1 D2
Apr 18 18:14:45 macarch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 18 18:14:45 macarch kernel: pci 0000:02:00.0: [14e4:16b4] type 00 class 0x020000 PCIe Endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:02:00.0: BAR 0 [mem 0xb0400000-0xb040ffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:02:00.0: BAR 2 [mem 0xb0410000-0xb041ffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 18 18:14:45 macarch kernel: pci 0000:03:00.0: [168c:0030] type 00 class 0x028000 PCIe Endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:03:00.0: BAR 0 [mem 0xb0600000-0xb061ffff 64bit]
Apr 18 18:14:45 macarch kernel: pci 0000:03:00.0: ROM [mem 0xffff0000-0xffffffff pref]
Apr 18 18:14:45 macarch kernel: pci 0000:03:00.0: supports D1 D2
Apr 18 18:14:45 macarch kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Apr 18 18:14:45 macarch kernel: pci 0000:04:00.0: [11c1:5901] type 00 class 0x0c0010 PCIe Endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:04:00.0: BAR 0 [mem 0xb0500000-0xb0500fff 64bit]
Apr 18 18:14:45 macarch kernel: pci 0000:04:00.0: supports D1 D2
Apr 18 18:14:45 macarch kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: [8086:1513] type 01 class 0x060400 PCIe Switch Upstream Port
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: PCI bridge to [bus 06-cb]
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0:   bridge window [mem 0xb0a00000-0xb0efffff]
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: enabling Extended Tags
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: supports D1 D2
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.4: PCI bridge to [bus 05-fb]
Apr 18 18:14:45 macarch kernel: acpiphp: Slot [3] registered
Apr 18 18:14:45 macarch kernel: acpiphp: Slot [4] registered
Apr 18 18:14:45 macarch kernel: pci 0000:06:00.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
Apr 18 18:14:45 macarch kernel: pci 0000:06:00.0: PCI bridge to [bus 07]
Apr 18 18:14:45 macarch kernel: pci 0000:06:00.0:   bridge window [mem 0xb0a00000-0xb0afffff]
Apr 18 18:14:45 macarch kernel: pci 0000:06:00.0: enabling Extended Tags
Apr 18 18:14:45 macarch kernel: pci 0000:06:00.0: supports D1 D2
Apr 18 18:14:45 macarch kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: PCI bridge to [bus 08-38]
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0:   bridge window [mem 0xb0b00000-0xb0bfffff]
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: enabling Extended Tags
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: supports D1 D2
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: PCI bridge to [bus 39-69]
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0:   bridge window [mem 0xb0c00000-0xb0cfffff]
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: enabling Extended Tags
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: supports D1 D2
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: PCI bridge to [bus 6a-9a]
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0:   bridge window [mem 0xb0d00000-0xb0dfffff]
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: enabling Extended Tags
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: supports D1 D2
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: PCI bridge to [bus 9b-cb]
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0:   bridge window [mem 0xb0e00000-0xb0efffff]
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: enabling Extended Tags
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: supports D1 D2
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: PCI bridge to [bus 06-cb]
Apr 18 18:14:45 macarch kernel: acpiphp: Slot [1] registered
Apr 18 18:14:45 macarch kernel: pci 0000:07:00.0: [8086:1513] type 00 class 0x088000 PCIe Endpoint
Apr 18 18:14:45 macarch kernel: pci 0000:07:00.0: BAR 0 [mem 0xb0a00000-0xb0a3ffff]
Apr 18 18:14:45 macarch kernel: pci 0000:07:00.0: BAR 1 [mem 0xb0a40000-0xb0a40fff]
Apr 18 18:14:45 macarch kernel: pci 0000:07:00.0: enabling Extended Tags
Apr 18 18:14:45 macarch kernel: pci 0000:07:00.0: supports D1 D2
Apr 18 18:14:45 macarch kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 18 18:14:45 macarch kernel: pci 0000:06:00.0: PCI bridge to [bus 07]
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: PCI bridge to [bus 08-38]
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: PCI bridge to [bus 39-69]
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: PCI bridge to [bus 6a-9a]
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: PCI bridge to [bus 9b-cb]
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKA disabled
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKB disabled
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKC disabled
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKD disabled
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKE disabled
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKF disabled
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKG disabled
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Apr 18 18:14:45 macarch kernel: ACPI: PCI: Interrupt link LNKH disabled
Apr 18 18:14:45 macarch kernel: ACPI: EC: interrupt unblocked
Apr 18 18:14:45 macarch kernel: ACPI: EC: event unblocked
Apr 18 18:14:45 macarch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 18 18:14:45 macarch kernel: ACPI: EC: GPE=0x17
Apr 18 18:14:45 macarch kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Apr 18 18:14:45 macarch kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Apr 18 18:14:45 macarch kernel: iommu: Default domain type: Translated
Apr 18 18:14:45 macarch kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Apr 18 18:14:45 macarch kernel: SCSI subsystem initialized
Apr 18 18:14:45 macarch kernel: libata version 3.00 loaded.
Apr 18 18:14:45 macarch kernel: ACPI: bus type USB registered
Apr 18 18:14:45 macarch kernel: usbcore: registered new interface driver usbfs
Apr 18 18:14:45 macarch kernel: usbcore: registered new interface driver hub
Apr 18 18:14:45 macarch kernel: usbcore: registered new device driver usb
Apr 18 18:14:45 macarch kernel: EDAC MC: Ver: 3.0.0
Apr 18 18:14:45 macarch kernel: efivars: Registered efivars operations
Apr 18 18:14:45 macarch kernel: NetLabel: Initializing
Apr 18 18:14:45 macarch kernel: NetLabel:  domain hash size = 128
Apr 18 18:14:45 macarch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr 18 18:14:45 macarch kernel: NetLabel:  unlabeled traffic allowed by default
Apr 18 18:14:45 macarch kernel: mctp: management component transport protocol core
Apr 18 18:14:45 macarch kernel: NET: Registered PF_MCTP protocol family
Apr 18 18:14:45 macarch kernel: PCI: Using ACPI for IRQ routing
Apr 18 18:14:45 macarch kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 18 18:14:45 macarch kernel: e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
Apr 18 18:14:45 macarch kernel: e820: reserve RAM buffer [mem 0x89be7018-0x8bffffff]
Apr 18 18:14:45 macarch kernel: e820: reserve RAM buffer [mem 0x8bf92a98-0x8bffffff]
Apr 18 18:14:45 macarch kernel: e820: reserve RAM buffer [mem 0x8ed34000-0x8fffffff]
Apr 18 18:14:45 macarch kernel: e820: reserve RAM buffer [mem 0x8ed61000-0x8fffffff]
Apr 18 18:14:45 macarch kernel: e820: reserve RAM buffer [mem 0x8ee5a000-0x8fffffff]
Apr 18 18:14:45 macarch kernel: e820: reserve RAM buffer [mem 0x8eed7000-0x8fffffff]
Apr 18 18:14:45 macarch kernel: e820: reserve RAM buffer [mem 0x8efa3000-0x8fffffff]
Apr 18 18:14:45 macarch kernel: e820: reserve RAM buffer [mem 0x46ff00000-0x46fffffff]
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Apr 18 18:14:45 macarch kernel: vgaarb: loaded
Apr 18 18:14:45 macarch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Apr 18 18:14:45 macarch kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Apr 18 18:14:45 macarch kernel: clocksource: Switched to clocksource tsc-early
Apr 18 18:14:45 macarch kernel: VFS: Disk quotas dquot_6.6.0
Apr 18 18:14:45 macarch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 18 18:14:45 macarch kernel: pnp: PnP ACPI init
Apr 18 18:14:45 macarch kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:01: [io  0x1000-0x100f] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:01: [io  0xffff] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:01: [io  0xffff] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:01: [io  0x0400-0x047f] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:01: [io  0x0500-0x057f] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
Apr 18 18:14:45 macarch kernel: system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:03: [mem 0xfed90000-0xfed93fff] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:03: [mem 0xfed45000-0xfed8ffff] has been reserved
Apr 18 18:14:45 macarch kernel: system 00:03: [mem 0xff000000-0xffffffff] could not be reserved
Apr 18 18:14:45 macarch kernel: system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
Apr 18 18:14:45 macarch kernel: pnp: PnP ACPI: found 4 devices
Apr 18 18:14:45 macarch kernel: pci 0000:04:00.0: assigning 2 device properties
Apr 18 18:14:45 macarch kernel: pci 0000:07:00.0: assigning 3 device properties
Apr 18 18:14:45 macarch kernel: pci 0000:00:1b.0: assigning 4 device properties
Apr 18 18:14:45 macarch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 18 18:14:45 macarch kernel: NET: Registered PF_INET protocol family
Apr 18 18:14:45 macarch kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Apr 18 18:14:45 macarch kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Apr 18 18:14:45 macarch kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Apr 18 18:14:45 macarch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Apr 18 18:14:45 macarch kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Apr 18 18:14:45 macarch kernel: TCP: Hash tables configured (established 131072 bind 65536)
Apr 18 18:14:45 macarch kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Apr 18 18:14:45 macarch kernel: UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
Apr 18 18:14:45 macarch kernel: UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
Apr 18 18:14:45 macarch kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Apr 18 18:14:45 macarch kernel: NET: Registered PF_XDP protocol family
Apr 18 18:14:45 macarch kernel: pci 0000:03:00.0: ROM [mem 0xffff0000-0xffffffff pref]: can't claim; no compatible bridge window
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: bridge window [io  0x1000-0x0fff] to [bus 08-38] add_size 1000
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08-38] add_size 200000 add_align 100000
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: bridge window [io  0x1000-0x0fff] to [bus 39-69] add_size 1000
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39-69] add_size 200000 add_align 100000
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: bridge window [io  0x1000-0x0fff] to [bus 6a-9a] add_size 1000
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6a-9a] add_size 200000 add_align 100000
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: bridge window [io  0x1000-0x0fff] to [bus 9b-cb] add_size 1000
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 9b-cb] add_size 200000 add_align 100000
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: bridge window [io  0x1000-0x0fff] to [bus 06-cb] add_size 4000
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: bridge window [mem 0x00100000-0x004fffff 64bit pref] to [bus 06-cb] add_size 800000 add_align 100000
Apr 18 18:14:45 macarch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 18 18:14:45 macarch kernel: pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:01.0:   bridge window [mem 0xb0800000-0xb08fffff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa01fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.0:   bridge window [mem 0xb0700000-0xb07fffff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb04fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:03:00.0: ROM [mem 0xb0620000-0xb062ffff pref]: assigned
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.1:   bridge window [mem 0xb0600000-0xb06fffff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.2:   bridge window [mem 0xb0500000-0xb05fffff]
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: bridge window [mem 0xb4f00000-0xb5afffff 64bit pref]: assigned
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: bridge window [io  size 0x4000]: can't assign; no space
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: bridge window [io  size 0x4000]: failed to assign
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: bridge window [io  size 0x4000]: can't assign; no space
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: bridge window [io  size 0x4000]: failed to assign
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: bridge window [mem 0xb4f00000-0xb50fffff 64bit pref]: assigned
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: bridge window [mem 0xb5100000-0xb52fffff 64bit pref]: assigned
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: bridge window [mem 0xb5300000-0xb54fffff 64bit pref]: assigned
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: bridge window [mem 0xb5500000-0xb56fffff 64bit pref]: assigned
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: bridge window [io  size 0x1000]: can't assign; no space
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: bridge window [io  size 0x1000]: failed to assign
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: bridge window [io  size 0x1000]: can't assign; no space
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: bridge window [io  size 0x1000]: failed to assign
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: bridge window [io  size 0x1000]: can't assign; no space
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: bridge window [io  size 0x1000]: failed to assign
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: bridge window [io  size 0x1000]: can't assign; no space
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: bridge window [io  size 0x1000]: failed to assign
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: bridge window [io  size 0x1000]: can't assign; no space
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: bridge window [io  size 0x1000]: failed to assign
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: bridge window [io  size 0x1000]: can't assign; no space
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: bridge window [io  size 0x1000]: failed to assign
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: bridge window [io  size 0x1000]: can't assign; no space
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: bridge window [io  size 0x1000]: failed to assign
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: bridge window [io  size 0x1000]: can't assign; no space
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: bridge window [io  size 0x1000]: failed to assign
Apr 18 18:14:45 macarch kernel: pci 0000:06:00.0: PCI bridge to [bus 07]
Apr 18 18:14:45 macarch kernel: pci 0000:06:00.0:   bridge window [mem 0xb0a00000-0xb0afffff]
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0: PCI bridge to [bus 08-38]
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0:   bridge window [mem 0xb0b00000-0xb0bfffff]
Apr 18 18:14:45 macarch kernel: pci 0000:06:03.0:   bridge window [mem 0xb4f00000-0xb50fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0: PCI bridge to [bus 39-69]
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0:   bridge window [mem 0xb0c00000-0xb0cfffff]
Apr 18 18:14:45 macarch kernel: pci 0000:06:04.0:   bridge window [mem 0xb5100000-0xb52fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0: PCI bridge to [bus 6a-9a]
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0:   bridge window [mem 0xb0d00000-0xb0dfffff]
Apr 18 18:14:45 macarch kernel: pci 0000:06:05.0:   bridge window [mem 0xb5300000-0xb54fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0: PCI bridge to [bus 9b-cb]
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0:   bridge window [mem 0xb0e00000-0xb0efffff]
Apr 18 18:14:45 macarch kernel: pci 0000:06:06.0:   bridge window [mem 0xb5500000-0xb56fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0: PCI bridge to [bus 06-cb]
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0:   bridge window [mem 0xb0a00000-0xb0efffff]
Apr 18 18:14:45 macarch kernel: pci 0000:05:00.0:   bridge window [mem 0xb4f00000-0xb5afffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.4: PCI bridge to [bus 05-fb]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.4:   bridge window [io  0x4000-0x4fff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.4:   bridge window [mem 0xb0a00000-0xb4efffff]
Apr 18 18:14:45 macarch kernel: pci 0000:00:1c.4:   bridge window [mem 0xb4f00000-0xb8efffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:00: resource 7 [mem 0x8f900000-0xfeafffff window]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:01: resource 1 [mem 0xb0800000-0xb08fffff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:01: resource 2 [mem 0x90000000-0xa01fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:02: resource 1 [mem 0xb0700000-0xb07fffff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:02: resource 2 [mem 0xb0400000-0xb04fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:03: resource 1 [mem 0xb0600000-0xb06fffff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:04: resource 1 [mem 0xb0500000-0xb05fffff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:05: resource 1 [mem 0xb0a00000-0xb4efffff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:05: resource 2 [mem 0xb4f00000-0xb8efffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:06: resource 1 [mem 0xb0a00000-0xb0efffff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:06: resource 2 [mem 0xb4f00000-0xb5afffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:07: resource 1 [mem 0xb0a00000-0xb0afffff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:08: resource 1 [mem 0xb0b00000-0xb0bfffff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:08: resource 2 [mem 0xb4f00000-0xb50fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:39: resource 1 [mem 0xb0c00000-0xb0cfffff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:39: resource 2 [mem 0xb5100000-0xb52fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:6a: resource 1 [mem 0xb0d00000-0xb0dfffff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:6a: resource 2 [mem 0xb5300000-0xb54fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:9b: resource 1 [mem 0xb0e00000-0xb0efffff]
Apr 18 18:14:45 macarch kernel: pci_bus 0000:9b: resource 2 [mem 0xb5500000-0xb56fffff 64bit pref]
Apr 18 18:14:45 macarch kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Apr 18 18:14:45 macarch kernel: PCI: CLS 256 bytes, default 64
Apr 18 18:14:45 macarch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 18 18:14:45 macarch kernel: software IO TLB: mapped [mem 0x0000000085be7000-0x0000000089be7000] (64MB)
Apr 18 18:14:45 macarch kernel: Trying to unpack rootfs image as initramfs...
Apr 18 18:14:45 macarch kernel: Initialise system trusted keyrings
Apr 18 18:14:45 macarch kernel: Key type blacklist registered
Apr 18 18:14:45 macarch kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
Apr 18 18:14:45 macarch kernel: fuse: init (API version 7.42)
Apr 18 18:14:45 macarch kernel: integrity: Platform Keyring initialized
Apr 18 18:14:45 macarch kernel: integrity: Machine keyring initialized
Apr 18 18:14:45 macarch kernel: xor: automatically using best checksumming function   avx       
Apr 18 18:14:45 macarch kernel: Key type asymmetric registered
Apr 18 18:14:45 macarch kernel: Asymmetric key parser 'x509' registered
Apr 18 18:14:45 macarch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Apr 18 18:14:45 macarch kernel: io scheduler mq-deadline registered
Apr 18 18:14:45 macarch kernel: io scheduler kyber registered
Apr 18 18:14:45 macarch kernel: io scheduler bfq registered
Apr 18 18:14:45 macarch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Apr 18 18:14:45 macarch kernel: pcieport 0000:06:03.0: enabling device (0000 -> 0002)
Apr 18 18:14:45 macarch kernel: pcieport 0000:06:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPres
Dis- LLActRep+ (with Cmd Compl erratum)
Apr 18 18:14:45 macarch kernel: pcieport 0000:06:04.0: enabling device (0000 -> 0002)
Apr 18 18:14:45 macarch kernel: pcieport 0000:06:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPres
Dis- LLActRep+ (with Cmd Compl erratum)
Apr 18 18:14:45 macarch kernel: pcieport 0000:06:05.0: enabling device (0000 -> 0002)
Apr 18 18:14:45 macarch kernel: pcieport 0000:06:05.0: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPres
Dis- LLActRep+ (with Cmd Compl erratum)
Apr 18 18:14:45 macarch kernel: pcieport 0000:06:06.0: enabling device (0000 -> 0002)
Apr 18 18:14:45 macarch kernel: pcieport 0000:06:06.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPres
Dis- LLActRep+ (with Cmd Compl erratum)
Apr 18 18:14:45 macarch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 18 18:14:45 macarch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Apr 18 18:14:45 macarch kernel: ACPI: button: Power Button [PWRB]
Apr 18 18:14:45 macarch kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Apr 18 18:14:45 macarch kernel: ACPI: button: Sleep Button [SLPB]
Apr 18 18:14:45 macarch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Apr 18 18:14:45 macarch kernel: ACPI: button: Power Button [PWRF]
Apr 18 18:14:45 macarch kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Apr 18 18:14:45 macarch kernel: Non-volatile memory driver v1.3
Apr 18 18:14:45 macarch kernel: Linux agpgart interface v0.103
Apr 18 18:14:45 macarch kernel: ACPI: bus type drm_connector registered
Apr 18 18:14:45 macarch kernel: ahci 0000:00:1f.2: version 3.0
Apr 18 18:14:45 macarch kernel: ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
Apr 18 18:14:45 macarch kernel: ahci 0000:00:1f.2: 3/6 ports implemented (port mask 0x7)
Apr 18 18:14:45 macarch kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
Apr 18 18:14:45 macarch kernel: scsi host0: ahci
Apr 18 18:14:45 macarch kernel: scsi host1: ahci
Apr 18 18:14:45 macarch kernel: scsi host2: ahci
Apr 18 18:14:45 macarch kernel: scsi host3: ahci
Apr 18 18:14:45 macarch kernel: scsi host4: ahci
Apr 18 18:14:45 macarch kernel: scsi host5: ahci
Apr 18 18:14:45 macarch kernel: ata1: SATA max UDMA/133 abar m2048@0xb0906000 port 0xb0906100 irq 25 lpm-pol 3
Apr 18 18:14:45 macarch kernel: ata2: SATA max UDMA/133 abar m2048@0xb0906000 port 0xb0906180 irq 25 lpm-pol 3
Apr 18 18:14:45 macarch kernel: ata3: SATA max UDMA/133 abar m2048@0xb0906000 port 0xb0906200 irq 25 lpm-pol 3
Apr 18 18:14:45 macarch kernel: ata4: DUMMY
Apr 18 18:14:45 macarch kernel: ata5: DUMMY
Apr 18 18:14:45 macarch kernel: ata6: DUMMY
Apr 18 18:14:45 macarch kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
Apr 18 18:14:45 macarch kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Apr 18 18:14:45 macarch kernel: uhci_hcd 0000:00:1a.0: detected 2 ports
Apr 18 18:14:45 macarch kernel: uhci_hcd 0000:00:1a.0: irq 21, io port 0x00003140
Apr 18 18:14:45 macarch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.14
Apr 18 18:14:45 macarch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 18 18:14:45 macarch kernel: usb usb1: Product: UHCI Host Controller
Apr 18 18:14:45 macarch kernel: usb usb1: Manufacturer: Linux 6.14.2-arch1-1 uhci_hcd
Apr 18 18:14:45 macarch kernel: usb usb1: SerialNumber: 0000:00:1a.0
Apr 18 18:14:45 macarch kernel: hub 1-0:1.0: USB hub found
Apr 18 18:14:45 macarch kernel: hub 1-0:1.0: 2 ports detected
Apr 18 18:14:45 macarch kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
Apr 18 18:14:45 macarch kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Apr 18 18:14:45 macarch kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
Apr 18 18:14:45 macarch kernel: uhci_hcd 0000:00:1d.0: irq 19, io port 0x000030e0
Apr 18 18:14:45 macarch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.14
Apr 18 18:14:45 macarch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 18 18:14:45 macarch kernel: usb usb2: Product: UHCI Host Controller
Apr 18 18:14:45 macarch kernel: usb usb2: Manufacturer: Linux 6.14.2-arch1-1 uhci_hcd
Apr 18 18:14:45 macarch kernel: usb usb2: SerialNumber: 0000:00:1d.0
Apr 18 18:14:45 macarch kernel: hub 2-0:1.0: USB hub found
Apr 18 18:14:45 macarch kernel: hub 2-0:1.0: 2 ports detected
Apr 18 18:14:45 macarch kernel: usbcore: registered new interface driver usbserial_generic
Apr 18 18:14:45 macarch kernel: usbserial: USB Serial support registered for generic
Apr 18 18:14:45 macarch kernel: rtc_cmos 00:02: RTC can wake from S4
Apr 18 18:14:45 macarch kernel: rtc_cmos 00:02: registered as rtc0
Apr 18 18:14:45 macarch kernel: rtc_cmos 00:02: setting system clock to 2025-04-18T16:14:37 UTC (1744992877)
Apr 18 18:14:45 macarch kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
Apr 18 18:14:45 macarch kernel: intel_pstate: Intel P-state driver initializing
Apr 18 18:14:45 macarch kernel: efifb: probing for efifb
Apr 18 18:14:45 macarch kernel: efifb: No BGRT, not showing boot graphics
Apr 18 18:14:45 macarch kernel: efifb: framebuffer at 0x90000000, using 14400k, total 14400k
Apr 18 18:14:45 macarch kernel: efifb: mode is 2560x1440x32, linelength=10240, pages=1
Apr 18 18:14:45 macarch kernel: efifb: scrolling: redraw
Apr 18 18:14:45 macarch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Apr 18 18:14:45 macarch kernel: fbcon: Deferring console take-over
Apr 18 18:14:45 macarch kernel: fb0: EFI VGA frame buffer device
Apr 18 18:14:45 macarch kernel: hid: raw HID events driver (C) Jiri Kosina
Apr 18 18:14:45 macarch kernel: drop_monitor: Initializing network drop monitor service
Apr 18 18:14:45 macarch kernel: NET: Registered PF_INET6 protocol family
Apr 18 18:14:45 macarch kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
Apr 18 18:14:45 macarch kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
Apr 18 18:14:45 macarch kernel: ehci-pci 0000:00:1a.7: debug port 2
Apr 18 18:14:45 macarch kernel: ehci-pci 0000:00:1a.7: irq 23, io mem 0xb0906c00
Apr 18 18:14:45 macarch kernel: Freeing initrd memory: 52804K
Apr 18 18:14:45 macarch kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Apr 18 18:14:45 macarch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
Apr 18 18:14:45 macarch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 18 18:14:45 macarch kernel: usb usb3: Product: EHCI Host Controller
Apr 18 18:14:45 macarch kernel: usb usb3: Manufacturer: Linux 6.14.2-arch1-1 ehci_hcd
Apr 18 18:14:45 macarch kernel: usb usb3: SerialNumber: 0000:00:1a.7
Apr 18 18:14:45 macarch kernel: hub 3-0:1.0: USB hub found
Apr 18 18:14:45 macarch kernel: hub 3-0:1.0: 6 ports detected
Apr 18 18:14:45 macarch kernel: Segment Routing with IPv6
Apr 18 18:14:45 macarch kernel: RPL Segment Routing with IPv6
Apr 18 18:14:45 macarch kernel: In-situ OAM (IOAM) with IPv6
Apr 18 18:14:45 macarch kernel: NET: Registered PF_PACKET protocol family
Apr 18 18:14:45 macarch kernel: microcode: Current revision: 0x0000002f
Apr 18 18:14:45 macarch kernel: IPI shorthand broadcast: enabled
Apr 18 18:14:45 macarch kernel: sched_clock: Marking stable (364278551, 315061)->(370977364, -6383752)
Apr 18 18:14:45 macarch kernel: registered taskstats version 1
Apr 18 18:14:45 macarch kernel: Loading compiled-in X.509 certificates
Apr 18 18:14:45 macarch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: e3665f545f8b4931129cd28bc9717330faab08ce'
Apr 18 18:14:45 macarch kernel: Demotion targets for Node 0: null
Apr 18 18:14:45 macarch kernel: Key type .fscrypt registered
Apr 18 18:14:45 macarch kernel: Key type fscrypt-provisioning registered
Apr 18 18:14:45 macarch kernel: Btrfs loaded, zoned=yes, fsverity=yes
Apr 18 18:14:45 macarch kernel: hub 1-0:1.0: USB hub found
Apr 18 18:14:45 macarch kernel: hub 1-0:1.0: 2 ports detected
Apr 18 18:14:45 macarch kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
Apr 18 18:14:45 macarch kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
Apr 18 18:14:45 macarch kernel: ehci-pci 0000:00:1d.7: debug port 2
Apr 18 18:14:45 macarch kernel: ehci-pci 0000:00:1d.7: irq 22, io mem 0xb0906800
Apr 18 18:14:45 macarch kernel: PM:   Magic number: 5:206:237
Apr 18 18:14:45 macarch kernel: memory memory115: hash matches
Apr 18 18:14:45 macarch kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Apr 18 18:14:45 macarch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
Apr 18 18:14:45 macarch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 18 18:14:45 macarch kernel: usb usb4: Product: EHCI Host Controller
Apr 18 18:14:45 macarch kernel: usb usb4: Manufacturer: Linux 6.14.2-arch1-1 ehci_hcd
Apr 18 18:14:45 macarch kernel: usb usb4: SerialNumber: 0000:00:1d.7
Apr 18 18:14:45 macarch kernel: hub 4-0:1.0: USB hub found
Apr 18 18:14:45 macarch kernel: hub 4-0:1.0: 8 ports detected
Apr 18 18:14:45 macarch kernel: RAS: Correctable Errors collector initialized.
Apr 18 18:14:45 macarch kernel: clk: Disabling unused clocks
Apr 18 18:14:45 macarch kernel: PM: genpd: Disabling unused power domains
Apr 18 18:14:45 macarch kernel: hub 2-0:1.0: USB hub found
Apr 18 18:14:45 macarch kernel: hub 2-0:1.0: 2 ports detected
Apr 18 18:14:45 macarch kernel: usb 3-1: new high-speed USB device number 2 using ehci-pci
Apr 18 18:14:45 macarch kernel: usb 4-1: new high-speed USB device number 2 using ehci-pci
Apr 18 18:14:45 macarch kernel: ata2: SATA link down (SStatus 0 SControl 300)
Apr 18 18:14:45 macarch kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 18 18:14:45 macarch kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 18 18:14:45 macarch kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Apr 18 18:14:45 macarch kernel: ata1.00: ATA-10: SanDisk SSD PLUS 1000GB, UH4504RL, max UDMA/133
Apr 18 18:14:45 macarch kernel: ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32)
Apr 18 18:14:45 macarch kernel: ata1.00: Features: Dev-Sleep
Apr 18 18:14:45 macarch kernel: ata3.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Apr 18 18:14:45 macarch kernel: ata3.00: ATAPI: HL-DT-STDVDRW  GA32N, KE06, max UDMA/100
Apr 18 18:14:45 macarch kernel: ata3.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Apr 18 18:14:45 macarch kernel: ata3.00: configured for UDMA/100
Apr 18 18:14:45 macarch kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Apr 18 18:14:45 macarch kernel: ata1.00: configured for UDMA/133
Apr 18 18:14:45 macarch kernel: scsi 0:0:0:0: Direct-Access     ATA      SanDisk SSD PLUS 04RL PQ: 0 ANSI: 5
Apr 18 18:14:45 macarch kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Apr 18 18:14:45 macarch kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 18 18:14:45 macarch kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 18 18:14:45 macarch kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 18 18:14:45 macarch kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Apr 18 18:14:45 macarch kernel: scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRW  GA32N     KE06 PQ: 0 ANSI: 5
Apr 18 18:14:45 macarch kernel:  sda: sda1 sda2 sda3 sda4 sda5
Apr 18 18:14:45 macarch kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Apr 18 18:14:45 macarch kernel: Freeing unused decrypted memory: 2028K
Apr 18 18:14:45 macarch kernel: Freeing unused kernel image (initmem) memory: 4528K
Apr 18 18:14:45 macarch kernel: Write protecting the kernel read-only data: 36864k
Apr 18 18:14:45 macarch kernel: Freeing unused kernel image (text/rodata gap) memory: 1280K
Apr 18 18:14:45 macarch kernel: Freeing unused kernel image (rodata/data gap) memory: 116K
Apr 18 18:14:45 macarch kernel: usb 3-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= 0.03
Apr 18 18:14:45 macarch kernel: usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 18 18:14:45 macarch kernel: hub 3-1:1.0: USB hub found
Apr 18 18:14:45 macarch kernel: hub 3-1:1.0: 3 ports detected
Apr 18 18:14:45 macarch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 18 18:14:45 macarch kernel: rodata_test: all tests were successful
Apr 18 18:14:45 macarch kernel: x86/mm: Checking user space page tables
Apr 18 18:14:45 macarch kernel: usb 4-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= 0.03
Apr 18 18:14:45 macarch kernel: usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 18 18:14:45 macarch kernel: hub 4-1:1.0: USB hub found
Apr 18 18:14:45 macarch kernel: hub 4-1:1.0: 4 ports detected
Apr 18 18:14:45 macarch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 18 18:14:45 macarch kernel: Run /init as init process
Apr 18 18:14:45 macarch kernel:   with arguments:
Apr 18 18:14:45 macarch kernel:     /init
Apr 18 18:14:45 macarch kernel:   with environment:
Apr 18 18:14:45 macarch kernel:     HOME=/
Apr 18 18:14:45 macarch kernel:     TERM=linux
Apr 18 18:14:45 macarch kernel: fbcon: Taking over console
Apr 18 18:14:45 macarch kernel: Console: switching to colour frame buffer device 160x45
Apr 18 18:14:45 macarch kernel: ACPI: video: [Firmware Bug]: ACPI(GFX0) defines _DOD but not _DOS
Apr 18 18:14:45 macarch kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Apr 18 18:14:45 macarch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input3
Apr 18 18:14:45 macarch kernel: usb 1-2: new full-speed USB device number 2 using uhci_hcd
Apr 18 18:14:45 macarch kernel: usb 4-1.1: new high-speed USB device number 3 using ehci-pci
Apr 18 18:14:45 macarch kernel: usb 4-1.1: New USB device found, idVendor=05ac, idProduct=8403, bcdDevice=98.33
Apr 18 18:14:45 macarch kernel: usb 4-1.1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Apr 18 18:14:45 macarch kernel: usb 4-1.1: Product: Card Reader
Apr 18 18:14:45 macarch kernel: usb 4-1.1: Manufacturer: Apple
Apr 18 18:14:45 macarch kernel: usb 4-1.1: SerialNumber: 000000009833
Apr 18 18:14:45 macarch kernel: usb 1-2: device descriptor read/64, error -71
Apr 18 18:14:45 macarch kernel: usb 4-1.2: new low-speed USB device number 4 using ehci-pci
Apr 18 18:14:45 macarch kernel: tsc: Refined TSC clocksource calibration: 3100.021 MHz
Apr 18 18:14:45 macarch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2caf5bd675d, max_idle_ns: 440795281274 ns
Apr 18 18:14:45 macarch kernel: clocksource: Switched to clocksource tsc
Apr 18 18:14:45 macarch kernel: usb 4-1.2: New USB device found, idVendor=05ac, idProduct=8242, bcdDevice= 0.16
Apr 18 18:14:45 macarch kernel: usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 18 18:14:45 macarch kernel: usb 4-1.2: Product: IR Receiver
Apr 18 18:14:45 macarch kernel: usb 4-1.2: Manufacturer: Apple Computer, Inc.
Apr 18 18:14:45 macarch kernel: usb 1-2: device descriptor read/64, error -71
Apr 18 18:14:45 macarch kernel: usb-storage 4-1.1:1.0: USB Mass Storage device detected
Apr 18 18:14:45 macarch kernel: scsi host6: usb-storage 4-1.1:1.0
Apr 18 18:14:45 macarch kernel: usbcore: registered new interface driver usb-storage
Apr 18 18:14:45 macarch kernel: i915 0000:00:02.0: enabling device (0006 -> 0007)
Apr 18 18:14:45 macarch kernel: i915 0000:00:02.0: [drm] Found sandybridge (device ID 0102) integrated display version 6.00 stepping N/A
Apr 18 18:14:45 macarch kernel: usbcore: registered new interface driver usbhid
Apr 18 18:14:45 macarch kernel: usbhid: USB HID core driver
Apr 18 18:14:45 macarch kernel: usbcore: registered new interface driver uas
Apr 18 18:14:45 macarch kernel: input: Apple Computer, Inc. IR Receiver as /devices/pci0000:00/0000:00:1d.7/usb4/4-1/4-1.2/4-1.2:1.0/0003:05AC:8242.0001/inp
ut/input4
Apr 18 18:14:45 macarch kernel: usb 1-2: new full-speed USB device number 3 using uhci_hcd
Apr 18 18:14:45 macarch kernel: i915 0000:00:02.0: ROM [??? 0x00000000 flags 0x20000000]: can't assign; bogus alignment
Apr 18 18:14:45 macarch kernel: i915 0000:00:02.0: [drm] Failed to find VBIOS tables (VBT)
Apr 18 18:14:45 macarch kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
Apr 18 18:14:45 macarch kernel: appleir 0003:05AC:8242.0001: input,hiddev96,hidraw0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:
1d.7-1.2/input0
Apr 18 18:14:45 macarch kernel: usb 3-1.1: new full-speed USB device number 4 using ehci-pci
Apr 18 18:14:45 macarch kernel: usb 1-2: device descriptor read/64, error -71
Apr 18 18:14:45 macarch kernel: usb 3-1.1: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Apr 18 18:14:45 macarch kernel: usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 18 18:14:45 macarch kernel: usb 3-1.1: Product: BRCM2046 Hub
Apr 18 18:14:45 macarch kernel: usb 3-1.1: Manufacturer: Apple Inc.
Apr 18 18:14:45 macarch kernel: hub 3-1.1:1.0: USB hub found
Apr 18 18:14:45 macarch kernel: hub 3-1.1:1.0: 3 ports detected
Apr 18 18:14:45 macarch kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Apr 18 18:14:45 macarch kernel: usb 3-1.2: new full-speed USB device number 5 using ehci-pci
Apr 18 18:14:45 macarch kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Apr 18 18:14:45 macarch kernel: usb 1-2: device descriptor read/64, error -71
Apr 18 18:14:45 macarch kernel: usb 3-1.2: New USB device found, idVendor=062a, idProduct=4101, bcdDevice= 1.17
Apr 18 18:14:45 macarch kernel: usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 18 18:14:45 macarch kernel: usb 3-1.2: Product: 2.4G Keyboard Mouse
Apr 18 18:14:45 macarch kernel: usb 3-1.2: Manufacturer: MOSART Semi.
Apr 18 18:14:45 macarch kernel: input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.0/0003:062A:4101.0002/inp
ut/input5
Apr 18 18:14:45 macarch kernel: hid-generic 0003:062A:4101.0002: input,hidraw1: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:1a.
7-1.2/input0
Apr 18 18:14:45 macarch kernel: input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.1/0003:062A:4101.0003/inp
ut/input6
Apr 18 18:14:45 macarch kernel: input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.1/0003:0
62A:4101.0003/input/input7
Apr 18 18:14:45 macarch kernel: usb usb1-port2: attempt power cycle
Apr 18 18:14:45 macarch kernel: usb 3-1.1.1: new full-speed USB device number 6 using ehci-pci
Apr 18 18:14:45 macarch kernel: input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.1/0003:062
A:4101.0003/input/input8
Apr 18 18:14:45 macarch kernel: input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.1/0003:062A:4101.0003/inp
ut/input9
Apr 18 18:14:45 macarch kernel: hid-generic 0003:062A:4101.0003: input,hiddev97,hidraw2: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:
00:1a.7-1.2/input1
Apr 18 18:14:45 macarch kernel: usb 3-1.1.1: New USB device found, idVendor=05ac, idProduct=8215, bcdDevice= 2.08
Apr 18 18:14:45 macarch kernel: usb 3-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 18 18:14:45 macarch kernel: usb 3-1.1.1: Product: Bluetooth USB Host Controller
Apr 18 18:14:45 macarch kernel: usb 3-1.1.1: Manufacturer: Apple Inc.
Apr 18 18:14:45 macarch kernel: usb 3-1.1.1: SerialNumber: 3451C9EE993B
Apr 18 18:14:45 macarch kernel: usb 1-2: new full-speed USB device number 4 using uhci_hcd
Apr 18 18:14:45 macarch kernel: usb 1-2: device not accepting address 4, error -71
Apr 18 18:14:45 macarch kernel: scsi 6:0:0:0: Direct-Access     APPLE    SD Card Reader   1.00 PQ: 0 ANSI: 0
Apr 18 18:14:45 macarch kernel: sd 6:0:0:0: [sdb] Media removed, stopped polling
Apr 18 18:14:45 macarch kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
Apr 18 18:14:45 macarch kernel: usb 1-2: new full-speed USB device number 5 using uhci_hcd
Apr 18 18:14:45 macarch kernel: usb 1-2: device not accepting address 5, error -71
Apr 18 18:14:45 macarch kernel: usb usb1-port2: unable to enumerate USB device
Apr 18 18:14:45 macarch kernel: [drm] amdgpu kernel modesetting enabled.
Apr 18 18:14:45 macarch kernel: amdgpu: Virtual CRAT table created for CPU
Apr 18 18:14:45 macarch kernel: amdgpu: Topology: Add CPU node
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: enabling device (0006 -> 0007)
Apr 18 18:14:45 macarch kernel: [drm] initializing kernel modesetting (POLARIS11 0x1002:0x67E8 0x103C:0x0B04 0x00).
Apr 18 18:14:45 macarch kernel: [drm] register mmio base: 0xB0800000
Apr 18 18:14:45 macarch kernel: [drm] register mmio size: 262144
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 0 <vi_common>
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 1 <gmc_v8_0>
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 2 <tonga_ih>
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 3 <gfx_v8_0>
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 4 <sdma_v3_0>
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 5 <powerplay>
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 6 <dm>
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 7 <uvd_v6_0>
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: detected ip block number 8 <vce_v3_0>
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: Fetched VBIOS from VFCT
Apr 18 18:14:45 macarch kernel: amdgpu: ATOM BIOS: 113-L10991-101
Apr 18 18:14:45 macarch kernel: [drm] UVD is enabled in VM mode
Apr 18 18:14:45 macarch kernel: [drm] UVD ENC is enabled in VM mode
Apr 18 18:14:45 macarch kernel: [drm] VCE enabled in VM mode
Apr 18 18:14:45 macarch kernel: Console: switching to colour dummy device 80x25
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: vgaarb: deactivate vga console
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: PCIE atomic ops is not supported
Apr 18 18:14:45 macarch kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: VRAM: 4096M 0x000000F400000000 - 0x000000F4FFFFFFFF (4096M used)
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
Apr 18 18:14:45 macarch kernel: [drm] Detected VRAM RAM=4096M, BAR=256M
Apr 18 18:14:45 macarch kernel: [drm] RAM width 128bits GDDR5
Apr 18 18:14:45 macarch kernel: [drm] amdgpu: 4096M of VRAM memory ready
Apr 18 18:14:45 macarch kernel: [drm] amdgpu: 7983M of GTT memory ready.
Apr 18 18:14:45 macarch kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Apr 18 18:14:45 macarch kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F400E80000).
Apr 18 18:14:45 macarch kernel: [drm] Chained IB support enabled!
Apr 18 18:14:45 macarch kernel: amdgpu: hwmgr_sw_init smu backed is polaris10_smu
Apr 18 18:14:45 macarch kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16
Apr 18 18:14:45 macarch kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3
Apr 18 18:14:45 macarch kernel: [drm] Display Core v3.2.316 initialized on DCE 11.2
Apr 18 18:14:45 macarch kernel: [drm] UVD and UVD ENC initialized successfully.
Apr 18 18:14:45 macarch kernel: [drm] VCE initialized successfully.
Apr 18 18:14:45 macarch kernel: kfd kfd: amdgpu: skipped device 1002:67e8, PCI rejects atomics 730<0
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: SE 2, SH per SE 1, CU per SH 8, active_cu_number 14
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: amdgpu: Runtime PM not available
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: [drm] Registered 5 planes with drm panic
Apr 18 18:14:45 macarch kernel: [drm] Initialized amdgpu 3.61.0 for 0000:01:00.0 on minor 1
Apr 18 18:14:45 macarch kernel: fbcon: amdgpudrmfb (fb0) is primary device
Apr 18 18:14:45 macarch kernel: Console: switching to colour frame buffer device 160x45
Apr 18 18:14:45 macarch kernel: amdgpu 0000:01:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Apr 18 18:14:45 macarch kernel: sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Apr 18 18:14:45 macarch kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Apr 18 18:14:45 macarch kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
Apr 18 18:14:45 macarch kernel: firewire_ohci 0000:04:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0, phy
sUB
Apr 18 18:14:45 macarch kernel: firewire_core 0000:04:00.0: created device fw0: GUID a4b197fffe580a72, S800
Apr 18 18:14:45 macarch kernel: firewire_core 0000:04:00.0: phy config: new root=ffc0, gap_count=63
Apr 18 18:14:45 macarch kernel: EXT4-fs (sda4): mounted filesystem 3d097004-aac2-4cd8-ad53-6305f827d3f0 r/w with ordered data mode. Quota mode: none.
Apr 18 18:14:45 macarch systemd[1]: systemd 257.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +O
PENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +
BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Apr 18 18:14:45 macarch systemd[1]: Detected architecture x86-64.
Apr 18 18:14:45 macarch systemd[1]: Hostname set to <macarch>.
Apr 18 18:14:45 macarch systemd[1]: bpf-restrict-fs: LSM BPF program attached
Apr 18 18:14:45 macarch kernel: zram: Added device: zram0
Apr 18 18:14:45 macarch systemd[1]: Queued start job for default target Graphical Interface.
Apr 18 18:14:45 macarch systemd[1]: Created slice CUPS Slice.
Apr 18 18:14:45 macarch systemd[1]: Created slice Slice /system/dirmngr.
Apr 18 18:14:45 macarch systemd[1]: Created slice Slice /system/getty.
Apr 18 18:14:45 macarch systemd[1]: Created slice Slice /system/gpg-agent.
Apr 18 18:14:45 macarch systemd[1]: Created slice Slice /system/gpg-agent-browser.
Apr 18 18:14:45 macarch systemd[1]: Created slice Slice /system/gpg-agent-extra.
Apr 18 18:14:45 macarch systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Apr 18 18:14:45 macarch systemd[1]: Created slice Slice /system/keyboxd.
Apr 18 18:14:45 macarch systemd[1]: Created slice Slice /system/modprobe.
Apr 18 18:14:45 macarch systemd[1]: Created slice Slice /system/systemd-fsck.
Apr 18 18:14:45 macarch systemd[1]: Created slice Slice /system/systemd-zram-setup.
Apr 18 18:14:45 macarch systemd[1]: Created slice User and Session Slice.
Apr 18 18:14:45 macarch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Apr 18 18:14:45 macarch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Apr 18 18:14:45 macarch systemd[1]: Expecting device /dev/disk/by-uuid/209A-EC90...
Apr 18 18:14:45 macarch systemd[1]: Expecting device /dev/disk/by-uuid/7ee2a3a8-54af-4432-85df-fb125f4a3cbf...
Apr 18 18:14:45 macarch systemd[1]: Expecting device /dev/zram0...
Apr 18 18:14:45 macarch systemd[1]: Reached target Login Prompts.
Apr 18 18:14:45 macarch systemd[1]: Reached target Local Integrity Protected Volumes.
Apr 18 18:14:45 macarch systemd[1]: Reached target Remote File Systems.
Apr 18 18:14:45 macarch systemd[1]: Reached target Slice Units.
Apr 18 18:14:45 macarch systemd[1]: Reached target Local Verity Protected Volumes.
Apr 18 18:14:45 macarch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Apr 18 18:14:45 macarch systemd[1]: Listening on Process Core Dump Socket.
Apr 18 18:14:45 macarch systemd[1]: Listening on Credential Encryption/Decryption.
Apr 18 18:14:45 macarch systemd[1]: Listening on Journal Socket (/dev/log).
Apr 18 18:14:45 macarch systemd[1]: Listening on Journal Sockets.
Apr 18 18:14:45 macarch systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Apr 18 18:14:45 macarch systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Apr 18 18:14:45 macarch systemd[1]: Listening on udev Control Socket.
Apr 18 18:14:45 macarch systemd[1]: Listening on udev Kernel Socket.
Apr 18 18:14:45 macarch systemd[1]: Listening on User Database Manager Socket.
Apr 18 18:14:45 macarch systemd[1]: Mounting Huge Pages File System...
Apr 18 18:14:45 macarch systemd[1]: Mounting POSIX Message Queue File System...
Apr 18 18:14:45 macarch systemd[1]: Mounting Kernel Debug File System...
Apr 18 18:14:45 macarch systemd[1]: Mounting Kernel Trace File System...
Apr 18 18:14:45 macarch systemd[1]: Starting Create List of Static Device Nodes...
Apr 18 18:14:45 macarch systemd[1]: Starting Load Kernel Module configfs...
Apr 18 18:14:45 macarch systemd[1]: Starting Load Kernel Module dm_mod...
Apr 18 18:14:45 macarch systemd[1]: Starting Load Kernel Module drm...
Apr 18 18:14:45 macarch systemd[1]: Starting Load Kernel Module fuse...
Apr 18 18:14:45 macarch systemd[1]: Starting Load Kernel Module loop...
Apr 18 18:14:45 macarch systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Apr 18 18:14:45 macarch systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/ef
i/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Apr 18 18:14:45 macarch systemd[1]: Starting Journal Service...
Apr 18 18:14:45 macarch systemd[1]: Starting Load Kernel Modules...
Apr 18 18:14:45 macarch systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Apr 18 18:14:45 macarch systemd[1]: Starting Remount Root and Kernel File Systems...
Apr 18 18:14:45 macarch systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Apr 18 18:14:45 macarch kernel: loop: module loaded
Apr 18 18:14:45 macarch kernel: device-mapper: uevent: version 1.0.3
Apr 18 18:14:45 macarch kernel: device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
Apr 18 18:14:45 macarch systemd[1]: Starting Load udev Rules from Credentials...
Apr 18 18:14:45 macarch systemd[1]: Starting Coldplug All udev Devices...
Apr 18 18:14:45 macarch systemd[1]: Starting Virtual Console Setup...
Apr 18 18:14:45 macarch systemd[1]: Mounted Huge Pages File System.
Apr 18 18:14:45 macarch systemd[1]: Mounted POSIX Message Queue File System.
Apr 18 18:14:45 macarch systemd[1]: Mounted Kernel Debug File System.
Apr 18 18:14:45 macarch kernel: EXT4-fs (sda4): re-mounted 3d097004-aac2-4cd8-ad53-6305f827d3f0 r/w. Quota mode: none.
Apr 18 18:14:45 macarch systemd[1]: Mounted Kernel Trace File System.
Apr 18 18:14:45 macarch systemd[1]: Finished Create List of Static Device Nodes.
Apr 18 18:14:45 macarch systemd[1]: modprobe@configfs.service: Deactivated successfully.
Apr 18 18:14:45 macarch systemd[1]: Finished Load Kernel Module configfs.
Apr 18 18:14:45 macarch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Apr 18 18:14:45 macarch systemd[1]: Finished Load Kernel Module dm_mod.
Apr 18 18:14:45 macarch systemd[1]: modprobe@drm.service: Deactivated successfully.
Apr 18 18:14:45 macarch systemd[1]: Finished Load Kernel Module drm.
Apr 18 18:14:45 macarch systemd-journald[316]: Collecting audit messages is disabled.
Apr 18 18:14:45 macarch systemd[1]: modprobe@fuse.service: Deactivated successfully.
Apr 18 18:14:45 macarch systemd[1]: Finished Load Kernel Module fuse.
Apr 18 18:14:45 macarch systemd[1]: modprobe@loop.service: Deactivated successfully.
Apr 18 18:14:45 macarch systemd[1]: Finished Load Kernel Module loop.
Apr 18 18:14:45 macarch systemd[1]: Finished Remount Root and Kernel File Systems.
Apr 18 18:14:45 macarch systemd[1]: Mounting FUSE Control File System...
Apr 18 18:14:45 macarch systemd[1]: Mounting Kernel Configuration File System...
Apr 18 18:14:45 macarch kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Apr 18 18:14:45 macarch kernel: sr 2:0:0:0: Attached scsi generic sg1 type 5
Apr 18 18:14:45 macarch kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
Apr 18 18:14:45 macarch systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Apr 18 18:14:45 macarch systemd[1]: Starting Load/Save OS Random Seed...
Apr 18 18:14:45 macarch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Apr 18 18:14:45 macarch systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Apr 18 18:14:45 macarch systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Apr 18 18:14:45 macarch kernel: i2c_dev: i2c /dev entries driver
Apr 18 18:14:45 macarch systemd[1]: Finished Load udev Rules from Credentials.
Apr 18 18:14:45 macarch systemd[1]: Mounted FUSE Control File System.
Apr 18 18:14:45 macarch systemd[1]: Mounted Kernel Configuration File System.
Apr 18 18:14:45 macarch kernel: Asymmetric key parser 'pkcs8' registered
Apr 18 18:14:45 macarch systemd[1]: Finished Load/Save OS Random Seed.
Apr 18 18:14:45 macarch systemd[1]: Finished Load Kernel Modules.
Apr 18 18:14:45 macarch systemd[1]: Starting Apply Kernel Variables...
Apr 18 18:14:45 macarch systemd[1]: Finished Virtual Console Setup.
Apr 18 18:14:45 macarch systemd[1]: Finished Apply Kernel Variables.
Apr 18 18:14:45 macarch systemd[1]: Starting User Database Manager...
Apr 18 18:14:45 macarch systemd[1]: Started Journal Service.
Apr 18 18:14:45 macarch systemd-journald[316]: Received client request to flush runtime journal.
Apr 18 18:14:45 macarch kernel: zram0: detected capacity change from 0 to 8388608
Apr 18 18:14:46 macarch kernel: Adding 4194300k swap on /dev/zram0.  Priority:100 extents:1 across:4194300k SSDsc
Apr 18 18:14:46 macarch kernel: usbcore: registered new device driver apple-mfi-fastcharge
Apr 18 18:14:46 macarch kernel: mousedev: PS/2 mouse device common for all mice
Apr 18 18:14:46 macarch kernel: pps_core: LinuxPPS API ver. 1 registered
Apr 18 18:14:46 macarch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Apr 18 18:14:46 macarch kernel: PTP clock support registered
Apr 18 18:14:46 macarch kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegi
on 0x0000000000000400-0x000000000000047F (\PMIO) (20240827/utaddress-204)
Apr 18 18:14:46 macarch kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Apr 18 18:14:46 macarch kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegi
on 0x0000000000000500-0x0000000000000563 (\GPIO) (20240827/utaddress-204)
Apr 18 18:14:46 macarch kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Apr 18 18:14:46 macarch kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegi
on 0x0000000000000500-0x0000000000000563 (\GPIO) (20240827/utaddress-204)
Apr 18 18:14:46 macarch kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Apr 18 18:14:46 macarch kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegi
on 0x0000000000000500-0x0000000000000563 (\GPIO) (20240827/utaddress-204)
Apr 18 18:14:46 macarch kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Apr 18 18:14:46 macarch kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Apr 18 18:14:46 macarch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input10
Apr 18 18:14:46 macarch kernel: i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
Apr 18 18:14:46 macarch kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Apr 18 18:14:46 macarch kernel: Bluetooth: Core ver 2.22
Apr 18 18:14:46 macarch kernel: NET: Registered PF_BLUETOOTH protocol family
Apr 18 18:14:46 macarch kernel: Bluetooth: HCI device and connection manager initialized
Apr 18 18:14:46 macarch kernel: Bluetooth: HCI socket layer initialized
Apr 18 18:14:46 macarch kernel: Bluetooth: L2CAP socket layer initialized
Apr 18 18:14:46 macarch kernel: Bluetooth: SCO socket layer initialized
Apr 18 18:14:46 macarch kernel: i2c i2c-14: Successfully instantiated SPD at 0x50
Apr 18 18:14:46 macarch kernel: i2c i2c-14: Successfully instantiated SPD at 0x51
Apr 18 18:14:46 macarch kernel: i2c i2c-14: Successfully instantiated SPD at 0x52
Apr 18 18:14:46 macarch kernel: i2c i2c-14: Successfully instantiated SPD at 0x53
Apr 18 18:14:46 macarch kernel: ACPI: bus type thunderbolt registered
Apr 18 18:14:46 macarch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Apr 18 18:14:46 macarch kernel: iTCO_vendor_support: vendor-support=0
Apr 18 18:14:46 macarch kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr 18 18:14:46 macarch kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Apr 18 18:14:46 macarch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Apr 18 18:14:46 macarch kernel: cfg80211: failed to load regulatory.db
Apr 18 18:14:46 macarch kernel: tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM957765) rev 57785100] (PCI Express) MAC address 3c:07:54:26:b6:16
Apr 18 18:14:46 macarch kernel: tg3 0000:02:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Apr 18 18:14:46 macarch kernel: tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Apr 18 18:14:46 macarch kernel: tg3 0000:02:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
Apr 18 18:14:46 macarch kernel: iTCO_wdt iTCO_wdt.1.auto: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Apr 18 18:14:46 macarch kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Apr 18 18:14:46 macarch kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Apr 18 18:14:46 macarch kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Apr 18 18:14:46 macarch kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Apr 18 18:14:46 macarch kernel: cryptd: max_cpu_qlen set to 1000
Apr 18 18:14:46 macarch kernel: tg3 0000:02:00.0 enp2s0: renamed from eth0
Apr 18 18:14:46 macarch kernel: at24 14-0050: supply vcc not found, using dummy regulator
Apr 18 18:14:46 macarch kernel: at24 14-0050: 256 byte spd EEPROM, read-only
Apr 18 18:14:46 macarch kernel: at24 14-0051: supply vcc not found, using dummy regulator
Apr 18 18:14:46 macarch kernel: at24 14-0051: 256 byte spd EEPROM, read-only
Apr 18 18:14:46 macarch kernel: at24 14-0052: supply vcc not found, using dummy regulator
Apr 18 18:14:46 macarch kernel: at24 14-0052: 256 byte spd EEPROM, read-only
Apr 18 18:14:46 macarch kernel: at24 14-0053: supply vcc not found, using dummy regulator
Apr 18 18:14:46 macarch kernel: at24 14-0053: 256 byte spd EEPROM, read-only
Apr 18 18:14:46 macarch kernel: AES CTR mode by8 optimization enabled
Apr 18 18:14:46 macarch kernel: usbcore: registered new interface driver btusb
Apr 18 18:14:46 macarch kernel: applesmc: key=332 fan=3 temp=50 index=49 acc=0 lux=2 kbd=0
Apr 18 18:14:46 macarch kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver 
to use hwmon_device_register_with_info().
Apr 18 18:14:46 macarch kernel: snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
Apr 18 18:14:46 macarch kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Apr 18 18:14:46 macarch kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Apr 18 18:14:46 macarch kernel: snd_hda_intel 0000:01:00.1: Force to non-snoop mode
Apr 18 18:14:46 macarch kernel: snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Apr 18 18:14:46 macarch kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
Apr 18 18:14:46 macarch kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
Apr 18 18:14:46 macarch kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
Apr 18 18:14:46 macarch kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
Apr 18 18:14:46 macarch kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
Apr 18 18:14:46 macarch kernel: snd_hda_codec_cirrus hdaudioC0D0: CS4206: picked fixup  for codec SSID 106b:2000
Apr 18 18:14:46 macarch kernel: snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4206: line_outs=2 (0x9/0xb/0x0/0x0/0x0) type:speaker
Apr 18 18:14:46 macarch kernel: snd_hda_codec_cirrus hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 18 18:14:46 macarch kernel: snd_hda_codec_cirrus hdaudioC0D0:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
Apr 18 18:14:46 macarch kernel: snd_hda_codec_cirrus hdaudioC0D0:    mono: mono_out=0x0
Apr 18 18:14:46 macarch kernel: snd_hda_codec_cirrus hdaudioC0D0:    dig-out=0x10/0x0
Apr 18 18:14:46 macarch kernel: snd_hda_codec_cirrus hdaudioC0D0:    inputs:
Apr 18 18:14:46 macarch kernel: snd_hda_codec_cirrus hdaudioC0D0:      Mic=0xd
Apr 18 18:14:46 macarch kernel: snd_hda_codec_cirrus hdaudioC0D0:      Line=0xc
Apr 18 18:14:46 macarch kernel: snd_hda_codec_cirrus hdaudioC0D0:    dig-in=0xf
Apr 18 18:14:46 macarch kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
Apr 18 18:14:46 macarch kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
Apr 18 18:14:46 macarch kernel: input: HDA Intel PCH SPDIF In as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
Apr 18 18:14:46 macarch kernel: Bluetooth: hci0: BCM: chip id 254 build 0518
Apr 18 18:14:46 macarch kernel: Bluetooth: hci0: BCM: product 05ac:8215
Apr 18 18:14:46 macarch kernel: Bluetooth: hci0: BCM: features 0x00
Apr 18 18:14:46 macarch kernel: Bluetooth: hci0: macarch
Apr 18 18:14:46 macarch kernel: ath: EEPROM regdomain: 0x37
Apr 18 18:14:46 macarch kernel: ath: EEPROM indicates we should expect a direct regpair map
Apr 18 18:14:46 macarch kernel: ath: Country alpha2 being used: AL
Apr 18 18:14:46 macarch kernel: ath: Regpair used: 0x37
Apr 18 18:14:46 macarch kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Apr 18 18:14:46 macarch kernel: ieee80211 phy0: Atheros AR9300 Rev:3 mem=0x000000006c601c9b, irq=17
Apr 18 18:14:46 macarch kernel: intel_rapl_common: Found RAPL domain package
Apr 18 18:14:46 macarch kernel: intel_rapl_common: Found RAPL domain core
Apr 18 18:14:46 macarch kernel: intel_rapl_common: Found RAPL domain uncore
Apr 18 18:14:46 macarch kernel: EXT4-fs (sda5): mounted filesystem 7ee2a3a8-54af-4432-85df-fb125f4a3cbf r/w with ordered data mode. Quota mode: none.
Apr 18 18:14:47 macarch kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Apr 18 18:14:47 macarch kernel: Bluetooth: BNEP filters: protocol multicast
Apr 18 18:14:47 macarch kernel: Bluetooth: BNEP socket layer initialized
Apr 18 18:14:47 macarch kernel: Bluetooth: MGMT ver 1.23
Apr 18 18:14:47 macarch kernel: NET: Registered PF_ALG protocol family
Apr 18 18:14:49 macarch kernel: tg3 0000:02:00.0 enp2s0: Link is up at 100 Mbps, full duplex
Apr 18 18:14:49 macarch kernel: tg3 0000:02:00.0 enp2s0: Flow control is off for TX and off for RX
Apr 18 18:14:49 macarch kernel: tg3 0000:02:00.0 enp2s0: EEE is disabled
Apr 18 18:15:01 macarch kernel: Bluetooth: RFCOMM TTY layer initialized
Apr 18 18:15:01 macarch kernel: Bluetooth: RFCOMM socket layer initialized
Apr 18 18:15:01 macarch kernel: Bluetooth: RFCOMM ver 1.11
Apr 18 18:15:07 macarch kernel: warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hard
ware; use nl80211
Apr 18 18:15:30 macarch kernel: amdgpu 0000:01:00.0: amdgpu: Disabling VM faults because of PRT request!
Apr 18 18:52:05 macarch kernel: zram0: detected capacity change from 8388608 to 0
Apr 18 18:52:05 macarch kernel: EXT4-fs (sda5): unmounting filesystem 7ee2a3a8-54af-4432-85df-fb125f4a3cbf.
Apr 18 18:52:05 macarch systemd-shutdown[1]: Syncing filesystems and block devices.
Apr 18 18:52:05 macarch systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[michael@macarch ~]$ 

With Falkon, exactly the same thing. No Vaapi error ([3959:4005:0417/061118.921522:ERROR:vaapi_wrapper.cc(1221)] Empty codec maximum resolution
[3959:4005:0417/061118.921541:ERROR:vaapi_wrapper.cc(1130)] FillProfileInfo_Locked failed for va_profile VAProfileJPEGBaseline and entrypoint VAEntrypointVLD), but the pixels.

So the pixels have nothing to do with the [3959:4005:0417/061118.921522:ERROR:vaapi_wrapper.cc(1221)] Empty codec maximum resolution
[3959:4005:0417/061118.921541:ERROR:vaapi_wrapper.cc(1130)] FillProfileInfo_Locked failed for va_profile VAProfileJPEGBaseline and entrypoint VAEntrypointVLD?

there is a driver climbing across

Last edited by Powergen (2025-04-18 17:15:17)

Offline

#21 2025-04-18 18:24:23

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

Re: kmail shows pixels instead of emails

xrandr --listproviders
Providers: number : 0

Is this actually on wayland??

But unfortunately

kmail without the xf86 video drivers … opens but with pixel

I can't configure anything in the UEFI on this system, it's an Imac

Even iff, the eDP should™ not be wired to the GPU (by default) - that's not the idea behind a hybrid system…

Wild guess: try mesa-amber

Offline

#22 2025-04-18 19:59:42

Powergen
Member
Registered: 2025-04-16
Posts: 11

Re: kmail shows pixels instead of emails

seth wrote:

xrandr --listproviders
Providers: number : 0

Is this actually on wayland??

But unfortunately

kmail without the xf86 video drivers … opens but with pixel

I can't configure anything in the UEFI on this system, it's an Imac

Even iff, the eDP should™ not be wired to the GPU (by default) - that's not the idea behind a hybrid system…

Wild guess: try mesa-amber

Yes  Providers:number:0 is Actually on wayland.

I tested mesa-amber, and I just get a black screen!

I think I'll just leave it as it is. All the applications work perfectly now, and if I specify amdgpu from mkinitcpio, the vaapi_wraper error no longer occurs.

Since this is a 27-inch iMac and not a laptop, it doesn't bother me that it only works with the more powerful graphics card.
Steam also works very well with this configuration.

You just have to start kmail and Falkon with the addition of

QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu

and zapzap like this:

QMLSCENE_DEVICE=softwarecontext zapzap

Thank you very much for the help, thanks to the forum I can work normally with kmail and Falkon as well as zapzap again

Last edited by Powergen (2025-04-18 20:02:19)

Offline

#23 2025-04-19 06:27:41

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

Re: kmail shows pixels instead of emails

Yes  Providers:number:0 is Actually on wayland.

Ok, that's completely meaningless, xrandr operates on an xwayland shim that will prevent randr calls from crashing but you cannot expeact meaningful information from there.

Since this is a 27-inch iMac and not a laptop

Ah, that explains the setup.

Does eglgears_{x11,wayland} render properly?

Offline

#24 2025-04-19 10:40:07

Powergen
Member
Registered: 2025-04-16
Posts: 11

Re: kmail shows pixels instead of emails

seth wrote:

Yes  Providers:number:0 is Actually on wayland.

Ok, that's completely meaningless, xrandr operates on an xwayland shim that will prevent randr calls from crashing but you cannot expeact meaningful information from there.

Since this is a 27-inch iMac and not a laptop

Ah, that explains the setup.

Does eglgears_{x11,wayland} render properly?


Yes glxgears is displayed correctly under X11 and under wayland!

Everything's running perfectly again now. I removed amdgpu from the module list in mkinitcpio, and since then, I haven't encountered any more Vaapi_wrapper errors.

The system is running very well again.

Thanks again for your help, and happy holidays.

Offline

#25 2025-04-19 22:36:55

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

Re: kmail shows pixels instead of emails

I removed amdgpu from the module list in mkinitcpio, and since then, I haven't encountered any more Vaapi_wrapper errors.

Are you now running on the intel chip w/ the AMD one acting as VGA hub?

Yes glxgears is displayed correctly

seth wrote:

Does eglgears_{x11,wayland} render properly?

That's not the same. (I'd preferred to have tested some EGL code using textures but don't know at hand, maybe the xscreensaver hacks?)

Offline

Board footer

Powered by FluxBB