You are not logged in.
Hi everyone,
I'm trying to enable openGL hardware acceleration on Arch using the dedicated Nvidia 3090 GPU. The gpu works and can be used as a device for example from Python. However, all programs that may use hardware acceleration don't do so and instead fall back to software rendering via llvmpipe.
I worked through the relevant wiki pages and forum posts but nothing solved this problem. Any suggestions are very welcome!
System info from inxi -Fzr:
System:
Kernel: 6.6.52-1-lts arch: x86_64 bits: 64
Desktop: N/A Distro: Arch Linux
CPU:
Info: 12-core model: AMD Ryzen 9 3900X bits: 64 type: MT MCP cache:
L2: 6 MiB
Graphics:
Device-1: NVIDIA GA102 [GeForce RTX 3090] driver: nvidia v: 560.35.03
Display: unspecified server: X.Org v: 21.1.13 with: Xwayland v: 24.1.2
driver: dri: swrast gpu: nvidia resolution: 2560x1366~60Hz
API: EGL v: 1.5 drivers: nvidia,swrast platforms: x11,surfaceless,device
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: mesa v: 24.2.3-arch1.1
renderer: llvmpipe (LLVM 18.1.8 256 bits)Generally, the GPU can be used and running nvidia-smi gives the expected output.
Relevant output of: lspci -k
lspci -k | grep -A 2 -E "(VGA|3D)"
0a:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3090] (rev a1)
Subsystem: NVIDIA Corporation Device 1454
Kernel driver in use: nvidiapacman nvidia packages:
$ pacman -Qs nvidia
local/cuda 12.6.1-1
NVIDIA's GPU programming toolkit
local/cuda-10.2 10.2.89-3
NVIDIA's GPU programming toolkit
local/cuda-tools 12.6.1-1
NVIDIA's GPU programming toolkit (extra tools: nvvp, nsight)
local/cudnn 9.2.1.18-1
NVIDIA CUDA Deep Neural Network library
local/egl-gbm 1.1.2-1
The GBM EGL external platform library
local/egl-wayland 4:1.1.16-1
EGLStream-based Wayland external platform
local/libva-nvidia-driver 0.0.12-1
VA-API implementation that uses NVDEC as a backend
local/libvdpau 1.5-3
Nvidia VDPAU library
local/libxnvctrl 560.35.03-1
NVIDIA NV-CONTROL X extension
local/nvidia-lts 1:560.35.03-7
NVIDIA drivers for linux-lts
local/nvidia-settings 560.35.03-1
Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 560.35.03-3
NVIDIA drivers utilities
local/opencl-nvidia 560.35.03-3
OpenCL implemention for NVIDIAbut glxinfo -B returns:
$ glxinfo -B
name of display: redqueen:11.0
display: redqueen:11 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0xffffffff)
Device: llvmpipe (LLVM 18.1.8, 256 bits) (0xffffffff)
Version: 24.2.3
Accelerated: no
Video memory: 128756MB
Unified memory: yes
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
Memory info (GL_ATI_meminfo):
VBO free memory - total: 22 MB, largest block: 22 MB
VBO free aux. memory - total: 127045 MB, largest block: 127045 MB
Texture free memory - total: 22 MB, largest block: 22 MB
Texture free aux. memory - total: 127045 MB, largest block: 127045 MB
Renderbuffer free memory - total: 22 MB, largest block: 22 MB
Renderbuffer free aux. memory - total: 127045 MB, largest block: 127045 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 77802 MB
Total available memory: 206559 MB
Currently available dedicated video memory: 22 MB
OpenGL vendor string: Mesa
OpenGL renderer string: llvmpipe (LLVM 18.1.8, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 24.2.3-arch1.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 24.2.3-arch1.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 24.2.3-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20I also reinstalled the nvidia-lts drivers according to https://wiki.archlinux.org/title/NVIDIA.
That works as expected except for the fact that
# cat /sys/module/nvidia_drm/parameters/modesetstill returns N instead of Y after restart.
Potentially important output from eglinfo -B:
$sudo eglinfo -B
GBM platform:
src/nv_gbm.c:300: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1)
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 18.1.8, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 24.2.3-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 18.1.8, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 24.2.3-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 18.1.8, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 24.2.3-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
Wayland platform:
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
eglinfo: eglInitialize failed
X11 platform:
eglinfo: eglInitialize failed
Surfaceless platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce RTX 3090/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 560.35.03
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce RTX 3090/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 560.35.03
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce RTX 3090/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 560.35.03
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device platform:
Device #0:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce RTX 3090/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 560.35.03
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce RTX 3090/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 560.35.03
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce RTX 3090/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 560.35.03
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device #1:
Platform Device platform:
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
eglinfo: eglInitialize failed
Device #2:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 18.1.8, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 24.2.3-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 18.1.8, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 24.2.3-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 18.1.8, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 24.2.3-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20journalctl:
Sep 27 14:31:24 redqueen kernel: Linux version 6.6.52-1-lts (linux-lts@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Wed, 18 Sep 2024 19:02:04 +0000
Sep 27 14:31:24 redqueen kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=60bfec78-3369-4ba7-af2b-11009207743d rw
Sep 27 14:31:24 redqueen kernel: BIOS-provided physical RAM map:
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009dfffff] usable
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009ffffff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x000000000a210000-0x000000000affffff] usable
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000aba98fff] usable
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000aba99000-0x00000000aba99fff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000aba9a000-0x00000000abad2fff] usable
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000abad3000-0x00000000abad3fff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000abad4000-0x00000000cc721fff] usable
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000cc722000-0x00000000ccacafff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000ccacb000-0x00000000ccb13fff] ACPI data
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000ccb14000-0x00000000cd0b0fff] ACPI NVS
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000cd0b1000-0x00000000cdf7afff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000cdf7b000-0x00000000cdffefff] type 20
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000cdfff000-0x00000000ceffffff] usable
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000cf000000-0x00000000cfffffff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x0000000100000000-0x000000202f2fffff] usable
Sep 27 14:31:24 redqueen kernel: BIOS-e820: [mem 0x000000202f300000-0x000000202fffffff] reserved
Sep 27 14:31:24 redqueen kernel: NX (Execute Disable) protection: active
Sep 27 14:31:24 redqueen kernel: APIC: Static calls initialized
Sep 27 14:31:24 redqueen kernel: efi: EFI v2.7 by American Megatrends
Sep 27 14:31:24 redqueen kernel: efi: ACPI=0xcd09a000 ACPI 2.0=0xcd09a014 SMBIOS=0xcde37000 SMBIOS 3.0=0xcde36000 MEMATTR=0xca9d7018 ESRT=0xc912b498
Sep 27 14:31:24 redqueen kernel: efi: Remove mem302: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Sep 27 14:31:24 redqueen kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Sep 27 14:31:24 redqueen kernel: efi: Remove mem303: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
Sep 27 14:31:24 redqueen kernel: e820: remove [mem 0xfd200000-0xfd2fffff] reserved
Sep 27 14:31:24 redqueen kernel: efi: Remove mem304: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
Sep 27 14:31:24 redqueen kernel: e820: remove [mem 0xfd600000-0xfd7fffff] reserved
Sep 27 14:31:24 redqueen kernel: efi: Not removing mem305: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
Sep 27 14:31:24 redqueen kernel: efi: Remove mem306: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Sep 27 14:31:24 redqueen kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Sep 27 14:31:24 redqueen kernel: efi: Not removing mem307: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Sep 27 14:31:24 redqueen kernel: efi: Not removing mem308: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
Sep 27 14:31:24 redqueen kernel: efi: Not removing mem309: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Sep 27 14:31:24 redqueen kernel: efi: Not removing mem310: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Sep 27 14:31:24 redqueen kernel: efi: Not removing mem311: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Sep 27 14:31:24 redqueen kernel: efi: Not removing mem312: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
Sep 27 14:31:24 redqueen kernel: efi: Not removing mem313: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
Sep 27 14:31:24 redqueen kernel: efi: Remove mem314: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Sep 27 14:31:24 redqueen kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Sep 27 14:31:24 redqueen kernel: SMBIOS 3.2.0 present.
Sep 27 14:31:24 redqueen kernel: DMI: Gigabyte Technology Co., Ltd. B550 AORUS ELITE/B550 AORUS ELITE, BIOS F1 05/14/2020
Sep 27 14:31:24 redqueen kernel: tsc: Fast TSC calibration using PIT
Sep 27 14:31:24 redqueen kernel: tsc: Detected 3792.995 MHz processor
Sep 27 14:31:24 redqueen kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 27 14:31:24 redqueen kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 27 14:31:24 redqueen kernel: last_pfn = 0x202f300 max_arch_pfn = 0x400000000
Sep 27 14:31:24 redqueen kernel: total RAM covered: 3327M
Sep 27 14:31:24 redqueen kernel: Found optimal setting for mtrr clean up
Sep 27 14:31:24 redqueen kernel: gran_size: 64K chunk_size: 64M num_reg: 4 lose cover RAM: 0G
Sep 27 14:31:24 redqueen kernel: MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from 9 variable MTRRs
Sep 27 14:31:24 redqueen kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Sep 27 14:31:24 redqueen kernel: e820: update [mem 0xcd750000-0xcd75ffff] usable ==> reserved
Sep 27 14:31:24 redqueen kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
Sep 27 14:31:24 redqueen kernel: last_pfn = 0xcf000 max_arch_pfn = 0x400000000
Sep 27 14:31:24 redqueen kernel: esrt: Reserving ESRT space from 0x00000000c912b498 to 0x00000000c912b4d0.
Sep 27 14:31:24 redqueen kernel: e820: update [mem 0xc912b000-0xc912bfff] usable ==> reserved
Sep 27 14:31:24 redqueen kernel: Using GB pages for direct mapping
Sep 27 14:31:24 redqueen kernel: Secure boot disabled
Sep 27 14:31:24 redqueen kernel: RAMDISK: [mem 0x2ab57000-0x315a2fff]
Sep 27 14:31:24 redqueen kernel: ACPI: Early table checksum verification disabled
Sep 27 14:31:24 redqueen kernel: ACPI: RSDP 0x00000000CD09A014 000024 (v02 ALASKA)
Sep 27 14:31:24 redqueen kernel: ACPI: XSDT 0x00000000CD099728 0000CC (v01 ALASKA A M I 01072009 AMI 01000013)
Sep 27 14:31:24 redqueen kernel: ACPI: FACP 0x00000000CCAFB000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Sep 27 14:31:24 redqueen kernel: ACPI: DSDT 0x00000000CCAF4000 006F08 (v02 ALASKA A M I 01072009 INTL 20190509)
Sep 27 14:31:24 redqueen kernel: ACPI: FACS 0x00000000CD094000 000040
Sep 27 14:31:24 redqueen kernel: ACPI: SSDT 0x00000000CCB0A000 0096B6 (v01 GBT GSWApp 00000001 INTL 20190509)
Sep 27 14:31:24 redqueen kernel: ACPI: SSDT 0x00000000CCB01000 008C98 (v02 AMD AmdTable 00000002 MSFT 04000000)
Sep 27 14:31:24 redqueen kernel: ACPI: SSDT 0x00000000CCAFD000 003B78 (v01 AMD AMD AOD 00000001 INTL 20190509)
Sep 27 14:31:24 redqueen kernel: ACPI: SSDT 0x00000000CCAFC000 000309 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
Sep 27 14:31:24 redqueen kernel: ACPI: FIDT 0x00000000CCAF3000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 27 14:31:24 redqueen kernel: ACPI: MCFG 0x00000000CCAF2000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
Sep 27 14:31:24 redqueen kernel: ACPI: HPET 0x00000000CCAF1000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
Sep 27 14:31:24 redqueen kernel: ACPI: BGRT 0x00000000CCAF0000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 27 14:31:24 redqueen kernel: ACPI: IVRS 0x00000000CCAEF000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000000)
Sep 27 14:31:24 redqueen kernel: ACPI: PCCT 0x00000000CCAEE000 00006E (v02 AMD AmdTable 00000001 AMD 00000000)
Sep 27 14:31:24 redqueen kernel: ACPI: SSDT 0x00000000CCAE8000 005E81 (v02 AMD AmdTable 00000001 AMD 00000001)
Sep 27 14:31:24 redqueen kernel: ACPI: CRAT 0x00000000CCAE6000 001658 (v01 AMD AmdTable 00000001 AMD 00000001)
Sep 27 14:31:24 redqueen kernel: ACPI: CDIT 0x00000000CCAE5000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
Sep 27 14:31:24 redqueen kernel: ACPI: SSDT 0x00000000CCAE1000 0034C1 (v01 AMD AmdTable 00000001 INTL 20190509)
Sep 27 14:31:24 redqueen kernel: ACPI: WSMT 0x00000000CCAE0000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 27 14:31:24 redqueen kernel: ACPI: APIC 0x00000000CCADF000 00015E (v03 ALASKA A M I 01072009 AMI 00010013)
Sep 27 14:31:24 redqueen kernel: ACPI: SSDT 0x00000000CCADE000 00008D (v01 AMD AmdTable 00000001 INTL 20190509)
Sep 27 14:31:24 redqueen kernel: ACPI: SSDT 0x00000000CCADC000 001477 (v01 AMD AmdTable 00000001 INTL 20190509)
Sep 27 14:31:24 redqueen kernel: ACPI: SSDT 0x00000000CCADB000 0000BF (v01 AMD AmdTable 00001000 INTL 20190509)
Sep 27 14:31:24 redqueen kernel: ACPI: FPDT 0x00000000CCADA000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving FACP table memory at [mem 0xccafb000-0xccafb113]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving DSDT table memory at [mem 0xccaf4000-0xccafaf07]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving FACS table memory at [mem 0xcd094000-0xcd09403f]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccb0a000-0xccb136b5]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccb01000-0xccb09c97]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccafd000-0xccb00b77]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccafc000-0xccafc308]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving FIDT table memory at [mem 0xccaf3000-0xccaf309b]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving MCFG table memory at [mem 0xccaf2000-0xccaf203b]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving HPET table memory at [mem 0xccaf1000-0xccaf1037]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving BGRT table memory at [mem 0xccaf0000-0xccaf0037]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving IVRS table memory at [mem 0xccaef000-0xccaef0cf]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving PCCT table memory at [mem 0xccaee000-0xccaee06d]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccae8000-0xccaede80]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving CRAT table memory at [mem 0xccae6000-0xccae7657]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving CDIT table memory at [mem 0xccae5000-0xccae5028]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccae1000-0xccae44c0]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving WSMT table memory at [mem 0xccae0000-0xccae0027]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving APIC table memory at [mem 0xccadf000-0xccadf15d]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccade000-0xccade08c]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccadc000-0xccadd476]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccadb000-0xccadb0be]
Sep 27 14:31:24 redqueen kernel: ACPI: Reserving FPDT table memory at [mem 0xccada000-0xccada043]
Sep 27 14:31:24 redqueen kernel: No NUMA configuration found
Sep 27 14:31:24 redqueen kernel: Faking a node at [mem 0x0000000000000000-0x000000202f2fffff]
Sep 27 14:31:24 redqueen kernel: NODE_DATA(0) allocated [mem 0x202f2fb000-0x202f2fffff]
Sep 27 14:31:24 redqueen kernel: Zone ranges:
Sep 27 14:31:24 redqueen kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Sep 27 14:31:24 redqueen kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Sep 27 14:31:24 redqueen kernel: Normal [mem 0x0000000100000000-0x000000202f2fffff]
Sep 27 14:31:24 redqueen kernel: Device empty
Sep 27 14:31:24 redqueen kernel: Movable zone start for each node
Sep 27 14:31:24 redqueen kernel: Early memory node ranges
Sep 27 14:31:24 redqueen kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Sep 27 14:31:24 redqueen kernel: node 0: [mem 0x0000000000100000-0x0000000009dfffff]
Sep 27 14:31:24 redqueen kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Sep 27 14:31:24 redqueen kernel: node 0: [mem 0x000000000a210000-0x000000000affffff]
Sep 27 14:31:24 redqueen kernel: node 0: [mem 0x000000000b020000-0x00000000aba98fff]
Sep 27 14:31:24 redqueen kernel: node 0: [mem 0x00000000aba9a000-0x00000000abad2fff]
Sep 27 14:31:24 redqueen kernel: node 0: [mem 0x00000000abad4000-0x00000000cc721fff]
Sep 27 14:31:24 redqueen kernel: node 0: [mem 0x00000000cdfff000-0x00000000ceffffff]
Sep 27 14:31:24 redqueen kernel: node 0: [mem 0x0000000100000000-0x000000202f2fffff]
Sep 27 14:31:24 redqueen kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000202f2fffff]
Sep 27 14:31:24 redqueen kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 27 14:31:24 redqueen kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Sep 27 14:31:24 redqueen kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Sep 27 14:31:24 redqueen kernel: On node 0, zone DMA32: 16 pages in unavailable ranges
Sep 27 14:31:24 redqueen kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Sep 27 14:31:24 redqueen kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Sep 27 14:31:24 redqueen kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Sep 27 14:31:24 redqueen kernel: On node 0, zone DMA32: 6365 pages in unavailable ranges
Sep 27 14:31:24 redqueen kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Sep 27 14:31:24 redqueen kernel: On node 0, zone Normal: 3328 pages in unavailable ranges
Sep 27 14:31:24 redqueen kernel: ACPI: PM-Timer IO Port: 0x808
Sep 27 14:31:24 redqueen kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 27 14:31:24 redqueen kernel: IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23
Sep 27 14:31:24 redqueen kernel: IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55
Sep 27 14:31:24 redqueen kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 27 14:31:24 redqueen kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 27 14:31:24 redqueen kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 27 14:31:24 redqueen kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Sep 27 14:31:24 redqueen kernel: e820: update [mem 0xc8afa000-0xc8b50fff] usable ==> reserved
Sep 27 14:31:24 redqueen kernel: smpboot: Allowing 32 CPUs, 8 hotplug CPUs
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0x09e00000-0x09ffffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20ffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xaba99000-0xaba99fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xabad3000-0xabad3fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xc8afa000-0xc8b50fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xc912b000-0xc912bfff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xcc722000-0xccacafff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xccacb000-0xccb13fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xccb14000-0xcd0b0fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xcd0b1000-0xcdf7afff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xcdf7b000-0xcdffefff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xcfffffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfe9fffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Sep 27 14:31:24 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
Sep 27 14:31:24 redqueen kernel: [mem 0xd0000000-0xfe9fffff] available for PCI devices
Sep 27 14:31:24 redqueen kernel: Booting paravirtualized kernel on bare hardware
Sep 27 14:31:24 redqueen kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 27 14:31:24 redqueen kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Sep 27 14:31:24 redqueen kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Sep 27 14:31:24 redqueen kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Sep 27 14:31:24 redqueen kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Sep 27 14:31:24 redqueen kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
Sep 27 14:31:24 redqueen kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=60bfec78-3369-4ba7-af2b-11009207743d rw
Sep 27 14:31:24 redqueen kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-lts", will be passed to user space.
Sep 27 14:31:24 redqueen kernel: random: crng init done
Sep 27 14:31:24 redqueen kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Sep 27 14:31:24 redqueen kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Sep 27 14:31:24 redqueen kernel: printk: log_buf_len min size: 131072 bytes
Sep 27 14:31:24 redqueen kernel: printk: log_buf_len: 262144 bytes
Sep 27 14:31:24 redqueen kernel: printk: early log buf free: 115184(87%)
Sep 27 14:31:24 redqueen kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 27 14:31:24 redqueen kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 27 14:31:24 redqueen kernel: Fallback order for Node 0: 0
Sep 27 14:31:24 redqueen kernel: Built 1 zonelists, mobility grouping on. Total pages: 33015761
Sep 27 14:31:24 redqueen kernel: Policy zone: Normal
Sep 27 14:31:24 redqueen kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 27 14:31:24 redqueen kernel: software IO TLB: area num 32.
Sep 27 14:31:24 redqueen kernel: Memory: 131645408K/134159936K available (16384K kernel code, 2137K rwdata, 13028K rodata, 3432K init, 3712K bss, 2514268K reserved, 0K cma-reserved)
Sep 27 14:31:24 redqueen kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Sep 27 14:31:24 redqueen kernel: ftrace: allocating 48933 entries in 192 pages
Sep 27 14:31:24 redqueen kernel: ftrace: allocated 192 pages with 2 groups
Sep 27 14:31:24 redqueen kernel: Dynamic Preempt: voluntary
Sep 27 14:31:24 redqueen kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 27 14:31:24 redqueen kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Sep 27 14:31:24 redqueen kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Sep 27 14:31:24 redqueen kernel: Trampoline variant of Tasks RCU enabled.
Sep 27 14:31:24 redqueen kernel: Rude variant of Tasks RCU enabled.
Sep 27 14:31:24 redqueen kernel: Tracing variant of Tasks RCU enabled.
Sep 27 14:31:24 redqueen kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 27 14:31:24 redqueen kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Sep 27 14:31:24 redqueen kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Sep 27 14:31:24 redqueen kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 27 14:31:24 redqueen kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 27 14:31:24 redqueen kernel: Console: colour dummy device 80x25
Sep 27 14:31:24 redqueen kernel: printk: console [tty0] enabled
Sep 27 14:31:24 redqueen kernel: ACPI: Core revision 20230628
Sep 27 14:31:24 redqueen kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Sep 27 14:31:24 redqueen kernel: APIC: Switch to symmetric I/O mode setup
Sep 27 14:31:24 redqueen kernel: AMD-Vi: Using global IVHD EFR:0x58f77ef22294ade, EFR2:0x0
Sep 27 14:31:24 redqueen kernel: APIC: Switched APIC routing to: physical flat
Sep 27 14:31:24 redqueen kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 27 14:31:24 redqueen kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d58ff42897, max_idle_ns: 881590848105 ns
Sep 27 14:31:24 redqueen kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7589.07 BogoMIPS (lpj=12643316)
Sep 27 14:31:24 redqueen kernel: Zenbleed: please update your microcode for the most optimal fix
Sep 27 14:31:24 redqueen kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 27 14:31:24 redqueen kernel: LVT offset 1 assigned for vector 0xf9
Sep 27 14:31:24 redqueen kernel: LVT offset 2 assigned for vector 0xf4
Sep 27 14:31:24 redqueen kernel: process: using mwait in idle threads
Sep 27 14:31:24 redqueen kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Sep 27 14:31:24 redqueen kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Sep 27 14:31:24 redqueen kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 27 14:31:24 redqueen kernel: Spectre V2 : Mitigation: Retpolines
Sep 27 14:31:24 redqueen kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 27 14:31:24 redqueen kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Sep 27 14:31:24 redqueen kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Sep 27 14:31:24 redqueen kernel: RETBleed: Mitigation: untrained return thunk
Sep 27 14:31:24 redqueen kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 27 14:31:24 redqueen kernel: Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
Sep 27 14:31:24 redqueen kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Sep 27 14:31:24 redqueen kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 27 14:31:24 redqueen kernel: Speculative Return Stack Overflow: Mitigation: Safe RET
Sep 27 14:31:24 redqueen kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 27 14:31:24 redqueen kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 27 14:31:24 redqueen kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 27 14:31:24 redqueen kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Sep 27 14:31:24 redqueen kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Sep 27 14:31:24 redqueen kernel: Freeing SMP alternatives memory: 40K
Sep 27 14:31:24 redqueen kernel: pid_max: default: 32768 minimum: 301
Sep 27 14:31:24 redqueen kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Sep 27 14:31:24 redqueen kernel: landlock: Up and running.
Sep 27 14:31:24 redqueen kernel: Yama: becoming mindful.
Sep 27 14:31:24 redqueen kernel: LSM support for eBPF active
Sep 27 14:31:24 redqueen kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 27 14:31:24 redqueen kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 27 14:31:24 redqueen kernel: smpboot: CPU0: AMD Ryzen 9 3900X 12-Core Processor (family: 0x17, model: 0x71, stepping: 0x0)
Sep 27 14:31:24 redqueen kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Sep 27 14:31:24 redqueen kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Sep 27 14:31:24 redqueen kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Sep 27 14:31:24 redqueen kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Sep 27 14:31:24 redqueen kernel: ... version: 0
Sep 27 14:31:24 redqueen kernel: ... bit width: 48
Sep 27 14:31:24 redqueen kernel: ... generic registers: 6
Sep 27 14:31:24 redqueen kernel: ... value mask: 0000ffffffffffff
Sep 27 14:31:24 redqueen kernel: ... max period: 00007fffffffffff
Sep 27 14:31:24 redqueen kernel: ... fixed-purpose events: 0
Sep 27 14:31:24 redqueen kernel: ... event mask: 000000000000003f
Sep 27 14:31:24 redqueen kernel: signal: max sigframe size: 1776
Sep 27 14:31:24 redqueen kernel: rcu: Hierarchical SRCU implementation.
Sep 27 14:31:24 redqueen kernel: rcu: Max phase no-delay instances is 1000.
Sep 27 14:31:24 redqueen kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 27 14:31:24 redqueen kernel: smp: Bringing up secondary CPUs ...
Sep 27 14:31:24 redqueen kernel: smpboot: x86: Booting SMP configuration:
Sep 27 14:31:24 redqueen kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
Sep 27 14:31:24 redqueen kernel: __common_interrupt: 1.55 No irq handler for vector
Sep 27 14:31:24 redqueen kernel: __common_interrupt: 2.55 No irq handler for vector
Sep 27 14:31:24 redqueen kernel: __common_interrupt: 3.55 No irq handler for vector
Sep 27 14:31:24 redqueen kernel: __common_interrupt: 4.55 No irq handler for vector
Sep 27 14:31:24 redqueen kernel: __common_interrupt: 5.55 No irq handler for vector
Sep 27 14:31:24 redqueen kernel: __common_interrupt: 6.55 No irq handler for vector
Sep 27 14:31:24 redqueen kernel: __common_interrupt: 7.55 No irq handler for vector
Sep 27 14:31:24 redqueen kernel: __common_interrupt: 8.55 No irq handler for vector
Sep 27 14:31:24 redqueen kernel: __common_interrupt: 9.55 No irq handler for vector
Sep 27 14:31:24 redqueen kernel: __common_interrupt: 10.55 No irq handler for vector
Sep 27 14:31:24 redqueen kernel: #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
Sep 27 14:31:24 redqueen kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Sep 27 14:31:24 redqueen kernel: smp: Brought up 1 node, 24 CPUs
Sep 27 14:31:24 redqueen kernel: smpboot: Max logical packages: 2
Sep 27 14:31:24 redqueen kernel: smpboot: Total of 24 processors activated (182136.74 BogoMIPS)
Sep 27 14:31:24 redqueen kernel: devtmpfs: initialized
Sep 27 14:31:24 redqueen kernel: x86/mm: Memory block size: 2048MB
Sep 27 14:31:24 redqueen kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20ffff] (65536 bytes)
Sep 27 14:31:24 redqueen kernel: ACPI: PM: Registering ACPI NVS region [mem 0xccb14000-0xcd0b0fff] (5885952 bytes)
Sep 27 14:31:24 redqueen kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 27 14:31:24 redqueen kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Sep 27 14:31:24 redqueen kernel: pinctrl core: initialized pinctrl subsystem
Sep 27 14:31:24 redqueen kernel: PM: RTC time: 12:31:17, date: 2024-09-27
Sep 27 14:31:24 redqueen kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 27 14:31:24 redqueen kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 27 14:31:24 redqueen kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 27 14:31:24 redqueen kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 27 14:31:24 redqueen kernel: audit: initializing netlink subsys (disabled)
Sep 27 14:31:24 redqueen kernel: audit: type=2000 audit(1727440277.209:1): state=initialized audit_enabled=0 res=1
Sep 27 14:31:24 redqueen kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 27 14:31:24 redqueen kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 27 14:31:24 redqueen kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 27 14:31:24 redqueen kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 27 14:31:24 redqueen kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 27 14:31:24 redqueen kernel: cpuidle: using governor ladder
Sep 27 14:31:24 redqueen kernel: cpuidle: using governor menu
Sep 27 14:31:24 redqueen kernel: Detected 1 PCC Subspaces
Sep 27 14:31:24 redqueen kernel: Registering PCC driver as Mailbox controller
Sep 27 14:31:24 redqueen kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 27 14:31:24 redqueen kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Sep 27 14:31:24 redqueen kernel: PCI: Using configuration type 1 for base access
Sep 27 14:31:24 redqueen kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 27 14:31:24 redqueen kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 27 14:31:24 redqueen kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 27 14:31:24 redqueen kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 27 14:31:24 redqueen kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 27 14:31:24 redqueen kernel: fbcon: Taking over console
Sep 27 14:31:24 redqueen kernel: ACPI: Added _OSI(Module Device)
Sep 27 14:31:24 redqueen kernel: ACPI: Added _OSI(Processor Device)
Sep 27 14:31:24 redqueen kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 27 14:31:24 redqueen kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 27 14:31:24 redqueen kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Sep 27 14:31:24 redqueen kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 27 14:31:24 redqueen kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Sep 27 14:31:24 redqueen kernel: ACPI: Interpreter enabled
Sep 27 14:31:24 redqueen kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 27 14:31:24 redqueen kernel: ACPI: Using IOAPIC for interrupt routing
Sep 27 14:31:24 redqueen kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 27 14:31:24 redqueen kernel: PCI: Using E820 reservations for host bridge windows
Sep 27 14:31:24 redqueen kernel: ACPI: Enabled 5 GPEs in block 00 to 1F
Sep 27 14:31:24 redqueen kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 27 14:31:24 redqueen kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 27 14:31:24 redqueen kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Sep 27 14:31:24 redqueen kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Sep 27 14:31:24 redqueen kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Sep 27 14:31:24 redqueen kernel: PCI host bridge to bus 0000:00
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec2ffff window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.1: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.2: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
Sep 27 14:31:24 redqueen kernel: pci 0000:00:07.1: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
Sep 27 14:31:24 redqueen kernel: pci 0000:00:08.1: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Sep 27 14:31:24 redqueen kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
Sep 27 14:31:24 redqueen kernel: pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
Sep 27 14:31:24 redqueen kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfcba0000-0xfcba7fff 64bit]
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.0: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.1: reg 0x24: [mem 0xfcb80000-0xfcb9ffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.1: reg 0x30: [mem 0xfcb00000-0xfcb7ffff pref]
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.1: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.1: PME# supported from D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.2: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.2: PME# supported from D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.2: PCI bridge to [bus 02-09]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.2: bridge window [mem 0xfc400000-0xfcbfffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400
Sep 27 14:31:24 redqueen kernel: pci 0000:03:00.0: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:03:02.0: [1022:43ea] type 01 class 0x060400
Sep 27 14:31:24 redqueen kernel: pci 0000:03:02.0: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:03:02.0: PME# supported from D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:03:03.0: [1022:43ea] type 01 class 0x060400
Sep 27 14:31:24 redqueen kernel: pci 0000:03:03.0: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:03:03.0: PME# supported from D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:03:04.0: [1022:43ea] type 01 class 0x060400
Sep 27 14:31:24 redqueen kernel: pci 0000:03:04.0: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:03:04.0: PME# supported from D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
Sep 27 14:31:24 redqueen kernel: pci 0000:03:08.0: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:03:08.0: PME# supported from D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400
Sep 27 14:31:24 redqueen kernel: pci 0000:03:09.0: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:03:09.0: PME# supported from D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.2: PCI bridge to [bus 03-09]
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.2: bridge window [io 0xf000-0xffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.2: bridge window [mem 0xfc400000-0xfcafffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:02.0: PCI bridge to [bus 05]
Sep 27 14:31:24 redqueen kernel: pci 0000:06:00.0: [1d6a:07b1] type 00 class 0x020000
Sep 27 14:31:24 redqueen kernel: pci 0000:06:00.0: reg 0x10: [mem 0xfc840000-0xfc84ffff 64bit]
Sep 27 14:31:24 redqueen kernel: pci 0000:06:00.0: reg 0x18: [mem 0xfc850000-0xfc850fff 64bit]
Sep 27 14:31:24 redqueen kernel: pci 0000:06:00.0: reg 0x20: [mem 0xfc400000-0xfc7fffff 64bit]
Sep 27 14:31:24 redqueen kernel: pci 0000:06:00.0: reg 0x30: [mem 0xfc800000-0xfc83ffff pref]
Sep 27 14:31:24 redqueen kernel: pci 0000:06:00.0: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:06:00.0: supports D1 D2
Sep 27 14:31:24 redqueen kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:06:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:03:03.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
Sep 27 14:31:24 redqueen kernel: pci 0000:03:03.0: PCI bridge to [bus 06]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:03.0: bridge window [mem 0xfc400000-0xfc8fffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:04.0: PCI bridge to [bus 07]
Sep 27 14:31:24 redqueen kernel: pci 0000:08:00.0: [10ec:8125] type 00 class 0x020000
Sep 27 14:31:24 redqueen kernel: pci 0000:08:00.0: reg 0x10: [io 0xf000-0xf0ff]
Sep 27 14:31:24 redqueen kernel: pci 0000:08:00.0: reg 0x18: [mem 0xfca00000-0xfca0ffff 64bit]
Sep 27 14:31:24 redqueen kernel: pci 0000:08:00.0: reg 0x20: [mem 0xfca10000-0xfca13fff 64bit]
Sep 27 14:31:24 redqueen kernel: pci 0000:08:00.0: supports D1 D2
Sep 27 14:31:24 redqueen kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:03:08.0: PCI bridge to [bus 08]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:08.0: bridge window [io 0xf000-0xffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:08.0: bridge window [mem 0xfca00000-0xfcafffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:09.0: PCI bridge to [bus 09]
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: [10de:2204] type 00 class 0x030000
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: reg 0x24: [io 0xe000-0xe07f]
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: BAR 1: assigned to efifb
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: PME# supported from D0 D3hot
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.1: [10de:1aef] type 00 class 0x040300
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.1: PCI bridge to [bus 0a]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.1: bridge window [mem 0xfb000000-0xfc0fffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Sep 27 14:31:24 redqueen kernel: pci 0000:0b:00.0: [1022:148a] type 00 class 0x130000
Sep 27 14:31:24 redqueen kernel: pci 0000:0b:00.0: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:00:07.1: PCI bridge to [bus 0b]
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.0: [1022:1485] type 00 class 0x130000
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.0: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.1: [1022:1486] type 00 class 0x108000
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.1: reg 0x18: [mem 0xfcd00000-0xfcdfffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.1: reg 0x24: [mem 0xfce08000-0xfce09fff]
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.1: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.3: [1022:149c] type 00 class 0x0c0330
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.3: reg 0x10: [mem 0xfcc00000-0xfccfffff 64bit]
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.3: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.4: [1022:1487] type 00 class 0x040300
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.4: reg 0x10: [mem 0xfce00000-0xfce07fff]
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.4: enabling Extended Tags
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.4: PME# supported from D0 D3hot D3cold
Sep 27 14:31:24 redqueen kernel: pci 0000:00:08.1: PCI bridge to [bus 0c]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:08.1: bridge window [mem 0xfcc00000-0xfcefffff]
Sep 27 14:31:24 redqueen kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Sep 27 14:31:24 redqueen kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Sep 27 14:31:24 redqueen kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Sep 27 14:31:24 redqueen kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Sep 27 14:31:24 redqueen kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Sep 27 14:31:24 redqueen kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Sep 27 14:31:24 redqueen kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Sep 27 14:31:24 redqueen kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Sep 27 14:31:24 redqueen kernel: iommu: Default domain type: Translated
Sep 27 14:31:24 redqueen kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 27 14:31:24 redqueen kernel: SCSI subsystem initialized
Sep 27 14:31:24 redqueen kernel: libata version 3.00 loaded.
Sep 27 14:31:24 redqueen kernel: ACPI: bus type USB registered
Sep 27 14:31:24 redqueen kernel: usbcore: registered new interface driver usbfs
Sep 27 14:31:24 redqueen kernel: usbcore: registered new interface driver hub
Sep 27 14:31:24 redqueen kernel: usbcore: registered new device driver usb
Sep 27 14:31:24 redqueen kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 27 14:31:24 redqueen kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 27 14:31:24 redqueen kernel: PTP clock support registered
Sep 27 14:31:24 redqueen kernel: EDAC MC: Ver: 3.0.0
Sep 27 14:31:24 redqueen kernel: efivars: Registered efivars operations
Sep 27 14:31:24 redqueen kernel: NetLabel: Initializing
Sep 27 14:31:24 redqueen kernel: NetLabel: domain hash size = 128
Sep 27 14:31:24 redqueen kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Sep 27 14:31:24 redqueen kernel: NetLabel: unlabeled traffic allowed by default
Sep 27 14:31:24 redqueen kernel: mctp: management component transport protocol core
Sep 27 14:31:24 redqueen kernel: NET: Registered PF_MCTP protocol family
Sep 27 14:31:24 redqueen kernel: PCI: Using ACPI for IRQ routing
Sep 27 14:31:24 redqueen kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 27 14:31:24 redqueen kernel: e820: reserve RAM buffer [mem 0x09e00000-0x0bffffff]
Sep 27 14:31:24 redqueen kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Sep 27 14:31:24 redqueen kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Sep 27 14:31:24 redqueen kernel: e820: reserve RAM buffer [mem 0xaba99000-0xabffffff]
Sep 27 14:31:24 redqueen kernel: e820: reserve RAM buffer [mem 0xabad3000-0xabffffff]
Sep 27 14:31:24 redqueen kernel: e820: reserve RAM buffer [mem 0xc8afa000-0xcbffffff]
Sep 27 14:31:24 redqueen kernel: e820: reserve RAM buffer [mem 0xc912b000-0xcbffffff]
Sep 27 14:31:24 redqueen kernel: e820: reserve RAM buffer [mem 0xcc722000-0xcfffffff]
Sep 27 14:31:24 redqueen kernel: e820: reserve RAM buffer [mem 0xcf000000-0xcfffffff]
Sep 27 14:31:24 redqueen kernel: e820: reserve RAM buffer [mem 0x202f300000-0x202fffffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: vgaarb: setting as boot VGA device
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: vgaarb: bridge control possible
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 27 14:31:24 redqueen kernel: vgaarb: loaded
Sep 27 14:31:24 redqueen kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Sep 27 14:31:24 redqueen kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Sep 27 14:31:24 redqueen kernel: clocksource: Switched to clocksource tsc-early
Sep 27 14:31:24 redqueen kernel: VFS: Disk quotas dquot_6.6.0
Sep 27 14:31:24 redqueen kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 27 14:31:24 redqueen kernel: pnp: PnP ACPI init
Sep 27 14:31:24 redqueen kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:03: [io 0x0a00-0x0a2f] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:03: [io 0x0a30-0x0a3f] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:03: [io 0x0a40-0x0a4f] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x040b] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x04d6] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0c00-0x0c01] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0c14] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0c50-0x0c51] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0c52] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0c6c] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0c6f] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0cd0-0x0cd1] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0cd2-0x0cd3] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0cd4-0x0cd5] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0cd6-0x0cd7] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0cd8-0x0cdf] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0800-0x089f] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0b00-0x0b0f] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0b20-0x0b3f] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0900-0x090f] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [io 0x0910-0x091f] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
Sep 27 14:31:24 redqueen kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Sep 27 14:31:24 redqueen kernel: pnp: PnP ACPI: found 5 devices
Sep 27 14:31:24 redqueen kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 27 14:31:24 redqueen kernel: NET: Registered PF_INET protocol family
Sep 27 14:31:24 redqueen kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 27 14:31:24 redqueen kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Sep 27 14:31:24 redqueen kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 27 14:31:24 redqueen kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 27 14:31:24 redqueen kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 27 14:31:24 redqueen kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 27 14:31:24 redqueen kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 27 14:31:24 redqueen kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 27 14:31:24 redqueen kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 27 14:31:24 redqueen kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 27 14:31:24 redqueen kernel: NET: Registered PF_XDP protocol family
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:02.0: PCI bridge to [bus 05]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:03.0: PCI bridge to [bus 06]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:03.0: bridge window [mem 0xfc400000-0xfc8fffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:04.0: PCI bridge to [bus 07]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:08.0: PCI bridge to [bus 08]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:08.0: bridge window [io 0xf000-0xffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:08.0: bridge window [mem 0xfca00000-0xfcafffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:03:09.0: PCI bridge to [bus 09]
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.2: PCI bridge to [bus 03-09]
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.2: bridge window [io 0xf000-0xffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.2: bridge window [mem 0xfc400000-0xfcafffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.2: PCI bridge to [bus 02-09]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.2: bridge window [mem 0xfc400000-0xfcbfffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.1: PCI bridge to [bus 0a]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.1: bridge window [mem 0xfb000000-0xfc0fffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:07.1: PCI bridge to [bus 0b]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:08.1: PCI bridge to [bus 0c]
Sep 27 14:31:24 redqueen kernel: pci 0000:00:08.1: bridge window [mem 0xfcc00000-0xfcefffff]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfec2ffff window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:02: resource 0 [io 0xf000-0xffff]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:02: resource 1 [mem 0xfc400000-0xfcbfffff]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:03: resource 0 [io 0xf000-0xffff]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:03: resource 1 [mem 0xfc400000-0xfcafffff]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:06: resource 1 [mem 0xfc400000-0xfc8fffff]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:08: resource 0 [io 0xf000-0xffff]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:08: resource 1 [mem 0xfca00000-0xfcafffff]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:0a: resource 0 [io 0xe000-0xefff]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:0a: resource 1 [mem 0xfb000000-0xfc0fffff]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:0a: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
Sep 27 14:31:24 redqueen kernel: pci_bus 0000:0c: resource 1 [mem 0xfcc00000-0xfcefffff]
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.1: extending delay after power-on from D3hot to 20 msec
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.1: D0 power state depends on 0000:0a:00.0
Sep 27 14:31:24 redqueen kernel: PCI: CLS 64 bytes, default 64
Sep 27 14:31:24 redqueen kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Sep 27 14:31:24 redqueen kernel: Trying to unpack rootfs image as initramfs...
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.0: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.1: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:00:01.2: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:00:02.0: Adding to iommu group 1
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.0: Adding to iommu group 2
Sep 27 14:31:24 redqueen kernel: pci 0000:00:03.1: Adding to iommu group 2
Sep 27 14:31:24 redqueen kernel: pci 0000:00:04.0: Adding to iommu group 3
Sep 27 14:31:24 redqueen kernel: pci 0000:00:05.0: Adding to iommu group 4
Sep 27 14:31:24 redqueen kernel: pci 0000:00:07.0: Adding to iommu group 5
Sep 27 14:31:24 redqueen kernel: pci 0000:00:07.1: Adding to iommu group 6
Sep 27 14:31:24 redqueen kernel: pci 0000:00:08.0: Adding to iommu group 7
Sep 27 14:31:24 redqueen kernel: pci 0000:00:08.1: Adding to iommu group 8
Sep 27 14:31:24 redqueen kernel: pci 0000:00:14.0: Adding to iommu group 9
Sep 27 14:31:24 redqueen kernel: pci 0000:00:14.3: Adding to iommu group 9
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.0: Adding to iommu group 10
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.1: Adding to iommu group 10
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.2: Adding to iommu group 10
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.3: Adding to iommu group 10
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.4: Adding to iommu group 10
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.5: Adding to iommu group 10
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.6: Adding to iommu group 10
Sep 27 14:31:24 redqueen kernel: pci 0000:00:18.7: Adding to iommu group 10
Sep 27 14:31:24 redqueen kernel: pci 0000:01:00.0: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.0: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.1: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:02:00.2: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:03:00.0: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:03:02.0: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:03:03.0: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:03:04.0: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:03:08.0: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:03:09.0: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:06:00.0: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:08:00.0: Adding to iommu group 0
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.0: Adding to iommu group 2
Sep 27 14:31:24 redqueen kernel: pci 0000:0a:00.1: Adding to iommu group 2
Sep 27 14:31:24 redqueen kernel: pci 0000:0b:00.0: Adding to iommu group 11
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.0: Adding to iommu group 12
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.1: Adding to iommu group 13
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.3: Adding to iommu group 14
Sep 27 14:31:24 redqueen kernel: pci 0000:0c:00.4: Adding to iommu group 15
Sep 27 14:31:24 redqueen kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Sep 27 14:31:24 redqueen kernel: AMD-Vi: Extended features (0x58f77ef22294ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Sep 27 14:31:24 redqueen kernel: AMD-Vi: Interrupt remapping enabled
Sep 27 14:31:24 redqueen kernel: AMD-Vi: X2APIC enabled
Sep 27 14:31:24 redqueen kernel: AMD-Vi: Virtual APIC enabled
Sep 27 14:31:24 redqueen kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 27 14:31:24 redqueen kernel: software IO TLB: mapped [mem 0x00000000c4345000-0x00000000c8345000] (64MB)
Sep 27 14:31:24 redqueen kernel: LVT offset 0 assigned for vector 0x400
Sep 27 14:31:24 redqueen kernel: perf: AMD IBS detected (0x000003ff)
Sep 27 14:31:24 redqueen kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Sep 27 14:31:24 redqueen kernel: Initialise system trusted keyrings
Sep 27 14:31:24 redqueen kernel: Key type blacklist registered
Sep 27 14:31:24 redqueen kernel: workingset: timestamp_bits=41 max_order=25 bucket_order=0
Sep 27 14:31:24 redqueen kernel: zbud: loaded
Sep 27 14:31:24 redqueen kernel: integrity: Platform Keyring initialized
Sep 27 14:31:24 redqueen kernel: integrity: Machine keyring initialized
Sep 27 14:31:24 redqueen kernel: Key type asymmetric registered
Sep 27 14:31:24 redqueen kernel: Asymmetric key parser 'x509' registered
Sep 27 14:31:24 redqueen kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Sep 27 14:31:24 redqueen kernel: io scheduler mq-deadline registered
Sep 27 14:31:24 redqueen kernel: io scheduler kyber registered
Sep 27 14:31:24 redqueen kernel: io scheduler bfq registered
Sep 27 14:31:24 redqueen kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 28
Sep 27 14:31:24 redqueen kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 28
Sep 27 14:31:24 redqueen kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 29
Sep 27 14:31:24 redqueen kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 29
Sep 27 14:31:24 redqueen kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 30
Sep 27 14:31:24 redqueen kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 30
Sep 27 14:31:24 redqueen kernel: pcieport 0000:00:07.1: PME: Signaling with IRQ 32
Sep 27 14:31:24 redqueen kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 32
Sep 27 14:31:24 redqueen kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 33
Sep 27 14:31:24 redqueen kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 33
Sep 27 14:31:24 redqueen kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 27 14:31:24 redqueen kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 27 14:31:24 redqueen kernel: ACPI: button: Power Button [PWRB]
Sep 27 14:31:24 redqueen kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Sep 27 14:31:24 redqueen kernel: ACPI: button: Power Button [PWRF]
Sep 27 14:31:24 redqueen kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1141
Sep 27 14:31:24 redqueen kernel: Monitor-Mwait will be used to enter C-1 state
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C000: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C002: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C004: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C006: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C008: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C00A: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C00C: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C00E: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C010: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C012: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C014: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C016: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C001: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C003: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C005: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C007: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C009: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C00B: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C00D: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C00F: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C011: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C013: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C015: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: ACPI: \_SB_.PLTF.C017: Found 2 idle states
Sep 27 14:31:24 redqueen kernel: Freeing initrd memory: 108848K
Sep 27 14:31:24 redqueen kernel: tsc: Refined TSC clocksource calibration: 3792.872 MHz
Sep 27 14:31:24 redqueen kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d5815bbf2a, max_idle_ns: 881590783532 ns
Sep 27 14:31:24 redqueen kernel: clocksource: Switched to clocksource tsc
Sep 27 14:31:24 redqueen kernel: ACPI: \_TZ_.TZ10: Invalid passive threshold
Sep 27 14:31:24 redqueen kernel: thermal LNXTHERM:00: registered as thermal_zone0
Sep 27 14:31:24 redqueen kernel: ACPI: thermal: Thermal Zone [TZ10] (17 C)
Sep 27 14:31:24 redqueen kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 27 14:31:24 redqueen kernel: Non-volatile memory driver v1.3
Sep 27 14:31:24 redqueen kernel: Linux agpgart interface v0.103
Sep 27 14:31:24 redqueen kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Sep 27 14:31:24 redqueen kernel: ACPI: bus type drm_connector registered
Sep 27 14:31:24 redqueen kernel: ahci 0000:02:00.1: version 3.0
Sep 27 14:31:24 redqueen kernel: ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
Sep 27 14:31:24 redqueen kernel: ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Sep 27 14:31:24 redqueen kernel: ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Sep 27 14:31:24 redqueen kernel: scsi host0: ahci
Sep 27 14:31:24 redqueen kernel: scsi host1: ahci
Sep 27 14:31:24 redqueen kernel: scsi host2: ahci
Sep 27 14:31:24 redqueen kernel: scsi host3: ahci
Sep 27 14:31:24 redqueen kernel: scsi host4: ahci
Sep 27 14:31:24 redqueen kernel: scsi host5: ahci
Sep 27 14:31:24 redqueen kernel: ata1: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80100 irq 44
Sep 27 14:31:24 redqueen kernel: ata2: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80180 irq 44
Sep 27 14:31:24 redqueen kernel: ata3: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80200 irq 44
Sep 27 14:31:24 redqueen kernel: ata4: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80280 irq 44
Sep 27 14:31:24 redqueen kernel: ata5: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80300 irq 44
Sep 27 14:31:24 redqueen kernel: ata6: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80380 irq 44
Sep 27 14:31:24 redqueen kernel: usbcore: registered new interface driver usbserial_generic
Sep 27 14:31:24 redqueen kernel: usbserial: USB Serial support registered for generic
Sep 27 14:31:24 redqueen kernel: rtc_cmos 00:02: RTC can wake from S4
Sep 27 14:31:24 redqueen kernel: rtc_cmos 00:02: registered as rtc0
Sep 27 14:31:24 redqueen kernel: rtc_cmos 00:02: setting system clock to 2024-09-27T12:31:19 UTC (1727440279)
Sep 27 14:31:24 redqueen kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Sep 27 14:31:24 redqueen kernel: amd_pstate: driver load is disabled, boot with specific mode to enable this
Sep 27 14:31:24 redqueen kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 27 14:31:24 redqueen kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 27 14:31:24 redqueen kernel: Console: switching to colour frame buffer device 100x37
Sep 27 14:31:24 redqueen kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 27 14:31:24 redqueen kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 27 14:31:24 redqueen kernel: drop_monitor: Initializing network drop monitor service
Sep 27 14:31:24 redqueen kernel: Initializing XFRM netlink socket
Sep 27 14:31:24 redqueen kernel: NET: Registered PF_INET6 protocol family
Sep 27 14:31:24 redqueen kernel: Segment Routing with IPv6
Sep 27 14:31:24 redqueen kernel: RPL Segment Routing with IPv6
Sep 27 14:31:24 redqueen kernel: In-situ OAM (IOAM) with IPv6
Sep 27 14:31:24 redqueen kernel: NET: Registered PF_PACKET protocol family
Sep 27 14:31:24 redqueen kernel: microcode: CPU0: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU9: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU1: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU8: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU2: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU3: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU13: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU5: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU14: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU6: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU15: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU4: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU7: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU16: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU17: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU12: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU20: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU18: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU10: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU19: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU11: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU21: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU22: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: CPU23: patch_level=0x08701021
Sep 27 14:31:24 redqueen kernel: microcode: Microcode Update Driver: v2.2.
Sep 27 14:31:24 redqueen kernel: resctrl: L3 allocation detected
Sep 27 14:31:24 redqueen kernel: resctrl: MB allocation detected
Sep 27 14:31:24 redqueen kernel: resctrl: L3 monitoring detected
Sep 27 14:31:24 redqueen kernel: IPI shorthand broadcast: enabled
Sep 27 14:31:24 redqueen kernel: sched_clock: Marking stable (2880001297, 279623)->(2882926869, -2645949)
Sep 27 14:31:24 redqueen kernel: registered taskstats version 1
Sep 27 14:31:24 redqueen kernel: Loading compiled-in X.509 certificates
Sep 27 14:31:24 redqueen kernel: Loaded X.509 cert 'Build time autogenerated kernel key: c5f23bef842c1689dda36fd4ac541e150ae73952'
Sep 27 14:31:24 redqueen kernel: zswap: loaded using pool zstd/zsmalloc
Sep 27 14:31:24 redqueen kernel: Key type .fscrypt registered
Sep 27 14:31:24 redqueen kernel: Key type fscrypt-provisioning registered
Sep 27 14:31:24 redqueen kernel: PM: Magic number: 8:797:532
Sep 27 14:31:24 redqueen kernel: tty ttyS12: hash matches
Sep 27 14:31:24 redqueen kernel: port serial8250:0.11: hash matches
Sep 27 14:31:24 redqueen kernel: RAS: Correctable Errors collector initialized.
Sep 27 14:31:24 redqueen kernel: clk: Disabling unused clocks
Sep 27 14:31:24 redqueen kernel: ata1: SATA link down (SStatus 0 SControl 300)
Sep 27 14:31:24 redqueen kernel: ata2: SATA link down (SStatus 0 SControl 300)
Sep 27 14:31:24 redqueen kernel: ata3: SATA link down (SStatus 0 SControl 300)
Sep 27 14:31:24 redqueen kernel: ata4: SATA link down (SStatus 0 SControl 300)
Sep 27 14:31:24 redqueen kernel: ata5: failed to resume link (SControl 0)
Sep 27 14:31:24 redqueen kernel: ata5: SATA link down (SStatus 0 SControl 0)
Sep 27 14:31:24 redqueen kernel: ata6: failed to resume link (SControl 0)
Sep 27 14:31:24 redqueen kernel: ata6: SATA link down (SStatus 0 SControl 0)
Sep 27 14:31:24 redqueen kernel: Freeing unused decrypted memory: 2028K
Sep 27 14:31:24 redqueen kernel: Freeing unused kernel image (initmem) memory: 3432K
Sep 27 14:31:24 redqueen kernel: Write protecting the kernel read-only data: 30720k
Sep 27 14:31:24 redqueen kernel: Freeing unused kernel image (rodata/data gap) memory: 1308K
Sep 27 14:31:24 redqueen kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 27 14:31:24 redqueen kernel: rodata_test: all tests were successful
Sep 27 14:31:24 redqueen kernel: Run /init as init process
Sep 27 14:31:24 redqueen kernel: with arguments:
Sep 27 14:31:24 redqueen kernel: /init
Sep 27 14:31:24 redqueen kernel: with environment:
Sep 27 14:31:24 redqueen kernel: HOME=/
Sep 27 14:31:24 redqueen kernel: TERM=linux
Sep 27 14:31:24 redqueen kernel: BOOT_IMAGE=/vmlinuz-linux-lts
Sep 27 14:31:24 redqueen kernel: nvidia: loading out-of-tree module taints kernel.
Sep 27 14:31:24 redqueen kernel: nvidia: module license 'NVIDIA' taints kernel.
Sep 27 14:31:24 redqueen kernel: Disabling lock debugging due to kernel taint
Sep 27 14:31:24 redqueen kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Sep 27 14:31:24 redqueen kernel: nvidia: module license taints kernel.
Sep 27 14:31:24 redqueen kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 237
Sep 27 14:31:24 redqueen kernel:
Sep 27 14:31:24 redqueen kernel: nvidia 0000:0a:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Sep 27 14:31:24 redqueen kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 560.35.03 Fri Aug 16 21:39:15 UTC 2024
Sep 27 14:31:24 redqueen kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 560.35.03 Fri Aug 16 21:21:48 UTC 2024
Sep 27 14:31:24 redqueen kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Sep 27 14:31:24 redqueen kernel: nvidia-uvm: Loaded the UVM driver, major device number 235.
Sep 27 14:31:24 redqueen kernel: [drm] [nvidia-drm] [GPU ID 0x00000a00] Loading driver
Sep 27 14:31:24 redqueen kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:0a:00.0 on minor 1
Sep 27 14:31:24 redqueen kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Sep 27 14:31:24 redqueen kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
Sep 27 14:31:24 redqueen kernel: nvme nvme0: pci function 0000:01:00.0
Sep 27 14:31:24 redqueen kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 27 14:31:24 redqueen kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Sep 27 14:31:24 redqueen kernel: nvme nvme0: 32/0/0 default/read/poll queues
Sep 27 14:31:24 redqueen kernel: nvme0n1: p1 p2 p3 p4
Sep 27 14:31:24 redqueen kernel: xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Sep 27 14:31:24 redqueen kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Sep 27 14:31:24 redqueen kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
Sep 27 14:31:24 redqueen kernel: xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 27 14:31:24 redqueen kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Sep 27 14:31:24 redqueen kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 27 14:31:24 redqueen kernel: usb usb1: Product: xHCI Host Controller
Sep 27 14:31:24 redqueen kernel: usb usb1: Manufacturer: Linux 6.6.52-1-lts xhci-hcd
Sep 27 14:31:24 redqueen kernel: usb usb1: SerialNumber: 0000:02:00.0
Sep 27 14:31:24 redqueen kernel: hub 1-0:1.0: USB hub found
Sep 27 14:31:24 redqueen kernel: hub 1-0:1.0: 10 ports detected
Sep 27 14:31:24 redqueen kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 27 14:31:24 redqueen kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Sep 27 14:31:24 redqueen kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 27 14:31:24 redqueen kernel: usb usb2: Product: xHCI Host Controller
Sep 27 14:31:24 redqueen kernel: usb usb2: Manufacturer: Linux 6.6.52-1-lts xhci-hcd
Sep 27 14:31:24 redqueen kernel: usb usb2: SerialNumber: 0000:02:00.0
Sep 27 14:31:24 redqueen kernel: hub 2-0:1.0: USB hub found
Sep 27 14:31:24 redqueen kernel: hub 2-0:1.0: 4 ports detected
Sep 27 14:31:24 redqueen kernel: usb: port power management may be unreliable
Sep 27 14:31:24 redqueen kernel: xhci_hcd 0000:0c:00.3: xHCI Host Controller
Sep 27 14:31:24 redqueen kernel: xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
Sep 27 14:31:24 redqueen kernel: xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 27 14:31:24 redqueen kernel: xhci_hcd 0000:0c:00.3: xHCI Host Controller
Sep 27 14:31:24 redqueen kernel: xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
Sep 27 14:31:24 redqueen kernel: xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 27 14:31:24 redqueen kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Sep 27 14:31:24 redqueen kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 27 14:31:24 redqueen kernel: usb usb3: Product: xHCI Host Controller
Sep 27 14:31:24 redqueen kernel: usb usb3: Manufacturer: Linux 6.6.52-1-lts xhci-hcd
Sep 27 14:31:24 redqueen kernel: usb usb3: SerialNumber: 0000:0c:00.3
Sep 27 14:31:24 redqueen kernel: hub 3-0:1.0: USB hub found
Sep 27 14:31:24 redqueen kernel: hub 3-0:1.0: 4 ports detected
Sep 27 14:31:24 redqueen kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 27 14:31:24 redqueen kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Sep 27 14:31:24 redqueen kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 27 14:31:24 redqueen kernel: usb usb4: Product: xHCI Host Controller
Sep 27 14:31:24 redqueen kernel: usb usb4: Manufacturer: Linux 6.6.52-1-lts xhci-hcd
Sep 27 14:31:24 redqueen kernel: usb usb4: SerialNumber: 0000:0c:00.3
Sep 27 14:31:24 redqueen kernel: hub 4-0:1.0: USB hub found
Sep 27 14:31:24 redqueen kernel: hub 4-0:1.0: 4 ports detected
Sep 27 14:31:24 redqueen kernel: EXT4-fs (nvme0n1p2): mounted filesystem 60bfec78-3369-4ba7-af2b-11009207743d r/w with ordered data mode. Quota mode: none.
Sep 27 14:31:24 redqueen systemd[1]: systemd 256.6-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 27 14:31:24 redqueen systemd[1]: Detected architecture x86-64.
Sep 27 14:31:24 redqueen systemd[1]: Hostname set to <redqueen>.
Sep 27 14:31:24 redqueen kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Sep 27 14:31:24 redqueen kernel: usb 1-6: new high-speed USB device number 2 using xhci_hcd
Sep 27 14:31:24 redqueen kernel: usb 1-6: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
Sep 27 14:31:24 redqueen kernel: usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 27 14:31:24 redqueen kernel: usb 1-6: Product: USB2.0 Hub
Sep 27 14:31:24 redqueen kernel: hub 1-6:1.0: USB hub found
Sep 27 14:31:24 redqueen kernel: hub 1-6:1.0: 4 ports detected
Sep 27 14:31:24 redqueen kernel: usb 1-7: new full-speed USB device number 3 using xhci_hcd
Sep 27 14:31:24 redqueen systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 27 14:31:24 redqueen systemd[1]: Queued start job for default target Graphical Interface.
Sep 27 14:31:24 redqueen systemd[1]: Created slice Slice /system/dirmngr.
Sep 27 14:31:24 redqueen systemd[1]: Created slice Slice /system/getty.
Sep 27 14:31:24 redqueen systemd[1]: Created slice Slice /system/gpg-agent.
Sep 27 14:31:24 redqueen systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 27 14:31:24 redqueen systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 27 14:31:24 redqueen systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 27 14:31:24 redqueen systemd[1]: Created slice Slice /system/keyboxd.
Sep 27 14:31:24 redqueen systemd[1]: Created slice Slice /system/modprobe.
Sep 27 14:31:24 redqueen systemd[1]: Created slice Slice /system/syncthing.
Sep 27 14:31:24 redqueen systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 27 14:31:24 redqueen systemd[1]: Created slice User and Session Slice.
Sep 27 14:31:24 redqueen systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 27 14:31:24 redqueen systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 27 14:31:24 redqueen systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 27 14:31:24 redqueen systemd[1]: Expecting device /dev/disk/by-uuid/225A-B303...
Sep 27 14:31:24 redqueen systemd[1]: Expecting device /dev/disk/by-uuid/8811b89f-0252-4667-83a3-7e9de7f8770b...
Sep 27 14:31:24 redqueen systemd[1]: Expecting device /dev/disk/by-uuid/be0dda2c-bd56-4ca4-bf91-047ed1ffc619...
Sep 27 14:31:24 redqueen systemd[1]: Reached target Local Encrypted Volumes.
Sep 27 14:31:24 redqueen systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 27 14:31:24 redqueen systemd[1]: Reached target Path Units.
Sep 27 14:31:24 redqueen systemd[1]: Reached target Slice Units.
Sep 27 14:31:24 redqueen systemd[1]: Reached target Local Verity Protected Volumes.
Sep 27 14:31:24 redqueen systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 27 14:31:24 redqueen systemd[1]: Listening on LVM2 poll daemon socket.
Sep 27 14:31:24 redqueen systemd[1]: Listening on Process Core Dump Socket.
Sep 27 14:31:24 redqueen systemd[1]: Listening on Credential Encryption/Decryption.
Sep 27 14:31:24 redqueen systemd[1]: Listening on Journal Socket (/dev/log).
Sep 27 14:31:24 redqueen systemd[1]: Listening on Journal Sockets.
Sep 27 14:31:24 redqueen systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 27 14:31:24 redqueen systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 27 14:31:24 redqueen systemd[1]: Listening on udev Control Socket.
Sep 27 14:31:24 redqueen systemd[1]: Listening on udev Kernel Socket.
Sep 27 14:31:24 redqueen systemd[1]: Mounting Huge Pages File System...
Sep 27 14:31:24 redqueen systemd[1]: Mounting POSIX Message Queue File System...
Sep 27 14:31:24 redqueen systemd[1]: Mounting Kernel Debug File System...
Sep 27 14:31:24 redqueen systemd[1]: Mounting Kernel Trace File System...
Sep 27 14:31:24 redqueen systemd[1]: Starting Create List of Static Device Nodes...
Sep 27 14:31:24 redqueen systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 27 14:31:24 redqueen systemd[1]: Starting Load Kernel Module configfs...
Sep 27 14:31:24 redqueen kernel: usb 1-7: New USB device found, idVendor=048d, idProduct=5702, bcdDevice= 0.01
Sep 27 14:31:24 redqueen kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 27 14:31:24 redqueen kernel: usb 1-7: Product: ITE Device
Sep 27 14:31:24 redqueen kernel: usb 1-7: Manufacturer: ITE Tech. Inc.
Sep 27 14:31:24 redqueen systemd[1]: Starting Load Kernel Module dm_mod...
Sep 27 14:31:24 redqueen systemd[1]: Starting Load Kernel Module drm...
Sep 27 14:31:24 redqueen systemd[1]: Starting Load Kernel Module fuse...
Sep 27 14:31:24 redqueen systemd[1]: Starting Load Kernel Module loop...
Sep 27 14:31:24 redqueen systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 27 14:31:24 redqueen systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 27 14:31:24 redqueen systemd[1]: Starting Journal Service...
Sep 27 14:31:24 redqueen systemd[1]: Starting Load Kernel Modules...
Sep 27 14:31:24 redqueen systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 27 14:31:24 redqueen systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 27 14:31:24 redqueen systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 27 14:31:24 redqueen systemd[1]: Starting Load udev Rules from Credentials...
Sep 27 14:31:24 redqueen systemd[1]: Starting Coldplug All udev Devices...
Sep 27 14:31:24 redqueen systemd[1]: Mounted Huge Pages File System.
Sep 27 14:31:24 redqueen systemd[1]: Mounted POSIX Message Queue File System.
Sep 27 14:31:24 redqueen kernel: loop: module loaded
Sep 27 14:31:24 redqueen systemd[1]: Mounted Kernel Debug File System.
Sep 27 14:31:24 redqueen systemd[1]: Mounted Kernel Trace File System.
Sep 27 14:31:24 redqueen kernel: device-mapper: uevent: version 1.0.3
Sep 27 14:31:24 redqueen kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Sep 27 14:31:24 redqueen kernel: fuse: init (API version 7.39)
Sep 27 14:31:24 redqueen systemd-journald[473]: Collecting audit messages is disabled.
Sep 27 14:31:24 redqueen kernel: EXT4-fs (nvme0n1p2): re-mounted 60bfec78-3369-4ba7-af2b-11009207743d r/w. Quota mode: none.
Sep 27 14:31:24 redqueen systemd[1]: Finished Create List of Static Device Nodes.
Sep 27 14:31:24 redqueen systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 27 14:31:24 redqueen systemd-journald[473]: Journal started
Sep 27 14:31:24 redqueen systemd-journald[473]: Runtime Journal (/run/log/journal/28dd81c1b5eb4032afcb45d9274b6a49) is 8M, max 4G, 3.9G free.
Sep 27 14:31:24 redqueen systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 27 14:31:24 redqueen systemd[1]: Finished Load Kernel Module configfs.
Sep 27 14:31:24 redqueen systemd[1]: Started Journal Service.
Sep 27 14:31:24 redqueen systemd[1]: Finished Load Kernel Module dm_mod.
Sep 27 14:31:25 redqueen systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 27 14:31:25 redqueen systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 27 14:31:25 redqueen systemd[1]: Finished Load Kernel Module drm.
Sep 27 14:31:25 redqueen systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 27 14:31:25 redqueen systemd[1]: Finished Load Kernel Module fuse.
Sep 27 14:31:25 redqueen systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 27 14:31:25 redqueen systemd[1]: Finished Load Kernel Module loop.
Sep 27 14:31:25 redqueen systemd[1]: Finished Load Kernel Modules.
Sep 27 14:31:25 redqueen systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 27 14:31:25 redqueen systemd[1]: Finished Load udev Rules from Credentials.
Sep 27 14:31:25 redqueen systemd[1]: Finished Coldplug All udev Devices.
Sep 27 14:31:25 redqueen systemd[1]: Mounting FUSE Control File System...
Sep 27 14:31:25 redqueen systemd[1]: Mounting Kernel Configuration File System...
Sep 27 14:31:25 redqueen systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 27 14:31:25 redqueen systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 27 14:31:25 redqueen systemd[1]: Starting Load/Save OS Random Seed...
Sep 27 14:31:25 redqueen systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 27 14:31:25 redqueen systemd[1]: Starting Apply Kernel Variables...
Sep 27 14:31:25 redqueen systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 27 14:31:25 redqueen systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 27 14:31:25 redqueen systemd[1]: Mounted FUSE Control File System.
Sep 27 14:31:25 redqueen systemd[1]: Mounted Kernel Configuration File System.
Sep 27 14:31:25 redqueen systemd-journald[473]: Time spent on flushing to /var/log/journal/28dd81c1b5eb4032afcb45d9274b6a49 is 75.391ms for 1032 entries.
Sep 27 14:31:25 redqueen systemd-journald[473]: System Journal (/var/log/journal/28dd81c1b5eb4032afcb45d9274b6a49) is 1.1G, max 4G, 2.8G free.
Sep 27 14:31:25 redqueen systemd-journald[473]: Received client request to flush runtime journal.
Sep 27 14:31:25 redqueen systemd[1]: Finished Apply Kernel Variables.
Sep 27 14:31:25 redqueen systemd[1]: Finished Load/Save OS Random Seed.
Sep 27 14:31:25 redqueen systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 27 14:31:25 redqueen systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 27 14:31:25 redqueen systemd[1]: Starting Create System Users...
Sep 27 14:31:25 redqueen systemd[1]: Finished Create System Users.
Sep 27 14:31:25 redqueen systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 27 14:31:25 redqueen systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 27 14:31:25 redqueen systemd[1]: Reached target Preparation for Local File Systems.
Sep 27 14:31:25 redqueen systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 27 14:31:25 redqueen systemd-udevd[527]: Using default interface naming scheme 'v255'.
Sep 27 14:31:25 redqueen systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 27 14:31:25 redqueen kernel: hid-generic 0003:048D:5702.0001: hiddev96,hidraw0: USB HID v1.12 Device [ITE Tech. Inc. ITE Device] on usb-0000:02:00.0-7/input0
Sep 27 14:31:25 redqueen kernel: usbcore: registered new interface driver usbhid
Sep 27 14:31:25 redqueen kernel: usbhid: USB HID core driver
Sep 27 14:31:25 redqueen systemd[1]: Found device Samsung SSD 970 EVO Plus 1TB 3.
Sep 27 14:31:25 redqueen systemd[1]: Found device Samsung SSD 970 EVO Plus 1TB 4.
Sep 27 14:31:25 redqueen kernel: ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\GSA1.SMBI) (20230628/utaddress-204)
Sep 27 14:31:25 redqueen kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Sep 27 14:31:25 redqueen kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Sep 27 14:31:25 redqueen kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Sep 27 14:31:25 redqueen kernel: MACsec IEEE 802.1AE
Sep 27 14:31:25 redqueen kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 27 14:31:25 redqueen kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 27 14:31:25 redqueen kernel: ccp 0000:0c:00.1: enabling device (0000 -> 0002)
Sep 27 14:31:25 redqueen kernel: ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
Sep 27 14:31:25 redqueen kernel: ccp 0000:0c:00.1: psp enabled
Sep 27 14:31:25 redqueen kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 27 14:31:25 redqueen systemd[1]: Found device Samsung SSD 970 EVO Plus 1TB 1.
Sep 27 14:31:25 redqueen systemd[1]: Activating swap /dev/disk/by-uuid/8811b89f-0252-4667-83a3-7e9de7f8770b...
Sep 27 14:31:25 redqueen systemd[1]: Starting File System Check on /dev/disk/by-uuid/225A-B303...
Sep 27 14:31:25 redqueen systemd[1]: Starting File System Check on /dev/disk/by-uuid/be0dda2c-bd56-4ca4-bf91-047ed1ffc619...
Sep 27 14:31:25 redqueen kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Sep 27 14:31:25 redqueen kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 27 14:31:25 redqueen kernel: cryptd: max_cpu_qlen set to 1000
Sep 27 14:31:25 redqueen kernel: AVX2 version of gcm_enc/dec engaged.
Sep 27 14:31:25 redqueen kernel: AES CTR mode by8 optimization enabled
Sep 27 14:31:25 redqueen kernel: r8169 0000:08:00.0 eth0: RTL8125B, b4:2e:99:eb:ec:10, XID 641, IRQ 103
Sep 27 14:31:25 redqueen kernel: r8169 0000:08:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 27 14:31:25 redqueen kernel: r8169 0000:08:00.0 eno1: renamed from eth0
Sep 27 14:31:25 redqueen systemd[1]: Starting Virtual Console Setup...
Sep 27 14:31:25 redqueen kernel: Adding 67108860k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:67108860k SS
Sep 27 14:31:25 redqueen systemd[1]: Activated swap /dev/disk/by-uuid/8811b89f-0252-4667-83a3-7e9de7f8770b.
Sep 27 14:31:25 redqueen systemd[1]: Reached target Swaps.
Sep 27 14:31:25 redqueen systemd-fsck[613]: /dev/nvme0n1p4: clean, 1309510/23240704 files, 69960564/92933297 blocks
Sep 27 14:31:25 redqueen systemd-fsck[614]: fsck.fat 4.2 (2021-01-31)
Sep 27 14:31:25 redqueen systemd-fsck[614]: /dev/nvme0n1p1: 377 files, 67555/261628 clusters
Sep 27 14:31:25 redqueen kernel: snd_hda_intel 0000:0a:00.1: Disabling MSI
Sep 27 14:31:25 redqueen kernel: snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
Sep 27 14:31:25 redqueen kernel: snd_hda_intel 0000:0c:00.4: enabling device (0000 -> 0002)
Sep 27 14:31:25 redqueen systemd[1]: Finished File System Check on /dev/disk/by-uuid/be0dda2c-bd56-4ca4-bf91-047ed1ffc619.
Sep 27 14:31:25 redqueen kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/input3
Sep 27 14:31:25 redqueen kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/input4
Sep 27 14:31:25 redqueen kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/input5
Sep 27 14:31:25 redqueen kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/input6
Sep 27 14:31:25 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: ALCS1200A: SKU not ready 0x00000000
Sep 27 14:31:25 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALCS1200A: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Sep 27 14:31:25 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 27 14:31:25 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Sep 27 14:31:25 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Sep 27 14:31:25 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
Sep 27 14:31:25 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Sep 27 14:31:25 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
Sep 27 14:31:25 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
Sep 27 14:31:25 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
Sep 27 14:31:25 redqueen kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input7
Sep 27 14:31:25 redqueen kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input8
Sep 27 14:31:25 redqueen kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input9
Sep 27 14:31:25 redqueen kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input10
Sep 27 14:31:25 redqueen kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input11
Sep 27 14:31:25 redqueen kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input12
Sep 27 14:31:25 redqueen kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input13
Sep 27 14:31:25 redqueen kernel: kvm_amd: TSC scaling supported
Sep 27 14:31:25 redqueen kernel: kvm_amd: Nested Virtualization enabled
Sep 27 14:31:25 redqueen kernel: kvm_amd: Nested Paging enabled
Sep 27 14:31:25 redqueen kernel: kvm_amd: LBR virtualization supported
Sep 27 14:31:25 redqueen kernel: kvm_amd: SEV enabled (ASIDs 1 - 509)
Sep 27 14:31:25 redqueen kernel: kvm_amd: SEV-ES disabled (ASIDs 0 - 0)
Sep 27 14:31:25 redqueen kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Sep 27 14:31:25 redqueen kernel: kvm_amd: Virtual GIF supported
Sep 27 14:31:25 redqueen systemd[1]: Finished File System Check on /dev/disk/by-uuid/225A-B303.
Sep 27 14:31:25 redqueen systemd[1]: Finished Virtual Console Setup.
Sep 27 14:31:25 redqueen systemd[1]: Reached target Sound Card.
Sep 27 14:31:25 redqueen systemd[1]: Mounting /boot...
Sep 27 14:31:25 redqueen systemd[1]: Mounting /home...
Sep 27 14:31:25 redqueen systemd[1]: Mounting Temporary Directory /tmp...
Sep 27 14:31:25 redqueen systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 27 14:31:25 redqueen systemd[1]: Mounted Temporary Directory /tmp.
Sep 27 14:31:25 redqueen systemd[1]: Mounted /home.
Sep 27 14:31:25 redqueen kernel: EXT4-fs (nvme0n1p4): mounted filesystem be0dda2c-bd56-4ca4-bf91-047ed1ffc619 r/w with ordered data mode. Quota mode: none.
Sep 27 14:31:25 redqueen systemd[1]: Mounted /boot.
Sep 27 14:31:25 redqueen systemd[1]: Reached target Local File Systems.
Sep 27 14:31:25 redqueen systemd[1]: Listening on Boot Entries Service Socket.
Sep 27 14:31:25 redqueen systemd[1]: Listening on System Extension Image Management.
Sep 27 14:31:25 redqueen systemd[1]: Starting Rebuild Dynamic Linker Cache...
Sep 27 14:31:25 redqueen systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 27 14:31:25 redqueen systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 27 14:31:25 redqueen systemd[1]: Starting Create System Files and Directories...
Sep 27 14:31:26 redqueen systemd[1]: Finished Create System Files and Directories.
Sep 27 14:31:26 redqueen systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 27 14:31:26 redqueen systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 27 14:31:26 redqueen systemd[1]: Starting Rebuild Journal Catalog...
Sep 27 14:31:26 redqueen systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 27 14:31:26 redqueen systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 27 14:31:26 redqueen kernel: atlantic 0000:06:00.0 enp6s0: renamed from eth0
Sep 27 14:31:26 redqueen kernel: MCE: In-kernel MCE decoding enabled.
Sep 27 14:31:26 redqueen systemd[1]: Finished Rebuild Dynamic Linker Cache.
Sep 27 14:31:26 redqueen systemd[1]: Finished Rebuild Journal Catalog.
Sep 27 14:31:26 redqueen systemd[1]: Starting Update is Completed...
Sep 27 14:31:26 redqueen systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 27 14:31:26 redqueen kernel: intel_rapl_common: Found RAPL domain package
Sep 27 14:31:26 redqueen kernel: intel_rapl_common: Found RAPL domain core
Sep 27 14:31:26 redqueen systemd[1]: Finished Update is Completed.
Sep 27 14:31:26 redqueen systemd[1]: Reached target System Initialization.
Sep 27 14:31:26 redqueen systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 27 14:31:26 redqueen systemd[1]: Started Daily man-db regeneration.
Sep 27 14:31:26 redqueen systemd[1]: Started Update the plocate database daily.
Sep 27 14:31:26 redqueen systemd[1]: Started Daily verification of password and group files.
Sep 27 14:31:26 redqueen systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 27 14:31:26 redqueen systemd[1]: Reached target Timer Units.
Sep 27 14:31:26 redqueen systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 27 14:31:26 redqueen systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Sep 27 14:31:26 redqueen systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Sep 27 14:31:26 redqueen systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Sep 27 14:31:26 redqueen systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Sep 27 14:31:26 redqueen systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Sep 27 14:31:26 redqueen systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Sep 27 14:31:26 redqueen systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Sep 27 14:31:26 redqueen systemd[1]: Listening on Hostname Service Socket.
Sep 27 14:31:26 redqueen systemd[1]: Reached target Socket Units.
Sep 27 14:31:26 redqueen systemd[1]: Starting D-Bus System Message Bus...
Sep 27 14:31:26 redqueen systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 27 14:31:26 redqueen systemd[1]: Started D-Bus System Message Bus.
Sep 27 14:31:26 redqueen systemd[1]: Reached target Basic System.
Sep 27 14:31:26 redqueen systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Sep 27 14:31:26 redqueen systemd[1]: Reached target Network.
Sep 27 14:31:26 redqueen systemd[1]: Reached target Network is Online.Last edited by trylukas (2024-09-27 13:13:30)
Offline
That works as expected except for the fact that
# cat /sys/module/nvidia_drm/parameters/modeset
still returns N instead of Y after restart.
kms is mandatory for wayland (and I'm assuming you're running a wayland compositor)
Enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!) to also get rid of the simpledrm device.
Offline
Hi Seth, thanks a lot for the quick reply!
"kms is mandatory for wayland (and I'm assuming you're running a wayland compositor)"
so I put kms back into the /etc/mkinitcpio.conf
HOOKS=(base udev autodetect microcode kms modconf keyboard keymap consolefont block filesystems fsck)and ran mkinitcpio -P afterwards.
I then tried to set the kernel parameter via:
$ sudo modprobe nvidia_drm modeset=1which worked without reporting any errors.
However, after restart, I still get
cat /sys/module/nvidia_drm/parameters/modeset
NOffline
so I put kms back into the /etc/mkinitcpio.conf
This isn't about early kms
$ sudo modprobe nvidia_drm modeset=1
This isn't how you add kernel commandline parameters or module parameters.
Add "nvidia_drm.modeset=1" to your https://wiki.archlinux.org/title/Kernel_parameters
Offline
Hi Seth, thanks a lot and please excuse the misunderstanding!
I now added nvidia_drm modeset=1 to the kernel parameters and as a result now get the correct "Y" output from
$ sudo cat /sys/module/nvidia_drm/parameters/modesetHowever, glxinfo -B stills says that llvmpipe is used for rendering
glxinfo -B
name of display: redqueen:10.0
display: redqueen:10 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0xffffffff)
Device: llvmpipe (LLVM 18.1.8, 256 bits) (0xffffffff)
Version: 24.2.3
Accelerated: no
Video memory: 128756MB
Unified memory: yes
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
Memory info (GL_ATI_meminfo):
VBO free memory - total: 21 MB, largest block: 21 MB
VBO free aux. memory - total: 126980 MB, largest block: 126980 MB
Texture free memory - total: 21 MB, largest block: 21 MB
Texture free aux. memory - total: 126980 MB, largest block: 126980 MB
Renderbuffer free memory - total: 21 MB, largest block: 21 MB
Renderbuffer free aux. memory - total: 126980 MB, largest block: 126980 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 4293634147 MB
Total available memory: 4293762904 MB
Currently available dedicated video memory: 21 MB
OpenGL vendor string: Mesa
OpenGL renderer string: llvmpipe (LLVM 18.1.8, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 24.2.3-arch1.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 24.2.3-arch1.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 24.2.3-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20when trying vainfo, a possible problem might be the line
libva error: vaGetDriverNames() failed with unknown libva errorfrom
vainfo
Trying display: wayland
Trying display: x11
libva error: vaGetDriverNames() failed with unknown libva error
vainfo: VA-API version: 1.22 (libva 2.22.0)
vainfo: Driver version: VA-API NVDEC driver [direct backend]
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileH264Main : VAEntrypointVLD
VAProfileH264High : VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointVLD
VAProfileVP8Version0_3 : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointVLD
VAProfileAV1Profile0 : VAEntrypointVLD
VAProfileHEVCMain10 : VAEntrypointVLD
VAProfileHEVCMain12 : VAEntrypointVLD
VAProfileVP9Profile2 : VAEntrypointVLD
VAProfileHEVCMain444 : VAEntrypointVLD
VAProfileHEVCMain444_10 : VAEntrypointVLD
VAProfileHEVCMain444_12 : VAEntrypointVLDI checked for this error that has occurred for multiple people apparently. I'm not sure if the right interpretation of what I read is that VAAPI just doesn't work with Nvidia cards and I should use VDPAU? Do I need to uninstall VAAPI in that case? But if that is the case, why does the direct-backend workaround (see next paragraph) exist?
My /etc/environment file is:
NVD_BACKEND=direct
LIBVA_DRIVER_NAME=nvidia
VDPAU_DRIVER=nvidiaand
$ printenv | grep -i libva
LIBVA_DRIVER_NAME=nvidiaas it was suggested that direct backend is necessary for current Nvidia drivers https://wiki.archlinux.org/title/Hardwa … ing_VA-API.
"Series 525 and later of the NVIDIA driver introduced a regression, breaking VA-API. Use the direct-backend."
Also, /usr/lib/dri/ contains nvidia_drv_video.so
I also checked vdpauinfo (maybe a sin to try both at the same time and they somehow break each other?)
$ vdpauinfo
display: redqueen:10.0 screen: 0
API version: 1
Information string: NVIDIA VDPAU Driver Shared Library 560.35.03 Fri Aug 16 21:20:14 UTC 2024
Video surface:
name width height types
-------------------------------------------
420 8192 8192 NV12 YV12
422 8192 8192 UYVY YUYV
444 8192 8192 NV24 YV24
420_16 8192 8192 P010 P016
422_16 8192 8192 UYVY YUYV
444_16 8192 8192 Y_U_V_444_16
Decoder capabilities:
name level macbs width height
----------------------------------------------------
MPEG1 0 65536 4096 4096
MPEG2_SIMPLE 3 65536 4096 4096
MPEG2_MAIN 3 65536 4096 4096
H264_BASELINE 51 65536 4096 4096
H264_MAIN 51 65536 4096 4096
H264_HIGH 51 65536 4096 4096
VC1_SIMPLE 1 8190 2048 2048
VC1_MAIN 2 8190 2048 2048
VC1_ADVANCED 4 8190 2048 2048
MPEG4_PART2_SP 3 8192 2048 2048
MPEG4_PART2_ASP 5 8192 2048 2048
DIVX4_QMOBILE 0 8192 2048 2048
DIVX4_MOBILE 0 8192 2048 2048
DIVX4_HOME_THEATER 0 8192 2048 2048
DIVX4_HD_1080P 0 8192 2048 2048
DIVX5_QMOBILE 0 8192 2048 2048
DIVX5_MOBILE 0 8192 2048 2048
DIVX5_HOME_THEATER 0 8192 2048 2048
DIVX5_HD_1080P 0 8192 2048 2048
H264_CONSTRAINED_BASELINE 51 65536 4096 4096
H264_EXTENDED 51 65536 4096 4096
H264_PROGRESSIVE_HIGH 51 65536 4096 4096
H264_CONSTRAINED_HIGH 51 65536 4096 4096
H264_HIGH_444_PREDICTIVE 51 65536 4096 4096
VP9_PROFILE_0 1 262144 8192 8192
VP9_PROFILE_1 --- not supported ---
VP9_PROFILE_2 1 262144 8192 8192
VP9_PROFILE_3 --- not supported ---
HEVC_MAIN 153 262144 8192 8192
HEVC_MAIN_10 153 262144 8192 8192
HEVC_MAIN_STILL --- not supported ---
HEVC_MAIN_12 153 262144 8192 8192
HEVC_MAIN_444 153 262144 8192 8192
HEVC_MAIN_444_10 153 262144 8192 8192
HEVC_MAIN_444_12 153 262144 8192 8192
AV1_MAIN 16 262144 8192 8192
AV1_HIGH --- not supported ---
AV1_PROFESSIONAL --- not supported ---
Output surface:
name width height nat types
----------------------------------------------------
B8G8R8A8 32768 32768 y Y8U8V8A8 V8U8Y8A8 A4I4 I4A4 A8I8 I8A8
R10G10B10A2 32768 32768 y Y8U8V8A8 V8U8Y8A8 A4I4 I4A4 A8I8 I8A8
Bitmap surface:
name width height
------------------------------
B8G8R8A8 32768 32768
R8G8B8A8 32768 32768
R10G10B10A2 32768 32768
B10G10R10A2 32768 32768
A8 32768 32768
Video mixer:
feature name sup
------------------------------------
DEINTERLACE_TEMPORAL y
DEINTERLACE_TEMPORAL_SPATIAL y
INVERSE_TELECINE y
NOISE_REDUCTION y
SHARPNESS y
LUMA_KEY y
HIGH QUALITY SCALING - L1 y
HIGH QUALITY SCALING - L2 -
HIGH QUALITY SCALING - L3 -
HIGH QUALITY SCALING - L4 -
HIGH QUALITY SCALING - L5 -
HIGH QUALITY SCALING - L6 -
HIGH QUALITY SCALING - L7 -
HIGH QUALITY SCALING - L8 -
HIGH QUALITY SCALING - L9 -
parameter name sup min max
-----------------------------------------------------
VIDEO_SURFACE_WIDTH y 1 8192
VIDEO_SURFACE_HEIGHT y 1 8192
CHROMA_TYPE y
LAYERS y 0 4
attribute name sup min max
-----------------------------------------------------
BACKGROUND_COLOR y
CSC_MATRIX y
NOISE_REDUCTION_LEVEL y 0.00 1.00
SHARPNESS_LEVEL y -1.00 1.00
LUMA_KEY_MIN_LUMA y
LUMA_KEY_MAX_LUMA y libva-vdpau-driver is not installed but libva-nvidia-driver is.
Offline
vdpau is preferable on onvidia, but several clients (browsers) only speak VAAPI, hence you want to use vdpau whenever possible (mpv, vlc, …) but likely need a translation layer as well (though HW acceleration in browsers is a topic by itself)
The bigger issue rn. is the llvmpipe glx, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General (the entire log, not the grep examples in the wiki) and maybe better also the complete "printenv" output.
Offline
printenv
SHELL=/bin/bash
PYENV_SHELL=bash
CONDA_EXE=/usr/bin/conda
_CE_M=
VDPAU_DRIVER=nvidia
GRADLE_HOME=/usr/share/java/gradle
LIBVA_DRIVER_NAME=nvidia
PWD=/home/NAME
PYENV_VIRTUALENV_INIT=1
LOGNAME=glandorfl
XDG_SESSION_TYPE=tty
CONDA_PREFIX=/usr
MOTD_SHOWN=pam
HOME=/home/NAME
LANG=en_US.UTF-8
CONDA_PROMPT_MODIFIER=(base)
SSH_CONNECTION=192.168.2.97 52066 192.168.2.19 22
NVD_BACKEND=direct
XDG_SESSION_CLASS=user
TERM=xterm-256color
_CE_CONDA=
USER=NAME
CUDA_PATH=/opt/cuda
CONDA_SHLVL=1
DISPLAY=redqueen:10.0
SHLVL=1
XDG_SESSION_ID=2
CONDA_PYTHON_EXE=/usr/bin/python
XDG_RUNTIME_DIR=/run/user/1008
SSH_CLIENT=192.168.2.97 52066 22
CONDA_DEFAULT_ENV=base
DEBUGINFOD_URLS=https://debuginfod.archlinux.org
NVCC_CCBIN=/usr/bin/g++-13
PATH=/usr/bin:/usr/share/pyenv/plugins/pyenv-virtualenv/shims:/home/NAME/.pyenv/shims:/usr/condabin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/local/MATLAB/R2019b/bin/glnxa64:/opt/cuda/bin:/opt/cuda/nsight_compute:/opt/cuda/nsight_systems/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/NAME/.local/bin
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1008/bus
MAIL=/var/spool/mail/NAME
SSH_TTY=/dev/pts/0
_=/usr/bin/printenvjournalctl -b
Sep 30 20:15:36 redqueen kernel: Linux version 6.6.52-1-lts (linux-lts@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Wed, 18 Sep 2024 19:02:04 +0000
Sep 30 20:15:36 redqueen kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=60bfec78-3369-4ba7-af2b-11009207743d rw nvidia_drm.modeset=1
Sep 30 20:15:36 redqueen kernel: BIOS-provided physical RAM map:
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009dfffff] usable
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009ffffff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x000000000a210000-0x000000000affffff] usable
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000aba98fff] usable
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000aba99000-0x00000000aba99fff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000aba9a000-0x00000000abad2fff] usable
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000abad3000-0x00000000abad3fff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000abad4000-0x00000000cc721fff] usable
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000cc722000-0x00000000ccacafff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000ccacb000-0x00000000ccb13fff] ACPI data
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000ccb14000-0x00000000cd0b0fff] ACPI NVS
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000cd0b1000-0x00000000cdf7afff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000cdf7b000-0x00000000cdffefff] type 20
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000cdfff000-0x00000000ceffffff] usable
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000cf000000-0x00000000cfffffff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x0000000100000000-0x000000202f2fffff] usable
Sep 30 20:15:36 redqueen kernel: BIOS-e820: [mem 0x000000202f300000-0x000000202fffffff] reserved
Sep 30 20:15:36 redqueen kernel: The simpledrm driver will not be probed
Sep 30 20:15:36 redqueen kernel: NX (Execute Disable) protection: active
Sep 30 20:15:36 redqueen kernel: APIC: Static calls initialized
Sep 30 20:15:36 redqueen kernel: efi: EFI v2.7 by American Megatrends
Sep 30 20:15:36 redqueen kernel: efi: ACPI=0xcd09a000 ACPI 2.0=0xcd09a014 SMBIOS=0xcde37000 SMBIOS 3.0=0xcde36000 MEMATTR=0xca9d7018 ESRT=0xc912b498
Sep 30 20:15:36 redqueen kernel: efi: Remove mem302: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Sep 30 20:15:36 redqueen kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Sep 30 20:15:36 redqueen kernel: efi: Remove mem303: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
Sep 30 20:15:36 redqueen kernel: e820: remove [mem 0xfd200000-0xfd2fffff] reserved
Sep 30 20:15:36 redqueen kernel: efi: Remove mem304: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
Sep 30 20:15:36 redqueen kernel: e820: remove [mem 0xfd600000-0xfd7fffff] reserved
Sep 30 20:15:36 redqueen kernel: efi: Not removing mem305: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
Sep 30 20:15:36 redqueen kernel: efi: Remove mem306: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Sep 30 20:15:36 redqueen kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Sep 30 20:15:36 redqueen kernel: efi: Not removing mem307: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Sep 30 20:15:36 redqueen kernel: efi: Not removing mem308: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
Sep 30 20:15:36 redqueen kernel: efi: Not removing mem309: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Sep 30 20:15:36 redqueen kernel: efi: Not removing mem310: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Sep 30 20:15:36 redqueen kernel: efi: Not removing mem311: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Sep 30 20:15:36 redqueen kernel: efi: Not removing mem312: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
Sep 30 20:15:36 redqueen kernel: efi: Not removing mem313: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
Sep 30 20:15:36 redqueen kernel: efi: Remove mem314: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Sep 30 20:15:36 redqueen kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Sep 30 20:15:36 redqueen kernel: SMBIOS 3.2.0 present.
Sep 30 20:15:36 redqueen kernel: DMI: Gigabyte Technology Co., Ltd. B550 AORUS ELITE/B550 AORUS ELITE, BIOS F1 05/14/2020
Sep 30 20:15:36 redqueen kernel: tsc: Fast TSC calibration using PIT
Sep 30 20:15:36 redqueen kernel: tsc: Detected 3792.534 MHz processor
Sep 30 20:15:36 redqueen kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 30 20:15:36 redqueen kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 30 20:15:36 redqueen kernel: last_pfn = 0x202f300 max_arch_pfn = 0x400000000
Sep 30 20:15:36 redqueen kernel: total RAM covered: 3327M
Sep 30 20:15:36 redqueen kernel: Found optimal setting for mtrr clean up
Sep 30 20:15:36 redqueen kernel: gran_size: 64K chunk_size: 64M num_reg: 4 lose cover RAM: 0G
Sep 30 20:15:36 redqueen kernel: MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from 9 variable MTRRs
Sep 30 20:15:36 redqueen kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Sep 30 20:15:36 redqueen kernel: e820: update [mem 0xcd750000-0xcd75ffff] usable ==> reserved
Sep 30 20:15:36 redqueen kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
Sep 30 20:15:36 redqueen kernel: last_pfn = 0xcf000 max_arch_pfn = 0x400000000
Sep 30 20:15:36 redqueen kernel: esrt: Reserving ESRT space from 0x00000000c912b498 to 0x00000000c912b4d0.
Sep 30 20:15:36 redqueen kernel: e820: update [mem 0xc912b000-0xc912bfff] usable ==> reserved
Sep 30 20:15:36 redqueen kernel: Using GB pages for direct mapping
Sep 30 20:15:36 redqueen kernel: Secure boot disabled
Sep 30 20:15:36 redqueen kernel: RAMDISK: [mem 0x2a6e3000-0x31368fff]
Sep 30 20:15:36 redqueen kernel: ACPI: Early table checksum verification disabled
Sep 30 20:15:36 redqueen kernel: ACPI: RSDP 0x00000000CD09A014 000024 (v02 ALASKA)
Sep 30 20:15:36 redqueen kernel: ACPI: XSDT 0x00000000CD099728 0000CC (v01 ALASKA A M I 01072009 AMI 01000013)
Sep 30 20:15:36 redqueen kernel: ACPI: FACP 0x00000000CCAFB000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Sep 30 20:15:36 redqueen kernel: ACPI: DSDT 0x00000000CCAF4000 006F08 (v02 ALASKA A M I 01072009 INTL 20190509)
Sep 30 20:15:36 redqueen kernel: ACPI: FACS 0x00000000CD094000 000040
Sep 30 20:15:36 redqueen kernel: ACPI: SSDT 0x00000000CCB0A000 0096B6 (v01 GBT GSWApp 00000001 INTL 20190509)
Sep 30 20:15:36 redqueen kernel: ACPI: SSDT 0x00000000CCB01000 008C98 (v02 AMD AmdTable 00000002 MSFT 04000000)
Sep 30 20:15:36 redqueen kernel: ACPI: SSDT 0x00000000CCAFD000 003B78 (v01 AMD AMD AOD 00000001 INTL 20190509)
Sep 30 20:15:36 redqueen kernel: ACPI: SSDT 0x00000000CCAFC000 000309 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
Sep 30 20:15:36 redqueen kernel: ACPI: FIDT 0x00000000CCAF3000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 30 20:15:36 redqueen kernel: ACPI: MCFG 0x00000000CCAF2000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
Sep 30 20:15:36 redqueen kernel: ACPI: HPET 0x00000000CCAF1000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
Sep 30 20:15:36 redqueen kernel: ACPI: BGRT 0x00000000CCAF0000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 30 20:15:36 redqueen kernel: ACPI: IVRS 0x00000000CCAEF000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000000)
Sep 30 20:15:36 redqueen kernel: ACPI: PCCT 0x00000000CCAEE000 00006E (v02 AMD AmdTable 00000001 AMD 00000000)
Sep 30 20:15:36 redqueen kernel: ACPI: SSDT 0x00000000CCAE8000 005E81 (v02 AMD AmdTable 00000001 AMD 00000001)
Sep 30 20:15:36 redqueen kernel: ACPI: CRAT 0x00000000CCAE6000 001658 (v01 AMD AmdTable 00000001 AMD 00000001)
Sep 30 20:15:36 redqueen kernel: ACPI: CDIT 0x00000000CCAE5000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
Sep 30 20:15:36 redqueen kernel: ACPI: SSDT 0x00000000CCAE1000 0034C1 (v01 AMD AmdTable 00000001 INTL 20190509)
Sep 30 20:15:36 redqueen kernel: ACPI: WSMT 0x00000000CCAE0000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 30 20:15:36 redqueen kernel: ACPI: APIC 0x00000000CCADF000 00015E (v03 ALASKA A M I 01072009 AMI 00010013)
Sep 30 20:15:36 redqueen kernel: ACPI: SSDT 0x00000000CCADE000 00008D (v01 AMD AmdTable 00000001 INTL 20190509)
Sep 30 20:15:36 redqueen kernel: ACPI: SSDT 0x00000000CCADC000 001477 (v01 AMD AmdTable 00000001 INTL 20190509)
Sep 30 20:15:36 redqueen kernel: ACPI: SSDT 0x00000000CCADB000 0000BF (v01 AMD AmdTable 00001000 INTL 20190509)
Sep 30 20:15:36 redqueen kernel: ACPI: FPDT 0x00000000CCADA000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving FACP table memory at [mem 0xccafb000-0xccafb113]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving DSDT table memory at [mem 0xccaf4000-0xccafaf07]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving FACS table memory at [mem 0xcd094000-0xcd09403f]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccb0a000-0xccb136b5]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccb01000-0xccb09c97]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccafd000-0xccb00b77]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccafc000-0xccafc308]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving FIDT table memory at [mem 0xccaf3000-0xccaf309b]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving MCFG table memory at [mem 0xccaf2000-0xccaf203b]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving HPET table memory at [mem 0xccaf1000-0xccaf1037]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving BGRT table memory at [mem 0xccaf0000-0xccaf0037]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving IVRS table memory at [mem 0xccaef000-0xccaef0cf]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving PCCT table memory at [mem 0xccaee000-0xccaee06d]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccae8000-0xccaede80]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving CRAT table memory at [mem 0xccae6000-0xccae7657]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving CDIT table memory at [mem 0xccae5000-0xccae5028]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccae1000-0xccae44c0]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving WSMT table memory at [mem 0xccae0000-0xccae0027]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving APIC table memory at [mem 0xccadf000-0xccadf15d]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccade000-0xccade08c]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccadc000-0xccadd476]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving SSDT table memory at [mem 0xccadb000-0xccadb0be]
Sep 30 20:15:36 redqueen kernel: ACPI: Reserving FPDT table memory at [mem 0xccada000-0xccada043]
Sep 30 20:15:36 redqueen kernel: No NUMA configuration found
Sep 30 20:15:36 redqueen kernel: Faking a node at [mem 0x0000000000000000-0x000000202f2fffff]
Sep 30 20:15:36 redqueen kernel: NODE_DATA(0) allocated [mem 0x202f2fb000-0x202f2fffff]
Sep 30 20:15:36 redqueen kernel: Zone ranges:
Sep 30 20:15:36 redqueen kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Sep 30 20:15:36 redqueen kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Sep 30 20:15:36 redqueen kernel: Normal [mem 0x0000000100000000-0x000000202f2fffff]
Sep 30 20:15:36 redqueen kernel: Device empty
Sep 30 20:15:36 redqueen kernel: Movable zone start for each node
Sep 30 20:15:36 redqueen kernel: Early memory node ranges
Sep 30 20:15:36 redqueen kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Sep 30 20:15:36 redqueen kernel: node 0: [mem 0x0000000000100000-0x0000000009dfffff]
Sep 30 20:15:36 redqueen kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Sep 30 20:15:36 redqueen kernel: node 0: [mem 0x000000000a210000-0x000000000affffff]
Sep 30 20:15:36 redqueen kernel: node 0: [mem 0x000000000b020000-0x00000000aba98fff]
Sep 30 20:15:36 redqueen kernel: node 0: [mem 0x00000000aba9a000-0x00000000abad2fff]
Sep 30 20:15:36 redqueen kernel: node 0: [mem 0x00000000abad4000-0x00000000cc721fff]
Sep 30 20:15:36 redqueen kernel: node 0: [mem 0x00000000cdfff000-0x00000000ceffffff]
Sep 30 20:15:36 redqueen kernel: node 0: [mem 0x0000000100000000-0x000000202f2fffff]
Sep 30 20:15:36 redqueen kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000202f2fffff]
Sep 30 20:15:36 redqueen kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 30 20:15:36 redqueen kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Sep 30 20:15:36 redqueen kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Sep 30 20:15:36 redqueen kernel: On node 0, zone DMA32: 16 pages in unavailable ranges
Sep 30 20:15:36 redqueen kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Sep 30 20:15:36 redqueen kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Sep 30 20:15:36 redqueen kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Sep 30 20:15:36 redqueen kernel: On node 0, zone DMA32: 6365 pages in unavailable ranges
Sep 30 20:15:36 redqueen kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Sep 30 20:15:36 redqueen kernel: On node 0, zone Normal: 3328 pages in unavailable ranges
Sep 30 20:15:36 redqueen kernel: ACPI: PM-Timer IO Port: 0x808
Sep 30 20:15:36 redqueen kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 30 20:15:36 redqueen kernel: IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23
Sep 30 20:15:36 redqueen kernel: IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55
Sep 30 20:15:36 redqueen kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 30 20:15:36 redqueen kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 30 20:15:36 redqueen kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 30 20:15:36 redqueen kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Sep 30 20:15:36 redqueen kernel: e820: update [mem 0xc8afa000-0xc8b50fff] usable ==> reserved
Sep 30 20:15:36 redqueen kernel: smpboot: Allowing 32 CPUs, 8 hotplug CPUs
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0x09e00000-0x09ffffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20ffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xaba99000-0xaba99fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xabad3000-0xabad3fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xc8afa000-0xc8b50fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xc912b000-0xc912bfff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xcc722000-0xccacafff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xccacb000-0xccb13fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xccb14000-0xcd0b0fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xcd0b1000-0xcdf7afff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xcdf7b000-0xcdffefff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xcfffffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfe9fffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Sep 30 20:15:36 redqueen kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
Sep 30 20:15:36 redqueen kernel: [mem 0xd0000000-0xfe9fffff] available for PCI devices
Sep 30 20:15:36 redqueen kernel: Booting paravirtualized kernel on bare hardware
Sep 30 20:15:36 redqueen kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 30 20:15:36 redqueen kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Sep 30 20:15:36 redqueen kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Sep 30 20:15:36 redqueen kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Sep 30 20:15:36 redqueen kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Sep 30 20:15:36 redqueen kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
Sep 30 20:15:36 redqueen kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=60bfec78-3369-4ba7-af2b-11009207743d rw nvidia_drm.modeset=1
Sep 30 20:15:36 redqueen kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-lts", will be passed to user space.
Sep 30 20:15:36 redqueen kernel: random: crng init done
Sep 30 20:15:36 redqueen kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Sep 30 20:15:36 redqueen kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Sep 30 20:15:36 redqueen kernel: printk: log_buf_len min size: 131072 bytes
Sep 30 20:15:36 redqueen kernel: printk: log_buf_len: 262144 bytes
Sep 30 20:15:36 redqueen kernel: printk: early log buf free: 115088(87%)
Sep 30 20:15:36 redqueen kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 30 20:15:36 redqueen kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 30 20:15:36 redqueen kernel: Fallback order for Node 0: 0
Sep 30 20:15:36 redqueen kernel: Built 1 zonelists, mobility grouping on. Total pages: 33015761
Sep 30 20:15:36 redqueen kernel: Policy zone: Normal
Sep 30 20:15:36 redqueen kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 30 20:15:36 redqueen kernel: software IO TLB: area num 32.
Sep 30 20:15:36 redqueen kernel: Memory: 131643128K/134159936K available (16384K kernel code, 2137K rwdata, 13028K rodata, 3432K init, 3712K bss, 2516548K reserved, 0K cma-reserved)
Sep 30 20:15:36 redqueen kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Sep 30 20:15:36 redqueen kernel: ftrace: allocating 48933 entries in 192 pages
Sep 30 20:15:36 redqueen kernel: ftrace: allocated 192 pages with 2 groups
Sep 30 20:15:36 redqueen kernel: Dynamic Preempt: voluntary
Sep 30 20:15:36 redqueen kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 30 20:15:36 redqueen kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Sep 30 20:15:36 redqueen kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Sep 30 20:15:36 redqueen kernel: Trampoline variant of Tasks RCU enabled.
Sep 30 20:15:36 redqueen kernel: Rude variant of Tasks RCU enabled.
Sep 30 20:15:36 redqueen kernel: Tracing variant of Tasks RCU enabled.
Sep 30 20:15:36 redqueen kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 30 20:15:36 redqueen kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Sep 30 20:15:36 redqueen kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Sep 30 20:15:36 redqueen kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 30 20:15:36 redqueen kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 30 20:15:36 redqueen kernel: Console: colour dummy device 80x25
Sep 30 20:15:36 redqueen kernel: printk: console [tty0] enabled
Sep 30 20:15:36 redqueen kernel: ACPI: Core revision 20230628
Sep 30 20:15:36 redqueen kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Sep 30 20:15:36 redqueen kernel: APIC: Switch to symmetric I/O mode setup
Sep 30 20:15:36 redqueen kernel: AMD-Vi: Using global IVHD EFR:0x58f77ef22294ade, EFR2:0x0
Sep 30 20:15:36 redqueen kernel: APIC: Switched APIC routing to: physical flat
Sep 30 20:15:36 redqueen kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 30 20:15:36 redqueen kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d5596890a7, max_idle_ns: 881590517219 ns
Sep 30 20:15:36 redqueen kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7588.11 BogoMIPS (lpj=12641780)
Sep 30 20:15:36 redqueen kernel: Zenbleed: please update your microcode for the most optimal fix
Sep 30 20:15:36 redqueen kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 30 20:15:36 redqueen kernel: LVT offset 1 assigned for vector 0xf9
Sep 30 20:15:36 redqueen kernel: LVT offset 2 assigned for vector 0xf4
Sep 30 20:15:36 redqueen kernel: process: using mwait in idle threads
Sep 30 20:15:36 redqueen kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Sep 30 20:15:36 redqueen kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Sep 30 20:15:36 redqueen kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 30 20:15:36 redqueen kernel: Spectre V2 : Mitigation: Retpolines
Sep 30 20:15:36 redqueen kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 30 20:15:36 redqueen kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Sep 30 20:15:36 redqueen kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Sep 30 20:15:36 redqueen kernel: RETBleed: Mitigation: untrained return thunk
Sep 30 20:15:36 redqueen kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 30 20:15:36 redqueen kernel: Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
Sep 30 20:15:36 redqueen kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Sep 30 20:15:36 redqueen kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 30 20:15:36 redqueen kernel: Speculative Return Stack Overflow: Mitigation: Safe RET
Sep 30 20:15:36 redqueen kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 30 20:15:36 redqueen kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 30 20:15:36 redqueen kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 30 20:15:36 redqueen kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Sep 30 20:15:36 redqueen kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Sep 30 20:15:36 redqueen kernel: Freeing SMP alternatives memory: 40K
Sep 30 20:15:36 redqueen kernel: pid_max: default: 32768 minimum: 301
Sep 30 20:15:36 redqueen kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Sep 30 20:15:36 redqueen kernel: landlock: Up and running.
Sep 30 20:15:36 redqueen kernel: Yama: becoming mindful.
Sep 30 20:15:36 redqueen kernel: LSM support for eBPF active
Sep 30 20:15:36 redqueen kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 30 20:15:36 redqueen kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 30 20:15:36 redqueen kernel: smpboot: CPU0: AMD Ryzen 9 3900X 12-Core Processor (family: 0x17, model: 0x71, stepping: 0x0)
Sep 30 20:15:36 redqueen kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Sep 30 20:15:36 redqueen kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Sep 30 20:15:36 redqueen kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Sep 30 20:15:36 redqueen kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Sep 30 20:15:36 redqueen kernel: ... version: 0
Sep 30 20:15:36 redqueen kernel: ... bit width: 48
Sep 30 20:15:36 redqueen kernel: ... generic registers: 6
Sep 30 20:15:36 redqueen kernel: ... value mask: 0000ffffffffffff
Sep 30 20:15:36 redqueen kernel: ... max period: 00007fffffffffff
Sep 30 20:15:36 redqueen kernel: ... fixed-purpose events: 0
Sep 30 20:15:36 redqueen kernel: ... event mask: 000000000000003f
Sep 30 20:15:36 redqueen kernel: signal: max sigframe size: 1776
Sep 30 20:15:36 redqueen kernel: rcu: Hierarchical SRCU implementation.
Sep 30 20:15:36 redqueen kernel: rcu: Max phase no-delay instances is 1000.
Sep 30 20:15:36 redqueen kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 30 20:15:36 redqueen kernel: smp: Bringing up secondary CPUs ...
Sep 30 20:15:36 redqueen kernel: smpboot: x86: Booting SMP configuration:
Sep 30 20:15:36 redqueen kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
Sep 30 20:15:36 redqueen kernel: __common_interrupt: 1.55 No irq handler for vector
Sep 30 20:15:36 redqueen kernel: __common_interrupt: 2.55 No irq handler for vector
Sep 30 20:15:36 redqueen kernel: __common_interrupt: 3.55 No irq handler for vector
Sep 30 20:15:36 redqueen kernel: __common_interrupt: 4.55 No irq handler for vector
Sep 30 20:15:36 redqueen kernel: __common_interrupt: 5.55 No irq handler for vector
Sep 30 20:15:36 redqueen kernel: __common_interrupt: 6.55 No irq handler for vector
Sep 30 20:15:36 redqueen kernel: __common_interrupt: 7.55 No irq handler for vector
Sep 30 20:15:36 redqueen kernel: __common_interrupt: 8.55 No irq handler for vector
Sep 30 20:15:36 redqueen kernel: __common_interrupt: 9.55 No irq handler for vector
Sep 30 20:15:36 redqueen kernel: __common_interrupt: 10.55 No irq handler for vector
Sep 30 20:15:36 redqueen kernel: #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
Sep 30 20:15:36 redqueen kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Sep 30 20:15:36 redqueen kernel: smp: Brought up 1 node, 24 CPUs
Sep 30 20:15:36 redqueen kernel: smpboot: Max logical packages: 2
Sep 30 20:15:36 redqueen kernel: smpboot: Total of 24 processors activated (182114.70 BogoMIPS)
Sep 30 20:15:36 redqueen kernel: devtmpfs: initialized
Sep 30 20:15:36 redqueen kernel: x86/mm: Memory block size: 2048MB
Sep 30 20:15:36 redqueen kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20ffff] (65536 bytes)
Sep 30 20:15:36 redqueen kernel: ACPI: PM: Registering ACPI NVS region [mem 0xccb14000-0xcd0b0fff] (5885952 bytes)
Sep 30 20:15:36 redqueen kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 30 20:15:36 redqueen kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Sep 30 20:15:36 redqueen kernel: pinctrl core: initialized pinctrl subsystem
Sep 30 20:15:36 redqueen kernel: PM: RTC time: 18:15:27, date: 2024-09-30
Sep 30 20:15:36 redqueen kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 30 20:15:36 redqueen kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 30 20:15:36 redqueen kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 30 20:15:36 redqueen kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 30 20:15:36 redqueen kernel: audit: initializing netlink subsys (disabled)
Sep 30 20:15:36 redqueen kernel: audit: type=2000 audit(1727720126.209:1): state=initialized audit_enabled=0 res=1
Sep 30 20:15:36 redqueen kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 30 20:15:36 redqueen kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 30 20:15:36 redqueen kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 30 20:15:36 redqueen kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 30 20:15:36 redqueen kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 30 20:15:36 redqueen kernel: cpuidle: using governor ladder
Sep 30 20:15:36 redqueen kernel: cpuidle: using governor menu
Sep 30 20:15:36 redqueen kernel: Detected 1 PCC Subspaces
Sep 30 20:15:36 redqueen kernel: Registering PCC driver as Mailbox controller
Sep 30 20:15:36 redqueen kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 30 20:15:36 redqueen kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Sep 30 20:15:36 redqueen kernel: PCI: Using configuration type 1 for base access
Sep 30 20:15:36 redqueen kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 30 20:15:36 redqueen kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 30 20:15:36 redqueen kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 30 20:15:36 redqueen kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 30 20:15:36 redqueen kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 30 20:15:36 redqueen kernel: fbcon: Taking over console
Sep 30 20:15:36 redqueen kernel: ACPI: Added _OSI(Module Device)
Sep 30 20:15:36 redqueen kernel: ACPI: Added _OSI(Processor Device)
Sep 30 20:15:36 redqueen kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 30 20:15:36 redqueen kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 30 20:15:36 redqueen kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Sep 30 20:15:36 redqueen kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 30 20:15:36 redqueen kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Sep 30 20:15:36 redqueen kernel: ACPI: Interpreter enabled
Sep 30 20:15:36 redqueen kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 30 20:15:36 redqueen kernel: ACPI: Using IOAPIC for interrupt routing
Sep 30 20:15:36 redqueen kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 30 20:15:36 redqueen kernel: PCI: Using E820 reservations for host bridge windows
Sep 30 20:15:36 redqueen kernel: ACPI: Enabled 5 GPEs in block 00 to 1F
Sep 30 20:15:36 redqueen kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 30 20:15:36 redqueen kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 30 20:15:36 redqueen kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Sep 30 20:15:36 redqueen kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Sep 30 20:15:36 redqueen kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Sep 30 20:15:36 redqueen kernel: PCI host bridge to bus 0000:00
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec2ffff window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.1: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.2: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
Sep 30 20:15:36 redqueen kernel: pci 0000:00:07.1: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
Sep 30 20:15:36 redqueen kernel: pci 0000:00:08.1: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Sep 30 20:15:36 redqueen kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
Sep 30 20:15:36 redqueen kernel: pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
Sep 30 20:15:36 redqueen kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfcba0000-0xfcba7fff 64bit]
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.0: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.1: reg 0x24: [mem 0xfcb80000-0xfcb9ffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.1: reg 0x30: [mem 0xfcb00000-0xfcb7ffff pref]
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.1: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.1: PME# supported from D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.2: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.2: PME# supported from D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.2: PCI bridge to [bus 02-09]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.2: bridge window [mem 0xfc400000-0xfcbfffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400
Sep 30 20:15:36 redqueen kernel: pci 0000:03:00.0: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:03:02.0: [1022:43ea] type 01 class 0x060400
Sep 30 20:15:36 redqueen kernel: pci 0000:03:02.0: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:03:02.0: PME# supported from D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:03:03.0: [1022:43ea] type 01 class 0x060400
Sep 30 20:15:36 redqueen kernel: pci 0000:03:03.0: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:03:03.0: PME# supported from D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:03:04.0: [1022:43ea] type 01 class 0x060400
Sep 30 20:15:36 redqueen kernel: pci 0000:03:04.0: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:03:04.0: PME# supported from D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
Sep 30 20:15:36 redqueen kernel: pci 0000:03:08.0: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:03:08.0: PME# supported from D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400
Sep 30 20:15:36 redqueen kernel: pci 0000:03:09.0: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:03:09.0: PME# supported from D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.2: PCI bridge to [bus 03-09]
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.2: bridge window [io 0xf000-0xffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.2: bridge window [mem 0xfc400000-0xfcafffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:02.0: PCI bridge to [bus 05]
Sep 30 20:15:36 redqueen kernel: pci 0000:06:00.0: [1d6a:07b1] type 00 class 0x020000
Sep 30 20:15:36 redqueen kernel: pci 0000:06:00.0: reg 0x10: [mem 0xfc840000-0xfc84ffff 64bit]
Sep 30 20:15:36 redqueen kernel: pci 0000:06:00.0: reg 0x18: [mem 0xfc850000-0xfc850fff 64bit]
Sep 30 20:15:36 redqueen kernel: pci 0000:06:00.0: reg 0x20: [mem 0xfc400000-0xfc7fffff 64bit]
Sep 30 20:15:36 redqueen kernel: pci 0000:06:00.0: reg 0x30: [mem 0xfc800000-0xfc83ffff pref]
Sep 30 20:15:36 redqueen kernel: pci 0000:06:00.0: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:06:00.0: supports D1 D2
Sep 30 20:15:36 redqueen kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:06:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:03:03.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
Sep 30 20:15:36 redqueen kernel: pci 0000:03:03.0: PCI bridge to [bus 06]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:03.0: bridge window [mem 0xfc400000-0xfc8fffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:04.0: PCI bridge to [bus 07]
Sep 30 20:15:36 redqueen kernel: pci 0000:08:00.0: [10ec:8125] type 00 class 0x020000
Sep 30 20:15:36 redqueen kernel: pci 0000:08:00.0: reg 0x10: [io 0xf000-0xf0ff]
Sep 30 20:15:36 redqueen kernel: pci 0000:08:00.0: reg 0x18: [mem 0xfca00000-0xfca0ffff 64bit]
Sep 30 20:15:36 redqueen kernel: pci 0000:08:00.0: reg 0x20: [mem 0xfca10000-0xfca13fff 64bit]
Sep 30 20:15:36 redqueen kernel: pci 0000:08:00.0: supports D1 D2
Sep 30 20:15:36 redqueen kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:03:08.0: PCI bridge to [bus 08]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:08.0: bridge window [io 0xf000-0xffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:08.0: bridge window [mem 0xfca00000-0xfcafffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:09.0: PCI bridge to [bus 09]
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: [10de:2204] type 00 class 0x030000
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: reg 0x24: [io 0xe000-0xe07f]
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: BAR 1: assigned to efifb
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: PME# supported from D0 D3hot
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.1: [10de:1aef] type 00 class 0x040300
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.1: PCI bridge to [bus 0a]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.1: bridge window [mem 0xfb000000-0xfc0fffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Sep 30 20:15:36 redqueen kernel: pci 0000:0b:00.0: [1022:148a] type 00 class 0x130000
Sep 30 20:15:36 redqueen kernel: pci 0000:0b:00.0: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:00:07.1: PCI bridge to [bus 0b]
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.0: [1022:1485] type 00 class 0x130000
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.0: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.1: [1022:1486] type 00 class 0x108000
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.1: reg 0x18: [mem 0xfcd00000-0xfcdfffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.1: reg 0x24: [mem 0xfce08000-0xfce09fff]
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.1: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.3: [1022:149c] type 00 class 0x0c0330
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.3: reg 0x10: [mem 0xfcc00000-0xfccfffff 64bit]
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.3: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.4: [1022:1487] type 00 class 0x040300
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.4: reg 0x10: [mem 0xfce00000-0xfce07fff]
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.4: enabling Extended Tags
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.4: PME# supported from D0 D3hot D3cold
Sep 30 20:15:36 redqueen kernel: pci 0000:00:08.1: PCI bridge to [bus 0c]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:08.1: bridge window [mem 0xfcc00000-0xfcefffff]
Sep 30 20:15:36 redqueen kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Sep 30 20:15:36 redqueen kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Sep 30 20:15:36 redqueen kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Sep 30 20:15:36 redqueen kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Sep 30 20:15:36 redqueen kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Sep 30 20:15:36 redqueen kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Sep 30 20:15:36 redqueen kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Sep 30 20:15:36 redqueen kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Sep 30 20:15:36 redqueen kernel: iommu: Default domain type: Translated
Sep 30 20:15:36 redqueen kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 30 20:15:36 redqueen kernel: SCSI subsystem initialized
Sep 30 20:15:36 redqueen kernel: libata version 3.00 loaded.
Sep 30 20:15:36 redqueen kernel: ACPI: bus type USB registered
Sep 30 20:15:36 redqueen kernel: usbcore: registered new interface driver usbfs
Sep 30 20:15:36 redqueen kernel: usbcore: registered new interface driver hub
Sep 30 20:15:36 redqueen kernel: usbcore: registered new device driver usb
Sep 30 20:15:36 redqueen kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 30 20:15:36 redqueen kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 30 20:15:36 redqueen kernel: PTP clock support registered
Sep 30 20:15:36 redqueen kernel: EDAC MC: Ver: 3.0.0
Sep 30 20:15:36 redqueen kernel: efivars: Registered efivars operations
Sep 30 20:15:36 redqueen kernel: NetLabel: Initializing
Sep 30 20:15:36 redqueen kernel: NetLabel: domain hash size = 128
Sep 30 20:15:36 redqueen kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Sep 30 20:15:36 redqueen kernel: NetLabel: unlabeled traffic allowed by default
Sep 30 20:15:36 redqueen kernel: mctp: management component transport protocol core
Sep 30 20:15:36 redqueen kernel: NET: Registered PF_MCTP protocol family
Sep 30 20:15:36 redqueen kernel: PCI: Using ACPI for IRQ routing
Sep 30 20:15:36 redqueen kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 30 20:15:36 redqueen kernel: e820: reserve RAM buffer [mem 0x09e00000-0x0bffffff]
Sep 30 20:15:36 redqueen kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Sep 30 20:15:36 redqueen kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Sep 30 20:15:36 redqueen kernel: e820: reserve RAM buffer [mem 0xaba99000-0xabffffff]
Sep 30 20:15:36 redqueen kernel: e820: reserve RAM buffer [mem 0xabad3000-0xabffffff]
Sep 30 20:15:36 redqueen kernel: e820: reserve RAM buffer [mem 0xc8afa000-0xcbffffff]
Sep 30 20:15:36 redqueen kernel: e820: reserve RAM buffer [mem 0xc912b000-0xcbffffff]
Sep 30 20:15:36 redqueen kernel: e820: reserve RAM buffer [mem 0xcc722000-0xcfffffff]
Sep 30 20:15:36 redqueen kernel: e820: reserve RAM buffer [mem 0xcf000000-0xcfffffff]
Sep 30 20:15:36 redqueen kernel: e820: reserve RAM buffer [mem 0x202f300000-0x202fffffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: vgaarb: setting as boot VGA device
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: vgaarb: bridge control possible
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 30 20:15:36 redqueen kernel: vgaarb: loaded
Sep 30 20:15:36 redqueen kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Sep 30 20:15:36 redqueen kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Sep 30 20:15:36 redqueen kernel: clocksource: Switched to clocksource tsc-early
Sep 30 20:15:36 redqueen kernel: VFS: Disk quotas dquot_6.6.0
Sep 30 20:15:36 redqueen kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 30 20:15:36 redqueen kernel: pnp: PnP ACPI init
Sep 30 20:15:36 redqueen kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:03: [io 0x0a00-0x0a2f] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:03: [io 0x0a30-0x0a3f] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:03: [io 0x0a40-0x0a4f] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x040b] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x04d6] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0c00-0x0c01] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0c14] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0c50-0x0c51] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0c52] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0c6c] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0c6f] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0cd0-0x0cd1] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0cd2-0x0cd3] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0cd4-0x0cd5] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0cd6-0x0cd7] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0cd8-0x0cdf] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0800-0x089f] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0b00-0x0b0f] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0b20-0x0b3f] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0900-0x090f] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [io 0x0910-0x091f] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
Sep 30 20:15:36 redqueen kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Sep 30 20:15:36 redqueen kernel: pnp: PnP ACPI: found 5 devices
Sep 30 20:15:36 redqueen kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 30 20:15:36 redqueen kernel: NET: Registered PF_INET protocol family
Sep 30 20:15:36 redqueen kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 30 20:15:36 redqueen kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Sep 30 20:15:36 redqueen kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 30 20:15:36 redqueen kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 30 20:15:36 redqueen kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 30 20:15:36 redqueen kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 30 20:15:36 redqueen kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 30 20:15:36 redqueen kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 30 20:15:36 redqueen kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 30 20:15:36 redqueen kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 30 20:15:36 redqueen kernel: NET: Registered PF_XDP protocol family
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:02.0: PCI bridge to [bus 05]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:03.0: PCI bridge to [bus 06]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:03.0: bridge window [mem 0xfc400000-0xfc8fffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:04.0: PCI bridge to [bus 07]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:08.0: PCI bridge to [bus 08]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:08.0: bridge window [io 0xf000-0xffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:08.0: bridge window [mem 0xfca00000-0xfcafffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:03:09.0: PCI bridge to [bus 09]
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.2: PCI bridge to [bus 03-09]
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.2: bridge window [io 0xf000-0xffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.2: bridge window [mem 0xfc400000-0xfcafffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.2: PCI bridge to [bus 02-09]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.2: bridge window [mem 0xfc400000-0xfcbfffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.1: PCI bridge to [bus 0a]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.1: bridge window [mem 0xfb000000-0xfc0fffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:07.1: PCI bridge to [bus 0b]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:08.1: PCI bridge to [bus 0c]
Sep 30 20:15:36 redqueen kernel: pci 0000:00:08.1: bridge window [mem 0xfcc00000-0xfcefffff]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfec2ffff window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:02: resource 0 [io 0xf000-0xffff]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:02: resource 1 [mem 0xfc400000-0xfcbfffff]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:03: resource 0 [io 0xf000-0xffff]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:03: resource 1 [mem 0xfc400000-0xfcafffff]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:06: resource 1 [mem 0xfc400000-0xfc8fffff]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:08: resource 0 [io 0xf000-0xffff]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:08: resource 1 [mem 0xfca00000-0xfcafffff]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:0a: resource 0 [io 0xe000-0xefff]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:0a: resource 1 [mem 0xfb000000-0xfc0fffff]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:0a: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
Sep 30 20:15:36 redqueen kernel: pci_bus 0000:0c: resource 1 [mem 0xfcc00000-0xfcefffff]
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.1: extending delay after power-on from D3hot to 20 msec
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.1: D0 power state depends on 0000:0a:00.0
Sep 30 20:15:36 redqueen kernel: PCI: CLS 64 bytes, default 64
Sep 30 20:15:36 redqueen kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Sep 30 20:15:36 redqueen kernel: Trying to unpack rootfs image as initramfs...
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.0: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.1: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:00:01.2: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:00:02.0: Adding to iommu group 1
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.0: Adding to iommu group 2
Sep 30 20:15:36 redqueen kernel: pci 0000:00:03.1: Adding to iommu group 2
Sep 30 20:15:36 redqueen kernel: pci 0000:00:04.0: Adding to iommu group 3
Sep 30 20:15:36 redqueen kernel: pci 0000:00:05.0: Adding to iommu group 4
Sep 30 20:15:36 redqueen kernel: pci 0000:00:07.0: Adding to iommu group 5
Sep 30 20:15:36 redqueen kernel: pci 0000:00:07.1: Adding to iommu group 6
Sep 30 20:15:36 redqueen kernel: pci 0000:00:08.0: Adding to iommu group 7
Sep 30 20:15:36 redqueen kernel: pci 0000:00:08.1: Adding to iommu group 8
Sep 30 20:15:36 redqueen kernel: pci 0000:00:14.0: Adding to iommu group 9
Sep 30 20:15:36 redqueen kernel: pci 0000:00:14.3: Adding to iommu group 9
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.0: Adding to iommu group 10
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.1: Adding to iommu group 10
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.2: Adding to iommu group 10
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.3: Adding to iommu group 10
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.4: Adding to iommu group 10
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.5: Adding to iommu group 10
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.6: Adding to iommu group 10
Sep 30 20:15:36 redqueen kernel: pci 0000:00:18.7: Adding to iommu group 10
Sep 30 20:15:36 redqueen kernel: pci 0000:01:00.0: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.0: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.1: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:02:00.2: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:03:00.0: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:03:02.0: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:03:03.0: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:03:04.0: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:03:08.0: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:03:09.0: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:06:00.0: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:08:00.0: Adding to iommu group 0
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.0: Adding to iommu group 2
Sep 30 20:15:36 redqueen kernel: pci 0000:0a:00.1: Adding to iommu group 2
Sep 30 20:15:36 redqueen kernel: pci 0000:0b:00.0: Adding to iommu group 11
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.0: Adding to iommu group 12
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.1: Adding to iommu group 13
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.3: Adding to iommu group 14
Sep 30 20:15:36 redqueen kernel: pci 0000:0c:00.4: Adding to iommu group 15
Sep 30 20:15:36 redqueen kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Sep 30 20:15:36 redqueen kernel: AMD-Vi: Extended features (0x58f77ef22294ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Sep 30 20:15:36 redqueen kernel: AMD-Vi: Interrupt remapping enabled
Sep 30 20:15:36 redqueen kernel: AMD-Vi: X2APIC enabled
Sep 30 20:15:36 redqueen kernel: AMD-Vi: Virtual APIC enabled
Sep 30 20:15:36 redqueen kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 30 20:15:36 redqueen kernel: software IO TLB: mapped [mem 0x00000000c4345000-0x00000000c8345000] (64MB)
Sep 30 20:15:36 redqueen kernel: LVT offset 0 assigned for vector 0x400
Sep 30 20:15:36 redqueen kernel: perf: AMD IBS detected (0x000003ff)
Sep 30 20:15:36 redqueen kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Sep 30 20:15:36 redqueen kernel: Initialise system trusted keyrings
Sep 30 20:15:36 redqueen kernel: Key type blacklist registered
Sep 30 20:15:36 redqueen kernel: workingset: timestamp_bits=41 max_order=25 bucket_order=0
Sep 30 20:15:36 redqueen kernel: zbud: loaded
Sep 30 20:15:36 redqueen kernel: integrity: Platform Keyring initialized
Sep 30 20:15:36 redqueen kernel: integrity: Machine keyring initialized
Sep 30 20:15:36 redqueen kernel: Key type asymmetric registered
Sep 30 20:15:36 redqueen kernel: Asymmetric key parser 'x509' registered
Sep 30 20:15:36 redqueen kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Sep 30 20:15:36 redqueen kernel: io scheduler mq-deadline registered
Sep 30 20:15:36 redqueen kernel: io scheduler kyber registered
Sep 30 20:15:36 redqueen kernel: io scheduler bfq registered
Sep 30 20:15:36 redqueen kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 28
Sep 30 20:15:36 redqueen kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 28
Sep 30 20:15:36 redqueen kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 29
Sep 30 20:15:36 redqueen kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 29
Sep 30 20:15:36 redqueen kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 30
Sep 30 20:15:36 redqueen kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 30
Sep 30 20:15:36 redqueen kernel: pcieport 0000:00:07.1: PME: Signaling with IRQ 32
Sep 30 20:15:36 redqueen kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 32
Sep 30 20:15:36 redqueen kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 33
Sep 30 20:15:36 redqueen kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 33
Sep 30 20:15:36 redqueen kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 30 20:15:36 redqueen kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 30 20:15:36 redqueen kernel: ACPI: button: Power Button [PWRB]
Sep 30 20:15:36 redqueen kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Sep 30 20:15:36 redqueen kernel: ACPI: button: Power Button [PWRF]
Sep 30 20:15:36 redqueen kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1141
Sep 30 20:15:36 redqueen kernel: Monitor-Mwait will be used to enter C-1 state
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C000: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C002: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C004: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C006: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C008: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C00A: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C00C: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C00E: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C010: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C012: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C014: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C016: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C001: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C003: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C005: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C007: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C009: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C00B: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C00D: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C00F: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C011: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C013: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C015: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: ACPI: \_SB_.PLTF.C017: Found 2 idle states
Sep 30 20:15:36 redqueen kernel: Freeing initrd memory: 111128K
Sep 30 20:15:36 redqueen kernel: tsc: Refined TSC clocksource calibration: 3792.871 MHz
Sep 30 20:15:36 redqueen kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d5812d0b0b, max_idle_ns: 881590872300 ns
Sep 30 20:15:36 redqueen kernel: clocksource: Switched to clocksource tsc
Sep 30 20:15:36 redqueen kernel: ACPI: \_TZ_.TZ10: Invalid passive threshold
Sep 30 20:15:36 redqueen kernel: thermal LNXTHERM:00: registered as thermal_zone0
Sep 30 20:15:36 redqueen kernel: ACPI: thermal: Thermal Zone [TZ10] (17 C)
Sep 30 20:15:36 redqueen kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 30 20:15:36 redqueen kernel: Non-volatile memory driver v1.3
Sep 30 20:15:36 redqueen kernel: Linux agpgart interface v0.103
Sep 30 20:15:36 redqueen kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Sep 30 20:15:36 redqueen kernel: ACPI: bus type drm_connector registered
Sep 30 20:15:36 redqueen kernel: ahci 0000:02:00.1: version 3.0
Sep 30 20:15:36 redqueen kernel: ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
Sep 30 20:15:36 redqueen kernel: ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Sep 30 20:15:36 redqueen kernel: ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Sep 30 20:15:36 redqueen kernel: scsi host0: ahci
Sep 30 20:15:36 redqueen kernel: scsi host1: ahci
Sep 30 20:15:36 redqueen kernel: scsi host2: ahci
Sep 30 20:15:36 redqueen kernel: scsi host3: ahci
Sep 30 20:15:36 redqueen kernel: scsi host4: ahci
Sep 30 20:15:36 redqueen kernel: scsi host5: ahci
Sep 30 20:15:36 redqueen kernel: ata1: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80100 irq 44
Sep 30 20:15:36 redqueen kernel: ata2: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80180 irq 44
Sep 30 20:15:36 redqueen kernel: ata3: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80200 irq 44
Sep 30 20:15:36 redqueen kernel: ata4: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80280 irq 44
Sep 30 20:15:36 redqueen kernel: ata5: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80300 irq 44
Sep 30 20:15:36 redqueen kernel: ata6: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80380 irq 44
Sep 30 20:15:36 redqueen kernel: usbcore: registered new interface driver usbserial_generic
Sep 30 20:15:36 redqueen kernel: usbserial: USB Serial support registered for generic
Sep 30 20:15:36 redqueen kernel: rtc_cmos 00:02: RTC can wake from S4
Sep 30 20:15:36 redqueen kernel: rtc_cmos 00:02: registered as rtc0
Sep 30 20:15:36 redqueen kernel: rtc_cmos 00:02: setting system clock to 2024-09-30T18:15:29 UTC (1727720129)
Sep 30 20:15:36 redqueen kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Sep 30 20:15:36 redqueen kernel: amd_pstate: driver load is disabled, boot with specific mode to enable this
Sep 30 20:15:36 redqueen kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 30 20:15:36 redqueen kernel: efifb: probing for efifb
Sep 30 20:15:36 redqueen kernel: efifb: framebuffer at 0xd0000000, using 2432k, total 2432k
Sep 30 20:15:36 redqueen kernel: efifb: mode is 800x600x32, linelength=4096, pages=1
Sep 30 20:15:36 redqueen kernel: efifb: scrolling: redraw
Sep 30 20:15:36 redqueen kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Sep 30 20:15:36 redqueen kernel: Console: switching to colour frame buffer device 100x37
Sep 30 20:15:36 redqueen kernel: fb0: EFI VGA frame buffer device
Sep 30 20:15:36 redqueen kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 30 20:15:36 redqueen kernel: drop_monitor: Initializing network drop monitor service
Sep 30 20:15:36 redqueen kernel: Initializing XFRM netlink socket
Sep 30 20:15:36 redqueen kernel: NET: Registered PF_INET6 protocol family
Sep 30 20:15:36 redqueen kernel: Segment Routing with IPv6
Sep 30 20:15:36 redqueen kernel: RPL Segment Routing with IPv6
Sep 30 20:15:36 redqueen kernel: In-situ OAM (IOAM) with IPv6
Sep 30 20:15:36 redqueen kernel: NET: Registered PF_PACKET protocol family
Sep 30 20:15:36 redqueen kernel: microcode: CPU0: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU12: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU1: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU13: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU2: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU6: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU14: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU4: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU8: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU5: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU16: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU3: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU15: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU17: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU18: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU19: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU9: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU10: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU20: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU11: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU7: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU21: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU22: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: CPU23: patch_level=0x08701021
Sep 30 20:15:36 redqueen kernel: microcode: Microcode Update Driver: v2.2.
Sep 30 20:15:36 redqueen kernel: resctrl: L3 allocation detected
Sep 30 20:15:36 redqueen kernel: resctrl: MB allocation detected
Sep 30 20:15:36 redqueen kernel: resctrl: L3 monitoring detected
Sep 30 20:15:36 redqueen kernel: IPI shorthand broadcast: enabled
Sep 30 20:15:36 redqueen kernel: sched_clock: Marking stable (2880002228, 283988)->(2882965239, -2679023)
Sep 30 20:15:36 redqueen kernel: registered taskstats version 1
Sep 30 20:15:36 redqueen kernel: Loading compiled-in X.509 certificates
Sep 30 20:15:36 redqueen kernel: Loaded X.509 cert 'Build time autogenerated kernel key: c5f23bef842c1689dda36fd4ac541e150ae73952'
Sep 30 20:15:36 redqueen kernel: zswap: loaded using pool zstd/zsmalloc
Sep 30 20:15:36 redqueen kernel: Key type .fscrypt registered
Sep 30 20:15:36 redqueen kernel: Key type fscrypt-provisioning registered
Sep 30 20:15:36 redqueen kernel: PM: Magic number: 8:902:292
Sep 30 20:15:36 redqueen kernel: tty tty25: hash matches
Sep 30 20:15:36 redqueen kernel: acpi STK0001A:00: hash matches
Sep 30 20:15:36 redqueen kernel: RAS: Correctable Errors collector initialized.
Sep 30 20:15:36 redqueen kernel: clk: Disabling unused clocks
Sep 30 20:15:36 redqueen kernel: ata1: SATA link down (SStatus 0 SControl 300)
Sep 30 20:15:36 redqueen kernel: ata2: SATA link down (SStatus 0 SControl 300)
Sep 30 20:15:36 redqueen kernel: ata3: SATA link down (SStatus 0 SControl 300)
Sep 30 20:15:36 redqueen kernel: ata4: SATA link down (SStatus 0 SControl 300)
Sep 30 20:15:36 redqueen kernel: ata5: failed to resume link (SControl 0)
Sep 30 20:15:36 redqueen kernel: ata5: SATA link down (SStatus 0 SControl 0)
Sep 30 20:15:36 redqueen kernel: ata6: failed to resume link (SControl 0)
Sep 30 20:15:36 redqueen kernel: ata6: SATA link down (SStatus 0 SControl 0)
Sep 30 20:15:36 redqueen kernel: Freeing unused decrypted memory: 2028K
Sep 30 20:15:36 redqueen kernel: Freeing unused kernel image (initmem) memory: 3432K
Sep 30 20:15:36 redqueen kernel: Write protecting the kernel read-only data: 30720k
Sep 30 20:15:36 redqueen kernel: Freeing unused kernel image (rodata/data gap) memory: 1308K
Sep 30 20:15:36 redqueen kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 30 20:15:36 redqueen kernel: rodata_test: all tests were successful
Sep 30 20:15:36 redqueen kernel: Run /init as init process
Sep 30 20:15:36 redqueen kernel: with arguments:
Sep 30 20:15:36 redqueen kernel: /init
Sep 30 20:15:36 redqueen kernel: with environment:
Sep 30 20:15:36 redqueen kernel: HOME=/
Sep 30 20:15:36 redqueen kernel: TERM=linux
Sep 30 20:15:36 redqueen kernel: BOOT_IMAGE=/vmlinuz-linux-lts
Sep 30 20:15:36 redqueen kernel: nvidia: loading out-of-tree module taints kernel.
Sep 30 20:15:36 redqueen kernel: nvidia: module license 'NVIDIA' taints kernel.
Sep 30 20:15:36 redqueen kernel: Disabling lock debugging due to kernel taint
Sep 30 20:15:36 redqueen kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Sep 30 20:15:36 redqueen kernel: nvidia: module license taints kernel.
Sep 30 20:15:36 redqueen kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 237
Sep 30 20:15:36 redqueen kernel:
Sep 30 20:15:36 redqueen kernel: nvidia 0000:0a:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Sep 30 20:15:36 redqueen kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 560.35.03 Fri Aug 16 21:39:15 UTC 2024
Sep 30 20:15:36 redqueen kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 560.35.03 Fri Aug 16 21:21:48 UTC 2024
Sep 30 20:15:36 redqueen kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Sep 30 20:15:36 redqueen kernel: nvidia-uvm: Loaded the UVM driver, major device number 235.
Sep 30 20:15:36 redqueen kernel: [drm] [nvidia-drm] [GPU ID 0x00000a00] Loading driver
Sep 30 20:15:36 redqueen kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:0a:00.0 on minor 0
Sep 30 20:15:36 redqueen kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Sep 30 20:15:36 redqueen kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
Sep 30 20:15:36 redqueen kernel: nvme nvme0: pci function 0000:01:00.0
Sep 30 20:15:36 redqueen kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 30 20:15:36 redqueen kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Sep 30 20:15:36 redqueen kernel: nvme nvme0: 32/0/0 default/read/poll queues
Sep 30 20:15:36 redqueen kernel: nvme0n1: p1 p2 p3 p4
Sep 30 20:15:36 redqueen kernel: xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Sep 30 20:15:36 redqueen kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Sep 30 20:15:36 redqueen kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
Sep 30 20:15:36 redqueen kernel: xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 30 20:15:36 redqueen kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Sep 30 20:15:36 redqueen kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 30 20:15:36 redqueen kernel: usb usb1: Product: xHCI Host Controller
Sep 30 20:15:36 redqueen kernel: usb usb1: Manufacturer: Linux 6.6.52-1-lts xhci-hcd
Sep 30 20:15:36 redqueen kernel: usb usb1: SerialNumber: 0000:02:00.0
Sep 30 20:15:36 redqueen kernel: hub 1-0:1.0: USB hub found
Sep 30 20:15:36 redqueen kernel: hub 1-0:1.0: 10 ports detected
Sep 30 20:15:36 redqueen kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 30 20:15:36 redqueen kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Sep 30 20:15:36 redqueen kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 30 20:15:36 redqueen kernel: usb usb2: Product: xHCI Host Controller
Sep 30 20:15:36 redqueen kernel: usb usb2: Manufacturer: Linux 6.6.52-1-lts xhci-hcd
Sep 30 20:15:36 redqueen kernel: usb usb2: SerialNumber: 0000:02:00.0
Sep 30 20:15:36 redqueen kernel: hub 2-0:1.0: USB hub found
Sep 30 20:15:36 redqueen kernel: hub 2-0:1.0: 4 ports detected
Sep 30 20:15:36 redqueen kernel: usb: port power management may be unreliable
Sep 30 20:15:36 redqueen kernel: xhci_hcd 0000:0c:00.3: xHCI Host Controller
Sep 30 20:15:36 redqueen kernel: xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
Sep 30 20:15:36 redqueen kernel: xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 30 20:15:36 redqueen kernel: xhci_hcd 0000:0c:00.3: xHCI Host Controller
Sep 30 20:15:36 redqueen kernel: xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
Sep 30 20:15:36 redqueen kernel: xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 30 20:15:36 redqueen kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Sep 30 20:15:36 redqueen kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 30 20:15:36 redqueen kernel: usb usb3: Product: xHCI Host Controller
Sep 30 20:15:36 redqueen kernel: usb usb3: Manufacturer: Linux 6.6.52-1-lts xhci-hcd
Sep 30 20:15:36 redqueen kernel: usb usb3: SerialNumber: 0000:0c:00.3
Sep 30 20:15:36 redqueen kernel: hub 3-0:1.0: USB hub found
Sep 30 20:15:36 redqueen kernel: hub 3-0:1.0: 4 ports detected
Sep 30 20:15:36 redqueen kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 30 20:15:36 redqueen kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Sep 30 20:15:36 redqueen kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 30 20:15:36 redqueen kernel: usb usb4: Product: xHCI Host Controller
Sep 30 20:15:36 redqueen kernel: usb usb4: Manufacturer: Linux 6.6.52-1-lts xhci-hcd
Sep 30 20:15:36 redqueen kernel: usb usb4: SerialNumber: 0000:0c:00.3
Sep 30 20:15:36 redqueen kernel: hub 4-0:1.0: USB hub found
Sep 30 20:15:36 redqueen kernel: hub 4-0:1.0: 4 ports detected
Sep 30 20:15:36 redqueen kernel: EXT4-fs (nvme0n1p2): mounted filesystem 60bfec78-3369-4ba7-af2b-11009207743d r/w with ordered data mode. Quota mode: none.
Sep 30 20:15:36 redqueen systemd[1]: systemd 256.6-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 30 20:15:36 redqueen systemd[1]: Detected architecture x86-64.
Sep 30 20:15:36 redqueen systemd[1]: Hostname set to <redqueen>.
Sep 30 20:15:36 redqueen kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Sep 30 20:15:36 redqueen kernel: usb 1-6: new high-speed USB device number 2 using xhci_hcd
Sep 30 20:15:36 redqueen kernel: usb 1-6: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
Sep 30 20:15:36 redqueen kernel: usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 30 20:15:36 redqueen kernel: usb 1-6: Product: USB2.0 Hub
Sep 30 20:15:36 redqueen kernel: hub 1-6:1.0: USB hub found
Sep 30 20:15:36 redqueen kernel: hub 1-6:1.0: 4 ports detected
Sep 30 20:15:36 redqueen kernel: usb 1-7: new full-speed USB device number 3 using xhci_hcd
Sep 30 20:15:36 redqueen systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 30 20:15:36 redqueen systemd[1]: Queued start job for default target Graphical Interface.
Sep 30 20:15:36 redqueen systemd[1]: Created slice Slice /system/dirmngr.
Sep 30 20:15:36 redqueen systemd[1]: Created slice Slice /system/getty.
Sep 30 20:15:36 redqueen systemd[1]: Created slice Slice /system/gpg-agent.
Sep 30 20:15:36 redqueen systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 30 20:15:36 redqueen systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 30 20:15:36 redqueen systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 30 20:15:36 redqueen systemd[1]: Created slice Slice /system/keyboxd.
Sep 30 20:15:36 redqueen systemd[1]: Created slice Slice /system/modprobe.
Sep 30 20:15:36 redqueen systemd[1]: Created slice Slice /system/syncthing.
Sep 30 20:15:36 redqueen systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 30 20:15:36 redqueen systemd[1]: Created slice User and Session Slice.
Sep 30 20:15:36 redqueen systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 30 20:15:36 redqueen systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 30 20:15:36 redqueen systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 30 20:15:36 redqueen systemd[1]: Expecting device /dev/disk/by-uuid/225A-B303...
Sep 30 20:15:36 redqueen systemd[1]: Expecting device /dev/disk/by-uuid/8811b89f-0252-4667-83a3-7e9de7f8770b...
Sep 30 20:15:36 redqueen systemd[1]: Expecting device /dev/disk/by-uuid/be0dda2c-bd56-4ca4-bf91-047ed1ffc619...
Sep 30 20:15:36 redqueen systemd[1]: Reached target Local Encrypted Volumes.
Sep 30 20:15:36 redqueen systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 30 20:15:36 redqueen systemd[1]: Reached target Path Units.
Sep 30 20:15:36 redqueen systemd[1]: Reached target Slice Units.
Sep 30 20:15:36 redqueen systemd[1]: Reached target Local Verity Protected Volumes.
Sep 30 20:15:36 redqueen systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 30 20:15:36 redqueen systemd[1]: Listening on LVM2 poll daemon socket.
Sep 30 20:15:36 redqueen systemd[1]: Listening on Process Core Dump Socket.
Sep 30 20:15:36 redqueen systemd[1]: Listening on Credential Encryption/Decryption.
Sep 30 20:15:36 redqueen systemd[1]: Listening on Journal Socket (/dev/log).
Sep 30 20:15:36 redqueen systemd[1]: Listening on Journal Sockets.
Sep 30 20:15:36 redqueen systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 30 20:15:36 redqueen systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 30 20:15:36 redqueen systemd[1]: Listening on udev Control Socket.
Sep 30 20:15:36 redqueen systemd[1]: Listening on udev Kernel Socket.
Sep 30 20:15:36 redqueen systemd[1]: Mounting Huge Pages File System...
Sep 30 20:15:36 redqueen systemd[1]: Mounting POSIX Message Queue File System...
Sep 30 20:15:36 redqueen systemd[1]: Mounting Kernel Debug File System...
Sep 30 20:15:36 redqueen systemd[1]: Mounting Kernel Trace File System...
Sep 30 20:15:36 redqueen systemd[1]: Starting Create List of Static Device Nodes...
Sep 30 20:15:36 redqueen systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 30 20:15:36 redqueen systemd[1]: Starting Load Kernel Module configfs...
Sep 30 20:15:36 redqueen systemd[1]: Starting Load Kernel Module dm_mod...
Sep 30 20:15:36 redqueen systemd[1]: Starting Load Kernel Module drm...
Sep 30 20:15:36 redqueen systemd[1]: Starting Load Kernel Module fuse...
Sep 30 20:15:36 redqueen systemd[1]: Starting Load Kernel Module loop...
Sep 30 20:15:36 redqueen systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 30 20:15:36 redqueen systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 30 20:15:36 redqueen systemd[1]: Starting Journal Service...
Sep 30 20:15:36 redqueen systemd[1]: Starting Load Kernel Modules...
Sep 30 20:15:36 redqueen systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 30 20:15:36 redqueen systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 30 20:15:36 redqueen systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 30 20:15:36 redqueen systemd[1]: Starting Load udev Rules from Credentials...
Sep 30 20:15:36 redqueen systemd[1]: Starting Coldplug All udev Devices...
Sep 30 20:15:36 redqueen systemd[1]: Mounted Huge Pages File System.
Sep 30 20:15:36 redqueen systemd[1]: Mounted POSIX Message Queue File System.
Sep 30 20:15:36 redqueen systemd[1]: Mounted Kernel Debug File System.
Sep 30 20:15:36 redqueen kernel: usb 1-7: New USB device found, idVendor=048d, idProduct=5702, bcdDevice= 0.01
Sep 30 20:15:36 redqueen kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 30 20:15:36 redqueen kernel: usb 1-7: Product: ITE Device
Sep 30 20:15:36 redqueen kernel: usb 1-7: Manufacturer: ITE Tech. Inc.
Sep 30 20:15:36 redqueen systemd[1]: Mounted Kernel Trace File System.
Sep 30 20:15:36 redqueen kernel: loop: module loaded
Sep 30 20:15:36 redqueen kernel: device-mapper: uevent: version 1.0.3
Sep 30 20:15:36 redqueen kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Sep 30 20:15:36 redqueen kernel: fuse: init (API version 7.39)
Sep 30 20:15:36 redqueen systemd-journald[471]: Collecting audit messages is disabled.
Sep 30 20:15:36 redqueen systemd-journald[471]: Journal started
Sep 30 20:15:36 redqueen systemd-journald[471]: Runtime Journal (/run/log/journal/28dd81c1b5eb4032afcb45d9274b6a49) is 8M, max 4G, 3.9G free.
Sep 30 20:15:36 redqueen systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 30 20:15:36 redqueen systemd[1]: Finished Create List of Static Device Nodes.
Sep 30 20:15:36 redqueen systemd[1]: Started Journal Service.
Sep 30 20:15:36 redqueen kernel: EXT4-fs (nvme0n1p2): re-mounted 60bfec78-3369-4ba7-af2b-11009207743d r/w. Quota mode: none.
Sep 30 20:15:36 redqueen systemd[1]: Finished Load Kernel Module configfs.
Sep 30 20:15:36 redqueen systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 30 20:15:36 redqueen systemd[1]: Finished Load Kernel Module dm_mod.
Sep 30 20:15:36 redqueen systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 30 20:15:36 redqueen systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 30 20:15:36 redqueen systemd[1]: Finished Load Kernel Module drm.
Sep 30 20:15:36 redqueen systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 30 20:15:36 redqueen systemd[1]: Finished Load Kernel Module fuse.
Sep 30 20:15:36 redqueen systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 30 20:15:36 redqueen systemd[1]: Finished Load Kernel Module loop.
Sep 30 20:15:36 redqueen systemd[1]: Finished Load Kernel Modules.
Sep 30 20:15:36 redqueen systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 30 20:15:36 redqueen systemd[1]: Finished Load udev Rules from Credentials.
Sep 30 20:15:36 redqueen systemd[1]: Finished Coldplug All udev Devices.
Sep 30 20:15:36 redqueen systemd[1]: Mounting FUSE Control File System...
Sep 30 20:15:36 redqueen systemd[1]: Mounting Kernel Configuration File System...
Sep 30 20:15:36 redqueen systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 30 20:15:36 redqueen systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 30 20:15:36 redqueen systemd[1]: Starting Load/Save OS Random Seed...
Sep 30 20:15:36 redqueen systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 30 20:15:36 redqueen systemd[1]: Starting Apply Kernel Variables...
Sep 30 20:15:36 redqueen systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 30 20:15:36 redqueen systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 30 20:15:36 redqueen systemd[1]: Mounted FUSE Control File System.
Sep 30 20:15:36 redqueen systemd-journald[471]: Time spent on flushing to /var/log/journal/28dd81c1b5eb4032afcb45d9274b6a49 is 81.155ms for 1036 entries.
Sep 30 20:15:36 redqueen systemd-journald[471]: System Journal (/var/log/journal/28dd81c1b5eb4032afcb45d9274b6a49) is 1.1G, max 4G, 2.8G free.
Sep 30 20:15:37 redqueen systemd-journald[471]: Received client request to flush runtime journal.
Sep 30 20:15:36 redqueen systemd[1]: Mounted Kernel Configuration File System.
Sep 30 20:15:36 redqueen systemd[1]: Finished Apply Kernel Variables.
Sep 30 20:15:36 redqueen systemd[1]: Finished Load/Save OS Random Seed.
Sep 30 20:15:36 redqueen systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 30 20:15:36 redqueen systemd[1]: Starting Create System Users...
Sep 30 20:15:37 redqueen systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 30 20:15:37 redqueen systemd[1]: Finished Create System Users.
Sep 30 20:15:37 redqueen systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 30 20:15:37 redqueen systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 30 20:15:37 redqueen systemd[1]: Reached target Preparation for Local File Systems.
Sep 30 20:15:37 redqueen systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 30 20:15:37 redqueen systemd-udevd[526]: Using default interface naming scheme 'v255'.
Sep 30 20:15:37 redqueen systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 30 20:15:37 redqueen kernel: hid-generic 0003:048D:5702.0001: hiddev96,hidraw0: USB HID v1.12 Device [ITE Tech. Inc. ITE Device] on usb-0000:02:00.0-7/input0
Sep 30 20:15:37 redqueen kernel: usbcore: registered new interface driver usbhid
Sep 30 20:15:37 redqueen kernel: usbhid: USB HID core driver
Sep 30 20:15:37 redqueen kernel: ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\GSA1.SMBI) (20230628/utaddress-204)
Sep 30 20:15:37 redqueen kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Sep 30 20:15:37 redqueen systemd[1]: Found device Samsung SSD 970 EVO Plus 1TB 1.
Sep 30 20:15:37 redqueen kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Sep 30 20:15:37 redqueen systemd[1]: Found device Samsung SSD 970 EVO Plus 1TB 4.
Sep 30 20:15:37 redqueen kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Sep 30 20:15:37 redqueen kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 30 20:15:37 redqueen kernel: MACsec IEEE 802.1AE
Sep 30 20:15:37 redqueen kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 30 20:15:37 redqueen kernel: ccp 0000:0c:00.1: enabling device (0000 -> 0002)
Sep 30 20:15:37 redqueen kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 30 20:15:37 redqueen kernel: ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
Sep 30 20:15:37 redqueen kernel: ccp 0000:0c:00.1: psp enabled
Sep 30 20:15:37 redqueen systemd[1]: Found device Samsung SSD 970 EVO Plus 1TB 3.
Sep 30 20:15:37 redqueen systemd[1]: Activating swap /dev/disk/by-uuid/8811b89f-0252-4667-83a3-7e9de7f8770b...
Sep 30 20:15:37 redqueen kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Sep 30 20:15:37 redqueen kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 30 20:15:37 redqueen systemd[1]: Starting File System Check on /dev/disk/by-uuid/225A-B303...
Sep 30 20:15:37 redqueen systemd[1]: Starting File System Check on /dev/disk/by-uuid/be0dda2c-bd56-4ca4-bf91-047ed1ffc619...
Sep 30 20:15:37 redqueen kernel: cryptd: max_cpu_qlen set to 1000
Sep 30 20:15:37 redqueen kernel: AVX2 version of gcm_enc/dec engaged.
Sep 30 20:15:37 redqueen kernel: AES CTR mode by8 optimization enabled
Sep 30 20:15:37 redqueen kernel: r8169 0000:08:00.0 eth0: RTL8125B, b4:2e:99:eb:ec:10, XID 641, IRQ 104
Sep 30 20:15:37 redqueen kernel: r8169 0000:08:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 30 20:15:37 redqueen kernel: r8169 0000:08:00.0 eno1: renamed from eth0
Sep 30 20:15:37 redqueen systemd[1]: Starting Virtual Console Setup...
Sep 30 20:15:37 redqueen kernel: snd_hda_intel 0000:0a:00.1: Disabling MSI
Sep 30 20:15:37 redqueen kernel: snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
Sep 30 20:15:37 redqueen kernel: snd_hda_intel 0000:0c:00.4: enabling device (0000 -> 0002)
Sep 30 20:15:37 redqueen kernel: Adding 67108860k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:67108860k SS
Sep 30 20:15:37 redqueen systemd[1]: Activated swap /dev/disk/by-uuid/8811b89f-0252-4667-83a3-7e9de7f8770b.
Sep 30 20:15:37 redqueen systemd[1]: Reached target Swaps.
Sep 30 20:15:37 redqueen systemd-fsck[613]: /dev/nvme0n1p4: clean, 1309844/23240704 files, 69961741/92933297 blocks
Sep 30 20:15:37 redqueen systemd-fsck[614]: fsck.fat 4.2 (2021-01-31)
Sep 30 20:15:37 redqueen systemd-fsck[614]: /dev/nvme0n1p1: 377 files, 76439/261628 clusters
Sep 30 20:15:37 redqueen kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/input3
Sep 30 20:15:37 redqueen kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/input4
Sep 30 20:15:37 redqueen kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/input5
Sep 30 20:15:37 redqueen kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/input6
Sep 30 20:15:37 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: ALCS1200A: SKU not ready 0x00000000
Sep 30 20:15:37 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALCS1200A: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Sep 30 20:15:37 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 30 20:15:37 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Sep 30 20:15:37 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Sep 30 20:15:37 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
Sep 30 20:15:37 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Sep 30 20:15:37 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
Sep 30 20:15:37 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
Sep 30 20:15:37 redqueen kernel: snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
Sep 30 20:15:37 redqueen systemd[1]: Finished File System Check on /dev/disk/by-uuid/be0dda2c-bd56-4ca4-bf91-047ed1ffc619.
Sep 30 20:15:37 redqueen kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input7
Sep 30 20:15:37 redqueen kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input8
Sep 30 20:15:37 redqueen kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input9
Sep 30 20:15:37 redqueen kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input10
Sep 30 20:15:37 redqueen kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input11
Sep 30 20:15:37 redqueen kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input12
Sep 30 20:15:37 redqueen kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card1/input13
Sep 30 20:15:37 redqueen kernel: kvm_amd: TSC scaling supported
Sep 30 20:15:37 redqueen kernel: kvm_amd: Nested Virtualization enabled
Sep 30 20:15:37 redqueen kernel: kvm_amd: Nested Paging enabled
Sep 30 20:15:37 redqueen kernel: kvm_amd: LBR virtualization supported
Sep 30 20:15:37 redqueen kernel: kvm_amd: SEV enabled (ASIDs 1 - 509)
Sep 30 20:15:37 redqueen kernel: kvm_amd: SEV-ES disabled (ASIDs 0 - 0)
Sep 30 20:15:37 redqueen kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Sep 30 20:15:37 redqueen kernel: kvm_amd: Virtual GIF supported
Sep 30 20:15:37 redqueen systemd[1]: Finished File System Check on /dev/disk/by-uuid/225A-B303.
Sep 30 20:15:37 redqueen systemd[1]: Finished Virtual Console Setup.
Sep 30 20:15:37 redqueen systemd[1]: Reached target Sound Card.
Sep 30 20:15:37 redqueen systemd[1]: Mounting /boot...
Sep 30 20:15:37 redqueen systemd[1]: Mounting /home...
Sep 30 20:15:37 redqueen systemd[1]: Mounting Temporary Directory /tmp...
Sep 30 20:15:37 redqueen systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 30 20:15:37 redqueen systemd[1]: Mounted Temporary Directory /tmp.
Sep 30 20:15:37 redqueen systemd[1]: Mounted /home.
Sep 30 20:15:37 redqueen kernel: EXT4-fs (nvme0n1p4): mounted filesystem be0dda2c-bd56-4ca4-bf91-047ed1ffc619 r/w with ordered data mode. Quota mode: none.
Sep 30 20:15:37 redqueen systemd[1]: Mounted /boot.
Sep 30 20:15:37 redqueen systemd[1]: Reached target Local File Systems.
Sep 30 20:15:37 redqueen systemd[1]: Listening on Boot Entries Service Socket.
Sep 30 20:15:37 redqueen systemd[1]: Listening on System Extension Image Management.
Sep 30 20:15:37 redqueen systemd[1]: Starting Rebuild Dynamic Linker Cache...
Sep 30 20:15:37 redqueen systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 30 20:15:37 redqueen systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 30 20:15:37 redqueen systemd[1]: Starting Create System Files and Directories...
Sep 30 20:15:37 redqueen systemd[1]: Finished Create System Files and Directories.
Sep 30 20:15:37 redqueen systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 30 20:15:37 redqueen systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 30 20:15:37 redqueen systemd[1]: Starting Rebuild Journal Catalog...
Sep 30 20:15:37 redqueen systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 30 20:15:37 redqueen systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 30 20:15:37 redqueen kernel: atlantic 0000:06:00.0 enp6s0: renamed from eth0
Sep 30 20:15:37 redqueen kernel: MCE: In-kernel MCE decoding enabled.
Sep 30 20:15:37 redqueen systemd[1]: Finished Rebuild Dynamic Linker Cache.
Sep 30 20:15:37 redqueen systemd[1]: Finished Rebuild Journal Catalog.
Sep 30 20:15:37 redqueen systemd[1]: Starting Update is Completed...
Sep 30 20:15:37 redqueen kernel: intel_rapl_common: Found RAPL domain package
Sep 30 20:15:37 redqueen kernel: intel_rapl_common: Found RAPL domain core
Sep 30 20:15:37 redqueen systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 30 20:15:37 redqueen systemd[1]: Finished Update is Completed.
Sep 30 20:15:37 redqueen systemd[1]: Reached target System Initialization.
Sep 30 20:15:37 redqueen systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 30 20:15:37 redqueen systemd[1]: Started Daily man-db regeneration.
Sep 30 20:15:37 redqueen systemd[1]: Started Update the plocate database daily.
Sep 30 20:15:37 redqueen systemd[1]: Started Daily verification of password and group files.
Sep 30 20:15:37 redqueen systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 30 20:15:37 redqueen systemd[1]: Reached target Timer Units.
Sep 30 20:15:37 redqueen systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 30 20:15:37 redqueen systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Sep 30 20:15:37 redqueen systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Sep 30 20:15:37 redqueen systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Sep 30 20:15:37 redqueen systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Sep 30 20:15:37 redqueen systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Sep 30 20:15:37 redqueen systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Sep 30 20:15:37 redqueen systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Sep 30 20:15:37 redqueen systemd[1]: Listening on Hostname Service Socket.
Sep 30 20:15:37 redqueen systemd[1]: Reached target Socket Units.
Sep 30 20:15:37 redqueen systemd[1]: Starting D-Bus System Message Bus...
Sep 30 20:15:37 redqueen systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 30 20:15:38 redqueen systemd[1]: Started D-Bus System Message Bus.
Sep 30 20:15:38 redqueen systemd[1]: Reached target Basic System.
Sep 30 20:15:38 redqueen systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Sep 30 20:15:38 redqueen systemd[1]: Reached target Network.
Sep 30 20:15:38 redqueen systemd[1]: Reached target Network is Online.
Sep 30 20:15:38 redqueen systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 30 20:15:38 redqueen systemd[1]: Starting Permit User Sessions...
Sep 30 20:15:38 redqueen systemd[1]: Finished Permit User Sessions.
Sep 30 20:15:38 redqueen systemd[1]: Started Command Scheduler.
Sep 30 20:15:38 redqueen systemd[1]: Started Getty on tty1.
Sep 30 20:15:38 redqueen systemd[1]: Reached target Login Prompts.
Sep 30 20:15:38 redqueen systemd[1]: Reached target Multi-User System.
Sep 30 20:15:38 redqueen systemd[1]: Reached target Graphical Interface.
Sep 30 20:15:38 redqueen systemd[1]: Startup finished in 23.682s (firmware) + 13.174s (loader) + 9.095s (kernel) + 2.759s (userspace) = 48.713s.Last edited by trylukas (2024-09-30 18:21:11)
Offline
The xorg log isn't the same as the system journal. Also it only shows the initramfs phase.
What kind of session is this and how do you start it? From the environment it looks like you're logging in on a console via ssh?
Offline
Yes, this is via ssh over a direct LAN connection with ssh -y NAME@IP
Is that a problem?
I followed the link you posted and did not find any Xorg.0.log files. That's why I provided the journalctl as mentioned in that link.
Should I install/start an xserver via ssh?
Offline
For clarification, you're trying to play a video (and check glxgears etc) on the remove host but the X11 server is your local ssh client?
Ie. you're on system A, ssh into system B (the one w/ the nvidia GPU) and "mpv someporn.mp4" on system B but want it to show on system A?
I'm pretty sure you can forget about all HW acceleration, you might indirect GLX still get to work w/ the nvidia driver but generally, those features are rather at odd w/ the X11 network transparency thing.
You could install an X11 server on system B, log in to a local X11 session and check glxgears and vdpau etc there but I'm fairly sure it'll just work.
Offline
My use case for clarification:
Use a program with some interface that (greatly) benefits from hardware acceleration like paraview or Python/Matlab plotting.
What I'm doing now is ssh from system A into system B and then run paraview in that shell.
For example, Matlab used to be able to use Hardware openGL but is currently not (this was a while ago but with the same ssh approach which is why I figured it is just some settings/driver problem.
But if you say that is not the way to go, I guess an option would be a VNC server? I just want Paraview rendering to be usable which it is not without HWA. I'm totally open to switch approaches. Maybe I'm just approaching the problem the wrong way.
Offline
https://download.nvidia.com/XFree86/Lin … tions.html
Option "AllowIndirectGLXProtocol" "boolean"
There are two ways that GLX applications can render on an X screen: direct and indirect. Direct rendering is generally faster and more featureful, but indirect rendering may be used in more configurations. Direct rendering requires that the application be running on the same machine as the X server, and that the OpenGL library have sufficient permissions to access the kernel driver. Indirect rendering works with remote X11 connections as well as unprivileged clients like those in a chroot with no access to device nodes.For those who wish to disable the use of indirect GLX protocol on a given X screen, setting the "AllowIndirectGLXProtocol" to a true value will cause GLX CreateContext requests with the direct parameter set to False to fail with a BadValue error.
Starting with X.Org server 1.16, there are also command-line switches to enable or disable use of indirect GLX contexts. -iglx disables use of indirect GLX protocol, and +iglx enables use of indirect GLX protocol. +iglx is the default in server 1.16. -iglx is the default in server 1.17 and newer.
The NVIDIA GLX implementation will prohibit creation of indirect GLX contexts if the AllowIndirectGLXProtocol option is set to False, or the -iglx switch was passed to the X server (X.Org server 1.16 or higher), or the X server defaulted to '-iglx'.
Default: enabled (indirect protocol is allowed, unless disabled by the server).
Option "AllowUnofficialGLXProtocol" "boolean"
By default, the NVIDIA GLX implementation will not expose GLX protocol for GL commands if the protocol is not considered complete. Protocol could be considered incomplete for a number of reasons. The implementation could still be under development and contain known bugs, or the protocol specification itself could be under development or going through review. If users would like to test the server-side portion of such protocol when using indirect rendering, they can enable this option. If any X screen enables this option, it will enable protocol on all screens in the server.When an NVIDIA GLX client is used, the related environment variable __GL_ALLOW_UNOFFICIAL_PROTOCOL will need to be set as well to enable support in the client.
https://man.archlinux.org/man/extra/xor … #Option~16
Option "IndirectGLX" "boolean"
enable or disable indirect GLX contexts. Indirect GLX contexts are disabled by default.
Start by enabling indirect GLX on the local X11 server (ie. your ssh client, not the nvidia machine)
/etc/X11/xorg.conf.d/10-server.conf
Section "ServerFlags"
Option "IndirectGLX" "True"
EndSectionOffline
That does sound like it could be problem especially since I am running X.org server > 1.17.
I did enable indirect GLX on my ssh client and restarted but no change yet.
No news for the ssh server (system B) when trying to run matlab with hardware acceleration as a test.
I'm not sure if this is helpful or overcomplicating things but my ssh client (system A) is also arch and has a different Nvidia card. Not sure if any graphics problems here result in this problem? Interestingly, glxinfo -B seems to have similar problems.
For system A:
$ glxinfo -B
name of display: :6.0
glx: failed to create dri3 screen
failed to load driver: nouveau
glx: failed to create dri3 screen
failed to load driver: nouveau
display: :6 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0xffffffff)
Device: llvmpipe (LLVM 18.1.8, 256 bits) (0xffffffff)
Version: 24.2.3
Accelerated: no
Video memory: 64249MB
Unified memory: yes
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
Memory info (GL_ATI_meminfo):
VBO free memory - total: 23 MB, largest block: 23 MB
VBO free aux. memory - total: 62681 MB, largest block: 62681 MB
Texture free memory - total: 23 MB, largest block: 23 MB
Texture free aux. memory - total: 62681 MB, largest block: 62681 MB
Renderbuffer free memory - total: 23 MB, largest block: 23 MB
Renderbuffer free aux. memory - total: 62681 MB, largest block: 62681 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 911470 MB
Total available memory: 975719 MB
Currently available dedicated video memory: 23 MB
OpenGL vendor string: Mesa
OpenGL renderer string: llvmpipe (LLVM 18.1.8, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 24.2.3-arch1.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 24.2.3-arch1.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 24.2.3-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20and Xorg.0.log:
[312845.054]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[312845.054] Current Operating System: Linux themadhatter 6.6.52-1-lts #1 SMP PREEMPT_DYNAMIC Wed, 18 Sep 2024 19:02:04 +0000 x86_64
[312845.054] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=2a5e7f60-866e-43ab-b582-f4c40056e483 rw loglevel=3 quiet
[312845.054]
[312845.054] Current version of pixman: 0.43.4
[312845.054] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[312845.054] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[312845.054] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 1 09:17:14 2024
[312845.055] (==) Using config directory: "/etc/X11/xorg.conf.d"
[312845.055] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[312845.056] (==) No Layout section. Using the first Screen section.
[312845.056] (==) No screen section available. Using defaults.
[312845.056] (**) |-->Screen "Default Screen Section" (0)
[312845.056] (**) | |-->Monitor "<default monitor>"
[312845.056] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[312845.056] (**) | |-->Device "Nvidia card"
[312845.056] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[312845.056] (**) Option "IndirectGLX" "True"
[312845.056] (**) Allowing byte-swapped clients
[312845.056] (==) Automatically adding devices
[312845.056] (==) Automatically enabling devices
[312845.056] (==) Automatically adding GPU devices
[312845.056] (==) Automatically binding GPU devices
[312845.056] (==) Max clients allowed: 256, resource mask: 0x1fffff
[312845.056] (WW) The directory "/usr/share/fonts/misc" does not exist.
[312845.056] Entry deleted from font path.
[312845.056] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[312845.056] Entry deleted from font path.
[312845.056] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[312845.056] (==) ModulePath set to "/usr/lib/xorg/modules"
[312845.056] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[312845.056] (II) Module ABI versions:
[312845.056] X.Org ANSI C Emulation: 0.4
[312845.056] X.Org Video Driver: 25.2
[312845.056] X.Org XInput driver : 24.4
[312845.056] X.Org Server Extension : 10.0
[312845.057] (--) using VT number 2
[312845.057] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[312845.057] (II) xfree86: Adding drm device (/dev/dri/card1)
[312845.057] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.0/0000:02:00.0/drm/card1
[312845.057] (II) xfree86: Adding drm device (/dev/dri/card0)
[312845.057] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[312845.061] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[312845.063] (--) PCI:*(2@0:0:0) 10de:17c2:10de:1132 rev 161, Mem @ 0xfa000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[312845.063] (II) Open ACPI successful (/var/run/acpid.socket)
[312845.063] (II) LoadModule: "glx"
[312845.064] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[312845.067] (II) Module glx: vendor="X.Org Foundation"
[312845.067] compiled for 1.21.1.13, module version = 1.0.0
[312845.067] ABI class: X.Org Server Extension, version 10.0
[312845.067] (II) LoadModule: "nvidia"
[312845.067] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[312845.073] (II) Module nvidia: vendor="NVIDIA Corporation"
[312845.073] compiled for 1.6.99.901, module version = 1.0.0
[312845.073] Module class: X.Org Video Driver
[312845.074] (II) NVIDIA dlloader X Driver 560.35.03 Fri Aug 16 21:25:43 UTC 2024
[312845.074] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[312845.076] (II) Loading sub module "fb"
[312845.076] (II) LoadModule: "fb"
[312845.076] (II) Module "fb" already built-in
[312845.076] (II) Loading sub module "wfb"
[312845.076] (II) LoadModule: "wfb"
[312845.076] (II) Loading /usr/lib/xorg/modules/libwfb.so
[312845.077] (II) Module wfb: vendor="X.Org Foundation"
[312845.077] compiled for 1.21.1.13, module version = 1.0.0
[312845.077] ABI class: X.Org ANSI C Emulation, version 0.4
[312845.079] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[312845.079] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[312845.079] (==) NVIDIA(0): RGB weight 888
[312845.079] (==) NVIDIA(0): Default visual is TrueColor
[312845.079] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[312845.079] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[312845.079] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[312845.079] (**) NVIDIA(0): Enabling 2D acceleration
[312845.079] (II) Loading sub module "glxserver_nvidia"
[312845.079] (II) LoadModule: "glxserver_nvidia"
[312845.079] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[312845.121] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[312845.121] compiled for 1.6.99.901, module version = 1.0.0
[312845.121] Module class: X.Org Server Extension
[312845.121] (II) NVIDIA GLX Module 560.35.03 Fri Aug 16 21:27:48 UTC 2024
[312845.123] (II) NVIDIA: The X server supports PRIME Render Offload.
[312845.344] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:2:0:0
[312845.344] (--) NVIDIA(0): CRT-0
[312845.344] (--) NVIDIA(0): DFP-0 (boot)
[312845.344] (--) NVIDIA(0): DFP-1
[312845.344] (--) NVIDIA(0): DFP-2
[312845.344] (--) NVIDIA(0): DFP-3
[312845.344] (--) NVIDIA(0): DFP-4
[312845.344] (--) NVIDIA(0): DFP-5
[312845.344] (--) NVIDIA(0): DFP-6
[312845.344] (--) NVIDIA(0): DFP-7
[312845.345] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX TITAN X (GM200-A) at PCI:2:0:0
[312845.345] (II) NVIDIA(0): (GPU-0)
[312845.345] (--) NVIDIA(0): Memory: 12582912 kBytes
[312845.345] (--) NVIDIA(0): VideoBIOS: 84.00.45.00.03
[312845.345] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[312845.348] (--) NVIDIA(GPU-0): CRT-0: disconnected
[312845.348] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[312845.348] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-0: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[312845.351] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-1: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[312845.351] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-2: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[312845.351] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-3: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[312845.351] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-4: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[312845.351] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-5: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[312845.351] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-6: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[312845.351] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-7: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[312845.351] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (==) NVIDIA(0):
[312845.351] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[312845.351] (==) NVIDIA(0): will be used as the requested mode.
[312845.351] (==) NVIDIA(0):
[312845.351] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[312845.351] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[312845.351] (II) NVIDIA(0): Validated MetaModes:
[312845.351] (II) NVIDIA(0): "NULL"
[312845.351] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[312845.351] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[312845.351] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[312845.352] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[312845.352] (II) NVIDIA: access.
[312845.370] (II) NVIDIA(0): Setting mode "NULL"
[312845.402] (==) NVIDIA(0): Disabling shared memory pixmaps
[312845.402] (==) NVIDIA(0): Backing store enabled
[312845.402] (==) NVIDIA(0): Silken mouse enabled
[312845.402] (==) NVIDIA(0): DPMS enabled
[312845.402] (II) Loading sub module "dri2"
[312845.402] (II) LoadModule: "dri2"
[312845.402] (II) Module "dri2" already built-in
[312845.402] (II) NVIDIA(0): [DRI2] Setup complete
[312845.402] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[312845.402] (II) Initializing extension Generic Event Extension
[312845.402] (II) Initializing extension SHAPE
[312845.402] (II) Initializing extension MIT-SHM
[312845.402] (II) Initializing extension XInputExtension
[312845.402] (II) Initializing extension XTEST
[312845.402] (II) Initializing extension BIG-REQUESTS
[312845.402] (II) Initializing extension SYNC
[312845.402] (II) Initializing extension XKEYBOARD
[312845.402] (II) Initializing extension XC-MISC
[312845.402] (II) Initializing extension SECURITY
[312845.403] (II) Initializing extension XFIXES
[312845.403] (II) Initializing extension RENDER
[312845.403] (II) Initializing extension RANDR
[312845.403] (II) Initializing extension COMPOSITE
[312845.403] (II) Initializing extension DAMAGE
[312845.403] (II) Initializing extension MIT-SCREEN-SAVER
[312845.403] (II) Initializing extension DOUBLE-BUFFER
[312845.403] (II) Initializing extension RECORD
[312845.403] (II) Initializing extension DPMS
[312845.403] (II) Initializing extension Present
[312845.403] (II) Initializing extension DRI3
[312845.403] (II) Initializing extension X-Resource
[312845.403] (II) Initializing extension XVideo
[312845.403] (II) Initializing extension XVideo-MotionCompensation
[312845.403] (II) Initializing extension GLX
[312845.403] (II) Initializing extension GLX
[312845.403] (II) GLX: Another vendor is already registered for screen 0
[312845.403] (II) Initializing extension XFree86-VidModeExtension
[312845.403] (II) Initializing extension XFree86-DGA
[312845.403] (II) Initializing extension XFree86-DRI
[312845.403] (II) Initializing extension DRI2
[312845.404] (II) Initializing extension NV-GLX
[312845.404] (II) Initializing extension NV-CONTROL
[312845.469] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[312845.469] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[312845.469] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[312845.469] (II) LoadModule: "libinput"
[312845.469] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[312845.473] (II) Module libinput: vendor="X.Org Foundation"
[312845.473] compiled for 1.21.1.13, module version = 1.4.0
[312845.473] Module class: X.Org XInput Driver
[312845.473] ABI class: X.Org XInput driver, version 24.4
[312845.473] (II) Using input driver 'libinput' for 'Power Button'
[312845.473] (**) Power Button: always reports core events
[312845.473] (**) Option "Device" "/dev/input/event1"
[312845.478] (II) event1 - Power Button: is tagged by udev as: Keyboard
[312845.478] (II) event1 - Power Button: device is a keyboard
[312845.478] (II) event1 - Power Button: device removed
[312845.495] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[312845.495] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[312845.496] (II) event1 - Power Button: is tagged by udev as: Keyboard
[312845.496] (II) event1 - Power Button: device is a keyboard
[312845.496] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[312845.496] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[312845.496] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[312845.496] (II) Using input driver 'libinput' for 'Power Button'
[312845.496] (**) Power Button: always reports core events
[312845.496] (**) Option "Device" "/dev/input/event0"
[312845.497] (II) event0 - Power Button: is tagged by udev as: Keyboard
[312845.497] (II) event0 - Power Button: device is a keyboard
[312845.497] (II) event0 - Power Button: device removed
[312845.525] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[312845.525] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[312845.526] (II) event0 - Power Button: is tagged by udev as: Keyboard
[312845.526] (II) event0 - Power Button: device is a keyboard
[312845.526] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event4)
[312845.526] (II) No input driver specified, ignoring this device.
[312845.526] (II) This device may have been added with another device file.
[312845.526] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event5)
[312845.526] (II) No input driver specified, ignoring this device.
[312845.526] (II) This device may have been added with another device file.
[312845.527] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event6)
[312845.527] (II) No input driver specified, ignoring this device.
[312845.527] (II) This device may have been added with another device file.
[312845.527] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event7)
[312845.527] (II) No input driver specified, ignoring this device.
[312845.527] (II) This device may have been added with another device file.
[312845.527] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[312845.527] (II) No input driver specified, ignoring this device.
[312845.527] (II) This device may have been added with another device file.
[312845.527] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event11)
[312845.527] (II) No input driver specified, ignoring this device.
[312845.527] (II) This device may have been added with another device file.
[312845.528] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event12)
[312845.528] (II) No input driver specified, ignoring this device.
[312845.528] (II) This device may have been added with another device file.
[312845.528] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event13)
[312845.528] (II) No input driver specified, ignoring this device.
[312845.528] (II) This device may have been added with another device file.
[312845.528] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event14)
[312845.528] (II) No input driver specified, ignoring this device.
[312845.528] (II) This device may have been added with another device file.
[312845.528] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event15)
[312845.528] (II) No input driver specified, ignoring this device.
[312845.528] (II) This device may have been added with another device file.
[312845.529] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event8)
[312845.529] (II) No input driver specified, ignoring this device.
[312845.529] (II) This device may have been added with another device file.
[312845.529] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
[312845.529] (II) No input driver specified, ignoring this device.
[312845.529] (II) This device may have been added with another device file.
[312845.529] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event3)
[312845.529] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[312845.529] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[312845.529] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[312845.529] (**) Eee PC WMI hotkeys: always reports core events
[312845.529] (**) Option "Device" "/dev/input/event3"
[312845.530] (II) event3 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[312845.530] (II) event3 - Eee PC WMI hotkeys: device is a keyboard
[312845.530] (II) event3 - Eee PC WMI hotkeys: device removed
[312845.558] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input3/event3"
[312845.558] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 8)
[312845.559] (II) event3 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[312845.559] (II) event3 - Eee PC WMI hotkeys: device is a keyboard
[312845.559] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[312845.559] (II) No input driver specified, ignoring this device.
[312845.559] (II) This device may have been added with another device file.
[312845.575] (II) event1 - Power Button: device removed
[312845.592] (II) event0 - Power Button: device removed
[312845.622] (II) event3 - Eee PC WMI hotkeys: device removed
[312845.643] (II) UnloadModule: "libinput"
[312845.643] (II) UnloadModule: "libinput"
[312845.644] (II) UnloadModule: "libinput"
[312846.450] (II) NVIDIA(GPU-0): Deleting GPU-0
[312846.455] (II) Server terminated successfully (0). Closing log file.Offline
The xorg lgo is from a host ("themadhatter") w/ an NVIDIA GTX Titan X but no outputs attached to it?
Enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!) to et rid of the simpledrm device but w/o "prinenv" on that host there's no ggod explanation why you'd run on llvmpipe on that X11 server.
Offline
I'm logging into themadhatter with a VNC session (tigerVNC) which is the display. So the current workflow is: from my laptop I use vncviewer via ssh tunneling onto themadhatter. From the madhatter, I ssh to redqueen. The goal is to run for example Matlab on redqueen and see the GUI/graphs on the madhatter VNC display where matlab is able to use hardware openGL.
I added nvidia_drm.modeset=1 to madhatter's kernel parameters and cat /sys/module/nvidia_drm/parameters/modeset correctly returns "Y".
Madhatter printenv:
SHELL=/bin/bash
PWD=/home/glandorfl
LOGNAME=glandorfl
XDG_SESSION_TYPE=tty
MOTD_SHOWN=pam
HOME=/home/glandorfl
LANG=en_US.UTF-8
SSH_CONNECTION=::1 59636 ::1 22
XDG_SESSION_CLASS=user
TERM=xterm-256color
USER=glandorfl
CUDA_PATH=/opt/cuda
DISPLAY=themadhatter:10.0
SHLVL=1
XDG_SESSION_ID=17
LC_CTYPE=en_US.UTF-8
XDG_RUNTIME_DIR=/run/user/1013
SSH_CLIENT=::1 59636 22
DEBUGINFOD_URLS=https://debuginfod.archlinux.org
NVCC_CCBIN=/usr/bin/g++-13
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/cuda/bin:/opt/cuda/nsight_compute:/opt/cuda/nsight_systems/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1013/bus
MAIL=/var/spool/mail/glandorfl
SSH_TTY=/dev/pts/0
_=/usr/bin/printenvMadhatter Xorg.0.log
[312845.054]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[312845.054] Current Operating System: Linux themadhatter 6.6.52-1-lts #1 SMP PREEMPT_DYNAMIC Wed, 18 Sep 2024 19:02:04 +0000 x86_64
[312845.054] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=2a5e7f60-866e-43ab-b582-f4c40056e483 rw loglevel=3 quiet
[312845.054]
[312845.054] Current version of pixman: 0.43.4
[312845.054] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[312845.054] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[312845.054] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 1 09:17:14 2024
[312845.055] (==) Using config directory: "/etc/X11/xorg.conf.d"
[312845.055] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[312845.056] (==) No Layout section. Using the first Screen section.
[312845.056] (==) No screen section available. Using defaults.
[312845.056] (**) |-->Screen "Default Screen Section" (0)
[312845.056] (**) | |-->Monitor "<default monitor>"
[312845.056] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[312845.056] (**) | |-->Device "Nvidia card"
[312845.056] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[312845.056] (**) Option "IndirectGLX" "True"
[312845.056] (**) Allowing byte-swapped clients
[312845.056] (==) Automatically adding devices
[312845.056] (==) Automatically enabling devices
[312845.056] (==) Automatically adding GPU devices
[312845.056] (==) Automatically binding GPU devices
[312845.056] (==) Max clients allowed: 256, resource mask: 0x1fffff
[312845.056] (WW) The directory "/usr/share/fonts/misc" does not exist.
[312845.056] Entry deleted from font path.
[312845.056] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[312845.056] Entry deleted from font path.
[312845.056] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/Type1,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[312845.056] (==) ModulePath set to "/usr/lib/xorg/modules"
[312845.056] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[312845.056] (II) Module ABI versions:
[312845.056] X.Org ANSI C Emulation: 0.4
[312845.056] X.Org Video Driver: 25.2
[312845.056] X.Org XInput driver : 24.4
[312845.056] X.Org Server Extension : 10.0
[312845.057] (--) using VT number 2
[312845.057] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[312845.057] (II) xfree86: Adding drm device (/dev/dri/card1)
[312845.057] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.0/0000:02:00.0/drm/card1
[312845.057] (II) xfree86: Adding drm device (/dev/dri/card0)
[312845.057] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[312845.061] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[312845.063] (--) PCI:*(2@0:0:0) 10de:17c2:10de:1132 rev 161, Mem @ 0xfa000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[312845.063] (II) Open ACPI successful (/var/run/acpid.socket)
[312845.063] (II) LoadModule: "glx"
[312845.064] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[312845.067] (II) Module glx: vendor="X.Org Foundation"
[312845.067] compiled for 1.21.1.13, module version = 1.0.0
[312845.067] ABI class: X.Org Server Extension, version 10.0
[312845.067] (II) LoadModule: "nvidia"
[312845.067] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[312845.073] (II) Module nvidia: vendor="NVIDIA Corporation"
[312845.073] compiled for 1.6.99.901, module version = 1.0.0
[312845.073] Module class: X.Org Video Driver
[312845.074] (II) NVIDIA dlloader X Driver 560.35.03 Fri Aug 16 21:25:43 UTC 2024
[312845.074] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[312845.076] (II) Loading sub module "fb"
[312845.076] (II) LoadModule: "fb"
[312845.076] (II) Module "fb" already built-in
[312845.076] (II) Loading sub module "wfb"
[312845.076] (II) LoadModule: "wfb"
[312845.076] (II) Loading /usr/lib/xorg/modules/libwfb.so
[312845.077] (II) Module wfb: vendor="X.Org Foundation"
[312845.077] compiled for 1.21.1.13, module version = 1.0.0
[312845.077] ABI class: X.Org ANSI C Emulation, version 0.4
[312845.079] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[312845.079] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[312845.079] (==) NVIDIA(0): RGB weight 888
[312845.079] (==) NVIDIA(0): Default visual is TrueColor
[312845.079] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[312845.079] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[312845.079] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[312845.079] (**) NVIDIA(0): Enabling 2D acceleration
[312845.079] (II) Loading sub module "glxserver_nvidia"
[312845.079] (II) LoadModule: "glxserver_nvidia"
[312845.079] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[312845.121] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[312845.121] compiled for 1.6.99.901, module version = 1.0.0
[312845.121] Module class: X.Org Server Extension
[312845.121] (II) NVIDIA GLX Module 560.35.03 Fri Aug 16 21:27:48 UTC 2024
[312845.123] (II) NVIDIA: The X server supports PRIME Render Offload.
[312845.344] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:2:0:0
[312845.344] (--) NVIDIA(0): CRT-0
[312845.344] (--) NVIDIA(0): DFP-0 (boot)
[312845.344] (--) NVIDIA(0): DFP-1
[312845.344] (--) NVIDIA(0): DFP-2
[312845.344] (--) NVIDIA(0): DFP-3
[312845.344] (--) NVIDIA(0): DFP-4
[312845.344] (--) NVIDIA(0): DFP-5
[312845.344] (--) NVIDIA(0): DFP-6
[312845.344] (--) NVIDIA(0): DFP-7
[312845.345] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX TITAN X (GM200-A) at PCI:2:0:0
[312845.345] (II) NVIDIA(0): (GPU-0)
[312845.345] (--) NVIDIA(0): Memory: 12582912 kBytes
[312845.345] (--) NVIDIA(0): VideoBIOS: 84.00.45.00.03
[312845.345] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[312845.348] (--) NVIDIA(GPU-0): CRT-0: disconnected
[312845.348] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[312845.348] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-0: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[312845.351] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-1: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[312845.351] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-2: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[312845.351] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-3: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[312845.351] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-4: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[312845.351] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-5: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[312845.351] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-6: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[312845.351] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (--) NVIDIA(GPU-0): DFP-7: disconnected
[312845.351] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[312845.351] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[312845.351] (--) NVIDIA(GPU-0):
[312845.351] (==) NVIDIA(0):
[312845.351] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[312845.351] (==) NVIDIA(0): will be used as the requested mode.
[312845.351] (==) NVIDIA(0):
[312845.351] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[312845.351] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[312845.351] (II) NVIDIA(0): Validated MetaModes:
[312845.351] (II) NVIDIA(0): "NULL"
[312845.351] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[312845.351] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[312845.351] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[312845.352] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[312845.352] (II) NVIDIA: access.
[312845.370] (II) NVIDIA(0): Setting mode "NULL"
[312845.402] (==) NVIDIA(0): Disabling shared memory pixmaps
[312845.402] (==) NVIDIA(0): Backing store enabled
[312845.402] (==) NVIDIA(0): Silken mouse enabled
[312845.402] (==) NVIDIA(0): DPMS enabled
[312845.402] (II) Loading sub module "dri2"
[312845.402] (II) LoadModule: "dri2"
[312845.402] (II) Module "dri2" already built-in
[312845.402] (II) NVIDIA(0): [DRI2] Setup complete
[312845.402] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[312845.402] (II) Initializing extension Generic Event Extension
[312845.402] (II) Initializing extension SHAPE
[312845.402] (II) Initializing extension MIT-SHM
[312845.402] (II) Initializing extension XInputExtension
[312845.402] (II) Initializing extension XTEST
[312845.402] (II) Initializing extension BIG-REQUESTS
[312845.402] (II) Initializing extension SYNC
[312845.402] (II) Initializing extension XKEYBOARD
[312845.402] (II) Initializing extension XC-MISC
[312845.402] (II) Initializing extension SECURITY
[312845.403] (II) Initializing extension XFIXES
[312845.403] (II) Initializing extension RENDER
[312845.403] (II) Initializing extension RANDR
[312845.403] (II) Initializing extension COMPOSITE
[312845.403] (II) Initializing extension DAMAGE
[312845.403] (II) Initializing extension MIT-SCREEN-SAVER
[312845.403] (II) Initializing extension DOUBLE-BUFFER
[312845.403] (II) Initializing extension RECORD
[312845.403] (II) Initializing extension DPMS
[312845.403] (II) Initializing extension Present
[312845.403] (II) Initializing extension DRI3
[312845.403] (II) Initializing extension X-Resource
[312845.403] (II) Initializing extension XVideo
[312845.403] (II) Initializing extension XVideo-MotionCompensation
[312845.403] (II) Initializing extension GLX
[312845.403] (II) Initializing extension GLX
[312845.403] (II) GLX: Another vendor is already registered for screen 0
[312845.403] (II) Initializing extension XFree86-VidModeExtension
[312845.403] (II) Initializing extension XFree86-DGA
[312845.403] (II) Initializing extension XFree86-DRI
[312845.403] (II) Initializing extension DRI2
[312845.404] (II) Initializing extension NV-GLX
[312845.404] (II) Initializing extension NV-CONTROL
[312845.469] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[312845.469] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[312845.469] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[312845.469] (II) LoadModule: "libinput"
[312845.469] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[312845.473] (II) Module libinput: vendor="X.Org Foundation"
[312845.473] compiled for 1.21.1.13, module version = 1.4.0
[312845.473] Module class: X.Org XInput Driver
[312845.473] ABI class: X.Org XInput driver, version 24.4
[312845.473] (II) Using input driver 'libinput' for 'Power Button'
[312845.473] (**) Power Button: always reports core events
[312845.473] (**) Option "Device" "/dev/input/event1"
[312845.478] (II) event1 - Power Button: is tagged by udev as: Keyboard
[312845.478] (II) event1 - Power Button: device is a keyboard
[312845.478] (II) event1 - Power Button: device removed
[312845.495] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[312845.495] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[312845.496] (II) event1 - Power Button: is tagged by udev as: Keyboard
[312845.496] (II) event1 - Power Button: device is a keyboard
[312845.496] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[312845.496] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[312845.496] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[312845.496] (II) Using input driver 'libinput' for 'Power Button'
[312845.496] (**) Power Button: always reports core events
[312845.496] (**) Option "Device" "/dev/input/event0"
[312845.497] (II) event0 - Power Button: is tagged by udev as: Keyboard
[312845.497] (II) event0 - Power Button: device is a keyboard
[312845.497] (II) event0 - Power Button: device removed
[312845.525] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[312845.525] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[312845.526] (II) event0 - Power Button: is tagged by udev as: Keyboard
[312845.526] (II) event0 - Power Button: device is a keyboard
[312845.526] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event4)
[312845.526] (II) No input driver specified, ignoring this device.
[312845.526] (II) This device may have been added with another device file.
[312845.526] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event5)
[312845.526] (II) No input driver specified, ignoring this device.
[312845.526] (II) This device may have been added with another device file.
[312845.527] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event6)
[312845.527] (II) No input driver specified, ignoring this device.
[312845.527] (II) This device may have been added with another device file.
[312845.527] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event7)
[312845.527] (II) No input driver specified, ignoring this device.
[312845.527] (II) This device may have been added with another device file.
[312845.527] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[312845.527] (II) No input driver specified, ignoring this device.
[312845.527] (II) This device may have been added with another device file.
[312845.527] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event11)
[312845.527] (II) No input driver specified, ignoring this device.
[312845.527] (II) This device may have been added with another device file.
[312845.528] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event12)
[312845.528] (II) No input driver specified, ignoring this device.
[312845.528] (II) This device may have been added with another device file.
[312845.528] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event13)
[312845.528] (II) No input driver specified, ignoring this device.
[312845.528] (II) This device may have been added with another device file.
[312845.528] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event14)
[312845.528] (II) No input driver specified, ignoring this device.
[312845.528] (II) This device may have been added with another device file.
[312845.528] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event15)
[312845.528] (II) No input driver specified, ignoring this device.
[312845.528] (II) This device may have been added with another device file.
[312845.529] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event8)
[312845.529] (II) No input driver specified, ignoring this device.
[312845.529] (II) This device may have been added with another device file.
[312845.529] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
[312845.529] (II) No input driver specified, ignoring this device.
[312845.529] (II) This device may have been added with another device file.
[312845.529] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event3)
[312845.529] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[312845.529] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[312845.529] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[312845.529] (**) Eee PC WMI hotkeys: always reports core events
[312845.529] (**) Option "Device" "/dev/input/event3"
[312845.530] (II) event3 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[312845.530] (II) event3 - Eee PC WMI hotkeys: device is a keyboard
[312845.530] (II) event3 - Eee PC WMI hotkeys: device removed
[312845.558] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input3/event3"
[312845.558] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 8)
[312845.559] (II) event3 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[312845.559] (II) event3 - Eee PC WMI hotkeys: device is a keyboard
[312845.559] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[312845.559] (II) No input driver specified, ignoring this device.
[312845.559] (II) This device may have been added with another device file.
[312845.575] (II) event1 - Power Button: device removed
[312845.592] (II) event0 - Power Button: device removed
[312845.622] (II) event3 - Eee PC WMI hotkeys: device removed
[312845.643] (II) UnloadModule: "libinput"
[312845.643] (II) UnloadModule: "libinput"
[312845.644] (II) UnloadModule: "libinput"
[312846.450] (II) NVIDIA(GPU-0): Deleting GPU-0
[312846.455] (II) Server terminated successfully (0). Closing log file.Offline
I'm logging into themadhatter with a VNC session (tigerVNC) which is the display.
https://github.com/TigerVNC/tigervnc/is … 2180765032
So the current workflow is: from my laptop I use vncviewer via ssh tunneling onto themadhatter. From the madhatter, I ssh to redqueen.
Is there any reason why you're not ssh'ing into redqueen from your laptop directly?
Offline
I am running tigervnc v1.14.0.1 as the vncserver so that should be fine. But glxinfo -B still shows llvmpipe as the renderer for both madhatter (system A) and redqueen (system B).
Related: maybe I am misunderstanding how these things should work but to get hardware accelerated rendering with openGL on redqueen for faster/better plotting in matlab/paraview, do I need to have the vnc on madhatter accelerated or rather the plotting process on redqueen? I get that the visuals are still being rendered onto the VNC display but who's actually doing the heavy lifting there?
In any case, both arch systems still seem to have (maybe the same?) problem of not being able to use openGL.
------
Regarding your question "Is there any reason why you're not ssh'ing into redqueen from your laptop directly?".
Yes, using the VNC approach has several benefits as both arch systems are being used as "workstations". I can open the vnc, start computations and leave, before just connecting to the same VNC window again later. Yes, tmux offers similar functionality but without the GUI.
Also, GUI forwarding via ssh directly is extremely slow when used remotely.
Furthermore, there are more arch systems also used as workstations. It's currently set up to have madhatter as the VNC entry point and then open up any windows through ssh.
Yes, I could have a dedicated VNC for redqueen as well. That is indeed an option but it was set up like this previously and is convenient when people use multiple workstations and just need the VNC login to madhatter.
Is this setup perfect? Probably not! And if there's no way to get openGL rendering working again I will definitely consider changing it, but it was set up like this by someone else and has been working nicely for us (research group).
Offline
I get that the visuals are still being rendered onto the VNC display but who's actually doing the heavy lifting there?
VNC is bitmap based, the graphics are rendered on the server but (indirect) GLX will use the X11 server to render, ie. if the X11 client is on redqueen but the X11 server on maderhatter, maderhatter will do the heavy lifting. VNC always looks at the result.
If you want to run the client and have it render on redqueen, you want to run an X11 server there and vnc into it.
I'd try that anyway to sequence and drastically simplify the problem.
If the accleration was cuda/gpgpu based you'd just have to run the client on the accelerated system (redqueen)
Ftr, https://gitlab.archlinux.org/archlinux/ … =heads#L64 ha glx enabled, but idk whether that works w/ the nvidia driver.
Edit: you might be able to try and use nvidia-open and the modesetting driver.
Last edited by seth (2024-10-02 14:33:13)
Offline