You are not logged in.
Having some issues getting an AMD Radeon RX 6600 to be used by any program in Arch linux guest on Proxmox using PCI passthrough. Steam, Minecraft, glxgears, you name it... nothing will use this card for some unknown reason. I don't even have a framebuffer attached to the VM, turned it off to avoid confusion on switching etc...
Kernel: 5.15.8-arch1-1
AMD EPYC 7402 (running Proxmox with Arch Guest VM)
Drivers:
xf86-video-amdgpu
vulkan-radeon (and lib32)
mesa (and lib32)
NOTE: vulkan-icd-loader and vulkan-tools are also installed and amdgpu module is set to load early (KMS)
EDIT: amdvlk is NOT installed
The passthrough itself works just fine and the system recognizes a VGA controller:
00:10.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 23 [Radeon RX 6600/6600 XT/6600M] (rev c7) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 5025
Physical Slot: 16
Flags: bus master, fast devsel, latency 0, IRQ 24
Memory at 800000000 (64-bit, prefetchable) [size=256M]
Memory at 810000000 (64-bit, prefetchable) [size=2M]
I/O ports at 1000 [size=256]
Memory at c0400000 (32-bit, non-prefetchable) [size=1M]
Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: amdgpu
Kernel modules: amdgpuBut as you can see, it won't recognize for opengl and thus won't be used :
[~]$ xrandr --listproviders
Providers: number : 0
[~]$ lsmod | grep amdgpu
amdgpu 8613888 0
drm_ttm_helper 16384 1 amdgpu
ttm 86016 2 amdgpu,drm_ttm_helper
gpu_sched 53248 1 amdgpu
[~]$ glxinfo | grep "OpenGL renderer"
OpenGL renderer string: llvmpipe (LLVM 13.0.0, 256 bits)
[~]$ uname -r
5.15.8-arch1-1vulkaninfo
WARNING: radv is not a conformant Vulkan implementation, testing use only.
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 7
Current serial number in output stream: 8
[~]$ ls /usr/share/vulkan/icd.d/
radeon_icd.i686.json radeon_icd.x86_64.jsonHere is journal -e:
Dec 17 06:23:17 archlinux kernel: audit: type=1130 audit(1639722197.360:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd>
Dec 17 06:23:17 archlinux systemd[1]: Starting Authorization Manager...
Dec 17 06:23:17 archlinux polkitd[581]: Started polkitd version 0.120
Dec 17 06:23:17 archlinux polkitd[581]: Loading rules from directory /etc/polkit-1/rules.d
Dec 17 06:23:17 archlinux polkitd[581]: Loading rules from directory /usr/share/polkit-1/rules.d
Dec 17 06:23:17 archlinux polkitd[581]: Finished loading, compiling and executing 2 rules
Dec 17 06:23:17 archlinux dbus-daemon[425]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Dec 17 06:23:17 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" >
Dec 17 06:23:17 archlinux kernel: audit: type=1130 audit(1639722197.426:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe=>
Dec 17 06:23:17 archlinux systemd[1]: Started Authorization Manager.
Dec 17 06:23:17 archlinux polkitd[581]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:23:17 archlinux pulseaudio[577]: stat('/etc/pulse/default.pa.d'): No such file or directory
Dec 17 06:23:17 archlinux systemd[502]: Started Sound Service.
Dec 17 06:24:07 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 17 06:24:07 archlinux kernel: [drm] PSP is resuming...
Dec 17 06:24:08 archlinux kernel: [drm] reserve 0xa00000 from 0x800f400000 for PSP TMR
Dec 17 06:24:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 17 06:24:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 17 06:24:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is resuming...
Dec 17 06:24:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000012, smu fw version = 0x003b22>
Dec 17 06:24:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU driver if version not matched
Dec 17 06:24:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is resumed successfully!
Dec 17 06:24:08 archlinux kernel: [drm] DMUB hardware initialized: version=0x02020003
Dec 17 06:24:09 archlinux kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 17 06:24:09 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 17 06:24:09 archlinux kernel: [drm] JPEG decode initialized successfully.
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: [drm] Cannot find any crtc or sizes
Dec 17 06:24:18 archlinux kernel: [drm] free PSP TMR bufferHere is dmesg | grep amdgpu:
[ 0.827100] [drm] amdgpu kernel modesetting enabled.
[ 0.827201] amdgpu: CRAT table not found
[ 0.827203] amdgpu: Virtual CRAT table created for CPU
[ 0.827211] amdgpu: Topology: Add CPU node
[ 0.827282] amdgpu 0000:00:10.0: vgaarb: deactivate vga console
[ 0.846548] amdgpu 0000:00:10.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[ 0.848423] amdgpu 0000:00:10.0: amdgpu: Fetched VBIOS from VFCT
[ 0.848425] amdgpu: ATOM BIOS: 113-V502ARMR-0OC
[ 0.850796] amdgpu 0000:00:10.0: BAR 2: releasing [mem 0x810000000-0x8101fffff 64bit pref]
[ 0.850800] amdgpu 0000:00:10.0: BAR 0: releasing [mem 0x800000000-0x80fffffff 64bit pref]
[ 0.850847] amdgpu 0000:00:10.0: BAR 0: assigned [mem 0x800000000-0x80fffffff 64bit pref]
[ 0.850902] amdgpu 0000:00:10.0: BAR 2: assigned [mem 0x810000000-0x8101fffff 64bit pref]
[ 0.862066] amdgpu 0000:00:10.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
[ 0.862069] amdgpu 0000:00:10.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[ 0.862071] amdgpu 0000:00:10.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[ 0.862141] [drm] amdgpu: 8176M of VRAM memory ready
[ 0.862142] [drm] amdgpu: 8176M of GTT memory ready.
[ 0.878639] amdgpu 0000:00:10.0: amdgpu: PSP runtime database doesn't exist
[ 2.695638] amdgpu 0000:00:10.0: amdgpu: Will use PSP to load VCN firmware
[ 2.964677] amdgpu 0000:00:10.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2.977362] amdgpu 0000:00:10.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2.977387] amdgpu 0000:00:10.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000012, smu fw version = 0x003b2200 (59.34.0)
[ 2.977389] amdgpu 0000:00:10.0: amdgpu: SMU driver if version not matched
[ 2.977394] amdgpu 0000:00:10.0: amdgpu: use vbios provided pptable
[ 3.044780] amdgpu 0000:00:10.0: amdgpu: SMU is initialized successfully!
[ 3.272641] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 3.329830] amdgpu: HMM registered 8176MB device memory
[ 3.332389] amdgpu: SRAT table not found
[ 3.332390] amdgpu: Virtual CRAT table created for GPU
[ 3.333403] amdgpu: Topology: Add dGPU node [0x73ff:0x1002]
[ 3.333407] kfd kfd: amdgpu: added device 1002:73ff
[ 3.334611] amdgpu 0000:00:10.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 28
[ 3.334937] amdgpu 0000:00:10.0: [drm] Cannot find any crtc or sizes
[ 3.335071] amdgpu 0000:00:10.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3.335073] amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3.335074] amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3.335075] amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3.335076] amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3.335077] amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3.335078] amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3.335079] amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3.335080] amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3.335081] amdgpu 0000:00:10.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3.335082] amdgpu 0000:00:10.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3.335083] amdgpu 0000:00:10.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3.335084] amdgpu 0000:00:10.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3.335085] amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3.335086] amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3.335087] amdgpu 0000:00:10.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3.368114] amdgpu 0000:00:10.0: amdgpu: Using BACO for runtime pm
[ 3.369562] [drm] Initialized amdgpu 3.42.0 20150101 for 0000:00:10.0 on minor 0
[ 4.785962] snd_hda_intel 0000:00:10.1: bound 0000:00:10.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 294.582812] amdgpu 0000:00:10.0: amdgpu: RAS: optional ras ta ucode is not available
[ 294.622631] amdgpu 0000:00:10.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 294.622635] amdgpu 0000:00:10.0: amdgpu: SMU is resuming...
[ 294.622876] amdgpu 0000:00:10.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000012, smu fw version = 0x003b2200 (59.34.0)
[ 294.622879] amdgpu 0000:00:10.0: amdgpu: SMU driver if version not matched
[ 294.653517] amdgpu 0000:00:10.0: amdgpu: SMU is resumed successfully!
[ 295.616211] amdgpu 0000:00:10.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 295.616214] amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 295.616215] amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 295.616217] amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 295.616218] amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 295.616219] amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 295.616220] amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 295.616221] amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 295.616222] amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 295.616223] amdgpu 0000:00:10.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 295.616224] amdgpu 0000:00:10.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 295.616226] amdgpu 0000:00:10.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 295.616226] amdgpu 0000:00:10.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 295.616227] amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 295.616229] amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 295.616230] amdgpu 0000:00:10.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 295.648623] amdgpu 0000:00:10.0: [drm] Cannot find any crtc or sizesLast edited by medicineman2500 (2021-12-18 23:58:29)
Offline
Here is journal -e:
Here is dmesg | grep amdgpu:
Please post the entire system journal, your xorg log and the complete output of "glxinfo -B"
Also, on a hunch, "xrandr -q" (suspecting a wayland session here…)
Offline
Hey Seth!
To my knowledge not running wayland.
glxinfo -B:
$ glxinfo -B
name of display: :1
display: :1 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa/X.org (0xffffffff)
Device: llvmpipe (LLVM 13.0.0, 256 bits) (0xffffffff)
Version: 21.3.1
Accelerated: no
Video memory: 16411MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 13.0.0, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.3.1
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.5 (Compatibility Profile) Mesa 21.3.1
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.3.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20xrandr -q
$ xrandr -q
Screen 0: minimum 32 x 32, current 2560 x 1440, maximum 32768 x 32768
VNC-0 connected 2560x1440+0+0 0mm x 0mm
2560x1440 60.00*+
1920x1200 60.00
1920x1080 60.00
1600x1200 60.00
1680x1050 60.00
1400x1050 60.00
1360x768 60.00
1280x1024 60.00
1280x960 60.00
1280x800 60.00
1280x720 60.00
1024x768 60.00
800x600 60.00
640x480 60.00 systemd journal
-- Boot 150ac6d000cf4c699ac6a8311863324e --
Dec 17 06:19:18 archlinux kernel: Linux version 5.15.8-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Tue, 14 Dec>
Dec 17 06:19:18 archlinux kernel: Command line: initrd=\initramfs-linux.img root=UUID=71e384ab-47b0-4e05-98a7-e85556d56023 rw
Dec 17 06:19:18 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Dec 17 06:19:18 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Dec 17 06:19:18 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Dec 17 06:19:18 archlinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Dec 17 06:19:18 archlinux kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Dec 17 06:19:18 archlinux kernel: signal: max sigframe size: 1776
Dec 17 06:19:18 archlinux kernel: BIOS-provided physical RAM map:
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000000805fff] usable
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x0000000000806000-0x0000000000807fff] ACPI NVS
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x0000000000808000-0x000000000080ffff] usable
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x0000000000900000-0x00000000be6fafff] usable
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x00000000be6fb000-0x00000000be706fff] ACPI data
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x00000000be707000-0x00000000bec74fff] usable
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x00000000bec75000-0x00000000bed76fff] reserved
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x00000000bed77000-0x00000000bf6edfff] usable
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x00000000bf6ee000-0x00000000bf96dfff] reserved
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x00000000bf96e000-0x00000000bf97dfff] ACPI data
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x00000000bf97e000-0x00000000bf9fdfff] ACPI NVS
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x00000000bf9fe000-0x00000000bfe9bfff] usable
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x00000000bfe9c000-0x00000000bff1ffff] reserved
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x00000000bff20000-0x00000000bfffffff] ACPI NVS
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
Dec 17 06:19:18 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000045c1fffff] usable
Dec 17 06:19:18 archlinux kernel: NX (Execute Disable) protection: active
Dec 17 06:19:18 archlinux kernel: e820: update [mem 0xbdef7018-0xbdf15457] usable ==> usable
Dec 17 06:19:18 archlinux kernel: e820: update [mem 0xbdef7018-0xbdf15457] usable ==> usable
Dec 17 06:19:18 archlinux kernel: e820: update [mem 0xbdecf018-0xbdef6457] usable ==> usable
Dec 17 06:19:18 archlinux kernel: e820: update [mem 0xbdecf018-0xbdef6457] usable ==> usable
Dec 17 06:19:18 archlinux kernel: extended physical RAM map:
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000000805fff] usable
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x0000000000806000-0x0000000000807fff] ACPI NVS
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x0000000000808000-0x000000000080ffff] usable
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x0000000000900000-0x00000000bdecf017] usable
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000bdecf018-0x00000000bdef6457] usable
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000bdef6458-0x00000000bdef7017] usable
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000bdef7018-0x00000000bdf15457] usable
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000bdf15458-0x00000000be6fafff] usable
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000be6fb000-0x00000000be706fff] ACPI data
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000be707000-0x00000000bec74fff] usable
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000bec75000-0x00000000bed76fff] reserved
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000bed77000-0x00000000bf6edfff] usable
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000bf6ee000-0x00000000bf96dfff] reserved
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000bf96e000-0x00000000bf97dfff] ACPI data
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000bf97e000-0x00000000bf9fdfff] ACPI NVS
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000bf9fe000-0x00000000bfe9bfff] usable
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000bfe9c000-0x00000000bff1ffff] reserved
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000bff20000-0x00000000bfffffff] ACPI NVS
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
Dec 17 06:19:18 archlinux kernel: reserve setup_data: [mem 0x0000000100000000-0x000000045c1fffff] usable
Dec 17 06:19:18 archlinux kernel: efi: EFI v2.70 by EDK II
Dec 17 06:19:18 archlinux kernel: efi: SMBIOS=0xbf722000 ACPI=0xbf97d000 ACPI 2.0=0xbf97d014 MEMATTR=0xbdf4e218
Dec 17 06:19:18 archlinux kernel: SMBIOS 2.8 present.
Dec 17 06:19:18 archlinux kernel: DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 0.0.0 02/06/2015
Dec 17 06:19:18 archlinux kernel: Hypervisor detected: KVM
Dec 17 06:19:18 archlinux kernel: kvm-clock: Using msrs 4b564d01 and 4b564d00
Dec 17 06:19:18 archlinux kernel: kvm-clock: cpu 0, msr 1c5e01001, primary cpu clock
Dec 17 06:19:18 archlinux kernel: kvm-clock: using sched offset of 10560984470 cycles
Dec 17 06:19:18 archlinux kernel: clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
Dec 17 06:19:18 archlinux kernel: tsc: Detected 2800.004 MHz processor
Dec 17 06:19:18 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Dec 17 06:19:18 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Dec 17 06:19:18 archlinux kernel: last_pfn = 0x45c200 max_arch_pfn = 0x400000000
Dec 17 06:19:18 archlinux kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Dec 17 06:19:18 archlinux kernel: last_pfn = 0xbfe9c max_arch_pfn = 0x400000000
Dec 17 06:19:18 archlinux kernel: Using GB pages for direct mapping
Dec 17 06:19:18 archlinux kernel: Secure boot disabled
Dec 17 06:19:18 archlinux kernel: RAMDISK: [mem 0x7e5db000-0x7fffffff]
Dec 17 06:19:18 archlinux kernel: ACPI: Early table checksum verification disabled
Dec 17 06:19:18 archlinux kernel: ACPI: RSDP 0x00000000BF97D014 000024 (v02 BOCHS )
Dec 17 06:19:18 archlinux kernel: ACPI: XSDT 0x00000000BF97C0E8 000054 (v01 BOCHS BXPC 00000001 01000013)
Dec 17 06:19:18 archlinux kernel: ACPI: FACP 0x00000000BF978000 000074 (v01 BOCHS BXPC 00000001 BXPC 00000001)
Dec 17 06:19:18 archlinux kernel: ACPI: DSDT 0x00000000BF979000 002F6F (v01 BOCHS BXPC 00000001 BXPC 00000001)
Dec 17 06:19:18 archlinux kernel: ACPI: FACS 0x00000000BF9DB000 000040
Dec 17 06:19:18 archlinux kernel: ACPI: APIC 0x00000000BF977000 0000D0 (v01 BOCHS BXPC 00000001 BXPC 00000001)
Dec 17 06:19:18 archlinux kernel: ACPI: SSDT 0x00000000BF976000 0000CA (v01 BOCHS VMGENID 00000001 BXPC 00000001)
Dec 17 06:19:18 archlinux kernel: ACPI: HPET 0x00000000BF975000 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001)
Dec 17 06:19:18 archlinux kernel: ACPI: WAET 0x00000000BF974000 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)
Dec 17 06:19:18 archlinux kernel: ACPI: VFCT 0x00000000BE6FB000 00B284 (v01 BOCHS BXPC 00000001 AMD 31504F47)
Dec 17 06:19:18 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0xbf978000-0xbf978073]
Dec 17 06:19:18 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0xbf979000-0xbf97bf6e]
Dec 17 06:19:18 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0xbf9db000-0xbf9db03f]
Dec 17 06:19:18 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0xbf977000-0xbf9770cf]
Dec 17 06:19:18 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xbf976000-0xbf9760c9]
Dec 17 06:19:18 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0xbf975000-0xbf975037]
Dec 17 06:19:18 archlinux kernel: ACPI: Reserving WAET table memory at [mem 0xbf974000-0xbf974027]
Dec 17 06:19:18 archlinux kernel: ACPI: Reserving VFCT table memory at [mem 0xbe6fb000-0xbe706283]
Dec 17 06:19:18 archlinux kernel: No NUMA configuration found
Dec 17 06:19:18 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000045c1fffff]
Dec 17 06:19:18 archlinux kernel: NODE_DATA(0) allocated [mem 0x45c1fc000-0x45c1fffff]
Dec 17 06:19:18 archlinux kernel: Zone ranges:
Dec 17 06:19:18 archlinux kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Dec 17 06:19:18 archlinux kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Dec 17 06:19:18 archlinux kernel: Normal [mem 0x0000000100000000-0x000000045c1fffff]
Dec 17 06:19:18 archlinux kernel: Device empty
Dec 17 06:19:18 archlinux kernel: Movable zone start for each node
Dec 17 06:19:18 archlinux kernel: Early memory node ranges
Dec 17 06:19:18 archlinux kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Dec 17 06:19:18 archlinux kernel: node 0: [mem 0x0000000000100000-0x0000000000805fff]
Dec 17 06:19:18 archlinux kernel: node 0: [mem 0x0000000000808000-0x000000000080ffff]
Dec 17 06:19:18 archlinux kernel: node 0: [mem 0x0000000000900000-0x00000000be6fafff]
Dec 17 06:19:18 archlinux kernel: node 0: [mem 0x00000000be707000-0x00000000bec74fff]
Dec 17 06:19:18 archlinux kernel: node 0: [mem 0x00000000bed77000-0x00000000bf6edfff]
Dec 17 06:19:18 archlinux kernel: node 0: [mem 0x00000000bf9fe000-0x00000000bfe9bfff]
Dec 17 06:19:18 archlinux kernel: node 0: [mem 0x0000000100000000-0x000000045c1fffff]
Dec 17 06:19:18 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000045c1fffff]
Dec 17 06:19:18 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Dec 17 06:19:18 archlinux kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Dec 17 06:19:18 archlinux kernel: On node 0, zone DMA: 2 pages in unavailable ranges
Dec 17 06:19:18 archlinux kernel: On node 0, zone DMA: 240 pages in unavailable ranges
Dec 17 06:19:18 archlinux kernel: On node 0, zone DMA32: 12 pages in unavailable ranges
Dec 17 06:19:18 archlinux kernel: On node 0, zone DMA32: 258 pages in unavailable ranges
Dec 17 06:19:18 archlinux kernel: On node 0, zone DMA32: 784 pages in unavailable ranges
Dec 17 06:19:18 archlinux kernel: On node 0, zone Normal: 356 pages in unavailable ranges
Dec 17 06:19:18 archlinux kernel: On node 0, zone Normal: 15872 pages in unavailable ranges
Dec 17 06:19:18 archlinux kernel: ACPI: PM-Timer IO Port: 0xb008
Dec 17 06:19:18 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
Dec 17 06:19:18 archlinux kernel: IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
Dec 17 06:19:18 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec 17 06:19:18 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
Dec 17 06:19:18 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dec 17 06:19:18 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
Dec 17 06:19:18 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
Dec 17 06:19:18 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Dec 17 06:19:18 archlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Dec 17 06:19:18 archlinux kernel: smpboot: Allowing 12 CPUs, 0 hotplug CPUs
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00806000-0x00807fff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00810000-0x008fffff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbdecf000-0xbdecffff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbdef6000-0xbdef6fff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbdef7000-0xbdef7fff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbdf15000-0xbdf15fff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbe6fb000-0xbe706fff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbec75000-0xbed76fff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf6ee000-0xbf96dfff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf96e000-0xbf97dfff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf97e000-0xbf9fdfff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfe9c000-0xbff1ffff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbff20000-0xbfffffff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xffbfffff]
Dec 17 06:19:18 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xffc00000-0xffffffff]
Dec 17 06:19:18 archlinux kernel: [mem 0xc0000000-0xffbfffff] available for PCI devices
Dec 17 06:19:18 archlinux kernel: Booting paravirtualized kernel on KVM
Dec 17 06:19:18 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Dec 17 06:19:18 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:12 nr_node_ids:1
Dec 17 06:19:18 archlinux kernel: percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
Dec 17 06:19:18 archlinux kernel: pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
Dec 17 06:19:18 archlinux kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
Dec 17 06:19:18 archlinux kernel: kvm-guest: stealtime: cpu 0, msr 44b433080
Dec 17 06:19:18 archlinux kernel: kvm-guest: PV spinlocks enabled
Dec 17 06:19:18 archlinux kernel: PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
Dec 17 06:19:18 archlinux kernel: Built 1 zonelists, mobility grouping on. Total pages: 4238495
Dec 17 06:19:18 archlinux kernel: Policy zone: Normal
Dec 17 06:19:18 archlinux kernel: Kernel command line: initrd=\initramfs-linux.img root=UUID=71e384ab-47b0-4e05-98a7-e85556d56023 rw
Dec 17 06:19:18 archlinux kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Dec 17 06:19:18 archlinux kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Dec 17 06:19:18 archlinux kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Dec 17 06:19:18 archlinux kernel: Memory: 16739912K/17231020K available (14344K kernel code, 2071K rwdata, 10792K rodata, 1860K init, 3844K bss, 490848K res>
Dec 17 06:19:18 archlinux kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x540 with crng_init=0
Dec 17 06:19:18 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Dec 17 06:19:18 archlinux kernel: ftrace: allocating 44295 entries in 174 pages
Dec 17 06:19:18 archlinux kernel: ftrace: allocated 174 pages with 5 groups
Dec 17 06:19:18 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
Dec 17 06:19:18 archlinux kernel: rcu: RCU dyntick-idle grace-period acceleration is enabled.
Dec 17 06:19:18 archlinux kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Dec 17 06:19:18 archlinux kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Dec 17 06:19:18 archlinux kernel: Trampoline variant of Tasks RCU enabled.
Dec 17 06:19:18 archlinux kernel: Rude variant of Tasks RCU enabled.
Dec 17 06:19:18 archlinux kernel: Tracing variant of Tasks RCU enabled.
Dec 17 06:19:18 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Dec 17 06:19:18 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Dec 17 06:19:18 archlinux kernel: NR_IRQS: 20736, nr_irqs: 520, preallocated irqs: 16
Dec 17 06:19:18 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Dec 17 06:19:18 archlinux kernel: Console: colour dummy device 80x25
Dec 17 06:19:18 archlinux kernel: printk: console [tty0] enabled
Dec 17 06:19:18 archlinux kernel: ACPI: Core revision 20210730
Dec 17 06:19:18 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
Dec 17 06:19:18 archlinux kernel: APIC: Switch to symmetric I/O mode setup
Dec 17 06:19:18 archlinux kernel: x2apic enabled
Dec 17 06:19:18 archlinux kernel: Switched APIC routing to physical x2apic.
Dec 17 06:19:18 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Dec 17 06:19:18 archlinux kernel: tsc: Marking TSC unstable due to TSCs unsynchronized
Dec 17 06:19:18 archlinux kernel: Calibrating delay loop (skipped) preset value.. 5602.34 BogoMIPS (lpj=9333346)
Dec 17 06:19:18 archlinux kernel: pid_max: default: 32768 minimum: 301
Dec 17 06:19:18 archlinux kernel: LSM: Security Framework initializing
Dec 17 06:19:18 archlinux kernel: landlock: Up and running.
Dec 17 06:19:18 archlinux kernel: Yama: becoming mindful.
Dec 17 06:19:18 archlinux kernel: LSM support for eBPF active
Dec 17 06:19:18 archlinux kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Dec 17 06:19:18 archlinux kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Dec 17 06:19:18 archlinux kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Dec 17 06:19:18 archlinux kernel: Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
Dec 17 06:19:18 archlinux kernel: Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
Dec 17 06:19:18 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Dec 17 06:19:18 archlinux kernel: Spectre V2 : Mitigation: Full AMD retpoline
Dec 17 06:19:18 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Dec 17 06:19:18 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Dec 17 06:19:18 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Dec 17 06:19:18 archlinux kernel: Freeing SMP alternatives memory: 36K
Dec 17 06:19:18 archlinux kernel: smpboot: CPU0: AMD EPYC-Rome Processor (family: 0x17, model: 0x31, stepping: 0x0)
Dec 17 06:19:18 archlinux kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Dec 17 06:19:18 archlinux kernel: ... version: 0
Dec 17 06:19:18 archlinux kernel: ... bit width: 48
Dec 17 06:19:18 archlinux kernel: ... generic registers: 6
Dec 17 06:19:18 archlinux kernel: ... value mask: 0000ffffffffffff
Dec 17 06:19:18 archlinux kernel: ... max period: 00007fffffffffff
Dec 17 06:19:18 archlinux kernel: ... fixed-purpose events: 0
Dec 17 06:19:18 archlinux kernel: ... event mask: 000000000000003f
Dec 17 06:19:18 archlinux kernel: rcu: Hierarchical SRCU implementation.
Dec 17 06:19:18 archlinux kernel: smp: Bringing up secondary CPUs ...
Dec 17 06:19:18 archlinux kernel: x86: Booting SMP configuration:
Dec 17 06:19:18 archlinux kernel: .... node #0, CPUs: #1
Dec 17 06:19:18 archlinux kernel: kvm-clock: cpu 1, msr 1c5e01041, secondary cpu clock
Dec 17 06:19:18 archlinux kernel: kvm-guest: stealtime: cpu 1, msr 44b473080
Dec 17 06:19:18 archlinux kernel: #2
Dec 17 06:19:18 archlinux kernel: kvm-clock: cpu 2, msr 1c5e01081, secondary cpu clock
Dec 17 06:19:18 archlinux kernel: kvm-guest: stealtime: cpu 2, msr 44b4b3080
Dec 17 06:19:18 archlinux kernel: #3
Dec 17 06:19:18 archlinux kernel: kvm-clock: cpu 3, msr 1c5e010c1, secondary cpu clock
Dec 17 06:19:18 archlinux kernel: kvm-guest: stealtime: cpu 3, msr 44b4f3080
Dec 17 06:19:18 archlinux kernel: #4
Dec 17 06:19:18 archlinux kernel: kvm-clock: cpu 4, msr 1c5e01101, secondary cpu clock
Dec 17 06:19:18 archlinux kernel: kvm-guest: stealtime: cpu 4, msr 44b533080
Dec 17 06:19:18 archlinux kernel: #5
Dec 17 06:19:18 archlinux kernel: kvm-clock: cpu 5, msr 1c5e01141, secondary cpu clock
Dec 17 06:19:18 archlinux kernel: kvm-guest: stealtime: cpu 5, msr 44b573080
Dec 17 06:19:18 archlinux kernel: #6
Dec 17 06:19:18 archlinux kernel: kvm-clock: cpu 6, msr 1c5e01181, secondary cpu clock
Dec 17 06:19:18 archlinux kernel: kvm-guest: stealtime: cpu 6, msr 44b5b3080
Dec 17 06:19:18 archlinux kernel: #7
Dec 17 06:19:18 archlinux kernel: kvm-clock: cpu 7, msr 1c5e011c1, secondary cpu clock
Dec 17 06:19:18 archlinux kernel: kvm-guest: stealtime: cpu 7, msr 44b5f3080
Dec 17 06:19:18 archlinux kernel: #8
Dec 17 06:19:18 archlinux kernel: kvm-clock: cpu 8, msr 1c5e01201, secondary cpu clock
Dec 17 06:19:18 archlinux kernel: kvm-guest: stealtime: cpu 8, msr 44b633080
Dec 17 06:19:18 archlinux kernel: #9
Dec 17 06:19:18 archlinux kernel: kvm-clock: cpu 9, msr 1c5e01241, secondary cpu clock
Dec 17 06:19:18 archlinux kernel: kvm-guest: stealtime: cpu 9, msr 44b673080
Dec 17 06:19:18 archlinux kernel: #10
Dec 17 06:19:18 archlinux kernel: kvm-clock: cpu 10, msr 1c5e01281, secondary cpu clock
Dec 17 06:19:18 archlinux kernel: kvm-guest: stealtime: cpu 10, msr 44b6b3080
Dec 17 06:19:18 archlinux kernel: #11
Dec 17 06:19:18 archlinux kernel: kvm-clock: cpu 11, msr 1c5e012c1, secondary cpu clock
Dec 17 06:19:18 archlinux kernel: kvm-guest: stealtime: cpu 11, msr 44b6f3080
Dec 17 06:19:18 archlinux kernel: smp: Brought up 1 node, 12 CPUs
Dec 17 06:19:18 archlinux kernel: smpboot: Max logical packages: 1
Dec 17 06:19:18 archlinux kernel: smpboot: Total of 12 processors activated (67226.09 BogoMIPS)
Dec 17 06:19:18 archlinux kernel: devtmpfs: initialized
Dec 17 06:19:18 archlinux kernel: x86/mm: Memory block size: 128MB
Dec 17 06:19:18 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x00806000-0x00807fff] (8192 bytes)
Dec 17 06:19:18 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x00810000-0x008fffff] (983040 bytes)
Dec 17 06:19:18 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbf97e000-0xbf9fdfff] (524288 bytes)
Dec 17 06:19:18 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbff20000-0xbfffffff] (917504 bytes)
Dec 17 06:19:18 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Dec 17 06:19:18 archlinux kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Dec 17 06:19:18 archlinux kernel: pinctrl core: initialized pinctrl subsystem
Dec 17 06:19:18 archlinux kernel: PM: RTC time: 06:19:14, date: 2021-12-17
Dec 17 06:19:18 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 17 06:19:18 archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Dec 17 06:19:18 archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Dec 17 06:19:18 archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Dec 17 06:19:18 archlinux kernel: audit: initializing netlink subsys (disabled)
Dec 17 06:19:18 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
Dec 17 06:19:18 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
Dec 17 06:19:18 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 17 06:19:18 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
Dec 17 06:19:18 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
Dec 17 06:19:18 archlinux kernel: audit: type=2000 audit(1639721955.757:1): state=initialized audit_enabled=0 res=1
Dec 17 06:19:18 archlinux kernel: cpuidle: using governor ladder
Dec 17 06:19:18 archlinux kernel: cpuidle: using governor menu
Dec 17 06:19:18 archlinux kernel: HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
Dec 17 06:19:18 archlinux kernel: ACPI: bus type PCI registered
Dec 17 06:19:18 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 17 06:19:18 archlinux kernel: PCI: Using configuration type 1 for base access
Dec 17 06:19:18 archlinux kernel: PCI: Using configuration type 1 for extended access
Dec 17 06:19:18 archlinux kernel: Kprobes globally optimized
Dec 17 06:19:18 archlinux kernel: HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
Dec 17 06:19:18 archlinux kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 17 06:19:18 archlinux kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 17 06:19:18 archlinux kernel: ACPI: Added _OSI(Module Device)
Dec 17 06:19:18 archlinux kernel: ACPI: Added _OSI(Processor Device)
Dec 17 06:19:18 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Dec 17 06:19:18 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Dec 17 06:19:18 archlinux kernel: ACPI: Added _OSI(Linux-Dell-Video)
Dec 17 06:19:18 archlinux kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Dec 17 06:19:18 archlinux kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Dec 17 06:19:18 archlinux kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Dec 17 06:19:18 archlinux kernel: ACPI: Interpreter enabled
Dec 17 06:19:18 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
Dec 17 06:19:18 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
Dec 17 06:19:18 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Dec 17 06:19:18 archlinux kernel: ACPI: Enabled 3 GPEs in block 00 to 0F
Dec 17 06:19:18 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Dec 17 06:19:18 archlinux kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [4] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [5] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [6] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [7] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [8] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [9] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [10] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [11] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [12] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [13] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [14] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [15] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [16] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [17] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [18] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [19] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [20] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [21] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [22] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [23] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [24] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [25] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [26] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [27] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [28] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [29] registered
Dec 17 06:19:18 archlinux kernel: PCI host bridge to bus 0000:00
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x800000000-0x87fffffff window]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.1: reg 0x20: [io 0xd380-0xd38f]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.2: reg 0x20: [io 0xd360-0xd37f]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
Dec 17 06:19:18 archlinux kernel: pci 0000:00:05.0: [1af4:1004] type 00 class 0x010000
Dec 17 06:19:18 archlinux kernel: pci 0000:00:05.0: reg 0x10: [io 0xd300-0xd33f]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:05.0: reg 0x14: [mem 0xc0545000-0xc0545fff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:05.0: reg 0x20: [mem 0x810200000-0x810203fff 64bit pref]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: [1002:73ff] type 00 class 0x030000
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: reg 0x10: [mem 0x800000000-0x80fffffff 64bit pref]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: reg 0x18: [mem 0x810000000-0x8101fffff 64bit pref]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: reg 0x20: [io 0xd200-0xd2ff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: reg 0x24: [mem 0xc0400000-0xc04fffff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: PME# supported from D1 D2 D3hot D3cold
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.1: [1002:ab28] type 00 class 0x040300
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.1: reg 0x10: [mem 0xc0540000-0xc0543fff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.1: PME# supported from D1 D2 D3hot D3cold
Dec 17 06:19:18 archlinux kernel: pci 0000:00:12.0: [1af4:1000] type 00 class 0x020000
Dec 17 06:19:18 archlinux kernel: pci 0000:00:12.0: reg 0x10: [io 0xd340-0xd35f]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:12.0: reg 0x14: [mem 0xc0544000-0xc0544fff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:12.0: reg 0x20: [mem 0x810204000-0x810207fff 64bit pref]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:12.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1e.0: [1b36:0001] type 01 class 0x060400
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1e.0: reg 0x10: [mem 0x810209000-0x8102090ff 64bit]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1f.0: [1b36:0001] type 01 class 0x060400
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1f.0: reg 0x10: [mem 0x810208000-0x8102080ff 64bit]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:01: extended config space not accessible
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [0] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [1] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [2-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [3-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [4-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [5-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [6-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [7-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [8-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [9-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [10-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [11-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [12-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [13-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [14-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [15-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [16-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [17-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [18-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [19-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [20-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [21-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [22-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [23-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [24-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [25-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [26-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [27-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [28-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [29-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [30] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [31] registered
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1e.0: PCI bridge to [bus 01]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1e.0: bridge window [mem 0xc0200000-0xc03fffff]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:02: extended config space not accessible
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [0-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [1-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [2-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [3-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [4-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [5-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [6-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [7-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [8-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [9-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [10-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [11-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [12-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [13-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [14-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [15-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [16-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [17-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [18-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [19-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [20-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [21-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [22-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [23-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [24-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [25-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [26-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [27-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [28-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [29-3] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [30-2] registered
Dec 17 06:19:18 archlinux kernel: acpiphp: Slot [31-2] registered
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1f.0: PCI bridge to [bus 02]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1f.0: bridge window [io 0xc000-0xcfff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1f.0: bridge window [mem 0xc0000000-0xc01fffff]
Dec 17 06:19:18 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 10
Dec 17 06:19:18 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Dec 17 06:19:18 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Dec 17 06:19:18 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Dec 17 06:19:18 archlinux kernel: ACPI: PCI: Interrupt link LNKS configured for IRQ 9
Dec 17 06:19:18 archlinux kernel: iommu: Default domain type: Translated
Dec 17 06:19:18 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: vgaarb: setting as boot VGA device
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: vgaarb: bridge control possible
Dec 17 06:19:18 archlinux kernel: vgaarb: loaded
Dec 17 06:19:18 archlinux kernel: SCSI subsystem initialized
Dec 17 06:19:18 archlinux kernel: libata version 3.00 loaded.
Dec 17 06:19:18 archlinux kernel: ACPI: bus type USB registered
Dec 17 06:19:18 archlinux kernel: usbcore: registered new interface driver usbfs
Dec 17 06:19:18 archlinux kernel: usbcore: registered new interface driver hub
Dec 17 06:19:18 archlinux kernel: usbcore: registered new device driver usb
Dec 17 06:19:18 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 17 06:19:18 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 17 06:19:18 archlinux kernel: PTP clock support registered
Dec 17 06:19:18 archlinux kernel: EDAC MC: Ver: 3.0.0
Dec 17 06:19:18 archlinux kernel: Registered efivars operations
Dec 17 06:19:18 archlinux kernel: NetLabel: Initializing
Dec 17 06:19:18 archlinux kernel: NetLabel: domain hash size = 128
Dec 17 06:19:18 archlinux kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Dec 17 06:19:18 archlinux kernel: NetLabel: unlabeled traffic allowed by default
Dec 17 06:19:18 archlinux kernel: PCI: Using ACPI for IRQ routing
Dec 17 06:19:18 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.1: can't claim BAR 4 [io 0xd380-0xd38f]: address conflict with PCI Bus 0000:01 [io 0xd000-0xdfff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.2: can't claim BAR 4 [io 0xd360-0xd37f]: address conflict with PCI Bus 0000:01 [io 0xd000-0xdfff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:05.0: can't claim BAR 0 [io 0xd300-0xd33f]: address conflict with PCI Bus 0000:01 [io 0xd000-0xdfff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: can't claim BAR 4 [io 0xd200-0xd2ff]: address conflict with PCI Bus 0000:01 [io 0xd000-0xdfff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:12.0: can't claim BAR 0 [io 0xd340-0xd35f]: address conflict with PCI Bus 0000:01 [io 0xd000-0xdfff]
Dec 17 06:19:18 archlinux kernel: e820: reserve RAM buffer [mem 0x00806000-0x008fffff]
Dec 17 06:19:18 archlinux kernel: e820: reserve RAM buffer [mem 0x00810000-0x008fffff]
Dec 17 06:19:18 archlinux kernel: e820: reserve RAM buffer [mem 0xbdecf018-0xbfffffff]
Dec 17 06:19:18 archlinux kernel: e820: reserve RAM buffer [mem 0xbdef7018-0xbfffffff]
Dec 17 06:19:18 archlinux kernel: e820: reserve RAM buffer [mem 0xbe6fb000-0xbfffffff]
Dec 17 06:19:18 archlinux kernel: e820: reserve RAM buffer [mem 0xbec75000-0xbfffffff]
Dec 17 06:19:18 archlinux kernel: e820: reserve RAM buffer [mem 0xbf6ee000-0xbfffffff]
Dec 17 06:19:18 archlinux kernel: e820: reserve RAM buffer [mem 0xbfe9c000-0xbfffffff]
Dec 17 06:19:18 archlinux kernel: e820: reserve RAM buffer [mem 0x45c200000-0x45fffffff]
Dec 17 06:19:18 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Dec 17 06:19:18 archlinux kernel: hpet0: 3 comparators, 64-bit 100.000000 MHz counter
Dec 17 06:19:18 archlinux kernel: clocksource: Switched to clocksource kvm-clock
Dec 17 06:19:18 archlinux kernel: VFS: Disk quotas dquot_6.6.0
Dec 17 06:19:18 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 17 06:19:18 archlinux kernel: pnp: PnP ACPI init
Dec 17 06:19:18 archlinux kernel: pnp 00:02: [dma 2]
Dec 17 06:19:18 archlinux kernel: pnp: PnP ACPI: found 4 devices
Dec 17 06:19:18 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Dec 17 06:19:18 archlinux kernel: NET: Registered PF_INET protocol family
Dec 17 06:19:18 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Dec 17 06:19:18 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Dec 17 06:19:18 archlinux kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Dec 17 06:19:18 archlinux kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Dec 17 06:19:18 archlinux kernel: TCP: Hash tables configured (established 262144 bind 65536)
Dec 17 06:19:18 archlinux kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Dec 17 06:19:18 archlinux kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Dec 17 06:19:18 archlinux kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Dec 17 06:19:18 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 17 06:19:18 archlinux kernel: NET: Registered PF_XDP protocol family
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
Dec 17 06:19:18 archlinux kernel: pci 0000:00:12.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
Dec 17 06:19:18 archlinux kernel: pci 0000:00:12.0: BAR 6: assigned [mem 0xc0500000-0xc053ffff pref]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: BAR 6: assigned [mem 0xc0560000-0xc057ffff pref]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: BAR 4: assigned [io 0x1000-0x10ff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:05.0: BAR 0: assigned [io 0x1400-0x143f]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.2: BAR 4: assigned [io 0x1440-0x145f]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:12.0: BAR 0: assigned [io 0x1460-0x147f]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.1: BAR 4: assigned [io 0x1480-0x148f]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1e.0: PCI bridge to [bus 01]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1e.0: bridge window [mem 0xc0200000-0xc03fffff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1f.0: PCI bridge to [bus 02]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1f.0: bridge window [io 0xc000-0xcfff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1f.0: bridge window [mem 0xc0000000-0xc01fffff]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x800000000-0x87fffffff window]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xc0200000-0xc03fffff]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
Dec 17 06:19:18 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc01fffff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release
Dec 17 06:19:18 archlinux kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds
Dec 17 06:19:18 archlinux kernel: ACPI: \_SB_.LNKD: Enabled at IRQ 11
Dec 17 06:19:18 archlinux kernel: pci 0000:00:01.2: quirk_usb_early_handoff+0x0/0x750 took 38247 usecs
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:10.1: D0 power state depends on 0000:00:10.0
Dec 17 06:19:18 archlinux kernel: PCI: CLS 64 bytes, default 64
Dec 17 06:19:18 archlinux kernel: Trying to unpack rootfs image as initramfs...
Dec 17 06:19:18 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Dec 17 06:19:18 archlinux kernel: software IO TLB: mapped [mem 0x00000000b7ede000-0x00000000bbede000] (64MB)
Dec 17 06:19:18 archlinux kernel: Initialise system trusted keyrings
Dec 17 06:19:18 archlinux kernel: Key type blacklist registered
Dec 17 06:19:18 archlinux kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Dec 17 06:19:18 archlinux kernel: zbud: loaded
Dec 17 06:19:18 archlinux kernel: Key type asymmetric registered
Dec 17 06:19:18 archlinux kernel: Asymmetric key parser 'x509' registered
Dec 17 06:19:18 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Dec 17 06:19:18 archlinux kernel: io scheduler mq-deadline registered
Dec 17 06:19:18 archlinux kernel: io scheduler kyber registered
Dec 17 06:19:18 archlinux kernel: io scheduler bfq registered
Dec 17 06:19:18 archlinux kernel: shpchp 0000:00:1e.0: Requesting control of SHPC hotplug via OSHP (\_SB_.PCI0.SF0_)
Dec 17 06:19:18 archlinux kernel: shpchp 0000:00:1e.0: Requesting control of SHPC hotplug via OSHP (\_SB_.PCI0)
Dec 17 06:19:18 archlinux kernel: shpchp 0000:00:1e.0: Cannot get control of SHPC hotplug
Dec 17 06:19:18 archlinux kernel: shpchp 0000:00:1f.0: Requesting control of SHPC hotplug via OSHP (\_SB_.PCI0.SF8_)
Dec 17 06:19:18 archlinux kernel: shpchp 0000:00:1f.0: Requesting control of SHPC hotplug via OSHP (\_SB_.PCI0)
Dec 17 06:19:18 archlinux kernel: shpchp 0000:00:1f.0: Cannot get control of SHPC hotplug
Dec 17 06:19:18 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Dec 17 06:19:18 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Dec 17 06:19:18 archlinux kernel: ACPI: button: Power Button [PWRF]
Dec 17 06:19:18 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Dec 17 06:19:18 archlinux kernel: Non-volatile memory driver v1.3
Dec 17 06:19:18 archlinux kernel: Linux agpgart interface v0.103
Dec 17 06:19:18 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Dec 17 06:19:18 archlinux kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Dec 17 06:19:18 archlinux kernel: ehci-pci: EHCI PCI platform driver
Dec 17 06:19:18 archlinux kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Dec 17 06:19:18 archlinux kernel: ohci-pci: OHCI PCI platform driver
Dec 17 06:19:18 archlinux kernel: uhci_hcd: USB Universal Host Controller Interface driver
Dec 17 06:19:18 archlinux kernel: uhci_hcd 0000:00:01.2: UHCI Host Controller
Dec 17 06:19:18 archlinux kernel: uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
Dec 17 06:19:18 archlinux kernel: uhci_hcd 0000:00:01.2: detected 2 ports
Dec 17 06:19:18 archlinux kernel: uhci_hcd 0000:00:01.2: irq 11, io base 0x00001440
Dec 17 06:19:18 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
Dec 17 06:19:18 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 17 06:19:18 archlinux kernel: usb usb1: Product: UHCI Host Controller
Dec 17 06:19:18 archlinux kernel: usb usb1: Manufacturer: Linux 5.15.8-arch1-1 uhci_hcd
Dec 17 06:19:18 archlinux kernel: usb usb1: SerialNumber: 0000:00:01.2
Dec 17 06:19:18 archlinux kernel: hub 1-0:1.0: USB hub found
Dec 17 06:19:18 archlinux kernel: hub 1-0:1.0: 2 ports detected
Dec 17 06:19:18 archlinux kernel: usbcore: registered new interface driver usbserial_generic
Dec 17 06:19:18 archlinux kernel: usbserial: USB Serial support registered for generic
Dec 17 06:19:18 archlinux kernel: rtc_cmos 00:03: RTC can wake from S4
Dec 17 06:19:18 archlinux kernel: rtc_cmos 00:03: registered as rtc0
Dec 17 06:19:18 archlinux kernel: rtc_cmos 00:03: setting system clock to 2021-12-17T06:19:14 UTC (1639721954)
Dec 17 06:19:18 archlinux kernel: rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
Dec 17 06:19:18 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 17 06:19:18 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 17 06:19:18 archlinux kernel: drop_monitor: Initializing network drop monitor service
Dec 17 06:19:18 archlinux kernel: Initializing XFRM netlink socket
Dec 17 06:19:18 archlinux kernel: NET: Registered PF_INET6 protocol family
Dec 17 06:19:18 archlinux kernel: Freeing initrd memory: 26772K
Dec 17 06:19:18 archlinux kernel: Segment Routing with IPv6
Dec 17 06:19:18 archlinux kernel: RPL Segment Routing with IPv6
Dec 17 06:19:18 archlinux kernel: In-situ OAM (IOAM) with IPv6
Dec 17 06:19:18 archlinux kernel: NET: Registered PF_PACKET protocol family
Dec 17 06:19:18 archlinux kernel: IPI shorthand broadcast: enabled
Dec 17 06:19:18 archlinux kernel: sched_clock: Marking stable (594329901, -1980085)->(635434362, -43084546)
Dec 17 06:19:18 archlinux kernel: registered taskstats version 1
Dec 17 06:19:18 archlinux kernel: Loading compiled-in X.509 certificates
Dec 17 06:19:18 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: e31b3a49ceda79da08fdf623435169c29bf0df2e'
Dec 17 06:19:18 archlinux kernel: zswap: loaded using pool lz4/z3fold
Dec 17 06:19:18 archlinux kernel: Key type ._fscrypt registered
Dec 17 06:19:18 archlinux kernel: Key type .fscrypt registered
Dec 17 06:19:18 archlinux kernel: Key type fscrypt-provisioning registered
Dec 17 06:19:18 archlinux kernel: PM: Magic number: 1:221:317
Dec 17 06:19:18 archlinux kernel: tty tty42: hash matches
Dec 17 06:19:18 archlinux kernel: reg-dummy reg-dummy: hash matches
Dec 17 06:19:18 archlinux kernel: RAS: Correctable Errors collector initialized.
Dec 17 06:19:18 archlinux kernel: Freeing unused decrypted memory: 2036K
Dec 17 06:19:18 archlinux kernel: Freeing unused kernel image (initmem) memory: 1860K
Dec 17 06:19:18 archlinux kernel: Write protecting the kernel read-only data: 28672k
Dec 17 06:19:18 archlinux kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Dec 17 06:19:18 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1496K
Dec 17 06:19:18 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Dec 17 06:19:18 archlinux kernel: rodata_test: all tests were successful
Dec 17 06:19:18 archlinux kernel: Run /init as init process
Dec 17 06:19:18 archlinux kernel: with arguments:
Dec 17 06:19:18 archlinux kernel: /init
Dec 17 06:19:18 archlinux kernel: with environment:
Dec 17 06:19:18 archlinux kernel: HOME=/
Dec 17 06:19:18 archlinux kernel: TERM=linux
Dec 17 06:19:18 archlinux kernel: fbcon: Taking over console
Dec 17 06:19:18 archlinux kernel: usb 1-1: new full-speed USB device number 2 using uhci_hcd
Dec 17 06:19:18 archlinux kernel: [drm] amdgpu kernel modesetting enabled.
Dec 17 06:19:18 archlinux kernel: amdgpu: CRAT table not found
Dec 17 06:19:18 archlinux kernel: amdgpu: Virtual CRAT table created for CPU
Dec 17 06:19:18 archlinux kernel: amdgpu: Topology: Add CPU node
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: vgaarb: deactivate vga console
Dec 17 06:19:18 archlinux kernel: [drm] initializing kernel modesetting (DIMGREY_CAVEFISH 0x1002:0x73FF 0x1462:0x5025 0xC7).
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Dec 17 06:19:18 archlinux kernel: [drm] register mmio base: 0xC0400000
Dec 17 06:19:18 archlinux kernel: [drm] register mmio size: 1048576
Dec 17 06:19:18 archlinux kernel: [drm] add ip block number 0 <nv_common>
Dec 17 06:19:18 archlinux kernel: [drm] add ip block number 1 <gmc_v10_0>
Dec 17 06:19:18 archlinux kernel: [drm] add ip block number 2 <navi10_ih>
Dec 17 06:19:18 archlinux kernel: [drm] add ip block number 3 <psp>
Dec 17 06:19:18 archlinux kernel: [drm] add ip block number 4 <smu>
Dec 17 06:19:18 archlinux kernel: [drm] add ip block number 5 <dm>
Dec 17 06:19:18 archlinux kernel: [drm] add ip block number 6 <gfx_v10_0>
Dec 17 06:19:18 archlinux kernel: [drm] add ip block number 7 <sdma_v5_2>
Dec 17 06:19:18 archlinux kernel: [drm] add ip block number 8 <vcn_v3_0>
Dec 17 06:19:18 archlinux kernel: [drm] add ip block number 9 <jpeg_v3_0>
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: Fetched VBIOS from VFCT
Dec 17 06:19:18 archlinux kernel: amdgpu: ATOM BIOS: 113-V502ARMR-0OC
Dec 17 06:19:18 archlinux kernel: [drm] VCN(0) decode is enabled in VM mode
Dec 17 06:19:18 archlinux kernel: [drm] VCN(0) encode is enabled in VM mode
Dec 17 06:19:18 archlinux kernel: [drm] JPEG decode is enabled in VM mode
Dec 17 06:19:18 archlinux kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: BAR 2: releasing [mem 0x810000000-0x8101fffff 64bit pref]
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: BAR 0: releasing [mem 0x800000000-0x80fffffff 64bit pref]
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: BAR 0: assigned [mem 0x800000000-0x80fffffff 64bit pref]
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: BAR 2: assigned [mem 0x810000000-0x8101fffff 64bit pref]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1e.0: PCI bridge to [bus 01]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1e.0: bridge window [mem 0xc0200000-0xc03fffff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1f.0: PCI bridge to [bus 02]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1f.0: bridge window [io 0xc000-0xcfff]
Dec 17 06:19:18 archlinux kernel: pci 0000:00:1f.0: bridge window [mem 0xc0000000-0xc01fffff]
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
Dec 17 06:19:18 archlinux kernel: [drm] Detected VRAM RAM=8176M, BAR=256M
Dec 17 06:19:18 archlinux kernel: [drm] RAM width 128bits GDDR6
Dec 17 06:19:18 archlinux kernel: [drm] amdgpu: 8176M of VRAM memory ready
Dec 17 06:19:18 archlinux kernel: [drm] amdgpu: 8176M of GTT memory ready.
Dec 17 06:19:18 archlinux kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Dec 17 06:19:18 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 17 06:19:18 archlinux kernel: usb 1-1: New USB device found, idVendor=0627, idProduct=0001, bcdDevice= 0.00
Dec 17 06:19:18 archlinux kernel: usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=10
Dec 17 06:19:18 archlinux kernel: usb 1-1: Product: QEMU USB Tablet
Dec 17 06:19:18 archlinux kernel: usb 1-1: Manufacturer: QEMU
Dec 17 06:19:18 archlinux kernel: usb 1-1: SerialNumber: 28754-0000:00:01.2-1
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: PSP runtime database doesn't exist
Dec 17 06:19:18 archlinux kernel: input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input1
Dec 17 06:19:18 archlinux kernel: hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
Dec 17 06:19:18 archlinux kernel: usbcore: registered new interface driver usbhid
Dec 17 06:19:18 archlinux kernel: usbhid: USB HID core driver
Dec 17 06:19:18 archlinux kernel: [drm] Loading DMUB firmware via PSP: version=0x02020003
Dec 17 06:19:18 archlinux kernel: [drm] use_doorbell being set to: [true]
Dec 17 06:19:18 archlinux kernel: [drm] use_doorbell being set to: [true]
Dec 17 06:19:18 archlinux kernel: [drm] Found VCN firmware Version ENC: 1.16 DEC: 2 VEP: 0 Revision: 1
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: Will use PSP to load VCN firmware
Dec 17 06:19:18 archlinux kernel: [drm] reserve 0xa00000 from 0x81fe000000 for PSP TMR
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000012, smu fw version = 0x003b22>
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU driver if version not matched
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: use vbios provided pptable
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is initialized successfully!
Dec 17 06:19:18 archlinux kernel: [drm] Display Core initialized with v3.2.149!
Dec 17 06:19:18 archlinux kernel: [drm] DMUB hardware initialized: version=0x02020003
Dec 17 06:19:18 archlinux kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 17 06:19:18 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 17 06:19:18 archlinux kernel: [drm] JPEG decode initialized successfully.
Dec 17 06:19:18 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Dec 17 06:19:18 archlinux kernel: memmap_init_zone_device initialised 2097152 pages in 17ms
Dec 17 06:19:18 archlinux kernel: amdgpu: HMM registered 8176MB device memory
Dec 17 06:19:18 archlinux kernel: amdgpu: SRAT table not found
Dec 17 06:19:18 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
Dec 17 06:19:18 archlinux kernel: amdgpu: Topology: Add dGPU node [0x73ff:0x1002]
Dec 17 06:19:18 archlinux kernel: kfd kfd: amdgpu: added device 1002:73ff
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 28
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: [drm] Cannot find any crtc or sizes
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 17 06:19:18 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: Using BACO for runtime pm
Dec 17 06:19:18 archlinux kernel: [drm] Initialized amdgpu 3.42.0 20150101 for 0000:00:10.0 on minor 0
Dec 17 06:19:18 archlinux kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Dec 17 06:19:18 archlinux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Dec 17 06:19:18 archlinux kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Dec 17 06:19:18 archlinux kernel: ata_piix 0000:00:01.1: version 2.13
Dec 17 06:19:18 archlinux kernel: scsi host0: ata_piix
Dec 17 06:19:18 archlinux kernel: scsi host1: ata_piix
Dec 17 06:19:18 archlinux kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0x1480 irq 14
Dec 17 06:19:18 archlinux kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0x1488 irq 15
Dec 17 06:19:18 archlinux kernel: ata1: port disabled--ignoring
Dec 17 06:19:18 archlinux kernel: FDC 0 is a S82078B
Dec 17 06:19:18 archlinux kernel: ACPI: \_SB_.LNKA: Enabled at IRQ 10
Dec 17 06:19:18 archlinux kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Dec 17 06:19:18 archlinux kernel: ACPI: \_SB_.LNKB: Enabled at IRQ 10
Dec 17 06:19:18 archlinux kernel: scsi host2: Virtio SCSI HBA
Dec 17 06:19:18 archlinux kernel: scsi 2:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5
Dec 17 06:19:18 archlinux kernel: scsi 2:0:0:1: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5
Dec 17 06:19:18 archlinux kernel: random: fast init done
Dec 17 06:19:18 archlinux kernel: sd 2:0:0:0: Power-on or device reset occurred
Dec 17 06:19:18 archlinux kernel: sd 2:0:0:1: Power-on or device reset occurred
Dec 17 06:19:18 archlinux kernel: sd 2:0:0:0: [sda] 268435456 512-byte logical blocks: (137 GB/128 GiB)
Dec 17 06:19:18 archlinux kernel: sd 2:0:0:1: [sdb] 1048576000 512-byte logical blocks: (537 GB/500 GiB)
Dec 17 06:19:18 archlinux kernel: sd 2:0:0:0: [sda] Write Protect is off
Dec 17 06:19:18 archlinux kernel: sd 2:0:0:0: [sda] Mode Sense: 63 00 00 08
Dec 17 06:19:18 archlinux kernel: sd 2:0:0:1: [sdb] Write Protect is off
Dec 17 06:19:18 archlinux kernel: sd 2:0:0:1: [sdb] Mode Sense: 63 00 00 08
Dec 17 06:19:18 archlinux kernel: sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Dec 17 06:19:18 archlinux kernel: sd 2:0:0:1: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Dec 17 06:19:18 archlinux kernel: sdb: sdb1
Dec 17 06:19:18 archlinux kernel: sda: sda1 sda2 sda3 sda4
Dec 17 06:19:18 archlinux kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Dec 17 06:19:18 archlinux kernel: sd 2:0:0:1: [sdb] Attached SCSI disk
Dec 17 06:19:18 archlinux kernel: ata2.01: NODEV after polling detection
Dec 17 06:19:18 archlinux kernel: ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
Dec 17 06:19:18 archlinux kernel: scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5
Dec 17 06:19:18 archlinux kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
Dec 17 06:19:18 archlinux kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Dec 17 06:19:18 archlinux kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Dec 17 06:19:18 archlinux kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 17 06:19:18 archlinux systemd[1]: systemd 249.7-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPEN>
Dec 17 06:19:18 archlinux systemd[1]: Detected virtualization kvm.
Dec 17 06:19:18 archlinux systemd[1]: Detected architecture x86-64.
Dec 17 06:19:18 archlinux systemd[1]: Queued start job for default target Graphical Interface.
Dec 17 06:19:18 archlinux systemd[1]: Created slice Slice /system/dhcpcd.
Dec 17 06:19:18 archlinux systemd[1]: Created slice Slice /system/getty.
Dec 17 06:19:18 archlinux systemd[1]: Created slice Slice /system/modprobe.
Dec 17 06:19:18 archlinux systemd[1]: Created slice Slice /system/systemd-fsck.
Dec 17 06:19:18 archlinux systemd[1]: Created slice Slice /system/vncserver.
Dec 17 06:19:18 archlinux systemd[1]: Created slice User and Session Slice.
Dec 17 06:19:18 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Dec 17 06:19:18 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Dec 17 06:19:18 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Dec 17 06:19:18 archlinux systemd[1]: Reached target Local Encrypted Volumes.
Dec 17 06:19:18 archlinux systemd[1]: Reached target Path Units.
Dec 17 06:19:18 archlinux systemd[1]: Reached target Remote File Systems.
Dec 17 06:19:18 archlinux systemd[1]: Reached target Slice Units.
Dec 17 06:19:18 archlinux systemd[1]: Reached target Swaps.
Dec 17 06:19:18 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
Dec 17 06:19:18 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
Dec 17 06:19:18 archlinux systemd[1]: Listening on Process Core Dump Socket.
Dec 17 06:19:18 archlinux systemd[1]: Listening on Journal Audit Socket.
Dec 17 06:19:18 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
Dec 17 06:19:18 archlinux systemd[1]: Listening on Journal Socket.
Dec 17 06:19:18 archlinux systemd[1]: Listening on udev Control Socket.
Dec 17 06:19:18 archlinux systemd[1]: Listening on udev Kernel Socket.
Dec 17 06:19:18 archlinux systemd[1]: Mounting Huge Pages File System...
Dec 17 06:19:18 archlinux systemd[1]: Mounting POSIX Message Queue File System...
Dec 17 06:19:18 archlinux systemd[1]: Mounting Kernel Debug File System...
Dec 17 06:19:18 archlinux systemd[1]: Mounting Kernel Trace File System...
Dec 17 06:19:18 archlinux systemd[1]: Mounting Temporary Directory /tmp...
Dec 17 06:19:18 archlinux systemd[1]: Starting Create List of Static Device Nodes...
Dec 17 06:19:18 archlinux systemd[1]: Starting Load Kernel Module configfs...
Dec 17 06:19:18 archlinux systemd[1]: Starting Load Kernel Module drm...
Dec 17 06:19:18 archlinux systemd[1]: Starting Load Kernel Module fuse...
Dec 17 06:19:18 archlinux systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Dec 17 06:19:18 archlinux systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Dec 17 06:19:18 archlinux systemd[1]: Starting Journal Service...
Dec 17 06:19:18 archlinux systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
Dec 17 06:19:18 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
Dec 17 06:19:18 archlinux systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Dec 17 06:19:18 archlinux systemd[1]: Starting Apply Kernel Variables...
Dec 17 06:19:18 archlinux systemd[1]: Starting Coldplug All udev Devices...
Dec 17 06:19:18 archlinux systemd[1]: Mounted Huge Pages File System.
Dec 17 06:19:18 archlinux systemd[1]: Mounted POSIX Message Queue File System.
Dec 17 06:19:18 archlinux systemd[1]: Mounted Kernel Debug File System.
Dec 17 06:19:18 archlinux systemd[1]: Mounted Kernel Trace File System.
Dec 17 06:19:18 archlinux systemd[1]: Mounted Temporary Directory /tmp.
Dec 17 06:19:18 archlinux systemd[1]: Finished Create List of Static Device Nodes.
Dec 17 06:19:18 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
Dec 17 06:19:18 archlinux systemd[1]: Finished Load Kernel Module configfs.
Dec 17 06:19:18 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
Dec 17 06:19:18 archlinux systemd[1]: Finished Load Kernel Module drm.
Dec 17 06:19:18 archlinux kernel: EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none.
Dec 17 06:19:18 archlinux systemd[1]: Mounting Kernel Configuration File System...
Dec 17 06:19:18 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
Dec 17 06:19:18 archlinux systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Dec 17 06:19:18 archlinux systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Dec 17 06:19:18 archlinux systemd[1]: Condition check resulted in Create System Users being skipped.
Dec 17 06:19:18 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Dec 17 06:19:18 archlinux systemd[1]: Finished Apply Kernel Variables.
Dec 17 06:19:18 archlinux kernel: fuse: init (API version 7.34)
Dec 17 06:19:18 archlinux systemd[1]: Mounted Kernel Configuration File System.
Dec 17 06:19:18 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
Dec 17 06:19:18 archlinux systemd[1]: Finished Load Kernel Module fuse.
Dec 17 06:19:18 archlinux systemd[1]: Mounting FUSE Control File System...
Dec 17 06:19:18 archlinux systemd[1]: Mounted FUSE Control File System.
Dec 17 06:19:18 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Dec 17 06:19:18 archlinux kernel: audit: type=1130 audit(1639721958.360:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev >
Dec 17 06:19:18 archlinux systemd[1]: Reached target Preparation for Local File Systems.
Dec 17 06:19:18 archlinux kernel: audit: type=1334 audit(1639721958.360:3): prog-id=14 op=LOAD
Dec 17 06:19:18 archlinux kernel: audit: type=1334 audit(1639721958.360:4): prog-id=15 op=LOAD
Dec 17 06:19:18 archlinux kernel: audit: type=1334 audit(1639721958.360:5): prog-id=16 op=LOAD
Dec 17 06:19:18 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Dec 17 06:19:18 archlinux systemd-journald[308]: Journal started
Dec 17 06:19:18 archlinux systemd-journald[308]: Runtime Journal (/run/log/journal/a33fbe29666c4e3c8d3430f4743c5e54) is 8.0M, max 820.5M, 812.5M free.
Dec 17 06:19:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/l>
Dec 17 06:19:18 archlinux audit: BPF prog-id=14 op=LOAD
Dec 17 06:19:18 archlinux audit: BPF prog-id=15 op=LOAD
Dec 17 06:19:18 archlinux audit: BPF prog-id=16 op=LOAD
Dec 17 06:19:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd>
Dec 17 06:19:18 archlinux systemd[1]: Started Journal Service.
Dec 17 06:19:18 archlinux kernel: audit: type=1130 audit(1639721958.370:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="syst>
Dec 17 06:19:18 archlinux systemd[1]: Finished Coldplug All udev Devices.
Dec 17 06:19:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/sys>
Dec 17 06:19:18 archlinux kernel: audit: type=1130 audit(1639721958.380:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm=">
Dec 17 06:19:18 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Dec 17 06:19:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/sy>
Dec 17 06:19:18 archlinux kernel: audit: type=1130 audit(1639721958.386:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd>
Dec 17 06:19:18 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
Dec 17 06:19:18 archlinux kernel: piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0
Dec 17 06:19:18 archlinux kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input6
Dec 17 06:19:18 archlinux kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input5
Dec 17 06:19:18 archlinux kernel: virtio_net virtio1 ens18: renamed from eth0
Dec 17 06:19:18 archlinux systemd-udevd[362]: Using default interface naming scheme 'v249'.
Dec 17 06:19:18 archlinux systemd[1]: Found device QEMU_HARDDISK 3.
Dec 17 06:19:18 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/472a6c03-69b5-49e4-99af-8f9d6295d026...
Dec 17 06:19:18 archlinux systemd[1]: Found device QEMU_HARDDISK 1.
Dec 17 06:19:18 archlinux systemd-fsck[373]: /dev/sda3: clean, 4658/977280 files, 834343/3906304 blocks
Dec 17 06:19:18 archlinux kernel: cryptd: max_cpu_qlen set to 1000
Dec 17 06:19:18 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
Dec 17 06:19:18 archlinux kernel: AES CTR mode by8 optimization enabled
Dec 17 06:19:18 archlinux systemd[1]: Mounting /boot...
Dec 17 06:19:18 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/472a6c03-69b5-49e4-99af-8f9d6295d026.
Dec 17 06:19:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-472a6c03\x2d69b5\x2d>
Dec 17 06:19:18 archlinux kernel: mousedev: PS/2 mouse device common for all mice
Dec 17 06:19:18 archlinux kernel: audit: type=1130 audit(1639721958.630:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2>
Dec 17 06:19:18 archlinux systemd[1]: Found device QEMU_HARDDISK 4.
Dec 17 06:19:18 archlinux systemd[1]: Found device QEMU_HARDDISK 1.
Dec 17 06:19:18 archlinux systemd[1]: Mounting /var...
Dec 17 06:19:18 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/d04c1716-37b3-4882-8398-38ff68e8eff6...
Dec 17 06:19:18 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/d13964ff-0a4c-45ed-a414-89d38c3ac1ff...
Dec 17 06:19:18 archlinux kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 17 06:19:18 archlinux systemd[1]: Mounted /var.
Dec 17 06:19:18 archlinux systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Dec 17 06:19:18 archlinux systemd[1]: Starting Flush Journal to Persistent Storage...
Dec 17 06:19:18 archlinux systemd[1]: Starting Load/Save Random Seed...
Dec 17 06:19:18 archlinux systemd-journald[308]: Time spent on flushing to /var/log/journal/a33fbe29666c4e3c8d3430f4743c5e54 is 19.332ms for 877 entries.
Dec 17 06:19:18 archlinux systemd-journald[308]: System Journal (/var/log/journal/a33fbe29666c4e3c8d3430f4743c5e54) is 104.0M, max 1.4G, 1.3G free.
Dec 17 06:19:18 archlinux kernel: audit: type=1130 audit(1639721958.656:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x>
Dec 17 06:19:18 archlinux kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 17 06:19:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-d13964ff\x2d0a4c\x2d>
Dec 17 06:19:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-d04c1716\x2d37b3\x2d>
Dec 17 06:19:18 archlinux systemd-random-seed[404]: Kernel entropy pool is not initialized yet, waiting until it is.
Dec 17 06:19:18 archlinux systemd-fsck[406]: /dev/sda4: clean, 49723/4939776 files, 3283447/19735803 blocks
Dec 17 06:19:18 archlinux systemd-fsck[403]: /dev/sdb1: clean, 80726/32768000 files, 46963568/131071744 blocks
Dec 17 06:19:18 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/d13964ff-0a4c-45ed-a414-89d38c3ac1ff.
Dec 17 06:19:18 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/d04c1716-37b3-4882-8398-38ff68e8eff6.
Dec 17 06:19:18 archlinux systemd[1]: Mounting /home...
Dec 17 06:19:18 archlinux systemd[1]: Mounted /home.
Dec 17 06:19:18 archlinux kernel: FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Dec 17 06:19:18 archlinux systemd[1]: Mounting /home/access/.local/share/steam_library_custom_location...
Dec 17 06:19:18 archlinux systemd[1]: Mounted /boot.
Dec 17 06:19:18 archlinux kernel: snd_hda_intel 0000:00:10.1: Force to non-snoop mode
Dec 17 06:19:18 archlinux systemd[1]: Finished Flush Journal to Persistent Storage.
Dec 17 06:19:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/sy>
Dec 17 06:19:18 archlinux kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Dec 17 06:19:18 archlinux systemd-udevd[324]: Using default interface naming scheme 'v249'.
Dec 17 06:19:18 archlinux systemd[1]: Mounted /home/access/.local/share/steam_library_custom_location.
Dec 17 06:19:18 archlinux systemd[1]: Reached target Local File Systems.
Dec 17 06:19:18 archlinux systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Dec 17 06:19:18 archlinux systemd[1]: Starting Create Volatile Files and Directories...
Dec 17 06:19:18 archlinux systemd[1]: Found device Virtio network device.
Dec 17 06:19:18 archlinux systemd[1]: Finished Create Volatile Files and Directories.
Dec 17 06:19:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/s>
Dec 17 06:19:18 archlinux systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Dec 17 06:19:18 archlinux systemd[1]: Condition check resulted in Update is Completed being skipped.
Dec 17 06:19:18 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Dec 17 06:19:18 archlinux audit[424]: SYSTEM_BOOT pid=424 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/system>
Dec 17 06:19:18 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Dec 17 06:19:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/syst>
Dec 17 06:19:18 archlinux systemd[1]: Reached target System Initialization.
Dec 17 06:19:18 archlinux systemd[1]: Started Daily verification of password and group files.
Dec 17 06:19:18 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
Dec 17 06:19:18 archlinux systemd[1]: Reached target Timer Units.
Dec 17 06:19:18 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
Dec 17 06:19:18 archlinux systemd[1]: Reached target Socket Units.
Dec 17 06:19:18 archlinux systemd[1]: Reached target Basic System.
Dec 17 06:19:18 archlinux systemd[1]: Started D-Bus System Message Bus.
Dec 17 06:19:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" ho>
Dec 17 06:19:18 archlinux systemd[1]: Starting dhcpcd on ens18...
Dec 17 06:19:18 archlinux audit: BPF prog-id=17 op=LOAD
Dec 17 06:19:18 archlinux audit: BPF prog-id=18 op=LOAD
Dec 17 06:19:18 archlinux audit: BPF prog-id=19 op=LOAD
Dec 17 06:19:18 archlinux systemd[1]: Starting User Login Management...
Dec 17 06:19:18 archlinux dhcpcd[427]: dhcpcd-9.4.1 starting
Dec 17 06:19:18 archlinux dhcpcd[432]: DUID 00:04:36:db:9e:bc:8b:3a:4e:47:ba:f7:ab:58:1e:8d:c6:f9
Dec 17 06:19:18 archlinux kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Dec 17 06:19:18 archlinux kernel: random: dhcpcd: uninitialized urandom read (112 bytes read)
Dec 17 06:19:18 archlinux kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Dec 17 06:19:18 archlinux systemd-logind[429]: New seat seat0.
Dec 17 06:19:18 archlinux systemd-logind[429]: Watching system buttons on /dev/input/event0 (Power Button)
Dec 17 06:19:18 archlinux systemd-logind[429]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
Dec 17 06:19:18 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/s>
Dec 17 06:19:18 archlinux systemd[1]: Started User Login Management.
Dec 17 06:19:18 archlinux kernel: snd_hda_intel 0000:00:10.1: bound 0000:00:10.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Dec 17 06:19:18 archlinux kernel: 8021q: 802.1Q VLAN Support v1.8
Dec 17 06:19:18 archlinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:10.1/sound/card0/input7
Dec 17 06:19:18 archlinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:10.1/sound/card0/input8
Dec 17 06:19:18 archlinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:10.1/sound/card0/input9
Dec 17 06:19:18 archlinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:10.1/sound/card0/input10
Dec 17 06:19:18 archlinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:10.1/sound/card0/input11
Dec 17 06:19:18 archlinux systemd[1]: Reached target Sound Card.
Dec 17 06:19:18 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Dec 17 06:19:19 archlinux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Dec 17 06:19:19 archlinux kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Dec 17 06:19:19 archlinux kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Dec 17 06:19:19 archlinux kernel: cfg80211: failed to load regulatory.db
Dec 17 06:19:19 archlinux dhcpcd[432]: ens18: waiting for carrier
Dec 17 06:19:19 archlinux dhcpcd[432]: ens18: carrier acquired
Dec 17 06:19:19 archlinux kernel: 8021q: adding VLAN 0 to HW filter on device ens18
Dec 17 06:19:19 archlinux dhcpcd[432]: ens18: IAID ef:a7:2f:25
Dec 17 06:19:19 archlinux dhcpcd[432]: ens18: adding address fe80::a8e8:79c9:b55d:4df5
Dec 17 06:19:19 archlinux dhcpcd[432]: ens18: rebinding lease of 10.0.20.110
Dec 17 06:19:19 archlinux dhcpcd[432]: ens18: probing address 10.0.20.110/24
Dec 17 06:19:20 archlinux dhcpcd[432]: ens18: soliciting an IPv6 router
Dec 17 06:19:20 archlinux kernel: random: crng init done
Dec 17 06:19:20 archlinux systemd[1]: Finished Load/Save Random Seed.
Dec 17 06:19:20 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/syst>
Dec 17 06:19:20 archlinux systemd[1]: Condition check resulted in First Boot Complete being skipped.
Dec 17 06:19:20 archlinux systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Dec 17 06:19:20 archlinux systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Dec 17 06:19:20 archlinux kernel: kauditd_printk_skb: 10 callbacks suppressed
Dec 17 06:19:20 archlinux kernel: audit: type=1130 audit(1639721960.736:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm=">
Dec 17 06:19:24 archlinux dhcpcd[432]: ens18: leased 10.0.20.110 for 7200 seconds
Dec 17 06:19:24 archlinux dhcpcd[432]: ens18: adding route to 10.0.20.0/24
Dec 17 06:19:24 archlinux dhcpcd[432]: ens18: adding default route via 10.0.20.200
Dec 17 06:19:24 archlinux systemd[1]: Started dhcpcd on ens18.
Dec 17 06:19:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@ens18 comm="systemd" exe="/usr/lib/systemd/sys>
Dec 17 06:19:24 archlinux systemd[1]: Reached target Network.
Dec 17 06:19:24 archlinux systemd[1]: Starting Permit User Sessions...
Dec 17 06:19:24 archlinux systemd[1]: Starting Remote desktop service (VNC)...
Dec 17 06:19:24 archlinux kernel: audit: type=1130 audit(1639721964.853:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@ens18 comm="systemd>
Dec 17 06:19:24 archlinux systemd[1]: Starting xrdp session manager...
Dec 17 06:19:24 archlinux systemd[1]: Finished Permit User Sessions.
Dec 17 06:19:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/sy>
Dec 17 06:19:24 archlinux kernel: audit: type=1130 audit(1639721964.856:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm>
Dec 17 06:19:24 archlinux systemd[1]: Started Getty on tty1.
Dec 17 06:19:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/syste>
Dec 17 06:19:24 archlinux systemd[1]: Reached target Login Prompts.
Dec 17 06:19:24 archlinux kernel: audit: type=1130 audit(1639721964.859:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" >
Dec 17 06:19:24 archlinux xrdp-sesman[499]: [INFO ] starting xrdp-sesman with pid 499
Dec 17 06:19:24 archlinux audit[498]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=3 a1=7ffe2b6daae0 a2=4 a3=3e8 items=0 ppid=1 pid=498 auid=1000 u>
Dec 17 06:19:24 archlinux audit: PROCTITLE proctitle=2F7573722F62696E2F766E6373657373696F6E00616363657373003A31
Dec 17 06:19:24 archlinux systemd[1]: Started xrdp session manager.
Dec 17 06:19:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=xrdp-sesman comm="systemd" exe="/usr/lib/systemd/syst>
Dec 17 06:19:24 archlinux systemd[1]: Starting xrdp daemon...
Dec 17 06:19:24 archlinux kernel: audit: type=1006 audit(1639721964.866:25): pid=498 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1>
Dec 17 06:19:24 archlinux kernel: audit: type=1300 audit(1639721964.866:25): arch=c000003e syscall=1 success=yes exit=4 a0=3 a1=7ffe2b6daae0 a2=4 a3=3e8 ite>
Dec 17 06:19:24 archlinux kernel: audit: type=1327 audit(1639721964.866:25): proctitle=2F7573722F62696E2F766E6373657373696F6E00616363657373003A31
Dec 17 06:19:24 archlinux kernel: audit: type=1130 audit(1639721964.866:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=xrdp-sesman comm="systemd">
Dec 17 06:19:24 archlinux systemd[1]: Created slice User Slice of UID 1000.
Dec 17 06:19:24 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
Dec 17 06:19:24 archlinux systemd-logind[429]: New session 1 of user access.
Dec 17 06:19:24 archlinux xrdp[500]: [INFO ] address [0.0.0.0] port [3389] mode 1
Dec 17 06:19:24 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
Dec 17 06:19:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/sy>
Dec 17 06:19:24 archlinux systemd[1]: Starting User Manager for UID 1000...
Dec 17 06:19:24 archlinux xrdp[500]: [INFO ] listening to port 3389 on 0.0.0.0
Dec 17 06:19:24 archlinux kernel: audit: type=1130 audit(1639721964.876:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm>
Dec 17 06:19:24 archlinux xrdp[500]: [INFO ] xrdp_listen_pp done
Dec 17 06:19:24 archlinux dbus-daemon[425]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' >
Dec 17 06:19:24 archlinux dbus-daemon[425]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.>
Dec 17 06:19:24 archlinux systemd[502]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not >
Dec 17 06:19:24 archlinux audit[502]: USER_ACCT pid=502 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,>
Dec 17 06:19:24 archlinux audit[502]: CRED_ACQ pid=502 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="access" exe="/usr/lib/syste>
Dec 17 06:19:24 archlinux audit[502]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffc885436e0 a2=4 a3=3e8 items=0 ppid=1 pid=502 auid=1000 u>
Dec 17 06:19:24 archlinux audit: PROCTITLE proctitle="(systemd)"
Dec 17 06:19:24 archlinux systemd[502]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[acce>
Dec 17 06:19:24 archlinux systemd[502]: pam_unix(systemd-user:session): session opened for user access(uid=1000) by (uid=0)
Dec 17 06:19:24 archlinux kernel: audit: type=1101 audit(1639721964.883:28): pid=502 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pa>
Dec 17 06:19:24 archlinux xrdp[500]: daemon process 503 started ok
Dec 17 06:19:24 archlinux systemd[502]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Dec 17 06:19:24 archlinux audit[502]: USER_START pid=502 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_s>
Dec 17 06:19:24 archlinux systemd[1]: xrdp.service: Can't open PID file /run/xrdp.pid (yet?) after start: Operation not permitted
Dec 17 06:19:24 archlinux audit: BPF prog-id=20 op=LOAD
Dec 17 06:19:24 archlinux audit[502]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffe37a0b120 a2=78 a3=7ffe37a0b120 items=0 ppid=1 pid=502>
Dec 17 06:19:24 archlinux audit: PROCTITLE proctitle="(systemd)"
Dec 17 06:19:24 archlinux audit: BPF prog-id=0 op=UNLOAD
Dec 17 06:19:24 archlinux systemd[502]: Queued start job for default target Main User Target.
Dec 17 06:19:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/system>
Dec 17 06:19:24 archlinux systemd[502]: Created slice User Application Slice.
Dec 17 06:19:24 archlinux systemd[502]: Reached target Paths.
Dec 17 06:19:24 archlinux systemd[502]: Reached target Timers.
Dec 17 06:19:24 archlinux systemd[502]: Starting D-Bus User Message Bus Socket...
Dec 17 06:19:24 archlinux systemd[502]: Listening on GnuPG network certificate management daemon.
Dec 17 06:19:24 archlinux systemd[502]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 17 06:19:24 archlinux systemd[502]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 17 06:19:24 archlinux systemd[502]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 17 06:19:24 archlinux audit[498]: USER_START pid=498 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_namespace,pam_keyinit,pam_>
Dec 17 06:19:24 archlinux vncsession[498]: pam_unix(tigervnc:session): session opened for user access(uid=1000) by (uid=0)
Dec 17 06:19:24 archlinux systemd[502]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 17 06:19:24 archlinux systemd[502]: Listening on p11-kit server.
Dec 17 06:19:24 archlinux systemd[502]: Listening on Sound System.
Dec 17 06:19:24 archlinux systemd[502]: Listening on D-Bus User Message Bus Socket.
Dec 17 06:19:24 archlinux systemd[502]: Reached target Sockets.
Dec 17 06:19:24 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=vncserver@:1 comm="systemd" exe="/usr/lib/systemd/sys>
Dec 17 06:19:24 archlinux systemd[502]: Reached target Basic System.
Dec 17 06:19:24 archlinux systemd[502]: Reached target Main User Target.
Dec 17 06:19:24 archlinux systemd[502]: Startup finished in 70ms.
Dec 17 06:19:24 archlinux systemd[1]: Started User Manager for UID 1000.
Dec 17 06:19:24 archlinux systemd[1]: Started Session 1 of User access.
Dec 17 06:19:24 archlinux systemd[1]: Started Remote desktop service (VNC).
Dec 17 06:19:25 archlinux systemd[502]: Started D-Bus User Message Bus.
Dec 17 06:19:25 archlinux systemd[1]: Started xrdp daemon.
Dec 17 06:19:25 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=xrdp comm="systemd" exe="/usr/lib/systemd/systemd" ho>
Dec 17 06:19:25 archlinux systemd[1]: Reached target Multi-User System.
Dec 17 06:19:25 archlinux systemd[1]: Reached target Graphical Interface.
Dec 17 06:19:25 archlinux systemd[1]: Startup finished in 9.357s (firmware) + 4.001s (loader) + 4.149s (kernel) + 7.687s (userspace) = 25.195s.
Dec 17 06:19:25 archlinux kernel: kauditd_printk_skb: 12 callbacks suppressed
Dec 17 06:19:25 archlinux kernel: audit: type=1130 audit(1639721965.886:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=xrdp comm="systemd" exe="/>
Dec 17 06:19:26 archlinux xrdp[503]: [INFO ] starting xrdp with pid 503
Dec 17 06:19:26 archlinux xrdp[503]: [INFO ] address [0.0.0.0] port [3389] mode 1
Dec 17 06:19:26 archlinux xrdp[503]: [INFO ] listening to port 3389 on 0.0.0.0
Dec 17 06:19:26 archlinux xrdp[503]: [INFO ] xrdp_listen_pp done
Dec 17 06:19:28 archlinux kernel: [drm] free PSP TMR buffer
Dec 17 06:19:33 archlinux dhcpcd[432]: ens18: no IPv6 Routers available
Dec 17 06:23:17 archlinux dbus-daemon[521]: [session uid=1000 pid=521] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' re>
Dec 17 06:23:17 archlinux systemd[502]: Starting Accessibility services bus...
Dec 17 06:23:17 archlinux dbus-daemon[521]: [session uid=1000 pid=521] Successfully activated service 'org.a11y.Bus'
Dec 17 06:23:17 archlinux systemd[502]: Started Accessibility services bus.
Dec 17 06:23:17 archlinux at-spi-bus-launcher[553]: dbus-daemon[553]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=54>
Dec 17 06:23:17 archlinux at-spi-bus-launcher[553]: dbus-daemon[553]: Successfully activated service 'org.a11y.atspi.Registry'
Dec 17 06:23:17 archlinux at-spi-bus-launcher[573]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Dec 17 06:23:17 archlinux systemd[502]: Created slice User Core Session Slice.
Dec 17 06:23:17 archlinux systemd[502]: Starting Sound Service...
Dec 17 06:23:17 archlinux dbus-daemon[425]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' request>
Dec 17 06:23:17 archlinux systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Dec 17 06:23:17 archlinux dbus-daemon[425]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Dec 17 06:23:17 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/sys>
Dec 17 06:23:17 archlinux systemd[1]: Started RealtimeKit Scheduling Policy Service.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Successfully called chroot.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Successfully dropped privileges.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Successfully limited resources.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Running.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Canary thread running.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Watchdog thread running.
Dec 17 06:23:17 archlinux dbus-daemon[425]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':>
Dec 17 06:23:17 archlinux kernel: audit: type=1130 audit(1639722197.360:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd>
Dec 17 06:23:17 archlinux systemd[1]: Starting Authorization Manager...
Dec 17 06:23:17 archlinux polkitd[581]: Started polkitd version 0.120
Dec 17 06:23:17 archlinux polkitd[581]: Loading rules from directory /etc/polkit-1/rules.d
Dec 17 06:23:17 archlinux polkitd[581]: Loading rules from directory /usr/share/polkit-1/rules.d
Dec 17 06:23:17 archlinux polkitd[581]: Finished loading, compiling and executing 2 rules
Dec 17 06:23:17 archlinux dbus-daemon[425]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Dec 17 06:23:17 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" >
Dec 17 06:23:17 archlinux kernel: audit: type=1130 audit(1639722197.426:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe=>
Dec 17 06:23:17 archlinux systemd[1]: Started Authorization Manager.
Dec 17 06:23:17 archlinux polkitd[581]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:23:17 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:23:17 archlinux pulseaudio[577]: stat('/etc/pulse/default.pa.d'): No such file or directory
Dec 17 06:23:17 archlinux systemd[502]: Started Sound Service.
Dec 17 06:24:07 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 17 06:24:07 archlinux kernel: [drm] PSP is resuming...
Dec 17 06:24:08 archlinux kernel: [drm] reserve 0xa00000 from 0x800f400000 for PSP TMR
Dec 17 06:24:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 17 06:24:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 17 06:24:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is resuming...
Dec 17 06:24:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000012, smu fw version = 0x003b22>
Dec 17 06:24:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU driver if version not matched
Dec 17 06:24:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is resumed successfully!
Dec 17 06:24:08 archlinux kernel: [drm] DMUB hardware initialized: version=0x02020003
Dec 17 06:24:09 archlinux kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 17 06:24:09 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 17 06:24:09 archlinux kernel: [drm] JPEG decode initialized successfully.
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 17 06:24:09 archlinux kernel: amdgpu 0000:00:10.0: [drm] Cannot find any crtc or sizes
Dec 17 06:24:18 archlinux kernel: [drm] free PSP TMR buffer
Dec 17 06:34:20 archlinux systemd[1]: Starting Cleanup of Temporary Directories...
Dec 17 06:34:20 archlinux systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Dec 17 06:34:20 archlinux systemd[1]: Finished Cleanup of Temporary Directories.
Dec 17 06:34:20 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/s>
Dec 17 06:34:20 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/sy>
Dec 17 06:34:20 archlinux kernel: audit: type=1130 audit(1639722860.136:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean com>
Dec 17 06:34:20 archlinux kernel: audit: type=1131 audit(1639722860.136:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean com>
Dec 17 06:35:15 archlinux dbus-daemon[425]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' >
Dec 17 06:35:15 archlinux dbus-daemon[425]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.>
Dec 17 06:35:15 archlinux sudo[1792]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Dec 17 06:35:17 archlinux sudo[1792]: pam_unix(sudo:auth): authentication failure; logname= uid=1000 euid=0 tty=/dev/pts/0 ruser=access rhost= user=access
Dec 17 06:35:17 archlinux audit[1792]: USER_AUTH pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=? acct="access" exe="/usr/bin/sudo" h>
Dec 17 06:35:17 archlinux kernel: audit: type=1100 audit(1639722917.970:42): pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=? acct="a>
Dec 17 06:35:22 archlinux audit[1792]: USER_AUTH pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock >
Dec 17 06:35:22 archlinux audit[1792]: USER_ACCT pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="access>
Dec 17 06:35:22 archlinux audit[1792]: CRED_REFR pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="r>
Dec 17 06:35:22 archlinux audit[1792]: USER_START pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,p>
Dec 17 06:35:22 archlinux sudo[1792]: access : TTY=pts/0 ; PWD=/home/access ; USER=root ; COMMAND=/usr/bin/dmesg
Dec 17 06:35:22 archlinux sudo[1792]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Dec 17 06:35:22 archlinux kernel: audit: type=1100 audit(1639722922.743:43): pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faill>
Dec 17 06:35:22 archlinux kernel: audit: type=1101 audit(1639722922.743:44): pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_>
Dec 17 06:35:22 archlinux kernel: audit: type=1110 audit(1639722922.743:45): pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam>
Dec 17 06:35:22 archlinux kernel: audit: type=1105 audit(1639722922.743:46): pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd>
Dec 17 06:35:22 archlinux audit[1792]: USER_END pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pa>
Dec 17 06:35:22 archlinux audit[1792]: CRED_DISP pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="r>
Dec 17 06:35:22 archlinux sudo[1792]: pam_unix(sudo:session): session closed for user root
Dec 17 06:35:22 archlinux kernel: audit: type=1106 audit(1639722922.753:47): pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_system>
Dec 17 06:35:22 archlinux kernel: audit: type=1104 audit(1639722922.753:48): pid=1792 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam>
Dec 17 06:37:24 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 17 06:37:24 archlinux kernel: [drm] PSP is resuming...
Dec 17 06:37:25 archlinux kernel: [drm] reserve 0xa00000 from 0x800f400000 for PSP TMR
Dec 17 06:37:25 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 17 06:37:25 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 17 06:37:25 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is resuming...
Dec 17 06:37:25 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000012, smu fw version = 0x003b22>
Dec 17 06:37:25 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU driver if version not matched
Dec 17 06:37:25 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is resumed successfully!
Dec 17 06:37:26 archlinux kernel: [drm] DMUB hardware initialized: version=0x02020003
Dec 17 06:37:26 archlinux kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 17 06:37:26 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 17 06:37:26 archlinux kernel: [drm] JPEG decode initialized successfully.
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 17 06:37:26 archlinux kernel: amdgpu 0000:00:10.0: [drm] Cannot find any crtc or sizes
Dec 17 06:37:34 archlinux kernel: [drm] free PSP TMR buffer
Dec 17 06:37:34 archlinux dbus-daemon[425]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' >
Dec 17 06:37:34 archlinux dbus-daemon[425]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.>
Dec 17 06:37:34 archlinux sudo[1810]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Dec 17 06:37:34 archlinux kernel: audit: type=1101 audit(1639723054.910:49): pid=1810 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_>
Dec 17 06:37:34 archlinux kernel: audit: type=1110 audit(1639723054.910:50): pid=1810 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam>
Dec 17 06:37:34 archlinux kernel: audit: type=1105 audit(1639723054.910:51): pid=1810 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd>
Dec 17 06:37:34 archlinux audit[1810]: USER_ACCT pid=1810 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="access>
Dec 17 06:37:34 archlinux audit[1810]: CRED_REFR pid=1810 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock>
Dec 17 06:37:34 archlinux audit[1810]: USER_START pid=1810 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,p>
Dec 17 06:37:34 archlinux sudo[1810]: access : TTY=pts/0 ; PWD=/home/access ; USER=root ; COMMAND=/usr/bin/vulkaninfo
Dec 17 06:37:34 archlinux sudo[1810]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Dec 17 06:37:39 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 17 06:37:39 archlinux kernel: [drm] PSP is resuming...
Dec 17 06:37:39 archlinux kernel: [drm] reserve 0xa00000 from 0x800f400000 for PSP TMR
Dec 17 06:37:40 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 17 06:37:40 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 17 06:37:40 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is resuming...
Dec 17 06:37:40 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000012, smu fw version = 0x003b22>
Dec 17 06:37:40 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU driver if version not matched
Dec 17 06:37:40 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is resumed successfully!
Dec 17 06:37:40 archlinux kernel: [drm] DMUB hardware initialized: version=0x02020003
Dec 17 06:37:40 archlinux kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 17 06:37:41 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 17 06:37:41 archlinux kernel: [drm] JPEG decode initialized successfully.
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 17 06:37:41 archlinux kernel: amdgpu 0000:00:10.0: [drm] Cannot find any crtc or sizes
Dec 17 06:37:41 archlinux audit[1810]: USER_END pid=1810 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pa>
Dec 17 06:37:41 archlinux audit[1810]: CRED_DISP pid=1810 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock>
Dec 17 06:37:41 archlinux sudo[1810]: pam_unix(sudo:session): session closed for user root
Dec 17 06:37:41 archlinux kernel: audit: type=1106 audit(1639723061.173:52): pid=1810 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_system>
Dec 17 06:37:41 archlinux kernel: audit: type=1104 audit(1639723061.173:53): pid=1810 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam>
Dec 17 06:37:44 archlinux dbus-daemon[425]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' >
Dec 17 06:37:44 archlinux dbus-daemon[425]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.>
Dec 17 06:37:44 archlinux audit[1814]: USER_ACCT pid=1814 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="access>
Dec 17 06:37:44 archlinux sudo[1814]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Dec 17 06:37:44 archlinux kernel: audit: type=1101 audit(1639723064.220:54): pid=1814 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_>
Dec 17 06:37:48 archlinux kernel: [drm] free PSP TMR buffer
Dec 17 06:40:28 archlinux dbus-daemon[425]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' >
Dec 17 06:40:28 archlinux kernel: audit: type=1101 audit(1639723228.473:55): pid=1903 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_>
Dec 17 06:40:28 archlinux kernel: audit: type=1110 audit(1639723228.473:56): pid=1903 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam>
Dec 17 06:40:28 archlinux kernel: audit: type=1105 audit(1639723228.473:57): pid=1903 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd>
Dec 17 06:40:28 archlinux audit[1903]: USER_ACCT pid=1903 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="access>
Dec 17 06:40:28 archlinux audit[1903]: CRED_REFR pid=1903 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock>
Dec 17 06:40:28 archlinux audit[1903]: USER_START pid=1903 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,p>
Dec 17 06:40:28 archlinux dbus-daemon[425]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.>
Dec 17 06:40:28 archlinux sudo[1903]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Dec 17 06:40:28 archlinux sudo[1903]: access : TTY=pts/0 ; PWD=/home/access ; USER=root ; COMMAND=/usr/bin/pacman -Q
Dec 17 06:40:28 archlinux sudo[1903]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Dec 17 06:40:28 archlinux sudo[1903]: pam_unix(sudo:session): session closed for user root
Dec 17 06:40:28 archlinux audit[1903]: USER_END pid=1903 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pa>
Dec 17 06:40:28 archlinux audit[1903]: CRED_DISP pid=1903 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock>
Dec 17 06:40:28 archlinux kernel: audit: type=1106 audit(1639723228.493:58): pid=1903 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_system>
Dec 17 06:40:28 archlinux kernel: audit: type=1104 audit(1639723228.493:59): pid=1903 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam>
Dec 17 06:48:49 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 0 users.
Dec 17 06:48:49 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 0 users.
Dec 17 06:48:49 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 0 users.
Dec 17 06:48:52 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 17 06:48:52 archlinux kernel: [drm] PSP is resuming...
Dec 17 06:48:52 archlinux kernel: [drm] reserve 0xa00000 from 0x800f400000 for PSP TMR
Dec 17 06:48:52 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 17 06:48:53 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 17 06:48:53 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is resuming...
Dec 17 06:48:53 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000012, smu fw version = 0x003b22>
Dec 17 06:48:53 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU driver if version not matched
Dec 17 06:48:53 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is resumed successfully!
Dec 17 06:48:53 archlinux kernel: [drm] DMUB hardware initialized: version=0x02020003
Dec 17 06:48:53 archlinux kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 17 06:48:54 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 17 06:48:54 archlinux kernel: [drm] JPEG decode initialized successfully.
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 17 06:48:54 archlinux kernel: amdgpu 0000:00:10.0: [drm] Cannot find any crtc or sizes
Dec 17 06:49:02 archlinux kernel: [drm] free PSP TMR buffer
Dec 17 06:49:06 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
Dec 17 06:49:06 archlinux kernel: [drm] PSP is resuming...
Dec 17 06:49:07 archlinux kernel: [drm] reserve 0xa00000 from 0x800f400000 for PSP TMR
Dec 17 06:49:07 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: RAS: optional ras ta ucode is not available
Dec 17 06:49:07 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Dec 17 06:49:07 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is resuming...
Dec 17 06:49:07 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000012, smu fw version = 0x003b22>
Dec 17 06:49:07 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU driver if version not matched
Dec 17 06:49:07 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: SMU is resumed successfully!
Dec 17 06:49:07 archlinux kernel: [drm] DMUB hardware initialized: version=0x02020003
Dec 17 06:49:08 archlinux kernel: [drm] kiq ring mec 2 pipe 1 q 0
Dec 17 06:49:08 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Dec 17 06:49:08 archlinux kernel: [drm] JPEG decode initialized successfully.
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
Dec 17 06:49:08 archlinux kernel: amdgpu 0000:00:10.0: [drm] Cannot find any crtc or sizes
Dec 17 06:49:09 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 0 users.
Dec 17 06:49:09 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 0 users.
Dec 17 06:49:09 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 0 users.
Dec 17 06:49:09 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:49:09 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:49:09 archlinux rtkit-daemon[578]: Supervising 0 threads of 0 processes of 1 users.
Dec 17 06:49:23 archlinux kernel: [drm] free PSP TMR bufferOffline
Offline
Apologies I was looking for it in /var/log but it was in .local/share/xorg which I now know about
EDIT: Also just so you know, I'm launching Xorg on login and I am logging in via tigervnc @:1
$ cat Xorg.0.log
[ 2231.881]
X.Org X Server 1.21.1.2
X Protocol Version 11, Revision 0
[ 2231.881] Current Operating System: Linux archlinux 5.15.8-arch1-1 #1 SMP PREEMPT Tue, 14 Dec 2021 12:28:02 +0000 x86_64
[ 2231.881] Kernel command line: initrd=\initramfs-linux.img root=UUID=71e384ab-47b0-4e05-98a7-e85556d56023 rw
[ 2231.881]
[ 2231.881] Current version of pixman: 0.40.0
[ 2231.881] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2231.881] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2231.881] (==) Log file: "/home/access/.local/share/xorg/Xorg.0.log", Time: Thu Dec 16 21:19:01 2021
[ 2231.882] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2231.883] (==) No Layout section. Using the first Screen section.
[ 2231.883] (==) No screen section available. Using defaults.
[ 2231.883] (**) |-->Screen "Default Screen Section" (0)
[ 2231.883] (**) | |-->Monitor "<default monitor>"
[ 2231.883] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 2231.883] (==) Automatically adding devices
[ 2231.883] (==) Automatically enabling devices
[ 2231.883] (==) Automatically adding GPU devices
[ 2231.883] (==) Automatically binding GPU devices
[ 2231.883] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 2231.883] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 2231.883] Entry deleted from font path.
[ 2231.883] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 2231.883] Entry deleted from font path.
[ 2231.883] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 2231.883] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 2231.883] Entry deleted from font path.
[ 2231.883] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 2231.883] Entry deleted from font path.
[ 2231.883] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 2231.883] Entry deleted from font path.
[ 2231.883] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 2231.883] Entry deleted from font path.
[ 2231.883] (==) FontPath set to:
[ 2231.883] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 2231.883] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 2231.883] (II) Module ABI versions:
[ 2231.883] X.Org ANSI C Emulation: 0.4
[ 2231.883] X.Org Video Driver: 25.2
[ 2231.883] X.Org XInput driver : 24.4
[ 2231.883] X.Org Server Extension : 10.0
[ 2231.884] (++) using VT number 1
[ 2231.885] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[ 2231.885] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 2231.885] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 2231.886] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 2231.886] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 2231.886] (II) Platform probe for /sys/devices/pci0000:00/0000:00:10.0/drm/card1
[ 2231.886] (EE) systemd-logind: failed to take device /dev/dri/card1: Invalid argument
[ 2231.888] (--) PCI:*(0@0:2:0) 1234:1111:1af4:1100 rev 2, Mem @ 0xc0000000/16777216, 0xc1542000/4096, BIOS @ 0x????????/131072
[ 2231.888] (--) PCI: (0@0:16:0) 1002:73ff:1462:5025 rev 199, Mem @ 0x800000000/268435456, 0x810000000/2097152, 0xc1400000/1048576, I/O @ 0x00001000/256, BIOS @ 0x????????/131072
[ 2231.888] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 2231.888] (II) LoadModule: "glx"
[ 2231.889] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2231.892] (II) Module glx: vendor="X.Org Foundation"
[ 2231.892] compiled for 1.21.1.2, module version = 1.0.0
[ 2231.892] ABI class: X.Org Server Extension, version 10.0
[ 2231.892] (==) Matched modesetting as autoconfigured driver 0
[ 2231.892] (==) Matched fbdev as autoconfigured driver 1
[ 2231.892] (==) Matched vesa as autoconfigured driver 2
[ 2231.892] (==) Assigned the driver to the xf86ConfigLayout
[ 2231.892] (II) LoadModule: "modesetting"
[ 2231.892] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 2231.895] (II) Module modesetting: vendor="X.Org Foundation"
[ 2231.895] compiled for 1.21.1.2, module version = 1.21.1
[ 2231.895] Module class: X.Org Video Driver
[ 2231.895] ABI class: X.Org Video Driver, version 25.2
[ 2231.895] (II) LoadModule: "fbdev"
[ 2231.895] (WW) Warning, couldn't open module fbdev
[ 2231.895] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 2231.895] (II) LoadModule: "vesa"
[ 2231.895] (WW) Warning, couldn't open module vesa
[ 2231.895] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 2231.895] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 2231.895] (II) modeset(0): using drv /dev/dri/card0
[ 2231.895] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 2231.895] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 2231.895] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 2231.895] (==) modeset(0): RGB weight 888
[ 2231.895] (==) modeset(0): Default visual is TrueColor
[ 2231.895] (II) Loading sub module "glamoregl"
[ 2231.895] (II) LoadModule: "glamoregl"
[ 2231.895] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 2231.898] (II) Module glamoregl: vendor="X.Org Foundation"
[ 2231.898] compiled for 1.21.1.2, module version = 1.0.1
[ 2231.898] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2231.932] (II) modeset(0): Refusing to try glamor on llvmpipe
[ 2231.935] (II) modeset(0): glamor initialization failed
[ 2231.935] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[ 2231.935] (II) modeset(0): Output Virtual-1 has no monitor section
[ 2231.935] (II) modeset(0): EDID for output Virtual-1
[ 2231.935] (II) modeset(0): Manufacturer: RHT Model: 1234 Serial#: 0
[ 2231.935] (II) modeset(0): Year: 2014 Week: 42
[ 2231.935] (II) modeset(0): EDID Version: 1.4
[ 2231.935] (II) modeset(0): Digital Display Input
[ 2231.935] (II) modeset(0): 8 bits per channel
[ 2231.935] (II) modeset(0): Digital interface is DisplayPort
[ 2231.935] (II) modeset(0): Max Image Size [cm]: horiz.: 26 vert.: 19
[ 2231.935] (II) modeset(0): Gamma: 2.20
[ 2231.935] (II) modeset(0): No DPMS capabilities specified
[ 2231.935] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 2231.935] (II) modeset(0): Default color space is primary color space
[ 2231.935] (II) modeset(0): First detailed timing is preferred mode
[ 2231.935] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 2231.935] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 2231.935] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 2231.935] (II) modeset(0): Supported established timings:
[ 2231.935] (II) modeset(0): 640x480@60Hz
[ 2231.935] (II) modeset(0): 800x600@60Hz
[ 2231.935] (II) modeset(0): 1024x768@60Hz
[ 2231.935] (II) modeset(0): Manufacturer's mask: 0
[ 2231.935] (II) modeset(0): Supported standard timings:
[ 2231.935] (II) modeset(0): #0: hsize: 2048 vsize 1152 refresh: 60 vid: 49377
[ 2231.935] (II) modeset(0): #1: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 2231.935] (II) modeset(0): #2: hsize: 1920 vsize 1200 refresh: 60 vid: 209
[ 2231.935] (II) modeset(0): #3: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 2231.935] (II) modeset(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 2231.935] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 2231.935] (II) modeset(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 2231.935] (II) modeset(0): #7: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 2231.935] (II) modeset(0): Supported detailed timing:
[ 2231.937] (II) modeset(0): clock: 82.3 MHz Image Size: 260 x 195 mm
[ 2231.937] (II) modeset(0): h_active: 1024 h_sync: 1280 h_sync_end 1310 h_blank_end 1382 h_border: 0
[ 2231.937] (II) modeset(0): v_active: 768 v_sync: 771 v_sync_end 774 v_blanking: 794 v_border: 0
[ 2231.937] (II) modeset(0): Established timings III: (not decoded)
[ 2231.937] (II) modeset(0): Ranges: V min: 50 V max: 125 Hz, H min: 30 H max: 160 kHz,
[ 2231.937] (II) modeset(0): Monitor name: QEMU Monitor
[ 2231.937] (II) modeset(0): Number of EDID sections to follow: 1
[ 2231.937] (II) modeset(0): EDID (in hex):
[ 2231.937] (II) modeset(0): 00ffffffffffff004914341200000000
[ 2231.937] (II) modeset(0): 2a180104a51a137806ee91a3544c9926
[ 2231.937] (II) modeset(0): 0f5054210800e1c0d1c0d100a940b300
[ 2231.937] (II) modeset(0): 9500818081402520006641001a30001e
[ 2231.937] (II) modeset(0): 334004c310000018000000f7000a0040
[ 2231.937] (II) modeset(0): 82002820000000000000000000fd0032
[ 2231.937] (II) modeset(0): 7d1ea0ff010a202020202020000000fc
[ 2231.937] (II) modeset(0): 0051454d55204d6f6e69746f720a013d
[ 2231.937] (II) modeset(0): 02030a00457d6560591f000000100000
[ 2231.937] (II) modeset(0): 00000000000000000000000000000010
[ 2231.937] (II) modeset(0): 00000000000000000000000000000000
[ 2231.937] (II) modeset(0): 00100000000000000000000000000000
[ 2231.937] (II) modeset(0): 00000010000000000000000000000000
[ 2231.937] (II) modeset(0): 00000000001000000000000000000000
[ 2231.937] (II) modeset(0): 00000000000000100000000000000000
[ 2231.937] (II) modeset(0): 00000000000000000000000000000092
[ 2231.937] (II) modeset(0): Printing probed modes for output Virtual-1
[ 2231.937] (II) modeset(0): Modeline "1024x768"x75.0 82.29 1024 1280 1310 1382 768 771 774 794 -hsync -vsync (59.5 kHz eP)
[ 2231.937] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 2231.937] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 2231.937] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 2231.937] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 2231.937] (II) modeset(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 2231.937] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 2231.937] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 2231.937] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 2231.937] (II) modeset(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 2231.937] (II) modeset(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 2231.937] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 2231.937] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 2231.937] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 2231.937] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 2231.937] (II) modeset(0): Output Virtual-1 connected
[ 2231.937] (II) modeset(0): Using exact sizes for initial modes
[ 2231.937] (II) modeset(0): Output Virtual-1 using initial mode 1024x768 +0+0
[ 2231.937] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 2231.937] (==) modeset(0): DPI set to (96, 96)
[ 2231.937] (II) Loading sub module "fb"
[ 2231.937] (II) LoadModule: "fb"
[ 2231.937] (II) Module "fb" already built-in
[ 2231.937] (==) modeset(0): Backing store enabled
[ 2231.937] (==) modeset(0): Silken mouse enabled
[ 2231.938] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 2231.938] (==) modeset(0): DPMS enabled
[ 2231.938] (II) Initializing extension Generic Event Extension
[ 2231.938] (II) Initializing extension SHAPE
[ 2231.938] (II) Initializing extension MIT-SHM
[ 2231.938] (II) Initializing extension XInputExtension
[ 2231.938] (II) Initializing extension XTEST
[ 2231.939] (II) Initializing extension BIG-REQUESTS
[ 2231.939] (II) Initializing extension SYNC
[ 2231.939] (II) Initializing extension XKEYBOARD
[ 2231.939] (II) Initializing extension XC-MISC
[ 2231.939] (II) Initializing extension SECURITY
[ 2231.939] (II) Initializing extension XFIXES
[ 2231.939] (II) Initializing extension RENDER
[ 2231.939] (II) Initializing extension RANDR
[ 2231.939] (II) Initializing extension COMPOSITE
[ 2231.940] (II) Initializing extension DAMAGE
[ 2231.940] (II) Initializing extension MIT-SCREEN-SAVER
[ 2231.940] (II) Initializing extension DOUBLE-BUFFER
[ 2231.940] (II) Initializing extension RECORD
[ 2231.940] (II) Initializing extension DPMS
[ 2231.940] (II) Initializing extension Present
[ 2231.940] (II) Initializing extension DRI3
[ 2231.940] (II) Initializing extension X-Resource
[ 2231.940] (II) Initializing extension XVideo
[ 2231.940] (II) Initializing extension XVideo-MotionCompensation
[ 2231.940] (II) Initializing extension GLX
[ 2231.940] (II) AIGLX: Screen 0 is not DRI2 capable
[ 2231.947] (II) IGLX: Loaded and initialized swrast
[ 2231.947] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 2231.947] (II) Initializing extension XFree86-VidModeExtension
[ 2231.947] (II) Initializing extension XFree86-DGA
[ 2231.948] (II) Initializing extension XFree86-DRI
[ 2231.948] (II) Initializing extension DRI2
[ 2231.948] (II) modeset(0): Damage tracking initialized
[ 2231.948] (II) modeset(0): Setting screen physical size to 270 x 203
[ 2231.971] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 2231.971] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 2231.971] (II) LoadModule: "libinput"
[ 2231.971] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 2231.979] (II) Module libinput: vendor="X.Org Foundation"
[ 2231.979] compiled for 1.21.1, module version = 1.2.0
[ 2231.979] Module class: X.Org XInput Driver
[ 2231.979] ABI class: X.Org XInput driver, version 24.4
[ 2231.979] (II) Using input driver 'libinput' for 'Power Button'
[ 2231.980] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 19 paused 0
[ 2231.980] (**) Power Button: always reports core events
[ 2231.980] (**) Option "Device" "/dev/input/event0"
[ 2231.981] (**) Option "_source" "server/udev"
[ 2231.985] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 2231.985] (II) event0 - Power Button: device is a keyboard
[ 2231.986] (II) event0 - Power Button: device removed
[ 2231.986] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[ 2231.986] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 2231.986] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 2231.986] (II) event0 - Power Button: device is a keyboard
[ 2231.987] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/event2)
[ 2231.987] (**) QEMU QEMU USB Tablet: Applying InputClass "libinput pointer catchall"
[ 2231.987] (II) Using input driver 'libinput' for 'QEMU QEMU USB Tablet'
[ 2232.132] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 22 paused 0
[ 2232.132] (**) QEMU QEMU USB Tablet: always reports core events
[ 2232.132] (**) Option "Device" "/dev/input/event2"
[ 2232.132] (**) Option "_source" "server/udev"
[ 2232.133] (II) event2 - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[ 2232.133] (II) event2 - QEMU QEMU USB Tablet: device is a pointer
[ 2232.133] (II) event2 - QEMU QEMU USB Tablet: device removed
[ 2232.133] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input3/event2"
[ 2232.133] (II) XINPUT: Adding extended input device "QEMU QEMU USB Tablet" (type: MOUSE, id 7)
[ 2232.133] (**) Option "AccelerationScheme" "none"
[ 2232.133] (**) QEMU QEMU USB Tablet: (accel) selected scheme none/0
[ 2232.133] (**) QEMU QEMU USB Tablet: (accel) acceleration factor: 2.000
[ 2232.133] (**) QEMU QEMU USB Tablet: (accel) acceleration threshold: 4
[ 2232.134] (II) event2 - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[ 2232.134] (II) event2 - QEMU QEMU USB Tablet: device is a pointer
[ 2232.135] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/mouse0)
[ 2232.135] (II) No input driver specified, ignoring this device.
[ 2232.135] (II) This device may have been added with another device file.
[ 2232.135] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 2232.135] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 2232.135] (II) Platform probe for /sys/devices/pci0000:00/0000:00:10.0/drm/card1
[ 2232.141] (EE) systemd-logind: failed to take device /dev/dri/card1: Invalid argument
[ 2232.142] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[ 2232.142] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 2232.142] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 2232.142] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 23 paused 0
[ 2232.142] (**) AT Translated Set 2 keyboard: always reports core events
[ 2232.142] (**) Option "Device" "/dev/input/event1"
[ 2232.142] (**) Option "_source" "server/udev"
[ 2232.143] (II) event1 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 2232.143] (II) event1 - AT Translated Set 2 keyboard: device is a keyboard
[ 2232.143] (II) event1 - AT Translated Set 2 keyboard: device removed
[ 2232.143] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
[ 2232.143] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[ 2232.144] (II) event1 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 2232.144] (II) event1 - AT Translated Set 2 keyboard: device is a keyboard
[ 2232.144] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event4)
[ 2232.144] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "libinput pointer catchall"
[ 2232.144] (II) Using input driver 'libinput' for 'VirtualPS/2 VMware VMMouse'
[ 2232.145] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 24 paused 0
[ 2232.145] (**) VirtualPS/2 VMware VMMouse: always reports core events
[ 2232.145] (**) Option "Device" "/dev/input/event4"
[ 2232.145] (**) Option "_source" "server/udev"
[ 2232.145] (II) event4 - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[ 2232.146] (II) event4 - VirtualPS/2 VMware VMMouse: device is a pointer
[ 2232.146] (II) event4 - VirtualPS/2 VMware VMMouse: device removed
[ 2232.146] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
[ 2232.146] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: MOUSE, id 9)
[ 2232.146] (**) Option "AccelerationScheme" "none"
[ 2232.146] (**) VirtualPS/2 VMware VMMouse: (accel) selected scheme none/0
[ 2232.146] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[ 2232.146] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[ 2232.146] (II) event4 - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[ 2232.146] (II) event4 - VirtualPS/2 VMware VMMouse: device is a pointer
[ 2232.147] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse2)
[ 2232.147] (II) No input driver specified, ignoring this device.
[ 2232.147] (II) This device may have been added with another device file.
[ 2232.147] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event3)
[ 2232.147] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "libinput pointer catchall"
[ 2232.147] (II) Using input driver 'libinput' for 'VirtualPS/2 VMware VMMouse'
[ 2232.148] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[ 2232.148] (**) VirtualPS/2 VMware VMMouse: always reports core events
[ 2232.148] (**) Option "Device" "/dev/input/event3"
[ 2232.148] (**) Option "_source" "server/udev"
[ 2232.148] (II) event3 - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[ 2232.148] (II) event3 - VirtualPS/2 VMware VMMouse: device is a pointer
[ 2232.149] (II) event3 - VirtualPS/2 VMware VMMouse: device removed
[ 2232.149] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event3"
[ 2232.149] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: MOUSE, id 10)
[ 2232.149] (**) Option "AccelerationScheme" "none"
[ 2232.149] (**) VirtualPS/2 VMware VMMouse: (accel) selected scheme none/0
[ 2232.149] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[ 2232.149] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[ 2232.149] (II) event3 - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[ 2232.149] (II) event3 - VirtualPS/2 VMware VMMouse: device is a pointer
[ 2232.150] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse1)
[ 2232.150] (II) No input driver specified, ignoring this device.
[ 2232.150] (II) This device may have been added with another device file.
[ 2232.150] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 2232.150] (II) No input driver specified, ignoring this device.
[ 2232.150] (II) This device may have been added with another device file.
[ 2232.275] (II) modeset(0): Disabling kernel dirty updates, not required.
[ 2447.944] (**) Option "fd" "19"
[ 2447.944] (II) event0 - Power Button: device removed
[ 2447.944] (**) Option "fd" "22"
[ 2447.944] (II) event2 - QEMU QEMU USB Tablet: device removed
[ 2447.944] (**) Option "fd" "23"
[ 2447.944] (II) event1 - AT Translated Set 2 keyboard: device removed
[ 2447.944] (**) Option "fd" "24"
[ 2447.944] (II) event4 - VirtualPS/2 VMware VMMouse: device removed
[ 2447.944] (**) Option "fd" "25"
[ 2447.944] (II) event3 - VirtualPS/2 VMware VMMouse: device removed
[ 2447.944] (II) UnloadModule: "libinput"
[ 2447.944] (II) systemd-logind: releasing fd for 13:67
[ 2448.015] (II) UnloadModule: "libinput"
[ 2448.015] (II) systemd-logind: releasing fd for 13:68
[ 2448.085] (II) UnloadModule: "libinput"
[ 2448.085] (II) systemd-logind: releasing fd for 13:65
[ 2448.112] (II) UnloadModule: "libinput"
[ 2448.112] (II) systemd-logind: releasing fd for 13:66
[ 2448.165] (II) UnloadModule: "libinput"
[ 2448.165] (II) systemd-logind: releasing fd for 13:64
[ 2448.431] (II) Server terminated successfully (0). Closing log file.Last edited by medicineman2500 (2021-12-17 16:07:52)
Offline
[ 2231.888] (--) PCI:*(0@0:2:0) 1234:1111:1af4:1100 rev 2, Mem @ 0xc0000000/16777216, 0xc1542000/4096, BIOS @ 0x????????/131072
[ 2231.888] (--) PCI: (0@0:16:0) 1002:73ff:1462:5025 rev 199, Mem @ 0x800000000/268435456, 0x810000000/2097152, 0xc1400000/1048576, I/O @ 0x00001000/256, BIOS @ 0x????????/131072X sees 2 devices :
1234:1111 QEMU Virtual Video Controller
1002:73ff Navi 23 [Radeon RX 6600/6600 XT/6600M]
The qemu virtual video device is the default one.
Simplest solution is to configure qemu on the host not to add the virtual device.
Incase that's not possible you may be able to force X to use the amd card with a custom static conf file.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
[ 2231.888] (--) PCI:*(0@0:2:0) 1234:1111:1af4:1100 rev 2, Mem @ 0xc0000000/16777216, 0xc1542000/4096, BIOS @ 0x????????/131072 [ 2231.888] (--) PCI: (0@0:16:0) 1002:73ff:1462:5025 rev 199, Mem @ 0x800000000/268435456, 0x810000000/2097152, 0xc1400000/1048576, I/O @ 0x00001000/256, BIOS @ 0x????????/131072X sees 2 devices :
1234:1111 QEMU Virtual Video Controller
1002:73ff Navi 23 [Radeon RX 6600/6600 XT/6600M]The qemu virtual video device is the default one.
Simplest solution is to configure qemu on the host not to add the virtual device.
Incase that's not possible you may be able to force X to use the amd card with a custom static conf file.
Ah I see... which is very odd because I've set "Display" to "none" in the Proxmox GUI (also moved to linux-lts and q35 chipset which fixed another issues I was having) and now the xorg file still defaults to that BIOS device but now there are lines referencing AMDGPU in the logfile, indicating that something is happening?
Also I re-added the PCI device and selected "Primary GPU" and "Pcie" options in Proxmox GUI. ("Rom bar" and "All functions" had previously been set as true and I continue to leave them set as true)
$ cat Xorg.0.log
[ 155.311]
X.Org X Server 1.21.1.2
X Protocol Version 11, Revision 0
[ 155.311] Current Operating System: Linux archlinux 5.15.10-arch1-1 #1 SMP PREEMPT Fri, 17 Dec 2021 11:17:37 +0000 x86_64
[ 155.311] Kernel command line: initrd=\initramfs-linux.img initrd=\amd-ucode.img root=UUID=71e384ab-47b0-4e05-98a7-e85556d56023 rw
[ 155.311]
[ 155.311] Current version of pixman: 0.40.0
[ 155.311] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 155.311] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 155.311] (==) Log file: "/home/access/.local/share/xorg/Xorg.0.log", Time: Fri Dec 17 20:11:22 2021
[ 155.311] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 155.312] (==) No Layout section. Using the first Screen section.
[ 155.312] (==) No screen section available. Using defaults.
[ 155.312] (**) |-->Screen "Default Screen Section" (0)
[ 155.312] (**) | |-->Monitor "<default monitor>"
[ 155.312] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 155.312] (==) Automatically adding devices
[ 155.312] (==) Automatically enabling devices
[ 155.312] (==) Automatically adding GPU devices
[ 155.312] (==) Automatically binding GPU devices
[ 155.312] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 155.312] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 155.312] Entry deleted from font path.
[ 155.312] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 155.312] Entry deleted from font path.
[ 155.312] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 155.312] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 155.312] Entry deleted from font path.
[ 155.312] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 155.312] Entry deleted from font path.
[ 155.312] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 155.312] Entry deleted from font path.
[ 155.312] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 155.312] Entry deleted from font path.
[ 155.312] (==) FontPath set to:
[ 155.312] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 155.312] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 155.312] (II) Module ABI versions:
[ 155.312] X.Org ANSI C Emulation: 0.4
[ 155.312] X.Org Video Driver: 25.2
[ 155.312] X.Org XInput driver : 24.4
[ 155.312] X.Org Server Extension : 10.0
[ 155.313] (++) using VT number 1
[ 155.315] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[ 155.316] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 155.316] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/virtio0/drm/card1
[ 155.316] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[ 155.316] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 155.316] (II) Platform probe for /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/drm/card0
[ 155.317] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[ 155.321] (--) PCI:*(0@0:1:0) 1af4:1050:1af4:1100 rev 1, Mem @ 0xc0000000/8388608, 0x810300000/16384, 0xc134b000/4096, BIOS @ 0x????????/131072
[ 155.321] (--) PCI: (1@0:0:0) 1002:73ff:1462:5025 rev 199, Mem @ 0x800000000/268435456, 0x810000000/2097152, 0xc1100000/1048576, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
[ 155.321] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 155.321] (II) LoadModule: "glx"
[ 155.323] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 155.324] (II) Module glx: vendor="X.Org Foundation"
[ 155.324] compiled for 1.21.1.2, module version = 1.0.0
[ 155.324] ABI class: X.Org Server Extension, version 10.0
[ 155.324] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[ 155.324] loading driver: amdgpu
[ 155.324] (==) Matched amdgpu as autoconfigured driver 0
[ 155.324] (==) Matched ati as autoconfigured driver 1
[ 155.324] (==) Matched modesetting as autoconfigured driver 2
[ 155.324] (==) Matched fbdev as autoconfigured driver 3
[ 155.324] (==) Matched vesa as autoconfigured driver 4
[ 155.324] (==) Assigned the driver to the xf86ConfigLayout
[ 155.325] (II) LoadModule: "amdgpu"
[ 155.325] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 155.328] (II) Module amdgpu: vendor="X.Org Foundation"
[ 155.328] compiled for 1.21.1, module version = 21.0.0
[ 155.328] Module class: X.Org Video Driver
[ 155.328] ABI class: X.Org Video Driver, version 25.2
[ 155.328] (II) LoadModule: "ati"
[ 155.328] (WW) Warning, couldn't open module ati
[ 155.328] (EE) Failed to load module "ati" (module does not exist, 0)
[ 155.328] (II) LoadModule: "modesetting"
[ 155.328] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 155.329] (II) Module modesetting: vendor="X.Org Foundation"
[ 155.329] compiled for 1.21.1.2, module version = 1.21.1
[ 155.329] Module class: X.Org Video Driver
[ 155.329] ABI class: X.Org Video Driver, version 25.2
[ 155.329] (II) LoadModule: "fbdev"
[ 155.329] (WW) Warning, couldn't open module fbdev
[ 155.329] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 155.329] (II) LoadModule: "vesa"
[ 155.329] (WW) Warning, couldn't open module vesa
[ 155.329] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 155.329] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 155.329] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 155.329] (II) modeset(0): using drv /dev/dri/card1
[ 155.331] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 155.331] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 155.331] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 155.331] (==) modeset(0): RGB weight 888
[ 155.331] (==) modeset(0): Default visual is TrueColor
[ 155.331] (II) Loading sub module "glamoregl"
[ 155.331] (II) LoadModule: "glamoregl"
[ 155.331] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 155.336] (II) Module glamoregl: vendor="X.Org Foundation"
[ 155.336] compiled for 1.21.1.2, module version = 1.0.1
[ 155.336] ABI class: X.Org ANSI C Emulation, version 0.4
[ 155.375] (II) modeset(0): Refusing to try glamor on llvmpipe
[ 155.377] (II) modeset(0): glamor initialization failed
[ 155.377] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[ 155.377] (II) modeset(0): Output Virtual-1 has no monitor section
[ 155.378] (II) modeset(0): EDID for output Virtual-1
[ 155.378] (II) modeset(0): Manufacturer: RHT Model: 1234 Serial#: 0
[ 155.378] (II) modeset(0): Year: 2014 Week: 42
[ 155.378] (II) modeset(0): EDID Version: 1.4
[ 155.378] (II) modeset(0): Digital Display Input
[ 155.378] (II) modeset(0): 8 bits per channel
[ 155.378] (II) modeset(0): Digital interface is DisplayPort
[ 155.378] (II) modeset(0): Max Image Size [cm]: horiz.: 26 vert.: 19
[ 155.378] (II) modeset(0): Gamma: 2.20
[ 155.378] (II) modeset(0): No DPMS capabilities specified
[ 155.378] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 155.378] (II) modeset(0): Default color space is primary color space
[ 155.378] (II) modeset(0): First detailed timing is preferred mode
[ 155.378] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 155.378] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 155.378] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 155.378] (II) modeset(0): Supported established timings:
[ 155.378] (II) modeset(0): 640x480@60Hz
[ 155.378] (II) modeset(0): 800x600@60Hz
[ 155.378] (II) modeset(0): 1024x768@60Hz
[ 155.378] (II) modeset(0): Manufacturer's mask: 0
[ 155.378] (II) modeset(0): Supported standard timings:
[ 155.378] (II) modeset(0): #0: hsize: 2048 vsize 1152 refresh: 60 vid: 49377
[ 155.378] (II) modeset(0): #1: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 155.378] (II) modeset(0): #2: hsize: 1920 vsize 1200 refresh: 60 vid: 209
[ 155.378] (II) modeset(0): #3: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 155.378] (II) modeset(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 155.378] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 155.378] (II) modeset(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 155.378] (II) modeset(0): #7: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 155.378] (II) modeset(0): Supported detailed timing:
[ 155.378] (II) modeset(0): clock: 82.3 MHz Image Size: 260 x 195 mm
[ 155.378] (II) modeset(0): h_active: 1024 h_sync: 1280 h_sync_end 1310 h_blank_end 1382 h_border: 0
[ 155.378] (II) modeset(0): v_active: 768 v_sync: 771 v_sync_end 774 v_blanking: 794 v_border: 0
[ 155.378] (II) modeset(0): Established timings III: (not decoded)
[ 155.378] (II) modeset(0): Ranges: V min: 50 V max: 125 Hz, H min: 30 H max: 160 kHz,
[ 155.378] (II) modeset(0): Monitor name: QEMU Monitor
[ 155.378] (II) modeset(0): Number of EDID sections to follow: 1
[ 155.378] (II) modeset(0): EDID (in hex):
[ 155.378] (II) modeset(0): 00ffffffffffff004914341200000000
[ 155.378] (II) modeset(0): 2a180104a51a137806ee91a3544c9926
[ 155.378] (II) modeset(0): 0f5054210800e1c0d1c0d100a940b300
[ 155.378] (II) modeset(0): 9500818081402520006641001a30001e
[ 155.378] (II) modeset(0): 334004c310000018000000f7000a0040
[ 155.378] (II) modeset(0): 82002820000000000000000000fd0032
[ 155.378] (II) modeset(0): 7d1ea0ff010a202020202020000000fc
[ 155.378] (II) modeset(0): 0051454d55204d6f6e69746f720a013d
[ 155.378] (II) modeset(0): 02030a00457d6560591f000000100000
[ 155.378] (II) modeset(0): 00000000000000000000000000000010
[ 155.378] (II) modeset(0): 00000000000000000000000000000000
[ 155.378] (II) modeset(0): 00100000000000000000000000000000
[ 155.378] (II) modeset(0): 00000010000000000000000000000000
[ 155.378] (II) modeset(0): 00000000001000000000000000000000
[ 155.378] (II) modeset(0): 00000000000000100000000000000000
[ 155.378] (II) modeset(0): 00000000000000000000000000000092
[ 155.378] (II) modeset(0): Printing probed modes for output Virtual-1
[ 155.378] (II) modeset(0): Modeline "1024x768"x75.0 82.29 1024 1280 1310 1382 768 771 774 794 -hsync -vsync (59.5 kHz eP)
[ 155.378] (II) modeset(0): Modeline "5120x2160"x50.0 742.50 5120 6216 6304 6600 2160 2168 2178 2250 +hsync +vsync (112.5 kHz e)
[ 155.378] (II) modeset(0): Modeline "4096x2160"x50.0 594.00 4096 5064 5152 5280 2160 2168 2178 2250 +hsync +vsync (112.5 kHz e)
[ 155.378] (II) modeset(0): Modeline "3840x2160"x50.0 594.00 3840 4896 4984 5280 2160 2168 2178 2250 +hsync +vsync (112.5 kHz e)
[ 155.378] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[ 155.378] (II) modeset(0): Modeline "2560x1080"x50.0 185.62 2560 3108 3152 3300 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 155.378] (II) modeset(0): Modeline "1856x1392"x60.0 218.25 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[ 155.378] (II) modeset(0): Modeline "1792x1344"x60.0 204.75 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[ 155.378] (II) modeset(0): Modeline "2048x1152"x60.0 162.00 2048 2074 2154 2250 1152 1153 1156 1200 +hsync +vsync (72.0 kHz e)
[ 155.378] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[ 155.378] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 155.378] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 155.378] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 155.378] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 155.378] (II) modeset(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 155.378] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 155.378] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 155.378] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 155.378] (II) modeset(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 155.378] (II) modeset(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 155.378] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 155.378] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 155.378] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 155.378] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 155.378] (II) modeset(0): Output Virtual-1 connected
[ 155.378] (II) modeset(0): Using exact sizes for initial modes
[ 155.378] (II) modeset(0): Output Virtual-1 using initial mode 1024x768 +0+0
[ 155.378] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 155.378] (==) modeset(0): DPI set to (96, 96)
[ 155.378] (II) Loading sub module "fb"
[ 155.378] (II) LoadModule: "fb"
[ 155.378] (II) Module "fb" already built-in
[ 155.378] (==) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[ 155.378] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 155.378] (==) AMDGPU(G0): Default visual is TrueColor
[ 155.378] (==) AMDGPU(G0): RGB weight 888
[ 155.378] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[ 155.378] (--) AMDGPU(G0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x73ff)
[ 155.378] (II) Loading sub module "fb"
[ 155.378] (II) LoadModule: "fb"
[ 155.378] (II) Module "fb" already built-in
[ 155.378] (II) Loading sub module "dri2"
[ 155.378] (II) LoadModule: "dri2"
[ 155.378] (II) Module "dri2" already built-in
[ 155.388] (II) Loading sub module "glamoregl"
[ 155.388] (II) LoadModule: "glamoregl"
[ 155.389] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 155.389] (II) Module glamoregl: vendor="X.Org Foundation"
[ 155.389] compiled for 1.21.1.2, module version = 1.0.1
[ 155.389] ABI class: X.Org ANSI C Emulation, version 0.4
[ 155.393] (II) AMDGPU(G0): glamor X acceleration enabled on AMD DIMGREY_CAVEFISH (DRM 3.42.0, 5.15.10-arch1-1, LLVM 13.0.0)
[ 155.393] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[ 155.393] (==) AMDGPU(G0): TearFree property default: auto
[ 155.394] (II) AMDGPU(G0): Output DisplayPort-1-0 has no monitor section
[ 155.394] (II) AMDGPU(G0): Output DisplayPort-1-1 has no monitor section
[ 155.394] (II) AMDGPU(G0): Output DisplayPort-1-2 has no monitor section
[ 155.394] (II) AMDGPU(G0): Output HDMI-A-1-0 has no monitor section
[ 155.395] (II) AMDGPU(G0): EDID for output DisplayPort-1-0
[ 155.395] (II) AMDGPU(G0): EDID for output DisplayPort-1-1
[ 155.395] (II) AMDGPU(G0): EDID for output DisplayPort-1-2
[ 155.395] (II) AMDGPU(G0): EDID for output HDMI-A-1-0
[ 155.395] (II) AMDGPU(G0): mem size init: gart size :1fe933000 vram size: s:1fd820000 visible:f321000
[ 155.395] (==) AMDGPU(G0): DPI set to (96, 96)
[ 155.395] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 155.395] (II) Loading sub module "ramdac"
[ 155.395] (II) LoadModule: "ramdac"
[ 155.395] (II) Module "ramdac" already built-in
[ 155.397] (==) modeset(0): Backing store enabled
[ 155.397] (==) modeset(0): Silken mouse enabled
[ 155.397] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 155.397] (==) modeset(0): DPMS enabled
[ 155.397] (II) AMDGPU(G0): [DRI2] Setup complete
[ 155.397] (II) AMDGPU(G0): [DRI2] DRI driver: radeonsi
[ 155.397] (II) AMDGPU(G0): [DRI2] VDPAU driver: radeonsi
[ 155.432] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[ 155.432] (==) AMDGPU(G0): Backing store enabled
[ 155.432] (II) AMDGPU(G0): Direct rendering enabled
[ 155.446] (II) AMDGPU(G0): Use GLAMOR acceleration.
[ 155.446] (II) AMDGPU(G0): Acceleration enabled
[ 155.446] (==) AMDGPU(G0): DPMS enabled
[ 155.446] (==) AMDGPU(G0): Silken mouse enabled
[ 155.452] (II) Initializing extension Generic Event Extension
[ 155.453] (II) Initializing extension SHAPE
[ 155.453] (II) Initializing extension MIT-SHM
[ 155.453] (II) Initializing extension XInputExtension
[ 155.453] (II) Initializing extension XTEST
[ 155.453] (II) Initializing extension BIG-REQUESTS
[ 155.453] (II) Initializing extension SYNC
[ 155.453] (II) Initializing extension XKEYBOARD
[ 155.453] (II) Initializing extension XC-MISC
[ 155.453] (II) Initializing extension SECURITY
[ 155.453] (II) Initializing extension XFIXES
[ 155.453] (II) Initializing extension RENDER
[ 155.454] (II) Initializing extension RANDR
[ 155.454] (II) Initializing extension COMPOSITE
[ 155.454] (II) Initializing extension DAMAGE
[ 155.454] (II) Initializing extension MIT-SCREEN-SAVER
[ 155.454] (II) Initializing extension DOUBLE-BUFFER
[ 155.454] (II) Initializing extension RECORD
[ 155.454] (II) Initializing extension DPMS
[ 155.454] (II) Initializing extension Present
[ 155.454] (II) Initializing extension DRI3
[ 155.454] (II) Initializing extension X-Resource
[ 155.454] (II) Initializing extension XVideo
[ 155.454] (II) Initializing extension XVideo-MotionCompensation
[ 155.454] (II) Initializing extension GLX
[ 155.454] (II) AIGLX: Screen 0 is not DRI2 capable
[ 155.458] (II) IGLX: Loaded and initialized swrast
[ 155.458] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 155.458] (II) Initializing extension XFree86-VidModeExtension
[ 155.458] (II) Initializing extension XFree86-DGA
[ 155.458] (II) Initializing extension XFree86-DRI
[ 155.458] (II) Initializing extension DRI2
[ 155.459] (II) modeset(0): Damage tracking initialized
[ 155.459] (II) modeset(0): Setting screen physical size to 270 x 203
[ 155.484] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 155.484] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 155.484] (II) LoadModule: "libinput"
[ 155.484] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 155.486] (II) Module libinput: vendor="X.Org Foundation"
[ 155.486] compiled for 1.21.1, module version = 1.2.0
[ 155.486] Module class: X.Org XInput Driver
[ 155.486] ABI class: X.Org XInput driver, version 24.4
[ 155.486] (II) Using input driver 'libinput' for 'Power Button'
[ 155.487] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 26 paused 0
[ 155.487] (**) Power Button: always reports core events
[ 155.487] (**) Option "Device" "/dev/input/event0"
[ 155.488] (**) Option "_source" "server/udev"
[ 155.493] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 155.493] (II) event0 - Power Button: device is a keyboard
[ 155.493] (II) event0 - Power Button: device removed
[ 155.493] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[ 155.493] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 155.493] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 155.493] (II) event0 - Power Button: device is a keyboard
[ 155.494] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event8)
[ 155.494] (II) No input driver specified, ignoring this device.
[ 155.494] (II) This device may have been added with another device file.
[ 155.494] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event4)
[ 155.494] (II) No input driver specified, ignoring this device.
[ 155.494] (II) This device may have been added with another device file.
[ 155.495] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event5)
[ 155.495] (II) No input driver specified, ignoring this device.
[ 155.495] (II) This device may have been added with another device file.
[ 155.495] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event6)
[ 155.495] (II) No input driver specified, ignoring this device.
[ 155.495] (II) This device may have been added with another device file.
[ 155.495] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event7)
[ 155.495] (II) No input driver specified, ignoring this device.
[ 155.495] (II) This device may have been added with another device file.
[ 155.495] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/event1)
[ 155.495] (**) QEMU QEMU USB Tablet: Applying InputClass "libinput pointer catchall"
[ 155.495] (II) Using input driver 'libinput' for 'QEMU QEMU USB Tablet'
[ 155.614] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[ 155.614] (**) QEMU QEMU USB Tablet: always reports core events
[ 155.614] (**) Option "Device" "/dev/input/event1"
[ 155.614] (**) Option "_source" "server/udev"
[ 155.615] (II) event1 - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[ 155.615] (II) event1 - QEMU QEMU USB Tablet: device is a pointer
[ 155.615] (II) event1 - QEMU QEMU USB Tablet: device removed
[ 155.615] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1:1.0/0003:0627:0001.0001/input/input1/event1"
[ 155.616] (II) XINPUT: Adding extended input device "QEMU QEMU USB Tablet" (type: MOUSE, id 7)
[ 155.616] (**) Option "AccelerationScheme" "none"
[ 155.616] (**) QEMU QEMU USB Tablet: (accel) selected scheme none/0
[ 155.616] (**) QEMU QEMU USB Tablet: (accel) acceleration factor: 2.000
[ 155.616] (**) QEMU QEMU USB Tablet: (accel) acceleration threshold: 4
[ 155.616] (II) event1 - QEMU QEMU USB Tablet: is tagged by udev as: Mouse
[ 155.617] (II) event1 - QEMU QEMU USB Tablet: device is a pointer
[ 155.617] (II) config/udev: Adding input device QEMU QEMU USB Tablet (/dev/input/mouse0)
[ 155.617] (II) No input driver specified, ignoring this device.
[ 155.617] (II) This device may have been added with another device file.
[ 155.617] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 155.617] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 155.617] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 155.618] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 30 paused 0
[ 155.618] (**) AT Translated Set 2 keyboard: always reports core events
[ 155.618] (**) Option "Device" "/dev/input/event2"
[ 155.618] (**) Option "_source" "server/udev"
[ 155.619] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 155.619] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 155.619] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 155.619] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[ 155.619] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[ 155.620] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 155.620] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 155.620] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event9)
[ 155.620] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[ 155.620] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[ 155.621] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 31 paused 0
[ 155.621] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[ 155.621] (**) Option "Device" "/dev/input/event9"
[ 155.621] (**) Option "_source" "server/udev"
[ 155.621] (II) event9 - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[ 155.622] (II) event9 - ImExPS/2 Generic Explorer Mouse: device is a pointer
[ 155.622] (II) event9 - ImExPS/2 Generic Explorer Mouse: device removed
[ 155.622] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event9"
[ 155.622] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 9)
[ 155.622] (**) Option "AccelerationScheme" "none"
[ 155.622] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[ 155.622] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[ 155.622] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[ 155.622] (II) event9 - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[ 155.622] (II) event9 - ImExPS/2 Generic Explorer Mouse: device is a pointer
[ 155.623] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse1)
[ 155.623] (II) No input driver specified, ignoring this device.
[ 155.623] (II) This device may have been added with another device file.
[ 155.623] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 155.623] (II) No input driver specified, ignoring this device.
[ 155.623] (II) This device may have been added with another device file.
[ 170.806] (II) modeset(0): EDID vendor "RHT", prod id 4660
[ 170.806] (II) modeset(0): Using EDID range info for horizontal sync
[ 170.806] (II) modeset(0): Using EDID range info for vertical refresh
[ 170.806] (II) modeset(0): Printing DDC gathered Modelines:
[ 170.806] (II) modeset(0): Modeline "1024x768"x0.0 82.29 1024 1280 1310 1382 768 771 774 794 -hsync -vsync (59.5 kHz eP)
[ 170.806] (II) modeset(0): Modeline "1280x768"x0.0 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 170.806] (II) modeset(0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 170.806] (II) modeset(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 170.806] (II) modeset(0): Modeline "1792x1344"x0.0 204.75 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[ 170.806] (II) modeset(0): Modeline "1856x1392"x0.0 218.25 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[ 170.806] (II) modeset(0): Modeline "1920x1440"x0.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[ 170.806] (II) modeset(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 170.806] (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 170.806] (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 170.806] (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 170.806] (II) modeset(0): Modeline "2048x1152"x60.0 197.97 2048 2184 2408 2768 1152 1153 1156 1192 -hsync +vsync (71.5 kHz e)
[ 170.806] (II) modeset(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[ 170.806] (II) modeset(0): Modeline "1920x1200"x0.0 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[ 170.806] (II) modeset(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 170.806] (II) modeset(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 170.806] (II) modeset(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 170.806] (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 170.806] (II) modeset(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 1677.498] (**) Option "fd" "26"
[ 1677.498] (II) event0 - Power Button: device removed
[ 1677.498] (**) Option "fd" "29"
[ 1677.498] (II) event1 - QEMU QEMU USB Tablet: device removed
[ 1677.498] (**) Option "fd" "30"
[ 1677.498] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 1677.498] (**) Option "fd" "31"
[ 1677.498] (II) event9 - ImExPS/2 Generic Explorer Mouse: device removed
[ 1677.499] (II) UnloadModule: "libinput"
[ 1677.499] (II) systemd-logind: releasing fd for 13:73
[ 1677.499] (II) UnloadModule: "libinput"
[ 1677.499] (II) systemd-logind: releasing fd for 13:66
[ 1677.500] (II) UnloadModule: "libinput"
[ 1677.500] (II) systemd-logind: releasing fd for 13:65
[ 1677.501] (II) UnloadModule: "libinput"
[ 1677.501] (II) systemd-logind: releasing fd for 13:64
[ 1680.258] (II) Server terminated successfully (0). Closing log file.Offline
https://wiki.archlinux.org/title/AMDGPU … figuration is probably enough to convince xorg to prefer the AMD chip.
If not, you'll have to create a static server or at least screen layout, but that's a last resort.
Offline
I think a combination of things tried (ableit out of sync) was the fix when doing them all together.
- removing the display (which I had previously tried, however some blogs with Ubuntu guest suggested turning VirtIO GPU on)
- switching to Q35 chipset, from the default i440x (which I will now proceed to do for all of my machines as that appears to be the preference for VM desktops on Proxmox, but a separate issue to be sure)
- POSSIBLY moving to the lts kernel though I cannot confirm
I *think* the combination of the first two were the key.
I'm now running gfxbench and it appears to actually load (which it didn't before) and my CPU load is also not above 1% in the Summary window of the VM. I think this is fixed, going to run up Steam to double check.
EDIT: Nope! Ran up minecraft and it instantly jumped to 100% CPU load.
Last edited by medicineman2500 (2021-12-17 21:41:07)
Offline
[ 155.321] (--) PCI:*(0@0:1:0) 1af4:1050:1af4:1100 rev 1, Mem @ 0xc0000000/8388608, 0x810300000/16384, 0xc134b000/4096, BIOS @ 0x????????/131072That's a RedHat Virtio GPU X sees as primary videocard, but atleast X now sees the amd card correctly .
Incase you're wondering how I find such things : https://pci-ids.ucw.cz/ .
It's the most complete list of pci devices I have found, been using it for years now.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
https://wiki.archlinux.org/title/AMDGPU … figuration is probably enough to convince xorg to prefer the AMD chip.
If not, you'll have to create a static server or at least screen layout, but that's a last resort.
Ok so I've added the following to /etc/X11/xorg.conf.d/20-amdgpu.conf:
Section "Device"
Identifier "AMD"
Driver "amdgpu"
EndSectionReboot and still nothing:
[ 155.321] (--) PCI:*(0@0:1:0) 1af4:1050:1af4:1100 rev 1, Mem @ 0xc0000000/8388608, 0x810300000/16384, 0xc134b000/4096, BIOS @ 0x????????/131072
[ 155.321] (--) PCI: (1@0:0:0) 1002:73ff:1462:5025 rev 199, Mem @ 0x800000000/268435456, 0x810000000/2097152, 0xc1100000/1048576, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072How do I create a static server or screen layout with AMD? Do I do the usual Xorg :0 -configure? Gonna read more through the Xorg docs.
Last edited by medicineman2500 (2021-12-17 23:06:52)
Offline
Least intrusive:
Section "OutputClass"
Identifier "amdgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
Option "PrimaryGPU" "yes"
EndSectionMore aggressive:
Section "ServerLayout"
Identifier "layout"
Screen 0 "amdgpu"
Inactive "qemu"
EndSection
Section "Device"
Identifier "amdgpu"
Driver "amdgpu"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "amdgpu"
Device "amdgpu"
EndSection
Section "Device"
Identifier "qemu"
Driver "modesetting"
BusID "PCI:0:1:0"
EndSection
Section "Screen"
Identifier "qemu"
Device "qemu"
EndSectionOffline
Ok so after playing around with xorg.conf I think I finally understand how that all works. Server is made of Screens and other things, Screens are made up of Monitors and Devices plus other things, Devices are the Bus level things.
I tried to use your config as above, with the OutputClass section in a separate file in xorg.conf.d. It failed and the output from Xorg.0.log from that config is as follows:
cat /home/access/.local/share/xorg/Xorg.0.log
[ 2935.991]
X.Org X Server 1.21.1.2
X Protocol Version 11, Revision 0
[ 2935.993] Current Operating System: Linux archlinux 5.10.87-1-lts #1 SMP Fri, 17 Dec 2021 10:43:27 +0000 x86_64
[ 2935.993] Kernel command line: initrd=\initramfs-linux-lts.img initrd=\amd-ucode.img root=UUID=71e384ab-47b0-4e05-98a7-e85556d56023 rw
[ 2935.995]
[ 2935.995] Current version of pixman: 0.40.0
[ 2935.997] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2935.997] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2935.999] (==) Log file: "/home/access/.local/share/xorg/Xorg.0.log", Time: Sat Dec 18 16:10:49 2021
[ 2936.000] (==) Using config file: "/etc/X11/xorg.conf"
[ 2936.001] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 2936.001] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2936.001] (==) ServerLayout "layout"
[ 2936.001] (**) |-->Screen "amdgpu" (0)
[ 2936.001] (**) | |-->Monitor "<default monitor>"
[ 2936.002] (**) | |-->Device "amdgpu"
[ 2936.002] (**) | |-->GPUDevice "qemu"
[ 2936.002] (==) No monitor specified for screen "amdgpu".
Using a default monitor configuration.
[ 2936.002] (**) |-->Inactive Device "qemu"
[ 2936.002] (==) Automatically adding devices
[ 2936.002] (==) Automatically enabling devices
[ 2936.002] (==) Automatically adding GPU devices
[ 2936.002] (==) Automatically binding GPU devices
[ 2936.002] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 2936.002] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 2936.002] Entry deleted from font path.
[ 2936.002] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 2936.002] Entry deleted from font path.
[ 2936.002] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 2936.002] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 2936.002] Entry deleted from font path.
[ 2936.002] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 2936.002] Entry deleted from font path.
[ 2936.002] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 2936.002] Entry deleted from font path.
[ 2936.002] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 2936.002] Entry deleted from font path.
[ 2936.002] (==) FontPath set to:
[ 2936.002] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 2936.002] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 2936.002] (II) Module ABI versions:
[ 2936.002] X.Org ANSI C Emulation: 0.4
[ 2936.002] X.Org Video Driver: 25.2
[ 2936.002] X.Org XInput driver : 24.4
[ 2936.002] X.Org Server Extension : 10.0
[ 2936.003] (++) using VT number 1
[ 2936.016] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 2936.016] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 2936.016] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/drm/card0
[ 2936.017] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 2936.019] (--) PCI:*(0@0:1:0) 1234:1111:1af4:1100 rev 2, Mem @ 0xc0000000/16777216, 0xc1b4b000/4096, BIOS @ 0x????????/131072
[ 2936.019] (--) PCI: (1@0:0:0) 1002:73ff:1462:5025 rev 199, Mem @ 0x1000000000/268435456, 0x1010000000/2097152, 0xc1900000/1048576, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
[ 2936.019] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 2936.019] (II) LoadModule: "glx"
[ 2936.020] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2936.020] (II) Module glx: vendor="X.Org Foundation"
[ 2936.020] compiled for 1.21.1.2, module version = 1.0.0
[ 2936.020] ABI class: X.Org Server Extension, version 10.0
[ 2936.021] (II) LoadModule: "amdgpu"
[ 2936.021] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 2936.023] (II) Module amdgpu: vendor="X.Org Foundation"
[ 2936.023] compiled for 1.21.1, module version = 21.0.0
[ 2936.023] Module class: X.Org Video Driver
[ 2936.023] ABI class: X.Org Video Driver, version 25.2
[ 2936.023] (II) LoadModule: "modesetting"
[ 2936.023] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 2936.023] (II) Module modesetting: vendor="X.Org Foundation"
[ 2936.023] compiled for 1.21.1.2, module version = 1.21.1
[ 2936.023] Module class: X.Org Video Driver
[ 2936.023] ABI class: X.Org Video Driver, version 25.2
[ 2936.023] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 2936.023] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 2936.023] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[ 2936.023] (EE) AMDGPU(0): [drm] Failed to open DRM device for pci:0000:01:00.0: Invalid argument <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< THIS APPEARS TO BE THE PROBLEM
[ 2936.023] (II) modeset(G0): using drv /dev/dri/card0
[ 2936.023] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 2936.023] (EE) Screen 0 deleted because of no matching config section.
[ 2936.023] (II) UnloadModule: "amdgpu"
[ 2936.023] (EE) Device(s) detected, but none match those in the config file.
[ 2936.023] (EE)
Fatal server error:
[ 2936.023] (EE) no screens found(EE)
[ 2936.023] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 2936.023] (EE) Please also check the log file at "/home/access/.local/share/xorg/Xorg.0.log" for additional information.
[ 2936.023] (EE)
[ 2936.025] (EE) Server terminated with error (1). Closing log file.So then I reverted to the config file generated with Xorg :0 -configure and then altered with your additions. Here is what I now have for /etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Inactive "qemu"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
EndSection
Section "Module"
Load "vnc"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "Accel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ZaphodHeads" # <str>
#Option "AccelMethod" # <str>
#Option "DRI3" # [<bool>]
#Option "DRI" # <i>
#Option "ShadowPrimary" # [<bool>]
#Option "TearFree" # [<bool>]
#Option "DeleteUnusedDP12Displays" # [<bool>]
#Option "VariableRefresh" # [<bool>]
Identifier "Card0"
Driver "amdgpu"
BusID "PCI:1:0:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "Accel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ZaphodHeads" # <str>
#Option "AccelMethod" # <str>
#Option "DRI3" # [<bool>]
#Option "DRI" # <i>
#Option "ShadowPrimary" # [<bool>]
#Option "TearFree" # [<bool>]
#Option "DeleteUnusedDP12Displays" # [<bool>]
#Option "VariableRefresh" # [<bool>]
Identifier "Card1"
Driver "amdgpu"
BusID "PCI:1:0:1"
EndSection
Section "Device"
Identifier "qemu"
Driver "modesetting"
BusID "PCI:0:1:0"
Option "UseDisplayDevice" "none"
EndSection
Section "Screen"
Identifier "qemu"
Device "qemu"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSectionWhich looks correct. However, as above, I get the same errors with drm. The Xorg.0.log for my current xorg.conf is as follows:
cat /home/access/.local/share/xorg/Xorg.0.log
[ 3263.394]
X.Org X Server 1.21.1.2
X Protocol Version 11, Revision 0
[ 3263.396] Current Operating System: Linux archlinux 5.10.87-1-lts #1 SMP Fri, 17 Dec 2021 10:43:27 +0000 x86_64
[ 3263.396] Kernel command line: initrd=\initramfs-linux-lts.img initrd=\amd-ucode.img root=UUID=71e384ab-47b0-4e05-98a7-e85556d56023 rw
[ 3263.397]
[ 3263.397] Current version of pixman: 0.40.0
[ 3263.399] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3263.399] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3263.401] (==) Log file: "/home/access/.local/share/xorg/Xorg.0.log", Time: Sat Dec 18 16:16:16 2021
[ 3263.402] (==) Using config file: "/etc/X11/xorg.conf"
[ 3263.402] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 3263.403] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3263.403] (==) ServerLayout "X.org Configured"
[ 3263.403] (**) |-->Screen "Screen0" (0)
[ 3263.403] (**) | |-->Monitor "Monitor0"
[ 3263.403] (**) | |-->Device "Card0"
[ 3263.403] (**) |-->Screen "Screen1" (1)
[ 3263.403] (**) | |-->Monitor "Monitor1"
[ 3263.403] (**) | |-->Device "Card1"
[ 3263.403] (**) |-->Inactive Device "qemu"
[ 3263.404] (**) |-->Input Device "Mouse0"
[ 3263.404] (**) |-->Input Device "Keyboard0"
[ 3263.404] (==) Automatically adding devices
[ 3263.404] (==) Automatically enabling devices
[ 3263.404] (==) Automatically adding GPU devices
[ 3263.404] (==) Automatically binding GPU devices
[ 3263.404] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3263.404] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 3263.404] Entry deleted from font path.
[ 3263.404] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 3263.404] Entry deleted from font path.
[ 3263.404] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 3263.404] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 3263.404] Entry deleted from font path.
[ 3263.404] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 3263.404] Entry deleted from font path.
[ 3263.404] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 3263.404] Entry deleted from font path.
[ 3263.404] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 3263.404] Entry deleted from font path.
[ 3263.404] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 3263.404] Entry deleted from font path.
[ 3263.404] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 3263.404] Entry deleted from font path.
[ 3263.404] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 3263.404] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 3263.404] Entry deleted from font path.
[ 3263.404] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 3263.404] Entry deleted from font path.
[ 3263.404] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 3263.404] Entry deleted from font path.
[ 3263.404] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 3263.404] Entry deleted from font path.
[ 3263.404] (**) FontPath set to:
[ 3263.404] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 3263.404] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 3263.404] (WW) Disabling Mouse0
[ 3263.404] (WW) Disabling Keyboard0
[ 3263.404] (II) Module ABI versions:
[ 3263.404] X.Org ANSI C Emulation: 0.4
[ 3263.404] X.Org Video Driver: 25.2
[ 3263.404] X.Org XInput driver : 24.4
[ 3263.404] X.Org Server Extension : 10.0
[ 3263.404] (++) using VT number 1
[ 3263.414] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 3263.416] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3263.416] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/drm/card0
[ 3263.418] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 3263.421] (--) PCI:*(0@0:1:0) 1234:1111:1af4:1100 rev 2, Mem @ 0xc0000000/16777216, 0xc1b4b000/4096, BIOS @ 0x????????/131072
[ 3263.421] (--) PCI: (1@0:0:0) 1002:73ff:1462:5025 rev 199, Mem @ 0x1000000000/268435456, 0x1010000000/2097152, 0xc1900000/1048576, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
[ 3263.421] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3263.421] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 3263.421] (II) LoadModule: "vnc"
[ 3263.421] (II) Loading /usr/lib/xorg/modules/extensions/libvnc.so
[ 3263.426] (II) Module vnc: vendor="TigerVNC Project"
[ 3263.426] compiled for 1.20.9, module version = 1.0.0
[ 3263.426] Module class: X.Org Server Extension
[ 3263.426] ABI class: X.Org Server Extension, version 10.0
[ 3263.426] (II) LoadModule: "glx"
[ 3263.426] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3263.427] (II) Module glx: vendor="X.Org Foundation"
[ 3263.427] compiled for 1.21.1.2, module version = 1.0.0
[ 3263.427] ABI class: X.Org Server Extension, version 10.0
[ 3263.427] (II) LoadModule: "amdgpu"
[ 3263.427] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 3263.427] (II) Module amdgpu: vendor="X.Org Foundation"
[ 3263.427] compiled for 1.21.1, module version = 21.0.0
[ 3263.427] Module class: X.Org Video Driver
[ 3263.427] ABI class: X.Org Video Driver, version 25.2
[ 3263.427] (II) LoadModule: "modesetting"
[ 3263.427] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 3263.427] (II) Module modesetting: vendor="X.Org Foundation"
[ 3263.427] compiled for 1.21.1.2, module version = 1.21.1
[ 3263.428] Module class: X.Org Video Driver
[ 3263.428] ABI class: X.Org Video Driver, version 25.2
[ 3263.428] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 3263.428] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 3263.428] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[ 3263.428] (EE) AMDGPU(0): [drm] Failed to open DRM device for pci:0000:01:00.0: Invalid argument
[ 3263.428] (II) AMDGPU(1): [KMS] Kernel modesetting enabled.
[ 3263.428] (EE) AMDGPU(1): [drm] Failed to open DRM device for pci:0000:01:00.1: Invalid argument
[ 3263.428] (WW) Falling back to old probe method for modesetting
[ 3263.428] (II) modeset(2): using default device
[ 3263.428] (II) modeset(G0): using drv /dev/dri/card0
[ 3263.428] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 3263.428] (EE) Screen 0 deleted because of no matching config section.
[ 3263.428] (II) UnloadModule: "amdgpu"
[ 3263.428] (EE) Screen 0 deleted because of no matching config section.
[ 3263.428] (II) UnloadModule: "amdgpu"
[ 3263.428] (EE) Screen 0 deleted because of no matching config section.
[ 3263.428] (II) UnloadModule: "modesetting"
[ 3263.428] (EE) Device(s) detected, but none match those in the config file.
[ 3263.428] (EE)
Fatal server error:
[ 3263.428] (EE) no screens found(EE)
[ 3263.428] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 3263.428] (EE) Please also check the log file at "/home/access/.local/share/xorg/Xorg.0.log" for additional information.
[ 3263.428] (EE)
[ 3263.430] (EE) Server terminated with error (1). Closing log file.Offline
It's kinda also in the #5 log
[ 2231.886] (II) Platform probe for /sys/devices/pci0000:00/0000:00:10.0/drm/card1
[ 2231.886] (EE) systemd-logind: failed to take device /dev/dri/card1: Invalid argument=>
stat /dev/dri/*
getfacl /dev/dri/card0
getfacl /dev/dri/card1Last edited by seth (2021-12-18 22:21:21)
Offline
SOLVED!!!
Ok so I did a few things:
1. moved to the linux kernel, from linux-lts. Rebooted and instantly it was seen as a the default card.
2. Altered the xorg.conf file (see below) was still getting some funky weirdness with monitors and assigned GPUDevices but then it started to kinda work
3. Moved from tigervnc to xrdp and installed xorgxrdp-glamor (this one I'm not 100% on but fairly sure that tigervnc was causing some weird issues, either way using xrdp works)
final working xorg.conf:
cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Module"
Load "vnc"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "Accel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ZaphodHeads" # <str>
#Option "AccelMethod" # <str>
#Option "DRI3" # [<bool>]
#Option "DRI" # <i>
#Option "ShadowPrimary" # [<bool>]
#Option "TearFree" # [<bool>]
#Option "DeleteUnusedDP12Displays" # [<bool>]
#Option "VariableRefresh" # [<bool>]
Identifier "Card0"
Driver "amdgpu"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
EndSectionA small gotcha was that testing this through the noVNC viewer in proxmox made Xorg start on the actual output of the card. Plugging in a screen confirmed this, so if anyone else is having these issues and you see X start without any actual X output but no errors and the noVNC terminal kinda freezes... then it's probably outputting physically.
And finally... the grand-daddy of awesomeness:
glxinfo | grep "OpenGL renderer"
OpenGL renderer string: AMD DIMGREY_CAVEFISH (DRM 3.42.0, 5.15.10-arch1-1, LLVM 13.0.0)I have a different problem now that gaming over rdp/vnc is obivously not doable. I think I will try to use the steam streamer, but that's a story for another time.
Huge thanks to @Seth and @Lone_Wolf, you have both helped me on numerous occasions and I am nothing if not grateful. If you have a patreon or other such place where I can buy you a coffee/beer please do let me know.
Offline
Glad to have helped.
No reward needed, but if you want to do something in return : help someone in need.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline