Hi everyone,
Recently had an update that resulted in my monitor saying no HDMI signal after boot when expecting the greeter. I am running a dual-boot setup with Windows, and no graphical issues on the windows side. Setup is nvidia-dkms (NVIDIA GeForce RTX 3090, nvidia-dkms-570.133.07-2), single monitor via HDMI. I’ve tried to boot on all three kernels shown below with the same result. Saw older forum posts to disable plymouth which has been done.
Oddly nvidia-smi
returns NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
but I’m unsure if this is due to running in a chroot environment.
Looking for any suggestions!
Installed kernels:
Currently running: 6.12.4-1-MANJARO (linux612)
The following kernels are installed in your system:
* linux510
* linux61
* linux66
Nvidia logs from dmesg | grep -i nvidia
:
[ 2.041427] nouveau 0000:01:00.0: NVIDIA GA102 (b72000a1)
[ 11.877417] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[ 11.877531] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[ 11.877659] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[ 11.877855] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
Contents of /var/log/Xorg.0.log
:
[ 8.578]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 8.578] Current Operating System: Linux potato 6.6.84-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sat Mar 22 22:46:54 UTC 2025 x86_64
[ 8.578] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.6-x86_64 root=UUID=3c651c50-ac8a-47a6-b83c-6122b64e8310 ro plymouth.enable=0 disablehooks=plymouth rcutree.gp_init_delay=1 nouveau.modeset=0 apparmor=1 security=apparmor udev.log_priority=3 ibt=off
[ 8.578]
[ 8.578] Current version of pixman: 0.44.2
[ 8.578] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 8.578] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8.578] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 10 00:48:30 2025
[ 8.580] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 8.580] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 8.581] (==) ServerLayout "Layout0"
[ 8.581] (**) |-->Screen "Screen0" (0)
[ 8.581] (**) | |-->Monitor "Monitor0"
[ 8.581] (**) | |-->Device "Device0"
[ 8.581] (**) |-->Input Device "Keyboard0"
[ 8.581] (**) |-->Input Device "Mouse0"
[ 8.581] (**) Allowing byte-swapped clients
[ 8.581] (==) Automatically adding devices
[ 8.581] (==) Automatically enabling devices
[ 8.581] (==) Automatically adding GPU devices
[ 8.581] (==) Automatically binding GPU devices
[ 8.581] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 8.582] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 8.582] Entry deleted from font path.
[ 8.582] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 8.582] Entry deleted from font path.
[ 8.582] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 8.582] Entry deleted from font path.
[ 8.582] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 8.582] Entry deleted from font path.
[ 8.582] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF
[ 8.582] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 8.582] (**) Extension "COMPOSITE" is enabled
[ 8.582] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 8.582] (WW) Disabling Keyboard0
[ 8.582] (WW) Disabling Mouse0
[ 8.582] (II) Module ABI versions:
[ 8.582] X.Org ANSI C Emulation: 0.4
[ 8.582] X.Org Video Driver: 25.2
[ 8.582] X.Org XInput driver : 24.4
[ 8.582] X.Org Server Extension : 10.0
[ 8.582] (++) using VT number 7
[ 8.582] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 8.583] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 8.583] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card2
[ 8.585] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 8.585] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 8.586] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 8.586] (--) PCI: (0@0:2:0) 8086:a780:1462:7d91 rev 4, Mem @ 0x6802000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64
[ 8.586] (--) PCI:*(1@0:0:0) 10de:2204:3842:3987 rev 161, Mem @ 0x81000000/16777216, 0x6000000000/34359738368, 0x6800000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 8.586] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 8.586] (II) LoadModule: "glx"
[ 8.586] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 8.591] (II) Module glx: vendor="X.Org Foundation"
[ 8.591] compiled for 1.21.1.16, module version = 1.0.0
[ 8.591] ABI class: X.Org Server Extension, version 10.0
[ 8.591] (II) LoadModule: "nvidia"
[ 8.592] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 8.595] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 8.595] compiled for 1.6.99.901, module version = 1.0.0
[ 8.595] Module class: X.Org Video Driver
[ 8.595] (II) NVIDIA dlloader X Driver 570.133.07 Fri Mar 14 12:44:59 UTC 2025
[ 8.595] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 8.603] (II) Loading sub module "fb"
[ 8.603] (II) LoadModule: "fb"
[ 8.603] (II) Module "fb" already built-in
[ 8.603] (II) Loading sub module "wfb"
[ 8.603] (II) LoadModule: "wfb"
[ 8.603] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 8.604] (II) Module wfb: vendor="X.Org Foundation"
[ 8.604] compiled for 1.21.1.16, module version = 1.0.0
[ 8.604] ABI class: X.Org ANSI C Emulation, version 0.4
[ 8.605] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 8.605] (==) NVIDIA(0): RGB weight 888
[ 8.605] (==) NVIDIA(0): Default visual is TrueColor
[ 8.605] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 8.605] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[ 8.605] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 8.605] (**) NVIDIA(0): Enabling 2D acceleration
[ 8.605] (II) Loading sub module "glxserver_nvidia"
[ 8.605] (II) LoadModule: "glxserver_nvidia"
[ 8.605] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 8.661] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 8.661] compiled for 1.6.99.901, module version = 1.0.0
[ 8.661] Module class: X.Org Server Extension
[ 8.661] (II) NVIDIA GLX Module 570.133.07 Fri Mar 14 12:49:49 UTC 2025
[ 8.661] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 8.664] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 8.664] (--) NVIDIA(0): DFP-0 (boot)
[ 8.664] (--) NVIDIA(0): DFP-1
[ 8.664] (--) NVIDIA(0): DFP-2
[ 8.664] (--) NVIDIA(0): DFP-3
[ 8.664] (--) NVIDIA(0): DFP-4
[ 8.664] (--) NVIDIA(0): DFP-5
[ 8.664] (--) NVIDIA(0): DFP-6
[ 8.673] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3090 (GA102-A) at PCI:1:0:0
[ 8.673] (II) NVIDIA(0): (GPU-0)
[ 8.673] (--) NVIDIA(0): Memory: 25165824 kBytes
[ 8.673] (--) NVIDIA(0): VideoBIOS: 94.02.42.80.ad
[ 8.673] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 8.750] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-0): connected
[ 8.750] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-0): Internal TMDS
[ 8.750] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-0): 600.0 MHz maximum pixel clock
[ 8.750] (--) NVIDIA(GPU-0):
[ 8.750] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 8.750] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 8.750] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 8.750] (--) NVIDIA(GPU-0):
[ 8.750] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 8.750] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 8.750] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 8.750] (--) NVIDIA(GPU-0):
[ 8.750] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 8.750] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 8.750] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 8.750] (--) NVIDIA(GPU-0):
[ 8.751] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 8.751] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 8.751] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 8.751] (--) NVIDIA(GPU-0):
[ 8.751] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 8.751] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 8.751] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 8.751] (--) NVIDIA(GPU-0):
[ 8.751] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 8.751] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 8.751] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 8.751] (--) NVIDIA(GPU-0):
[ 8.780] (==) NVIDIA(0):
[ 8.780] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 8.780] (==) NVIDIA(0): will be used as the requested mode.
[ 8.780] (==) NVIDIA(0):
[ 8.783] (II) NVIDIA(0): Validated MetaModes:
[ 8.783] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
[ 8.783] (II) NVIDIA(0): Virtual screen size determined to be 3440 x 1440
[ 8.921] (--) NVIDIA(0): DPI set to (109, 107); computed from "UseEdidDpi" X config
[ 8.921] (--) NVIDIA(0): option
[ 8.923] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 8.923] (II) NVIDIA: access.
[ 8.939] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 8.940] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 8.940] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 8.940] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 8.940] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 8.940] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 8.940] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 8.940] (II) NVIDIA(0): Config Options in the README.
[ 8.951] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 8.997] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 8.997] (==) NVIDIA(0): Backing store enabled
[ 8.997] (==) NVIDIA(0): Silken mouse enabled
[ 8.997] (**) NVIDIA(0): DPMS enabled
[ 8.997] (WW) NVIDIA(0): Option "NoLogo" is not used
[ 8.997] (II) Loading sub module "dri2"
[ 8.997] (II) LoadModule: "dri2"
[ 8.997] (II) Module "dri2" already built-in
[ 8.997] (II) NVIDIA(0): [DRI2] Setup complete
[ 8.997] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 8.997] (II) Initializing extension Generic Event Extension
[ 8.997] (II) Initializing extension SHAPE
[ 8.997] (II) Initializing extension MIT-SHM
[ 8.997] (II) Initializing extension XInputExtension
[ 8.997] (II) Initializing extension XTEST
[ 8.997] (II) Initializing extension BIG-REQUESTS
[ 8.997] (II) Initializing extension SYNC
[ 8.997] (II) Initializing extension XKEYBOARD
[ 8.997] (II) Initializing extension XC-MISC
[ 8.997] (II) Initializing extension SECURITY
[ 8.998] (II) Initializing extension XFIXES
[ 8.998] (II) Initializing extension RENDER
[ 8.998] (II) Initializing extension RANDR
[ 8.998] (II) Initializing extension COMPOSITE
[ 8.998] (II) Initializing extension DAMAGE
[ 8.998] (II) Initializing extension MIT-SCREEN-SAVER
[ 8.998] (II) Initializing extension DOUBLE-BUFFER
[ 8.998] (II) Initializing extension RECORD
[ 8.998] (II) Initializing extension DPMS
[ 8.998] (II) Initializing extension Present
[ 8.998] (II) Initializing extension DRI3
[ 8.998] (II) Initializing extension X-Resource
[ 8.998] (II) Initializing extension XVideo
[ 8.998] (II) Initializing extension XVideo-MotionCompensation
[ 8.998] (II) Initializing extension GLX
[ 8.998] (II) Initializing extension GLX
[ 8.998] (II) Indirect GLX disabled.
[ 8.998] (II) GLX: Another vendor is already registered for screen 0
[ 8.998] (II) Initializing extension XFree86-VidModeExtension
[ 8.998] (II) Initializing extension XFree86-DGA
[ 8.998] (II) Initializing extension XFree86-DRI
[ 8.998] (II) Initializing extension DRI2
[ 8.998] (II) Initializing extension NV-GLX
[ 8.998] (II) Initializing extension NV-CONTROL
[ 8.998] (II) Initializing extension XINERAMA
[ 9.049] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 9.049] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 9.049] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 9.049] (**) Power Button: Applying InputClass "system-keyboard"
[ 9.049] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 9.049] (II) LoadModule: "libinput"
[ 9.049] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 9.050] (II) Module libinput: vendor="X.Org Foundation"
[ 9.050] compiled for 1.21.1.13, module version = 1.5.0
[ 9.050] Module class: X.Org XInput Driver
[ 9.050] ABI class: X.Org XInput driver, version 24.4
[ 9.050] (II) Using input driver 'libinput' for 'Power Button'
[ 9.050] (**) Power Button: always reports core events
[ 9.050] (**) Option "Device" "/dev/input/event2"
[ 9.053] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 9.054] (II) event2 - Power Button: device is a keyboard
[ 9.054] (II) event2 - Power Button: device removed
[ 9.073] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 9.073] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 9.073] (**) Option "xkb_layout" "us"
[ 9.073] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 9.087] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 9.087] (II) event2 - Power Button: device is a keyboard
[ 9.087] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 9.087] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 9.087] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 9.087] (**) Video Bus: Applying InputClass "system-keyboard"
[ 9.087] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[ 9.088] (II) Using input driver 'libinput' for 'Video Bus'
[ 9.088] (**) Video Bus: always reports core events
[ 9.088] (**) Option "Device" "/dev/input/event3"
[ 9.088] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 9.088] (II) event3 - Video Bus: device is a keyboard
[ 9.088] (II) event3 - Video Bus: device removed
[ 9.123] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 9.123] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 9.123] (**) Option "xkb_layout" "us"
[ 9.123] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 9.124] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 9.124] (II) event3 - Video Bus: device is a keyboard
[ 9.125] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 9.125] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 9.125] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 9.125] (**) Power Button: Applying InputClass "system-keyboard"
[ 9.125] (**) Power Button: Applying InputClass "Keyboard Defaults"
[ 9.125] (II) Using input driver 'libinput' for 'Power Button'
[ 9.125] (**) Power Button: always reports core events
[ 9.125] (**) Option "Device" "/dev/input/event1"
[ 9.126] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 9.126] (II) event1 - Power Button: device is a keyboard
[ 9.126] (II) event1 - Power Button: device removed
[ 9.166] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 9.166] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 9.166] (**) Option "xkb_layout" "us"
[ 9.166] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 9.168] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 9.168] (II) event1 - Power Button: device is a keyboard
[ 9.169] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 9.169] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 9.169] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 9.169] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 9.169] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[ 9.169] (II) Using input driver 'libinput' for 'Sleep Button'
[ 9.169] (**) Sleep Button: always reports core events
[ 9.169] (**) Option "Device" "/dev/input/event0"
[ 9.170] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 9.170] (II) event0 - Sleep Button: device is a keyboard
[ 9.170] (II) event0 - Sleep Button: device removed
[ 9.193] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 9.193] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 9.193] (**) Option "xkb_layout" "us"
[ 9.193] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 9.194] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 9.194] (II) event0 - Sleep Button: device is a keyboard
[ 9.195] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[ 9.195] (II) No input driver specified, ignoring this device.
[ 9.195] (II) This device may have been added with another device file.
[ 9.196] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 9.196] (II) No input driver specified, ignoring this device.
[ 9.196] (II) This device may have been added with another device file.
[ 9.196] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[ 9.196] (II) No input driver specified, ignoring this device.
[ 9.196] (II) This device may have been added with another device file.
[ 9.197] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[ 9.197] (II) No input driver specified, ignoring this device.
[ 9.197] (II) This device may have been added with another device file.
[ 9.199] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event6)
[ 9.199] (II) No input driver specified, ignoring this device.
[ 9.199] (II) This device may have been added with another device file.
[ 9.199] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event7)
[ 9.199] (II) No input driver specified, ignoring this device.
[ 9.199] (II) This device may have been added with another device file.
[ 9.200] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event8)
[ 9.200] (II) No input driver specified, ignoring this device.
[ 9.200] (II) This device may have been added with another device file.
[ 9.200] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
[ 9.200] (II) No input driver specified, ignoring this device.
[ 9.200] (II) This device may have been added with another device file.
[ 9.201] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 9.201] (II) No input driver specified, ignoring this device.
[ 9.201] (II) This device may have been added with another device file.
[ 11.707] (II) config/udev: Adding input device USB-HID Keyboard (/dev/input/event18)
[ 11.707] (**) USB-HID Keyboard: Applying InputClass "evdev keyboard catchall"
[ 11.707] (**) USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[ 11.707] (**) USB-HID Keyboard: Applying InputClass "system-keyboard"
[ 11.707] (**) USB-HID Keyboard: Applying InputClass "Keyboard Defaults"
[ 11.707] (II) Using input driver 'libinput' for 'USB-HID Keyboard'
[ 11.707] (**) USB-HID Keyboard: always reports core events
[ 11.707] (**) Option "Device" "/dev/input/event18"
[ 11.711] (II) event18 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 11.711] (II) event18 - USB-HID Keyboard: device is a keyboard
[ 11.711] (II) event18 - USB-HID Keyboard: device removed
[ 11.743] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.0/0003:04D9:0163.0006/input/input18/event18"
[ 11.743] (II) XINPUT: Adding extended input device "USB-HID Keyboard" (type: KEYBOARD, id 10)
[ 11.743] (**) Option "xkb_layout" "us"
[ 11.743] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.745] (II) event18 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 11.745] (II) event18 - USB-HID Keyboard: device is a keyboard
[ 11.747] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/event16)
[ 11.747] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "evdev keyboard catchall"
[ 11.747] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "libinput keyboard catchall"
[ 11.747] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "system-keyboard"
[ 11.747] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "Keyboard Defaults"
[ 11.747] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle'
[ 11.747] (**) Razer Razer Viper Ultimate Dongle: always reports core events
[ 11.747] (**) Option "Device" "/dev/input/event16"
[ 11.749] (II) event16 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Keyboard
[ 11.749] (II) event16 - Razer Razer Viper Ultimate Dongle: device is a keyboard
[ 11.750] (II) event16 - Razer Razer Viper Ultimate Dongle: device removed
[ 11.786] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1:1.2/0003:1532:007B.0003/input/input16/event16"
[ 11.786] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle" (type: KEYBOARD, id 11)
[ 11.786] (**) Option "xkb_layout" "us"
[ 11.786] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.789] (II) event16 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Keyboard
[ 11.789] (II) event16 - Razer Razer Viper Ultimate Dongle: device is a keyboard
[ 11.791] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle Keyboard (/dev/input/event14)
[ 11.791] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "evdev keyboard catchall"
[ 11.791] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "libinput keyboard catchall"
[ 11.791] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "system-keyboard"
[ 11.791] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "Keyboard Defaults"
[ 11.791] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle Keyboard'
[ 11.791] (**) Razer Razer Viper Ultimate Dongle Keyboard: always reports core events
[ 11.791] (**) Option "Device" "/dev/input/event14"
[ 11.793] (II) event14 - Razer Razer Viper Ultimate Dongle Keyboard: is tagged by udev as: Keyboard
[ 11.793] (II) event14 - Razer Razer Viper Ultimate Dongle Keyboard: device is a keyboard
[ 11.794] (II) event14 - Razer Razer Viper Ultimate Dongle Keyboard: device removed
[ 11.836] (II) libinput: Razer Razer Viper Ultimate Dongle Keyboard: needs a virtual subdevice
[ 11.836] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1:1.1/0003:1532:007B.0002/input/input14/event14"
[ 11.836] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle Keyboard" (type: MOUSE, id 12)
[ 11.836] (**) Option "AccelerationScheme" "none"
[ 11.836] (**) Razer Razer Viper Ultimate Dongle Keyboard: (accel) selected scheme none/0
[ 11.836] (**) Razer Razer Viper Ultimate Dongle Keyboard: (accel) acceleration factor: 2.000
[ 11.836] (**) Razer Razer Viper Ultimate Dongle Keyboard: (accel) acceleration threshold: 4
[ 11.837] (II) event14 - Razer Razer Viper Ultimate Dongle Keyboard: is tagged by udev as: Keyboard
[ 11.837] (II) event14 - Razer Razer Viper Ultimate Dongle Keyboard: device is a keyboard
[ 11.837] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "evdev keyboard catchall"
[ 11.837] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "libinput keyboard catchall"
[ 11.837] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "system-keyboard"
[ 11.837] (**) Razer Razer Viper Ultimate Dongle Keyboard: Applying InputClass "Keyboard Defaults"
[ 11.837] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle Keyboard'
[ 11.837] (**) Razer Razer Viper Ultimate Dongle Keyboard: always reports core events
[ 11.837] (**) Option "Device" "/dev/input/event14"
[ 11.837] (II) libinput: Razer Razer Viper Ultimate Dongle Keyboard: is a virtual subdevice
[ 11.837] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1:1.1/0003:1532:007B.0002/input/input14/event14"
[ 11.837] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle Keyboard" (type: KEYBOARD, id 13)
[ 11.837] (**) Option "xkb_layout" "us"
[ 11.837] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.838] (II) config/udev: Adding input device USB-HID Keyboard System Control (/dev/input/event19)
[ 11.838] (**) USB-HID Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[ 11.838] (**) USB-HID Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 11.838] (**) USB-HID Keyboard System Control: Applying InputClass "system-keyboard"
[ 11.838] (**) USB-HID Keyboard System Control: Applying InputClass "Keyboard Defaults"
[ 11.838] (II) Using input driver 'libinput' for 'USB-HID Keyboard System Control'
[ 11.838] (**) USB-HID Keyboard System Control: always reports core events
[ 11.838] (**) Option "Device" "/dev/input/event19"
[ 11.838] (II) event19 - USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 11.838] (II) event19 - USB-HID Keyboard System Control: device is a keyboard
[ 11.838] (II) event19 - USB-HID Keyboard System Control: device removed
[ 11.876] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.2/0003:04D9:0163.0008/input/input19/event19"
[ 11.876] (II) XINPUT: Adding extended input device "USB-HID Keyboard System Control" (type: KEYBOARD, id 14)
[ 11.876] (**) Option "xkb_layout" "us"
[ 11.876] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 11.877] (II) event19 - USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 11.877] (II) event19 - USB-HID Keyboard System Control: device is a keyboard
[ 11.878] (II) config/udev: Adding input device USB-HID Keyboard Mouse (/dev/input/event21)
[ 11.878] (**) USB-HID Keyboard Mouse: Applying InputClass "evdev pointer catchall"
[ 11.878] (**) USB-HID Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 11.878] (II) Using input driver 'libinput' for 'USB-HID Keyboard Mouse'
[ 11.878] (**) USB-HID Keyboard Mouse: always reports core events
[ 11.878] (**) Option "Device" "/dev/input/event21"
[ 11.879] (II) event21 - USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 11.879] (II) event21 - USB-HID Keyboard Mouse: device is a pointer
[ 11.879] (II) event21 - USB-HID Keyboard Mouse: device removed
[ 11.936] (II) libinput: USB-HID Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 11.936] (II) libinput: USB-HID Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 11.936] (II) libinput: USB-HID Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 11.936] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.2/0003:04D9:0163.0008/input/input21/event21"
[ 11.936] (II) XINPUT: Adding extended input device "USB-HID Keyboard Mouse" (type: MOUSE, id 15)
[ 11.936] (**) Option "AccelerationScheme" "none"
[ 11.936] (**) USB-HID Keyboard Mouse: (accel) selected scheme none/0
[ 11.936] (**) USB-HID Keyboard Mouse: (accel) acceleration factor: 2.000
[ 11.936] (**) USB-HID Keyboard Mouse: (accel) acceleration threshold: 4
[ 11.937] (II) event21 - USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 11.937] (II) event21 - USB-HID Keyboard Mouse: device is a pointer
[ 11.938] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/event15)
[ 11.938] (II) No input driver specified, ignoring this device.
[ 11.938] (II) This device may have been added with another device file.
[ 11.938] (II) config/udev: Adding input device USB-HID Keyboard Consumer Control (/dev/input/event20)
[ 11.938] (**) USB-HID Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 11.938] (**) USB-HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 11.938] (**) USB-HID Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 11.938] (**) USB-HID Keyboard Consumer Control: Applying InputClass "Keyboard Defaults"
[ 11.938] (II) Using input driver 'libinput' for 'USB-HID Keyboard Consumer Control'
[ 11.938] (**) USB-HID Keyboard Consumer Control: always reports core events
[ 11.938] (**) Option "Device" "/dev/input/event20"
[ 11.939] (II) event20 - USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 11.939] (II) event20 - USB-HID Keyboard Consumer Control: device is a keyboard
[ 11.939] (II) event20 - USB-HID Keyboard Consumer Control: device removed
[ 12.016] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.2/0003:04D9:0163.0008/input/input20/event20"
[ 12.016] (II) XINPUT: Adding extended input device "USB-HID Keyboard Consumer Control" (type: KEYBOARD, id 16)
[ 12.016] (**) Option "xkb_layout" "us"
[ 12.016] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 12.018] (II) event20 - USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 12.018] (II) event20 - USB-HID Keyboard Consumer Control: device is a keyboard
[ 12.018] (II) config/udev: Adding input device USB-HID Keyboard Mouse (/dev/input/mouse1)
[ 12.018] (II) No input driver specified, ignoring this device.
[ 12.018] (II) This device may have been added with another device file.
[ 12.019] (II) config/udev: Adding input device MSI MYSTIC LIGHT (/dev/input/event17)
[ 12.019] (II) No input driver specified, ignoring this device.
[ 12.019] (II) This device may have been added with another device file.
[ 12.019] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/event13)
[ 12.019] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "evdev pointer catchall"
[ 12.019] (**) Razer Razer Viper Ultimate Dongle: Applying InputClass "libinput pointer catchall"
[ 12.019] (II) Using input driver 'libinput' for 'Razer Razer Viper Ultimate Dongle'
[ 12.019] (**) Razer Razer Viper Ultimate Dongle: always reports core events
[ 12.019] (**) Option "Device" "/dev/input/event13"
[ 12.075] (II) event13 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Mouse
[ 12.075] (II) event13 - Razer Razer Viper Ultimate Dongle: device is a pointer
[ 12.076] (II) event13 - Razer Razer Viper Ultimate Dongle: device removed
[ 12.106] (II) libinput: Razer Razer Viper Ultimate Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 12.106] (II) libinput: Razer Razer Viper Ultimate Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 12.106] (II) libinput: Razer Razer Viper Ultimate Dongle: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 12.106] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1:1.0/0003:1532:007B.0001/input/input13/event13"
[ 12.106] (II) XINPUT: Adding extended input device "Razer Razer Viper Ultimate Dongle" (type: MOUSE, id 17)
[ 12.107] (**) Option "AccelerationScheme" "none"
[ 12.107] (**) Razer Razer Viper Ultimate Dongle: (accel) selected scheme none/0
[ 12.107] (**) Razer Razer Viper Ultimate Dongle: (accel) acceleration factor: 2.000
[ 12.107] (**) Razer Razer Viper Ultimate Dongle: (accel) acceleration threshold: 4
[ 12.165] (II) event13 - Razer Razer Viper Ultimate Dongle: is tagged by udev as: Mouse
[ 12.165] (II) event13 - Razer Razer Viper Ultimate Dongle: device is a pointer
[ 12.167] (II) config/udev: Adding input device Razer Razer Viper Ultimate Dongle (/dev/input/mouse0)
[ 12.167] (II) No input driver specified, ignoring this device.
[ 12.167] (II) This device may have been added with another device file.
[ 20.905] (II) event2 - Power Button: device removed
[ 20.936] (II) event3 - Video Bus: device removed
[ 21.053] (II) event1 - Power Button: device removed
[ 21.103] (II) event0 - Sleep Button: device removed
[ 21.166] (II) event18 - USB-HID Keyboard: device removed
[ 21.220] (II) event16 - Razer Razer Viper Ultimate Dongle: device removed
[ 21.256] (II) event14 - Razer Razer Viper Ultimate Dongle Keyboard: device removed
[ 21.286] (II) event19 - USB-HID Keyboard System Control: device removed
[ 21.316] (II) event21 - USB-HID Keyboard Mouse: device removed
[ 21.393] (II) event20 - USB-HID Keyboard Consumer Control: device removed
[ 21.446] (II) event13 - Razer Razer Viper Ultimate Dongle: device removed
[ 21.518] (II) UnloadModule: "libinput"
[ 21.518] (II) UnloadModule: "libinput"
[ 21.518] (II) UnloadModule: "libinput"
[ 21.518] (II) UnloadModule: "libinput"
[ 21.518] (II) UnloadModule: "libinput"
[ 21.518] (II) UnloadModule: "libinput"
[ 21.518] (II) UnloadModule: "libinput"
[ 21.518] (II) UnloadModule: "libinput"
[ 21.518] (II) UnloadModule: "libinput"
[ 21.518] (II) UnloadModule: "libinput"
[ 21.518] (II) UnloadModule: "libinput"
[ 21.519] (II) UnloadModule: "libinput"
[ 21.718] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 21.763] (II) Server terminated successfully (0). Closing log file.
Output of inxi --filter --verbosity=8
:
12System:
12Kernel 6.12.4-1-MANJARO 12arch x86_64 12bits 64 12compiler gcc 12v 14.2.1 12clocksource tsc
12avail hpet,acpi_pm 12parameters BOOT_IMAGE=/boot/vmlinuz-x86_64 lang=en_US keytable=us tz=UTC
misobasedir=manjaro misolabel=MANJARO_KDE_2421 quiet systemd.show_status=1 splash driver=free
nouveau.modeset=1 i915.modeset=1 radeon.modeset=1
12Desktop KDE Plasma 12v ERR-101 12tk Qt 12v N/A 12wm kwin_x11 12tools 12avail light-locker 12dm N/A
12Distro Manjaro 12base Arch Linux
12Machine:
12Type Desktop 12Mobo Micro-Star 12model MPG Z790 EDGE WIFI (MS-7D91) 12v 3.0 12serial <filter>
12uuid a9b78f99-c540-b316-a211-047c16e6c83b 12UEFI American Megatrends LLC. 12v H.E0 12date 09/26/2024
12Battery:
12Message No system battery data found. Is one present?
12Memory:
12System RAM 12total 32 GiB 12available 31.11 GiB 12used 2.53 GiB (8.1%)
12Array-1 12capacity 128 GiB 12slots 4 12modules 2 12EC None 12max-module-size 32 GiB 12note est.
12Device-1 Controller0-DIMMA1 12type no module installed
12Device-2 Controller0-DIMMA2 12type DDR5 12detail synchronous 12size 16 GiB 12speed 4800 MT/s 12volts
12curr 1.1 12min 1.1 12max 1.4 12width (bits) 12data 64 12total 64 12manufacturer Corsair
12part-no CMH32GX5M2E6000C36 12serial N/A
12Device-3 Controller1-DIMMB1 12type no module installed
12Device-4 Controller1-DIMMB2 12type DDR5 12detail synchronous 12size 16 GiB 12speed 4800 MT/s 12volts
12curr 1.1 12min 1.1 12max 1.4 12width (bits) 12data 64 12total 64 12manufacturer Corsair
12part-no CMH32GX5M2E6000C36 12serial N/A
12PCI Slots:
12Slot 0 12type PCIe 12status in use 12info J6B2 12length long 12volts 3.3 12bus-ID 00:01.0 12children 121 01:00.0
12class-ID 0300 12type display 122 01:00.1 12class-ID 0403 12type audio
12Slot 1 12type PCIe 12status in use 12info J6B1 12length short 12volts 3.3 12bus-ID 00:1c.3 12children
121 04:00.0 12class-ID 0106 12type mass-storage
12Slot 2 12type PCIe 12status in use 12info J6D1 12length short 12volts 3.3 12bus-ID 00:1c.4
12Slot 3 12type PCIe 12status in use 12info J7B1 12length short 12volts 3.3 12bus-ID 00:1c.5
12Slot 4 12type PCIe 12status in use 12info J8B4 12length short 12volts 3.3 12bus-ID 00:1c.6
12Slot 5 12type PCIe 12status in use 12info J8D1 12length short 12volts 3.3 12bus-ID 00:1c.7
12Slot 6 12type PCI 12status in use 12info J8B3 12length short 12volts 3.3 12bus-ID 00:1e.0
12CPU:
12Info 12model Intel Core i9-14900K 12socket LGA1700 (U3E1) 12note check 12bits 64 12type MST AMCP
12arch Raptor Lake 12gen core 14 12level v3 12note check 12built 2022+ 12process Intel 7 (10nm) 12family 6
12model-id 0xB7 (183) 12stepping 1 12microcode 0x12B
12Topology 12cpus 1x 12dies 1 12clusters 12 12cores 24 12threads 32 12mt 8 12tpc 2 12st 16 12smt enabled 12cache
12L1 2.1 MiB 12desc d-16x32 KiB, 8x48 KiB; i-8x32 KiB, 16x64 KiB 12L2 32 MiB 12desc 8x2 MiB, 4x4 MiB
12L3 36 MiB 12desc 1x36 MiB
12Speed (MHz) 12avg 1066 12min/max 800/5700:6000:4400 12base/boost 3168/8500 12scaling
12driver intel_pstate 12governor powersave 12volts 1.0 V 12ext-clock 100 MHz 12cores 121 1066 122 1066 123 1066
124 1066 125 1066 126 1066 127 1066 128 1066 129 1066 1210 1066 1211 1066 1212 1066 1213 1066 1214 1066 1215 1066
1216 1066 1217 1066 1218 1066 1219 1066 1220 1066 1221 1066 1222 1066 1223 1066 1224 1066 1225 1066 1226 1066 1227 1066
1228 1066 1229 1066 1230 1066 1231 1066 1232 1066 12bogomips 204032
12Flags 3dnowprefetch abm acpi adx aes aperfmperf apic arat arch_capabilities arch_lbr
arch_perfmon art avx avx2 avx_vnni bmi1 bmi2 bts clflush clflushopt clwb cmov constant_tsc
cpuid cpuid_fault cx16 cx8 de ds_cpl dtes64 dtherm dts ept ept_ad erms est f16c flexpriority
flush_l1d fma fpu fsgsbase fsrm fxsr gfni hfi ht hwp hwp_act_window hwp_epp hwp_notify
hwp_pkg_req ibpb ibrs ibrs_enhanced ibt ida intel_pt invpcid lahf_lm lm mca mce md_clear mmx
monitor movbe movdir64b movdiri msr mtrr nonstop_tsc nopl nx ospke pae pat pbe pclmulqdq
pconfig pdcm pdpe1gb pebs pge pku pln pni popcnt pse pse36 pts rdpid rdrand rdseed rdtscp
rep_good sdbg sep serialize sha_ni smap smep smx split_lock_detect ss ssbd sse sse2 sse4_1
sse4_2 ssse3 stibp syscall tm tm2 tpr_shadow tsc tsc_adjust tsc_deadline_timer tsc_known_freq
umip user_shstk vaes vme vmx vnmi vpclmulqdq vpid waitpkg x2apic xgetbv1 xsave xsavec xsaveopt
xsaves xtopology xtpr
12Vulnerabilities
12Type gather_data_sampling 12status Not affected
12Type itlb_multihit 12status Not affected
12Type l1tf 12status Not affected
12Type mds 12status Not affected
12Type meltdown 12status Not affected
12Type mmio_stale_data 12status Not affected
12Type reg_file_data_sampling 12mitigation Clear Register File
12Type retbleed 12status Not affected
12Type spec_rstack_overflow 12status Not affected
12Type spec_store_bypass 12mitigation Speculative Store Bypass disabled via prctl
12Type spectre_v1 12mitigation usercopy/swapgs barriers and __user pointer sanitization
12Type spectre_v2 12mitigation Enhanced / Automatic IBRS; IBPB: conditional; RSB filling;
PBRSB-eIBRS: SW sequence; BHI: BHI_DIS_S
12Type srbds 12status Not affected
12Type tsx_async_abort 12status Not affected
12Graphics:
12Device-1 Intel Raptor Lake-S GT1 [UHD Graphics 770] 12vendor Micro-Star MSI 12driver i915 12v kernel
12arch Xe 12process Intel 10nm 12built 2020-21 12ports 12active none 12empty DP-1, DP-2, HDMI-A-1, HDMI-A-2,
HDMI-A-3, HDMI-A-4 12bus-ID 00:02.0 12chip-ID 8086:a780 12class-ID 0380
12Device-2 NVIDIA GA102 [GeForce RTX 3090] 12vendor eVga.com. 12driver nouveau 12v kernel
12non-free 550/565.xx+ 12status current (as of 2025-01; EOL~2026-12-xx) 12arch Ampere 12code GAxxx
12process TSMC n7 (7nm) 12built 2020-2023 12pcie 12gen 1 12speed 2.5 GT/s 12lanes 16 12link-max 12gen 4
12speed 16 GT/s 12ports 12active HDMI-A-5 12empty DP-3,DP-4,DP-5 12bus-ID 01:00.0 12chip-ID 10de:2204
12class-ID 0300
12Device-3 Logitech C922 Pro Stream Webcam 12driver snd-usb-audio,uvcvideo 12type USB 12rev 2.0
12speed 480 Mb/s 12lanes 1 12mode 2.0 12bus-ID 1-9.3:10 12chip-ID 046d:085c 12class-ID 0102 12serial <filter>
12Display 12server X.org 12v 1.21.1.16 12compositor kwin_x11 12driver 12X 12loaded nvidia 12gpu nouveau
12display-ID :0
12Monitor-1 HDMI-A-5 12model LG (GoldStar) ULTRAWIDE 12serial <filter> 12built 2017 12res 3440x1440
12dpi 109 12gamma 1.2 12chroma 12red 12x 0.651 12y 0.333 12green 12x 0.306 12y 0.631 12blue 12x 0.149 12y 0.059 12white
12x 0.314 12y 0.329 12size 800x335mm (31.5x13.19") 12diag 867mm (34.1") 12modes 3440x1440, 2560x1080,
1920x1080, 1680x1050, 1600x900, 1280x1024, 1280x800, 1152x864, 1280x720, 1024x768, 800x600,
720x576, 720x480, 640x480
12EDID-Warnings 121 parse_edid: unhandled CEA mode 89 122 parse_edid: unhandled CEA mode 90
12API EGL 12v 1.5 12hw 12drv intel iris 12drv nvidia nouveau 12platforms 12device 0 12drv iris 12device 1
12drv nouveau 12device 2 12drv swrast 12gbm 12drv iris 12surfaceless 12drv iris 12inactive wayland,x11
12API OpenGL 12v 4.6 12compat-v 4.3 12vendor mesa 12v 25.0.2-arch1.2 12note incomplete (EGL sourced)
12renderer Mesa Intel Graphics (RPL-S), NV172, llvmpipe (LLVM 19.1.7 256 bits)
12Info 12Tools 12api clinfo, eglinfo, glxinfo 12de xfce4-display-settings
12gpu nvidia-settings,nvidia-smi 12x11 xdpyinfo, xprop, xrandr
12Audio:
12Device-1 Intel Raptor Lake High Definition Audio 12vendor Micro-Star MSI 12driver snd_hda_intel
12v kernel 12bus-ID 00:1f.3 12chip-ID 8086:7a50 12class-ID 0403
12Device-2 NVIDIA GA102 High Definition Audio 12vendor eVga.com. 12driver snd_hda_intel 12v kernel 12pcie
12gen 1 12speed 2.5 GT/s 12lanes 16 12link-max 12gen 4 12speed 16 GT/s 12bus-ID 01:00.1 12chip-ID 10de:1aef
12class-ID 0403
12Device-3 Micro Star USB Audio 12driver hid-generic,snd-usb-audio,usbhid 12type USB 12rev 2.0
12speed 480 Mb/s 12lanes 1 12mode 2.0 12bus-ID 1-11:11 12chip-ID 0db0:a74b 12class-ID 0300
12Device-4 Logitech C922 Pro Stream Webcam 12driver snd-usb-audio,uvcvideo 12type USB 12rev 2.0
12speed 480 Mb/s 12lanes 1 12mode 2.0 12bus-ID 1-9.3:10 12chip-ID 046d:085c 12class-ID 0102 12serial <filter>
12API ALSA 12v k6.12.4-1-MANJARO 12status kernel-api 12with aoss 12type oss-emulator
12tools alsactl,alsamixer,amixer
12Server-1 JACK 12v 1.9.22 12status off 12tools N/A
12Server-2 PipeWire 12v 1.4.1 12status n/a (root, process) 12with 121 pipewire-pulse 12status active
122 pipewire-media-session 12status off 123 pipewire-alsa 12type plugin 12tools pactl,pw-cat,pw-cli
12Network:
12Device-1 Intel Raptor Lake-S PCH CNVi WiFi 12driver iwlwifi 12v kernel 12bus-ID 00:14.3
12chip-ID 8086:7a70 12class-ID 0280
12IF wlo1 12state down 12mac <filter>
12Device-2 Intel Ethernet I225-V 12vendor Micro-Star MSI 12driver igc 12v kernel 12pcie 12gen 2
12speed 5 GT/s 12lanes 1 12port N/A 12bus-ID 03:00.0 12chip-ID 8086:15f3 12class-ID 0200
12IF enp3s0 12state up 12speed 1000 Mbps 12duplex full 12mac <filter>
12IP v4 <filter> 12type dynamic noprefixroute 12scope global 12broadcast <filter>
12IP v6 <filter> 12type noprefixroute 12scope link
12Info 12services NetworkManager, systemd-timesyncd, wpa_supplicant
12WAN IP <filter>
12Bluetooth:
12Device-1 Intel AX211 Bluetooth 12driver btusb 12v 0.8 12type USB 12rev 2.0 12speed 12 Mb/s 12lanes 1 12mode 1.1
12bus-ID 1-14:13 12chip-ID 8087:0033 12class-ID e001
12Report btmgmt 12ID hci0 12rfk-id 0 12state up 12address <filter> 12bt-v 5.3 12lmp-v 12 12status
12discoverable no 12pairing no 12class-ID 6c0104
12Logical:
12Message No logical block device data found.
12RAID:
12Message No RAID data found.
12Drives:
12Local Storage 12total 1.83 TiB 12used 625.18 GiB (33.3%)
12SMART Message Required tool smartctl not installed. Check --recommends
12ID-1 /dev/nvme0n1 12maj-min 259:0 12vendor Samsung 12model SSD 970 EVO Plus 2TB 12size 1.82 TiB
12block-size 12physical 512 B 12logical 512 B 12speed 31.6 Gb/s 12lanes 4 12tech SSD 12serial <filter>
12fw-rev 2B2QEXM7 12temp 36.9 C
12ID-2 /dev/sda 12maj-min 8:0 12vendor PNY 12model USB 2.0 FD 12size 14.98 GiB 12block-size 12physical 512 B
12logical 512 B 12type USB 12rev 2.0 12spd 480 Mb/s 12lanes 1 12mode 2.0 12tech N/A 12serial <filter> 12fw-rev 1100
12Message No optical or floppy data found.
12Partition:
12ID-1 / 12raw-size 976.56 GiB 12size 960.16 GiB (98.32%) 12used 625.14 GiB (65.1%) 12fs ext4
12block-size 4096 B 12dev /dev/nvme0n1p5 12maj-min 259:5 12label N/A
12uuid 3c651c50-ac8a-47a6-b83c-6122b64e8310
12ID-2 /boot/efi 12raw-size 100 MiB 12size 96 MiB (96.00%) 12used 36.2 MiB (37.7%) 12fs vfat
12block-size 512 B 12dev /dev/nvme0n1p1 12maj-min 259:1 12label N/A 12uuid 4872-3096
12Swap:
12Alert No swap data was found.
12Unmounted:
12ID-1 /dev/nvme0n1p2 12maj-min 259:2 12size 16 MiB 12fs N/A 12label N/A 12uuid N/A
12ID-2 /dev/nvme0n1p3 12maj-min 259:3 12size 885.11 GiB 12fs ntfs 12label N/A 12uuid 7C5073235072E376
12ID-3 /dev/nvme0n1p4 12maj-min 259:4 12size 758 MiB 12fs ntfs 12label N/A 12uuid D66A991E6A98FC85
12ID-4 /dev/sda1 12maj-min 8:1 12size 4.03 GiB 12fs N/A 12label MANJARO_KDE_2421
12uuid 2024-12-16-11-21-39-00
12ID-5 /dev/sda2 12maj-min 8:2 12size 4 MiB 12fs N/A 12label MISO_EFI 12uuid 97A3-D79B
12USB:
12Hub-1 1-0:1 12info hi-speed hub with single TT 12ports 16 12rev 2.0 12speed 480 Mb/s (57.2 MiB/s) 12lanes 1
12mode 2.0 12chip-ID 1d6b:0002 12class-ID 0900
12Hub-2 1-2:2 12info Genesys Logic Hub 12ports 2 12rev 2.1 12speed 480 Mb/s (57.2 MiB/s) 12lanes 1 12mode 2.0
12chip-ID 05e3:0610 12class-ID 0900
12Device-1 1-2.1:5 12info Razer USA RC30-0305 Gaming Mouse Dongle [Viper Ultimate (Wireless)]
12type mouse,keyboard 12driver hid-generic,usbhid 12interfaces 3 12rev 2.0 12speed 12 Mb/s (1.4 MiB/s)
12lanes 1 12mode 1.1 12power 500mA 12chip-ID 1532:007b 12class-ID 0300
12Device-2 1-2.2:7 12info PNY Classic Attache Flash Drive 12type mass storage 12driver usb-storage
12interfaces 1 12rev 2.0 12speed 480 Mb/s (57.2 MiB/s) 12lanes 1 12mode 2.0 12power 200mA 12chip-ID 154b:007a
12class-ID 0806 12serial <filter>
12Hub-3 1-4:6 12info Terminus USB 2.0 Hub 12ports N/A 12rev 2.0 12speed 12 Mb/s (1.4 MiB/s) 12lanes 1
12mode 1.1 12chip-ID 1a40:0801 12class-ID 0900
12Hub-4 1-9:8 12info Genesys Logic Hub 12ports 4 12rev 2.1 12speed 480 Mb/s (57.2 MiB/s) 12lanes 1 12mode 2.0
12chip-ID 05e3:0610 12class-ID 0900
12Device-1 1-9.3:10 12info Logitech C922 Pro Stream Webcam 12type video,audio
12driver snd-usb-audio,uvcvideo 12interfaces 4 12rev 2.0 12speed 480 Mb/s (57.2 MiB/s) 12lanes 1 12mode 2.0
12power 500mA 12chip-ID 046d:085c 12class-ID 0102 12serial <filter>
12Device-2 1-9.4:14 12info Holtek USB-HID Keyboard 12type keyboard,HID,mass storage
12driver hid-generic,usb-storage,usbhid 12interfaces 4 12rev 1.1 12speed 12 Mb/s (1.4 MiB/s) 12lanes 1
12mode 1.1 12power 100mA 12chip-ID 04d9:0163 12class-ID 0806 12serial <filter>
12Hub-5 1-10:9 12info Genesys Logic Hub 12ports 4 12rev 2.0 12speed 480 Mb/s (57.2 MiB/s) 12lanes 1
12mode 2.0 12power 100mA 12chip-ID 05e3:0608 12class-ID 0900
12Device-1 1-11:11 12info Micro Star USB Audio 12type audio,HID
12driver hid-generic,snd-usb-audio,usbhid 12interfaces 8 12rev 2.0 12speed 480 Mb/s (57.2 MiB/s) 12lanes 1
12mode 2.0 12power 100mA 12chip-ID 0db0:a74b 12class-ID 0300
12Device-2 1-12:12 12info Micro Star MYSTIC LIGHT 12type HID 12driver hid-generic,usbhid 12interfaces 1
12rev 1.1 12speed 12 Mb/s (1.4 MiB/s) 12lanes 1 12mode 1.1 12power 500mA 12chip-ID 1462:7d91 12class-ID 0300
12serial <filter>
12Device-3 1-14:13 12info Intel AX211 Bluetooth 12type bluetooth 12driver btusb 12interfaces 2 12rev 2.0
12speed 12 Mb/s (1.4 MiB/s) 12lanes 1 12mode 1.1 12power 100mA 12chip-ID 8087:0033 12class-ID e001
12Hub-6 2-0:1 12info super-speed hub 12ports 9 12rev 3.1 12speed 20 Gb/s (2.33 GiB/s) 12lanes 2
12mode 3.2 gen-2x2 12chip-ID 1d6b:0003 12class-ID 0900
12Hub-7 2-6:2 12info Genesys Logic GL3523 Hub 12ports 4 12rev 3.2 12speed 5 Gb/s (596.0 MiB/s) 12lanes 1
12mode 3.2 gen-1x1 12chip-ID 05e3:0620 12class-ID 0900
12Hub-8 2-8:3 12info Genesys Logic GL3523 Hub 12ports 2 12rev 3.2 12speed 5 Gb/s (596.0 MiB/s) 12lanes 1
12mode 3.2 gen-1x1 12chip-ID 05e3:0620 12class-ID 0900
12Sensors:
12System Temperatures 12cpu 28.8 C 12mobo N/A
12Fan Speeds (rpm) N/A
12Repos:
12Packages 12pm pacman 12pkgs 1668 12libs 490 12tools pamac 12pm flatpak 12pkgs 0
12Active pacman repo servers in /etc/pacman.d/mirrorlist
121 https: //mirrors2.manjaro.org/stable/$repo/$arch
122 https: //mirrors.manjaro.org/repo/stable/$repo/$arch
123 https: //mirrors.cicku.me/manjaro/stable/$repo/$arch
12Processes:
12CPU top 5 of 550
121 12cpu 14.7% 12command firefox 12pid 3159 12mem 461.6 MiB (1.4%)
122 12cpu 3.5% 12command [kworker/u128:11-events_unbound] 12pid 270 12mem 0.00 MiB (0.0%)
123 12cpu 3.4% 12command firefox 12pid 3454 12mem 255.3 MiB (0.8%)
124 12cpu 1.1% 12command Xorg 12pid 1579 12mem 100.2 MiB (0.3%)
125 12cpu 1.0% 12command [kworker/u128:0-events_unbound] 12pid 11 12mem 0.00 MiB (0.0%)
12Memory top 5 of 550
121 12mem 461.6 MiB (1.4%) 12command firefox 12pid 3159 12cpu 14.7%
122 12mem 301.3 MiB (0.9%) 12command plasmashell 12pid 1884 12cpu 0.9%
123 12mem 255.3 MiB (0.8%) 12command firefox 12pid 3454 12cpu 3.4%
124 12mem 170.8 MiB (0.5%) 12command kwin_x11 12pid 1855 12cpu 1.0%
125 12mem 166.5 MiB (0.5%) 12command firefox 12pid 3450 12cpu 0.6%
12Info:
12Processes 550 12Power 12uptime 4m 12states freeze,mem,disk 12suspend deep 12avail s2idle 12wakeups 0
12hibernate platform 12avail shutdown, reboot, suspend, test_resume 12image 12.4 GiB
12services org_kde_powerdevil, power-profiles-daemon, upowerd 12Init systemd 12v 257
12default graphical 12tool systemctl
12Compilers 12clang 19.1.7 12gcc 14.2.1 12Client systemd 12inxi 3.3.37