[Unstable Update] November 2024 Edition

I just updated the kernel to 6.12.1-1, however, inxi does not report the correct kernel. Shell is ZSH. Is there anyway to fix:

jrichard@Beelink Linux 6.12.0-1-MANJARO x86_64 24.1.2 Xahea

pacman -Q | grep linux612                                                
linux612 6.12.1-1
linux612-headers 6.12.1-1
linux612-virtualbox-host-modules 7.1.4-3

System:
  Host: Beelink Kernel: 6.12.0-1-MANJARO arch: x86_64 bits: 64
  Desktop: Xfce v: 4.18.1 Distro: Manjaro Linux
Info:
  Memory: total: 28 GiB note: est. available: 28.31 GiB used: 1.61 GiB (5.7%)
  Processes: 339 Uptime: 8m Shell: Zsh inxi: 3.3.36

Boot with Advanced options shows Kernel 6.12.0-1, but Kernel 6.6 shows correctly.
contents of /boot/linux612-x86_64.kver is incorrect.

The release of 6.12.1-2 fixed the issue.

1 Like

Did you reboot?

Yes, I rebooted twice. The release of 6.12.1-2 fixed the issue. Thank you.

jrichard@Beelink Linux 6.12.1-2-MANJARO x86_64 24.1.2 Xahea
~ >>> inxi -S -I                                                               
System:
  Host: Beelink Kernel: 6.12.1-2-MANJARO arch: x86_64 bits: 64
  Desktop: Xfce v: 4.18.1 Distro: Manjaro Linux
Info:
  Memory: total: 28 GiB note: est. available: 28.31 GiB used: 1.53 GiB (5.4%)
  Processes: 352 Uptime: 2m Shell: Zsh inxi: 3.3.36
1 Like

Updating Filesystem [############################################] 100% Warning: Directory permissions differ in /root/ File System: 755 Package: 750

Should this permissions be changed?

1 Like

I would generally follow the packager unless we know better (sometimes we do).

In this case you would be removing that ‘read and execute’ permissions for ‘others’ (as opposed to user/owner and group).

755 = user can read/write/execute, group can read/execute, everyone else can read/execute

750 = user can read/write/execute, group can read/execute, everyone else can do nothing.

Here is a helpful chart

    U   G   O
R   4   4   4
W   2   2   2
X   1   1   1
5 Likes

Frede, Mark and I worked on getting Nvidia Open Drivers working. Therefore we added nvidia-driver-assistant to unstable. It will recommend you the proper supported Nvidia drivers. In the upcoming days I may update mhwd-db to reflect this. Early feedback is welcome.

5 Likes

Tried it.

Detected GPUs:
  NVIDIA GeForce GTX 750 Ti - (pci_id 0x1380)

Detected system:
  Manjaro Linux rolling

Please copy and paste the following command to install the legacy kernel module flavour:
  sudo pacman -S linux612-nvidia

I know it’s a work in progress, and not sure if this is already in consideration, but I think it should also detect if a driver is already installed (it is installed on my system, but the output here makes it look like it is not).

I will try again soon when I get my new desktop.

You can try with --verbose flag to get more output. Most likely the output should be like linux612-nvidia-470xx. So we have to see which part of the script still needs adjustments.

Hi,

@cscs,

Does this permissions to the /root folder have to be done recursively?

@philm,

Regading the last linux-meta package update to version 6.11-1. For now, the script do a pacman -R to uninstall the old kernel linux610 but this approch conserve the linux610.preset as linux610.preset.pacsave in /etc/mkinitcpio.d/.

I think a pacman -Rns to uninstall the old kernel and the old preset may be a better approch to remove the unecessary files. Advanced users who modify the presets already know how to manage backups for the future kernels to come before blindly install a new kernel.

That’s my point of vue but maybe You guys see that differently?

Wish You well

nvidia-driver-assistant only tells to install the driver for the running kernel, not the other one that is installed (6.11):

DEBUG:root:get_nvidia_devices(): Processing Vendor: 10DE, Device ID: 0x2484, class 0x0300
DEBUG:root:pci:v000010DEd00002484sv00001028sd00003907bc03sc00i00
Detected GPUs:
  NVIDIA GeForce RTX 3070 - (pci_id 0x2484)

DEBUG:root:recommend_driver(): Do device IDs support the open driver?
DEBUG:root:recommend_driver(): using json logic
DEBUG:root:recommend_driver(): all devices support open
DEBUG:root:Recommended driver: open
DEBUG:root:get_distro(): detected manjaro rolling distribution is supported
Detected system:
  Manjaro Linux rolling

DEBUG:root:OS detected: manjaro
Please copy and paste the following command to install the open kernel module flavour:
  sudo pacman -S linux66-nvidia-open

nvidia-open is working fine.

im on testing branch, but installed nvidia-open-dkms drivers and nvidia-driver-assistant, here is the output:

nvidia-driver-assistant --verbose --distro manjaro
DEBUG:root:get_nvidia_devices(): Processing Vendor: 10DE, Device ID: 0x24DC, class 0x0300
DEBUG:root:pci:v000010DEd000024DCsv0000FFFFsd0000FFFFbc03sc00i00
Detected GPUs:
  NVIDIA GeForce RTX 3080 Laptop GPU - (pci_id 0x24DC)

DEBUG:root:recommend_driver(): Do device IDs support the open driver?
DEBUG:root:recommend_driver(): using json logic
DEBUG:root:recommend_driver(): all devices support open
DEBUG:root:Recommended driver: open
Detected system:
  manjaro 

DEBUG:root:OS detected: manjaro
Please copy and paste the following command to install the open kernel module flavour:
  sudo pacman -S linux612-nvidia-open

maybe it should also have some checks for dkms builds ?

and when open drivers will come to testing branch? it already works better then current testing version

I’m not @cscs, but no, it suffices to change the permissions on the parent directory.

Personally, I recommend – and have for ages already been using — 700 permissions on /root.

3 Likes

After updating today I read this in the log:

/usr/lib/udev/rules.d/90-alsa-restore.rules:16 GOTO="alsa_restore_std" has no matching label, ignoring.
/usr/lib/udev/rules.d/90-alsa-restore.rules:20 GOTO="alsa_restore_std" has no matching label, ignoring.

Some research:

Same error: udevd[142]: GOTO 'alsa_restore_std' has no matching label in: '/usr/lib/udev/rules.d/90-alsa-restore.rules' ¡ Issue #280 ¡ alsa-project/alsa-utils ¡ GitHub
Release with commit ref: Release Release v1.2.13 ¡ alsa-project/alsa-utils ¡ GitHub

alsa-utils version: 1.2.13-1 (updated today)

No sound issues btw, looks to be cosmetic for my system. (using pipewire)

@philm this bug has hit again, with plasma 6.2.4-0;

anyone stuck, can use following commands to;

logout

$ qdbus6 org.kde.Shutdown /Shutdown logout

shutdown

$ qdbus6 org.kde.Shutdown /Shutdown logoutAndShutdown

@koshikas which exact package of plasma-workspace are you using?


I just created a fresh image for the OrangePi Neo and tested those buttons on the latest packages we ship in unstable. All buttons worked. Maybe try to update to the latest available packages and retest on your end.

$ pacman -Qi plasma-workspace
Name            : plasma-workspace
Version         : 6.2.4-1
Description     : KDE Plasma Workspace
Architecture    : x86_64

addedum;

alright i got hold of plasma-workspace 6.2.4-1.1, and now all launcher buttons works as it should, thanks.

Please check if alsa-utils version: 1.2.13-1.1 fixes the issue for you. Thx.

2 Likes

I’ve had problems with the nvidia settings since yesterday.

all monitors are deactivated when starting up. Logging in still works, but then all monitors flicker black. After 30 seconds, 1 monitor comes online without a taskbar.

I called up nvidia settings via terminal, set it, saved it, restarted, same problem.

I can’t look at the logs until later, I have to go now

linux612, nvidia 565.57.01, GTX 980M

Xorg.0.log
[     5.336] 
X.Org X Server 1.21.1.14
X Protocol Version 11, Revision 0
[     5.336] Current Operating System: Linux msilapi 6.12.1-4-MANJARO #1 SMP PREEMPT_DYNAMIC Mon, 25 Nov 2024 05:36:03 +0000 x86_64
[     5.336] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.12-x86_64 root=UUID=b83d7a7f-546c-4634-9bbb-ae86560594cf rw apparmor=1 security=apparmor udev.log_priority=3
[     5.336]  
[     5.336] Current version of pixman: 0.44.0
[     5.336] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.336] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.336] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 27 10:29:37 2024
[     5.338] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.338] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.339] (==) ServerLayout "Layout0"
[     5.339] (**) |-->Screen "Screen0" (0)
[     5.339] (**) |   |-->Monitor "Monitor0"
[     5.339] (**) |   |-->Device "Device0"
[     5.339] (**) |-->Input Device "Keyboard0"
[     5.339] (**) |-->Input Device "Mouse0"
[     5.339] (**) Option "Xinerama" "0"
[     5.339] (**) Allowing byte-swapped clients
[     5.339] (==) Automatically adding devices
[     5.339] (==) Automatically enabling devices
[     5.339] (==) Automatically adding GPU devices
[     5.339] (==) Automatically binding GPU devices
[     5.339] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.343] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.343] 	Entry deleted from font path.
[     5.343] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     5.343] 	Entry deleted from font path.
[     5.343] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     5.343] 	Entry deleted from font path.
[     5.343] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[     5.343] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.343] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     5.343] (WW) Disabling Keyboard0
[     5.343] (WW) Disabling Mouse0
[     5.343] (II) Module ABI versions:
[     5.343] 	X.Org ANSI C Emulation: 0.4
[     5.343] 	X.Org Video Driver: 25.2
[     5.343] 	X.Org XInput driver : 24.4
[     5.343] 	X.Org Server Extension : 10.0
[     5.343] (++) using VT number 7

[     5.343] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.344] (II) xfree86: Adding drm device (/dev/dri/card1)
[     5.344] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[     5.346] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     5.347] (--) PCI:*(1@0:0:0) 10de:13d7:1462:1129 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     5.347] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.348] (II) LoadModule: "glx"
[     5.349] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.357] (II) Module glx: vendor="X.Org Foundation"
[     5.357] 	compiled for 1.21.1.14, module version = 1.0.0
[     5.357] 	ABI class: X.Org Server Extension, version 10.0
[     5.357] (II) LoadModule: "nvidia"
[     5.357] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     5.363] (II) Module nvidia: vendor="NVIDIA Corporation"
[     5.363] 	compiled for 1.6.99.901, module version = 1.0.0
[     5.363] 	Module class: X.Org Video Driver
[     5.363] (II) NVIDIA dlloader X Driver  565.57.01  Thu Oct 10 12:05:50 UTC 2024
[     5.363] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     5.368] (II) Loading sub module "fb"
[     5.368] (II) LoadModule: "fb"
[     5.368] (II) Module "fb" already built-in
[     5.368] (II) Loading sub module "wfb"
[     5.368] (II) LoadModule: "wfb"
[     5.369] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     5.369] (II) Module wfb: vendor="X.Org Foundation"
[     5.369] 	compiled for 1.21.1.14, module version = 1.0.0
[     5.369] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.371] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     5.371] (==) NVIDIA(0): RGB weight 888
[     5.371] (==) NVIDIA(0): Default visual is TrueColor
[     5.371] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.371] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     5.371] (**) NVIDIA(0): Option "Stereo" "0"
[     5.371] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DP-0"
[     5.371] (**) NVIDIA(0): Option "SLI" "Off"
[     5.371] (**) NVIDIA(0): Option "MultiGPU" "Off"
[     5.371] (**) NVIDIA(0): Option "BaseMosaic" "off"
[     5.371] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     5.371] (**) NVIDIA(0): Stereo disabled by request
[     5.371] (**) NVIDIA(0): NVIDIA SLI disabled.
[     5.371] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[     5.371] (**) NVIDIA(0): Option "MetaModes" "DP-0: nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-1: nvidia-auto-select +1920+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
[     5.371] (**) NVIDIA(0): Enabling 2D acceleration
[     5.371] (II) Loading sub module "glxserver_nvidia"
[     5.371] (II) LoadModule: "glxserver_nvidia"
[     5.371] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     5.496] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     5.496] 	compiled for 1.6.99.901, module version = 1.0.0
[     5.496] 	Module class: X.Org Server Extension
[     5.496] (II) NVIDIA GLX Module  565.57.01  Thu Oct 10 12:09:28 UTC 2024
[     5.497] (II) NVIDIA: The X server supports PRIME Render Offload.
[     5.499] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     5.499] (--) NVIDIA(0):     DFP-0
[     5.499] (--) NVIDIA(0):     DFP-1 (boot)
[     5.499] (--) NVIDIA(0):     DFP-2
[     5.499] (--) NVIDIA(0):     DFP-3
[     5.499] (--) NVIDIA(0):     DFP-4
[     5.499] (--) NVIDIA(0):     DFP-5
[     5.500] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 980M (GM204-A) at PCI:1:0:0
[     5.500] (II) NVIDIA(0):     (GPU-0)
[     5.500] (--) NVIDIA(0): Memory: 8388608 kBytes
[     5.500] (--) NVIDIA(0): VideoBIOS: 84.04.22.00.0a
[     5.500] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     5.547] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): connected
[     5.547] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): Internal TMDS
[     5.547] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): 165.0 MHz maximum pixel clock
[     5.547] (--) NVIDIA(GPU-0): 
[     5.547] (--) NVIDIA(GPU-0): LG Display (DFP-1): connected
[     5.547] (--) NVIDIA(GPU-0): LG Display (DFP-1): Internal DisplayPort
[     5.547] (--) NVIDIA(GPU-0): LG Display (DFP-1): 960.0 MHz maximum pixel clock
[     5.547] (--) NVIDIA(GPU-0): 
[     5.547] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): connected
[     5.547] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): Internal DisplayPort
[     5.547] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): 960.0 MHz maximum pixel clock
[     5.547] (--) NVIDIA(GPU-0): 
[     5.549] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     5.549] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     5.549] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     5.549] (--) NVIDIA(GPU-0): 
[     5.549] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     5.549] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[     5.550] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[     5.550] (--) NVIDIA(GPU-0): 
[     5.550] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     5.550] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[     5.550] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[     5.550] (--) NVIDIA(GPU-0): 
[     5.555] (II) NVIDIA(0): Validated MetaModes:
[     5.555] (II) NVIDIA(0):    
[     5.555] (II) NVIDIA(0):     "DP-0:nvidia-auto-select+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On},DP-1:nvidia-auto-select+1920+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On}"
[     5.555] (II) NVIDIA(0): Virtual screen size determined to be 5760 x 2160
[     5.559] (--) NVIDIA(0): DPI set to (128, 130); computed from "UseEdidDpi" X config
[     5.559] (--) NVIDIA(0):     option
[     5.559] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[     5.559] (II) NVIDIA:     access.
[     5.562] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     5.562] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     5.562] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     5.562] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     5.562] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     5.562] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     5.562] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     5.562] (II) NVIDIA(0):     Config Options in the README.
[     5.581] (II) NVIDIA(0): Setting mode "DP-0:nvidia-auto-select+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On},DP-1:nvidia-auto-select+1920+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On}"
[     6.669] (WW) NVIDIA(0): Failed to request fliplock.
[     6.675] (==) NVIDIA(0): Disabling shared memory pixmaps
[     6.675] (==) NVIDIA(0): Backing store enabled
[     6.675] (==) NVIDIA(0): Silken mouse enabled
[     6.675] (**) NVIDIA(0): DPMS enabled
[     6.675] (II) Loading sub module "dri2"
[     6.675] (II) LoadModule: "dri2"
[     6.675] (II) Module "dri2" already built-in
[     6.675] (II) NVIDIA(0): [DRI2] Setup complete
[     6.675] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     6.676] (II) Initializing extension Generic Event Extension
[     6.676] (II) Initializing extension SHAPE
[     6.676] (II) Initializing extension MIT-SHM
[     6.676] (II) Initializing extension XInputExtension
[     6.676] (II) Initializing extension XTEST
[     6.676] (II) Initializing extension BIG-REQUESTS
[     6.676] (II) Initializing extension SYNC
[     6.676] (II) Initializing extension XKEYBOARD
[     6.677] (II) Initializing extension XC-MISC
[     6.677] (II) Initializing extension SECURITY
[     6.677] (II) Initializing extension XFIXES
[     6.677] (II) Initializing extension RENDER
[     6.677] (II) Initializing extension RANDR
[     6.677] (II) Initializing extension COMPOSITE
[     6.678] (II) Initializing extension DAMAGE
[     6.678] (II) Initializing extension MIT-SCREEN-SAVER
[     6.678] (II) Initializing extension DOUBLE-BUFFER
[     6.678] (II) Initializing extension RECORD
[     6.678] (II) Initializing extension DPMS
[     6.678] (II) Initializing extension Present
[     6.678] (II) Initializing extension DRI3
[     6.678] (II) Initializing extension X-Resource
[     6.678] (II) Initializing extension XVideo
[     6.678] (II) Initializing extension XVideo-MotionCompensation
[     6.678] (II) Initializing extension GLX
[     6.678] (II) Initializing extension GLX
[     6.678] (II) Indirect GLX disabled.
[     6.678] (II) GLX: Another vendor is already registered for screen 0
[     6.678] (II) Initializing extension XFree86-VidModeExtension
[     6.678] (II) Initializing extension XFree86-DGA
[     6.679] (II) Initializing extension XFree86-DRI
[     6.679] (II) Initializing extension DRI2
[     6.679] (II) Initializing extension NV-GLX
[     6.679] (II) Initializing extension NV-CONTROL
[     6.679] (II) Initializing extension XINERAMA
[     6.794] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     6.794] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.794] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.794] (**) Power Button: Applying InputClass "system-keyboard"
[     6.794] (II) LoadModule: "libinput"
[     6.795] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.798] (II) Module libinput: vendor="X.Org Foundation"
[     6.798] 	compiled for 1.21.1.13, module version = 1.5.0
[     6.798] 	Module class: X.Org XInput Driver
[     6.798] 	ABI class: X.Org XInput driver, version 24.4
[     6.798] (II) Using input driver 'libinput' for 'Power Button'
[     6.798] (**) Power Button: always reports core events
[     6.798] (**) Option "Device" "/dev/input/event2"
[     6.805] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.805] (II) event2  - Power Button: device is a keyboard
[     6.805] (II) event2  - Power Button: device removed
[     6.833] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     6.833] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.833] (**) Option "xkb_layout" "de"
[     6.848] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.848] (II) event2  - Power Button: device is a keyboard
[     6.849] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     6.849] (II) No input driver specified, ignoring this device.
[     6.849] (II) This device may have been added with another device file.
[     6.849] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     6.849] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.849] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.849] (**) Video Bus: Applying InputClass "system-keyboard"
[     6.849] (II) Using input driver 'libinput' for 'Video Bus'
[     6.849] (**) Video Bus: always reports core events
[     6.849] (**) Option "Device" "/dev/input/event3"
[     6.850] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     6.850] (II) event3  - Video Bus: device is a keyboard
[     6.850] (II) event3  - Video Bus: device removed
[     6.910] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:49/LNXVIDEO:00/input/input3/event3"
[     6.910] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.910] (**) Option "xkb_layout" "de"
[     6.911] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     6.911] (II) event3  - Video Bus: device is a keyboard
[     6.911] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     6.911] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.911] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.911] (**) Power Button: Applying InputClass "system-keyboard"
[     6.912] (II) Using input driver 'libinput' for 'Power Button'
[     6.912] (**) Power Button: always reports core events
[     6.912] (**) Option "Device" "/dev/input/event1"
[     6.912] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.912] (II) event1  - Power Button: device is a keyboard
[     6.912] (II) event1  - Power Button: device removed
[     6.936] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     6.936] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     6.936] (**) Option "xkb_layout" "de"
[     6.937] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.937] (II) event1  - Power Button: device is a keyboard
[     6.938] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[     6.938] (II) No input driver specified, ignoring this device.
[     6.938] (II) This device may have been added with another device file.
[     6.938] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[     6.938] (II) No input driver specified, ignoring this device.
[     6.938] (II) This device may have been added with another device file.
[     6.939] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[     6.939] (II) No input driver specified, ignoring this device.
[     6.939] (II) This device may have been added with another device file.
[     6.939] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[     6.939] (II) No input driver specified, ignoring this device.
[     6.939] (II) This device may have been added with another device file.
[     6.940] (II) config/udev: Adding input device Corsair CORSAIR K55 CORE RGB Gaming Keyboard (/dev/input/event4)
[     6.940] (**) Corsair CORSAIR K55 CORE RGB Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[     6.940] (**) Corsair CORSAIR K55 CORE RGB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.940] (**) Corsair CORSAIR K55 CORE RGB Gaming Keyboard: Applying InputClass "system-keyboard"
[     6.940] (II) Using input driver 'libinput' for 'Corsair CORSAIR K55 CORE RGB Gaming Keyboard'
[     6.940] (**) Corsair CORSAIR K55 CORE RGB Gaming Keyboard: always reports core events
[     6.940] (**) Option "Device" "/dev/input/event4"
[     6.941] (II) event4  - Corsair CORSAIR K55 CORE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[     6.941] (II) event4  - Corsair CORSAIR K55 CORE RGB Gaming Keyboard: device is a keyboard
[     6.941] (II) event4  - Corsair CORSAIR K55 CORE RGB Gaming Keyboard: device removed
[     6.966] (II) libinput: Corsair CORSAIR K55 CORE RGB Gaming Keyboard: needs a virtual subdevice
[     6.966] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1B1C:1BFE.0001/input/input4/event4"
[     6.966] (II) XINPUT: Adding extended input device "Corsair CORSAIR K55 CORE RGB Gaming Keyboard" (type: MOUSE, id 9)
[     6.966] (**) Option "AccelerationScheme" "none"
[     6.966] (**) Corsair CORSAIR K55 CORE RGB Gaming Keyboard: (accel) selected scheme none/0
[     6.966] (**) Corsair CORSAIR K55 CORE RGB Gaming Keyboard: (accel) acceleration factor: 2.000
[     6.966] (**) Corsair CORSAIR K55 CORE RGB Gaming Keyboard: (accel) acceleration threshold: 4
[     6.968] (II) event4  - Corsair CORSAIR K55 CORE RGB Gaming Keyboard: is tagged by udev as: Keyboard
[     6.968] (II) event4  - Corsair CORSAIR K55 CORE RGB Gaming Keyboard: device is a keyboard
[     6.969] (II) config/udev: Adding input device ROCCAT ROCCAT Burst Pro (/dev/input/event6)
[     6.969] (**) ROCCAT ROCCAT Burst Pro: Applying InputClass "evdev pointer catchall"
[     6.969] (**) ROCCAT ROCCAT Burst Pro: Applying InputClass "libinput pointer catchall"
[     6.969] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Burst Pro'
[     6.969] (**) ROCCAT ROCCAT Burst Pro: always reports core events
[     6.969] (**) Option "Device" "/dev/input/event6"
[     7.021] (II) event6  - ROCCAT ROCCAT Burst Pro: is tagged by udev as: Mouse
[     7.021] (II) event6  - ROCCAT ROCCAT Burst Pro: device is a pointer
[     7.021] (II) event6  - ROCCAT ROCCAT Burst Pro: device removed
[     7.073] (II) libinput: ROCCAT ROCCAT Burst Pro: Step value 0 was provided, libinput Fallback acceleration function is used.
[     7.073] (II) libinput: ROCCAT ROCCAT Burst Pro: Step value 0 was provided, libinput Fallback acceleration function is used.
[     7.073] (II) libinput: ROCCAT ROCCAT Burst Pro: Step value 0 was provided, libinput Fallback acceleration function is used.
[     7.073] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1E7D:2DE1.0004/input/input6/event6"
[     7.073] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Burst Pro" (type: MOUSE, id 10)
[     7.073] (**) Option "AccelerationScheme" "none"
[     7.073] (**) ROCCAT ROCCAT Burst Pro: (accel) selected scheme none/0
[     7.073] (**) ROCCAT ROCCAT Burst Pro: (accel) acceleration factor: 2.000
[     7.073] (**) ROCCAT ROCCAT Burst Pro: (accel) acceleration threshold: 4
[     7.127] (II) event6  - ROCCAT ROCCAT Burst Pro: is tagged by udev as: Mouse
[     7.128] (II) event6  - ROCCAT ROCCAT Burst Pro: device is a pointer
[     7.128] (II) config/udev: Adding input device ROCCAT ROCCAT Burst Pro (/dev/input/mouse0)
[     7.128] (II) No input driver specified, ignoring this device.
[     7.128] (II) This device may have been added with another device file.
[     7.129] (II) config/udev: Adding input device ROCCAT ROCCAT Burst Pro (/dev/input/event9)
[     7.129] (II) No input driver specified, ignoring this device.
[     7.129] (II) This device may have been added with another device file.
[     7.129] (II) config/udev: Adding input device ROCCAT ROCCAT Burst Pro Wireless Radio Control (/dev/input/event10)
[     7.129] (**) ROCCAT ROCCAT Burst Pro Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[     7.129] (**) ROCCAT ROCCAT Burst Pro Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     7.129] (**) ROCCAT ROCCAT Burst Pro Wireless Radio Control: Applying InputClass "system-keyboard"
[     7.129] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Burst Pro Wireless Radio Control'
[     7.129] (**) ROCCAT ROCCAT Burst Pro Wireless Radio Control: always reports core events
[     7.129] (**) Option "Device" "/dev/input/event10"
[     7.130] (II) event10 - ROCCAT ROCCAT Burst Pro Wireless Radio Control: is tagged by udev as: Keyboard
[     7.130] (II) event10 - ROCCAT ROCCAT Burst Pro Wireless Radio Control: device is a keyboard
[     7.130] (II) event10 - ROCCAT ROCCAT Burst Pro Wireless Radio Control: device removed
[     7.183] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/0003:1E7D:2DE1.0006/input/input11/event10"
[     7.183] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Burst Pro Wireless Radio Control" (type: KEYBOARD, id 11)
[     7.183] (**) Option "xkb_layout" "de"
[     7.184] (II) event10 - ROCCAT ROCCAT Burst Pro Wireless Radio Control: is tagged by udev as: Keyboard
[     7.185] (II) event10 - ROCCAT ROCCAT Burst Pro Wireless Radio Control: device is a keyboard
[     7.185] (II) config/udev: Adding input device ROCCAT ROCCAT Burst Pro Keyboard (/dev/input/event7)
[     7.185] (**) ROCCAT ROCCAT Burst Pro Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.185] (**) ROCCAT ROCCAT Burst Pro Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.185] (**) ROCCAT ROCCAT Burst Pro Keyboard: Applying InputClass "system-keyboard"
[     7.185] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Burst Pro Keyboard'
[     7.185] (**) ROCCAT ROCCAT Burst Pro Keyboard: always reports core events
[     7.185] (**) Option "Device" "/dev/input/event7"
[     7.186] (II) event7  - ROCCAT ROCCAT Burst Pro Keyboard: is tagged by udev as: Keyboard
[     7.186] (II) event7  - ROCCAT ROCCAT Burst Pro Keyboard: device is a keyboard
[     7.186] (II) event7  - ROCCAT ROCCAT Burst Pro Keyboard: device removed
[     7.213] (II) libinput: ROCCAT ROCCAT Burst Pro Keyboard: needs a virtual subdevice
[     7.213] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/0003:1E7D:2DE1.0006/input/input8/event7"
[     7.213] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Burst Pro Keyboard" (type: MOUSE, id 12)
[     7.213] (**) Option "AccelerationScheme" "none"
[     7.213] (**) ROCCAT ROCCAT Burst Pro Keyboard: (accel) selected scheme none/0
[     7.213] (**) ROCCAT ROCCAT Burst Pro Keyboard: (accel) acceleration factor: 2.000
[     7.213] (**) ROCCAT ROCCAT Burst Pro Keyboard: (accel) acceleration threshold: 4
[     7.215] (II) event7  - ROCCAT ROCCAT Burst Pro Keyboard: is tagged by udev as: Keyboard
[     7.215] (II) event7  - ROCCAT ROCCAT Burst Pro Keyboard: device is a keyboard
[     7.215] (II) config/udev: Adding input device ROCCAT ROCCAT Burst Pro Mouse (/dev/input/event8)
[     7.215] (II) No input driver specified, ignoring this device.
[     7.215] (II) This device may have been added with another device file.
[     7.216] (II) config/udev: Adding input device ROCCAT ROCCAT Burst Pro Mouse (/dev/input/js0)
[     7.216] (II) No input driver specified, ignoring this device.
[     7.216] (II) This device may have been added with another device file.
[     7.216] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event17)
[     7.216] (II) No input driver specified, ignoring this device.
[     7.216] (II) This device may have been added with another device file.
[     7.216] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event18)
[     7.216] (II) No input driver specified, ignoring this device.
[     7.216] (II) This device may have been added with another device file.
[     7.217] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event19)
[     7.217] (II) No input driver specified, ignoring this device.
[     7.217] (II) This device may have been added with another device file.
[     7.217] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
[     7.217] (II) No input driver specified, ignoring this device.
[     7.217] (II) This device may have been added with another device file.
[     7.217] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[     7.217] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.217] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.217] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     7.217] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.217] (**) AT Translated Set 2 keyboard: always reports core events
[     7.217] (**) Option "Device" "/dev/input/event5"
[     7.218] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.218] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     7.219] (II) event5  - AT Translated Set 2 keyboard: device removed
[     7.246] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[     7.246] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[     7.246] (**) Option "xkb_layout" "de"
[     7.247] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.248] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     7.249] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event21)
[     7.249] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[     7.249] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     7.249] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     7.249] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     7.249] (**) Option "Device" "/dev/input/event21"
[     7.249] (II) event21 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     7.250] (II) event21 - SynPS/2 Synaptics TouchPad: device is a touchpad
[     7.250] (II) event21 - SynPS/2 Synaptics TouchPad: device removed
[     7.310] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     7.310] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     7.310] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     7.310] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event21"
[     7.310] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[     7.311] (**) Option "AccelerationScheme" "none"
[     7.311] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     7.311] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     7.311] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     7.312] (II) event21 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     7.313] (II) event21 - SynPS/2 Synaptics TouchPad: device is a touchpad
[     7.313] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[     7.313] (II) No input driver specified, ignoring this device.
[     7.313] (II) This device may have been added with another device file.
[     7.313] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[     7.313] (II) No input driver specified, ignoring this device.
[     7.313] (II) This device may have been added with another device file.
[     7.315] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event12)
[     7.315] (**) MSI WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     7.315] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     7.315] (**) MSI WMI hotkeys: Applying InputClass "system-keyboard"
[     7.315] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[     7.315] (**) MSI WMI hotkeys: always reports core events
[     7.315] (**) Option "Device" "/dev/input/event12"
[     7.316] (II) event12 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     7.316] (II) event12 - MSI WMI hotkeys: device is a keyboard
[     7.316] (II) event12 - MSI WMI hotkeys: device removed
[     7.383] (**) Option "config_info" "udev:/sys/devices/virtual/input/input14/event12"
[     7.383] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 15)
[     7.383] (**) Option "xkb_layout" "de"
[     7.384] (II) event12 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     7.384] (II) event12 - MSI WMI hotkeys: device is a keyboard
[     7.388] (**) Corsair CORSAIR K55 CORE RGB Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.388] (**) Corsair CORSAIR K55 CORE RGB Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.388] (**) Corsair CORSAIR K55 CORE RGB Gaming Keyboard: Applying InputClass "system-keyboard"
[     7.388] (II) Using input driver 'libinput' for 'Corsair CORSAIR K55 CORE RGB Gaming Keyboard'
[     7.388] (**) Corsair CORSAIR K55 CORE RGB Gaming Keyboard: always reports core events
[     7.388] (**) Option "Device" "/dev/input/event4"
[     7.388] (II) libinput: Corsair CORSAIR K55 CORE RGB Gaming Keyboard: is a virtual subdevice
[     7.388] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1B1C:1BFE.0001/input/input4/event4"
[     7.388] (II) XINPUT: Adding extended input device "Corsair CORSAIR K55 CORE RGB Gaming Keyboard" (type: KEYBOARD, id 16)
[     7.388] (**) Option "xkb_layout" "de"
[     7.388] (**) ROCCAT ROCCAT Burst Pro Keyboard: Applying InputClass "evdev keyboard catchall"
[     7.388] (**) ROCCAT ROCCAT Burst Pro Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.388] (**) ROCCAT ROCCAT Burst Pro Keyboard: Applying InputClass "system-keyboard"
[     7.388] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Burst Pro Keyboard'
[     7.388] (**) ROCCAT ROCCAT Burst Pro Keyboard: always reports core events
[     7.388] (**) Option "Device" "/dev/input/event7"
[     7.388] (II) libinput: ROCCAT ROCCAT Burst Pro Keyboard: is a virtual subdevice
[     7.388] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/0003:1E7D:2DE1.0006/input/input8/event7"
[     7.388] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Burst Pro Keyboard" (type: KEYBOARD, id 17)
[     7.388] (**) Option "xkb_layout" "de"
[    13.549] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): connected
[    13.549] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): Internal TMDS
[    13.549] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): 165.0 MHz maximum pixel clock
[    13.549] (--) NVIDIA(GPU-0): 
[    13.550] (--) NVIDIA(GPU-0): LG Display (DFP-1): connected
[    13.550] (--) NVIDIA(GPU-0): LG Display (DFP-1): Internal DisplayPort
[    13.550] (--) NVIDIA(GPU-0): LG Display (DFP-1): 960.0 MHz maximum pixel clock
[    13.550] (--) NVIDIA(GPU-0): 
[    13.550] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): connected
[    13.550] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): Internal DisplayPort
[    13.550] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): 960.0 MHz maximum pixel clock
[    13.550] (--) NVIDIA(GPU-0): 
[    13.552] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    13.552] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    13.552] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    13.552] (--) NVIDIA(GPU-0): 
[    13.552] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    13.552] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    13.552] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    13.552] (--) NVIDIA(GPU-0): 
[    13.552] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    13.552] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    13.552] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    13.552] (--) NVIDIA(GPU-0): 
[    13.571] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
[    14.650] (WW) NVIDIA(0): Failed to request fliplock.
[    14.686] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +1920+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
[    15.741] (WW) NVIDIA(0): Failed to request fliplock.
[    15.775] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +1920+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
[    16.842] (WW) NVIDIA(0): Failed to request fliplock.
[    21.943] (WW) NVIDIA: Wait for channel idle timed out.
[    22.545] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): connected
[    22.545] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): Internal TMDS
[    22.545] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): 165.0 MHz maximum pixel clock
[    22.545] (--) NVIDIA(GPU-0): 
[    22.548] (--) NVIDIA(GPU-0): LG Display (DFP-1): connected
[    22.548] (--) NVIDIA(GPU-0): LG Display (DFP-1): Internal DisplayPort
[    22.548] (--) NVIDIA(GPU-0): LG Display (DFP-1): 960.0 MHz maximum pixel clock
[    22.548] (--) NVIDIA(GPU-0): 
[    22.548] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): connected
[    22.548] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): Internal DisplayPort
[    22.548] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): 960.0 MHz maximum pixel clock
[    22.548] (--) NVIDIA(GPU-0): 
[    22.550] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    22.550] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    22.550] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    22.550] (--) NVIDIA(GPU-0): 
[    22.550] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    22.550] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    22.550] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    22.550] (--) NVIDIA(GPU-0): 
[    22.550] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    22.550] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    22.550] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    22.550] (--) NVIDIA(GPU-0): 
[    27.356] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): connected
[    27.357] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): Internal TMDS
[    27.357] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): 165.0 MHz maximum pixel clock
[    27.357] (--) NVIDIA(GPU-0): 
[    27.357] (--) NVIDIA(GPU-0): LG Display (DFP-1): connected
[    27.357] (--) NVIDIA(GPU-0): LG Display (DFP-1): Internal DisplayPort
[    27.357] (--) NVIDIA(GPU-0): LG Display (DFP-1): 960.0 MHz maximum pixel clock
[    27.357] (--) NVIDIA(GPU-0): 
[    27.357] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): connected
[    27.357] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): Internal DisplayPort
[    27.357] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): 960.0 MHz maximum pixel clock
[    27.357] (--) NVIDIA(GPU-0): 
[    27.359] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    27.359] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    27.359] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    27.359] (--) NVIDIA(GPU-0): 
[    27.359] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    27.359] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    27.359] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    27.359] (--) NVIDIA(GPU-0): 
[    27.359] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    27.359] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    27.360] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    27.360] (--) NVIDIA(GPU-0): 
[    42.406] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): connected
[    42.406] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): Internal TMDS
[    42.406] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): 165.0 MHz maximum pixel clock
[    42.406] (--) NVIDIA(GPU-0): 
[    42.433] (--) NVIDIA(GPU-0): LG Display (DFP-1): connected
[    42.433] (--) NVIDIA(GPU-0): LG Display (DFP-1): Internal DisplayPort
[    42.433] (--) NVIDIA(GPU-0): LG Display (DFP-1): 960.0 MHz maximum pixel clock
[    42.433] (--) NVIDIA(GPU-0): 
[    42.436] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): connected
[    42.436] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): Internal DisplayPort
[    42.436] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): 960.0 MHz maximum pixel clock
[    42.436] (--) NVIDIA(GPU-0): 
[    42.439] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    42.439] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    42.439] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    42.439] (--) NVIDIA(GPU-0): 
[    42.439] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    42.439] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    42.439] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    42.439] (--) NVIDIA(GPU-0): 
[    42.439] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    42.439] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    42.439] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    42.439] (--) NVIDIA(GPU-0): 
[    67.376] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): connected
[    67.376] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): Internal TMDS
[    67.376] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): 165.0 MHz maximum pixel clock
[    67.376] (--) NVIDIA(GPU-0): 
[    67.376] (--) NVIDIA(GPU-0): LG Display (DFP-1): connected
[    67.376] (--) NVIDIA(GPU-0): LG Display (DFP-1): Internal DisplayPort
[    67.376] (--) NVIDIA(GPU-0): LG Display (DFP-1): 960.0 MHz maximum pixel clock
[    67.376] (--) NVIDIA(GPU-0): 
[    67.377] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): connected
[    67.377] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): Internal DisplayPort
[    67.377] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): 960.0 MHz maximum pixel clock
[    67.377] (--) NVIDIA(GPU-0): 
[    67.379] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    67.379] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    67.379] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    67.379] (--) NVIDIA(GPU-0): 
[    67.379] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    67.379] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    67.379] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    67.379] (--) NVIDIA(GPU-0): 
[    67.379] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    67.379] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    67.379] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    67.379] (--) NVIDIA(GPU-0): 
[    84.311] (II) NVIDIA(0): Setting mode "DPY-1:nvidia-auto-select+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On},DPY-2:nvidia-auto-select+1920+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On}"
[    85.384] (WW) NVIDIA(0): Failed to request fliplock.
[    85.384] (II) event6  - ROCCAT ROCCAT Burst Pro: SYN_DROPPED event - some input events have been lost.
[    85.492] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): connected
[    85.493] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): Internal TMDS
[    85.493] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): 165.0 MHz maximum pixel clock
[    85.493] (--) NVIDIA(GPU-0): 
[    85.493] (--) NVIDIA(GPU-0): LG Display (DFP-1): connected
[    85.493] (--) NVIDIA(GPU-0): LG Display (DFP-1): Internal DisplayPort
[    85.493] (--) NVIDIA(GPU-0): LG Display (DFP-1): 960.0 MHz maximum pixel clock
[    85.493] (--) NVIDIA(GPU-0): 
[    85.493] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): connected
[    85.493] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): Internal DisplayPort
[    85.493] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): 960.0 MHz maximum pixel clock
[    85.493] (--) NVIDIA(GPU-0): 
[    85.495] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    85.495] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    85.495] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    85.495] (--) NVIDIA(GPU-0): 
[    85.495] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    85.495] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    85.495] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    85.495] (--) NVIDIA(GPU-0): 
[    85.496] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    85.496] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    85.496] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[    85.496] (--) NVIDIA(GPU-0): 
[   120.712] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): connected
[   120.712] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): Internal TMDS
[   120.712] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): 165.0 MHz maximum pixel clock
[   120.712] (--) NVIDIA(GPU-0): 
[   120.712] (II) event6  - ROCCAT ROCCAT Burst Pro: SYN_DROPPED event - some input events have been lost.
[   120.712] (--) NVIDIA(GPU-0): LG Display (DFP-1): connected
[   120.712] (--) NVIDIA(GPU-0): LG Display (DFP-1): Internal DisplayPort
[   120.712] (--) NVIDIA(GPU-0): LG Display (DFP-1): 960.0 MHz maximum pixel clock
[   120.712] (--) NVIDIA(GPU-0): 
[   120.712] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): connected
[   120.712] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): Internal DisplayPort
[   120.712] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): 960.0 MHz maximum pixel clock
[   120.712] (--) NVIDIA(GPU-0): 
[   120.714] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   120.714] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   120.714] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   120.714] (--) NVIDIA(GPU-0): 
[   120.715] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   120.715] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   120.715] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   120.715] (--) NVIDIA(GPU-0): 
[   120.715] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   120.715] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[   120.715] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[   120.715] (--) NVIDIA(GPU-0): 
[   120.763] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): connected
[   120.763] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): Internal TMDS
[   120.763] (--) NVIDIA(GPU-0): Samsung S27E650 (DFP-0): 165.0 MHz maximum pixel clock
[   120.763] (--) NVIDIA(GPU-0): 
[   120.763] (II) event6  - ROCCAT ROCCAT Burst Pro: SYN_DROPPED event - some input events have been lost.
[   120.763] (--) NVIDIA(GPU-0): LG Display (DFP-1): connected
[   120.763] (--) NVIDIA(GPU-0): LG Display (DFP-1): Internal DisplayPort
[   120.763] (--) NVIDIA(GPU-0): LG Display (DFP-1): 960.0 MHz maximum pixel clock
[   120.763] (--) NVIDIA(GPU-0): 
[   120.764] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): connected
[   120.764] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): Internal DisplayPort
[   120.764] (--) NVIDIA(GPU-0): AOC U2879G6 (DFP-2): 960.0 MHz maximum pixel clock
[   120.764] (--) NVIDIA(GPU-0): 
[   120.766] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   120.766] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   120.766] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   120.766] (--) NVIDIA(GPU-0): 
[   120.766] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   120.766] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   120.766] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   120.766] (--) NVIDIA(GPU-0): 
[   120.766] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   120.766] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[   120.766] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[   120.766] (--) NVIDIA(GPU-0): 
Xorg.0.log.old
[2024-11-26T07:54:05+0100] [PAMAC] synchronizing package lists
[2024-11-26T13:58:01+0100] [PAMAC] synchronizing package lists
[2024-11-26T19:58:15+0100] [PAMAC] synchronizing package lists
[2024-11-26T21:04:59+0100] [PACMAN] Running 'pacman -Syyu'
[2024-11-26T21:04:59+0100] [PACMAN] synchronizing package lists
[2024-11-26T21:05:01+0100] [PACMAN] starting full system upgrade
[2024-11-26T21:05:32+0100] [ALPM] running '00-timeshift-autosnap.hook'...
[2024-11-26T21:05:32+0100] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
[2024-11-26T21:05:32+0100] [ALPM] running '60-mkinitcpio-remove.hook'...
[2024-11-26T21:05:33+0100] [ALPM] running '71-dkms-remove.hook'...
[2024-11-26T21:05:33+0100] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod acpi_call/1.2.2 -k 6.12.1-2-MANJARO
[2024-11-26T21:05:33+0100] [ALPM-SCRIPTLET] ==> depmod 6.12.1-2-MANJARO
[2024-11-26T21:05:36+0100] [ALPM] transaction started
[2024-11-26T21:05:36+0100] [ALPM] upgraded alsa-ucm-conf (1.2.12-1 -> 1.2.13-1)
[2024-11-26T21:05:36+0100] [ALPM] upgraded filesystem (2024.11.23-1 -> 2024.11.25-1)
[2024-11-26T21:05:36+0100] [ALPM] upgraded alsa-lib (1.2.12-1 -> 1.2.13-1)
[2024-11-26T21:05:37+0100] [ALPM] upgraded alsa-utils (1.2.12-1 -> 1.2.13-1)
[2024-11-26T21:05:37+0100] [ALPM] upgraded systemd-libs (256.8-1 -> 256.8-2)
[2024-11-26T21:05:37+0100] [ALPM] upgraded git (2.47.0-1 -> 2.47.1-1)
[2024-11-26T21:05:37+0100] [ALPM] upgraded ldb (2:4.21.1-1 -> 2:4.21.2-1)
[2024-11-26T21:05:37+0100] [ALPM] upgraded libwbclient (2:4.21.1-1 -> 2:4.21.2-1)
[2024-11-26T21:05:37+0100] [ALPM] upgraded systemd (256.8-1 -> 256.8-2)
[2024-11-26T21:05:39+0100] [ALPM] upgraded linux612 (6.12.1-2 -> 6.12.1-4)
[2024-11-26T21:05:41+0100] [ALPM] upgraded linux612-headers (6.12.1-2 -> 6.12.1-4)
[2024-11-26T21:05:41+0100] [ALPM] upgraded linux612-nvidia (565.57.01-5 -> 565.57.01-7)
[2024-11-26T21:05:41+0100] [ALPM] upgraded python-pycryptodomex (3.20.0-1 -> 3.21.0-1)
[2024-11-26T21:05:41+0100] [ALPM] upgraded qemu-user-static (9.1.1-2 -> 9.1.2-1)
[2024-11-26T21:05:41+0100] [ALPM] upgraded qemu-user-static-binfmt (9.1.1-2 -> 9.1.2-1)
[2024-11-26T21:05:41+0100] [ALPM] upgraded smbclient (2:4.21.1-1 -> 2:4.21.2-1)
[2024-11-26T21:05:41+0100] [ALPM] upgraded samba (2:4.21.1-1 -> 2:4.21.2-1)
[2024-11-26T21:05:41+0100] [ALPM] upgraded shaderc (2024.2-1 -> 2024.3-1)
[2024-11-26T21:05:41+0100] [ALPM] upgraded systemd-sysvcompat (256.8-1 -> 256.8-2)
[2024-11-26T21:05:42+0100] [ALPM] transaction completed
[2024-11-26T21:05:43+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2024-11-26T21:05:43+0100] [ALPM] running '30-systemd-binfmt.hook'...
[2024-11-26T21:05:43+0100] [ALPM] running '30-systemd-catalog.hook'...
[2024-11-26T21:05:43+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2024-11-26T21:05:43+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2024-11-26T21:05:44+0100] [ALPM] running '30-systemd-hwdb.hook'...
[2024-11-26T21:05:44+0100] [ALPM] running '30-systemd-sysctl.hook'...
[2024-11-26T21:05:44+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2024-11-26T21:05:44+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2024-11-26T21:05:46+0100] [ALPM] running '30-systemd-update.hook'...
[2024-11-26T21:05:46+0100] [ALPM] running '30-update-mime-database.hook'...
[2024-11-26T21:05:47+0100] [ALPM] running '60-depmod.hook'...
[2024-11-26T21:05:49+0100] [ALPM] running '70-dkms-install.hook'...
[2024-11-26T21:05:49+0100] [ALPM-SCRIPTLET] ==> dkms install --no-depmod acpi_call/1.2.2 -k 6.12.1-4-MANJARO
[2024-11-26T21:05:51+0100] [ALPM-SCRIPTLET] ==> depmod 6.12.1-4-MANJARO
[2024-11-26T21:05:54+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux612.preset: 'default'
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.12-x86_64 -g /boot/initramfs-6.12-x86_64.img
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.12.1-4-MANJARO'
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2024-11-26T21:05:58+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-11-26T21:05:58+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-11-26T21:05:59+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-11-26T21:05:59+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-11-26T21:05:59+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-11-26T21:05:59+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-11-26T21:05:59+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.12-x86_64.img'
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux612.preset: 'fallback'
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.12-x86_64 -g /boot/initramfs-6.12-x86_64-fallback.img -S autodetect
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.12.1-4-MANJARO'
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-11-26T21:06:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2024-11-26T21:06:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-11-26T21:06:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2024-11-26T21:06:07+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-11-26T21:06:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-11-26T21:06:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-11-26T21:06:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-11-26T21:06:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-11-26T21:06:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-11-26T21:06:14+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-11-26T21:06:14+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.12-x86_64-fallback.img'
[2024-11-26T21:06:15+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux61.preset: 'default'
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.1-x86_64 -g /boot/initramfs-6.1-x86_64.img
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.1.119-1-MANJARO'
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2024-11-26T21:06:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-11-26T21:06:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-11-26T21:06:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-11-26T21:06:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.1-x86_64.img'
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux61.preset: 'fallback'
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.1-x86_64 -g /boot/initramfs-6.1-x86_64-fallback.img -S autodetect
[2024-11-26T21:06:21+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.1.119-1-MANJARO'
[2024-11-26T21:06:21+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-11-26T21:06:21+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-11-26T21:06:21+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2024-11-26T21:06:21+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-11-26T21:06:21+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2024-11-26T21:06:26+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-11-26T21:06:27+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-11-26T21:06:27+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-11-26T21:06:27+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-11-26T21:06:30+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-11-26T21:06:31+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-11-26T21:06:32+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-11-26T21:06:33+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.1-x86_64-fallback.img'
[2024-11-26T21:06:33+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2024-11-26T21:06:34+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-11-26T21:06:34+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
[2024-11-26T21:06:34+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-11-26T21:06:34+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
[2024-11-26T21:06:34+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.63-1-MANJARO'
[2024-11-26T21:06:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-11-26T21:06:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-11-26T21:06:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-11-26T21:06:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2024-11-26T21:06:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-11-26T21:06:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2024-11-26T21:06:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-11-26T21:06:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-11-26T21:06:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-11-26T21:06:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect
[2024-11-26T21:06:40+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.63-1-MANJARO'
[2024-11-26T21:06:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-11-26T21:06:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-11-26T21:06:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2024-11-26T21:06:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-11-26T21:06:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2024-11-26T21:06:45+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-11-26T21:06:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-11-26T21:06:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-11-26T21:06:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-11-26T21:06:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-11-26T21:06:50+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-11-26T21:06:52+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-11-26T21:06:52+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
[2024-11-26T21:06:53+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2024-11-26T21:06:54+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-11-26T21:06:54+0100] [ALPM] running '99-update-grub.hook'...
[2024-11-26T21:06:54+0100] [ALPM-SCRIPTLET] GRUB-Konfigurationsdatei wird erstellt …
[2024-11-26T21:06:54+0100] [ALPM-SCRIPTLET] Thema gefunden: /usr/share/grub/themes/manjaro/theme.txt
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Linux-Abbild gefunden: /boot/vmlinuz-6.12-x86_64
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Initrd-Abbild gefunden: /boot/intel-ucode.img /boot/initramfs-6.12-x86_64.img
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.12-x86_64-fallback.img
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Linux-Abbild gefunden: /boot/vmlinuz-6.6-x86_64
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Initrd-Abbild gefunden: /boot/intel-ucode.img /boot/initramfs-6.6-x86_64.img
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Linux-Abbild gefunden: /boot/vmlinuz-6.1-x86_64
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Initrd-Abbild gefunden: /boot/intel-ucode.img /boot/initramfs-6.1-x86_64.img
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.1-x86_64-fallback.img
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Warnung: Zur Erkennung anderer bootfähiger Partitionen wird os-prober ausgefßhrt.
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Dessen Ausgabe wird zur Erkennung bootfähiger Programmdateien und Erzeugen neuer Boot-Einträge verwendet.
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] Windows Boot Manager auf /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi gefunden
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] Bootmenü-Eintrag für UEFI-Firmware-Einstellungen wird hinzugefügt …
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] Root filesystem isn't btrfs
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] abgeschlossen
[2024-11-26T21:06:58+0100] [ALPM] running 'dbus-reload.hook'...
[2024-11-26T22:32:04+0100] [PACMAN] Running 'pacman -Syyu'
[2024-11-26T22:32:04+0100] [PACMAN] synchronizing package lists
[2024-11-26T22:32:06+0100] [PACMAN] starting full system upgrade
[2024-11-26T22:32:16+0100] [PAMAC] synchronizing package lists
pacman.log
[2024-11-26T07:54:05+0100] [PAMAC] synchronizing package lists
[2024-11-26T13:58:01+0100] [PAMAC] synchronizing package lists
[2024-11-26T19:58:15+0100] [PAMAC] synchronizing package lists
[2024-11-26T21:04:59+0100] [PACMAN] Running 'pacman -Syyu'
[2024-11-26T21:04:59+0100] [PACMAN] synchronizing package lists
[2024-11-26T21:05:01+0100] [PACMAN] starting full system upgrade
[2024-11-26T21:05:32+0100] [ALPM] running '00-timeshift-autosnap.hook'...
[2024-11-26T21:05:32+0100] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
[2024-11-26T21:05:32+0100] [ALPM] running '60-mkinitcpio-remove.hook'...
[2024-11-26T21:05:33+0100] [ALPM] running '71-dkms-remove.hook'...
[2024-11-26T21:05:33+0100] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod acpi_call/1.2.2 -k 6.12.1-2-MANJARO
[2024-11-26T21:05:33+0100] [ALPM-SCRIPTLET] ==> depmod 6.12.1-2-MANJARO
[2024-11-26T21:05:36+0100] [ALPM] transaction started
[2024-11-26T21:05:36+0100] [ALPM] upgraded alsa-ucm-conf (1.2.12-1 -> 1.2.13-1)
[2024-11-26T21:05:36+0100] [ALPM] upgraded filesystem (2024.11.23-1 -> 2024.11.25-1)
[2024-11-26T21:05:36+0100] [ALPM] upgraded alsa-lib (1.2.12-1 -> 1.2.13-1)
[2024-11-26T21:05:37+0100] [ALPM] upgraded alsa-utils (1.2.12-1 -> 1.2.13-1)
[2024-11-26T21:05:37+0100] [ALPM] upgraded systemd-libs (256.8-1 -> 256.8-2)
[2024-11-26T21:05:37+0100] [ALPM] upgraded git (2.47.0-1 -> 2.47.1-1)
[2024-11-26T21:05:37+0100] [ALPM] upgraded ldb (2:4.21.1-1 -> 2:4.21.2-1)
[2024-11-26T21:05:37+0100] [ALPM] upgraded libwbclient (2:4.21.1-1 -> 2:4.21.2-1)
[2024-11-26T21:05:37+0100] [ALPM] upgraded systemd (256.8-1 -> 256.8-2)
[2024-11-26T21:05:39+0100] [ALPM] upgraded linux612 (6.12.1-2 -> 6.12.1-4)
[2024-11-26T21:05:41+0100] [ALPM] upgraded linux612-headers (6.12.1-2 -> 6.12.1-4)
[2024-11-26T21:05:41+0100] [ALPM] upgraded linux612-nvidia (565.57.01-5 -> 565.57.01-7)
[2024-11-26T21:05:41+0100] [ALPM] upgraded python-pycryptodomex (3.20.0-1 -> 3.21.0-1)
[2024-11-26T21:05:41+0100] [ALPM] upgraded qemu-user-static (9.1.1-2 -> 9.1.2-1)
[2024-11-26T21:05:41+0100] [ALPM] upgraded qemu-user-static-binfmt (9.1.1-2 -> 9.1.2-1)
[2024-11-26T21:05:41+0100] [ALPM] upgraded smbclient (2:4.21.1-1 -> 2:4.21.2-1)
[2024-11-26T21:05:41+0100] [ALPM] upgraded samba (2:4.21.1-1 -> 2:4.21.2-1)
[2024-11-26T21:05:41+0100] [ALPM] upgraded shaderc (2024.2-1 -> 2024.3-1)
[2024-11-26T21:05:41+0100] [ALPM] upgraded systemd-sysvcompat (256.8-1 -> 256.8-2)
[2024-11-26T21:05:42+0100] [ALPM] transaction completed
[2024-11-26T21:05:43+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2024-11-26T21:05:43+0100] [ALPM] running '30-systemd-binfmt.hook'...
[2024-11-26T21:05:43+0100] [ALPM] running '30-systemd-catalog.hook'...
[2024-11-26T21:05:43+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2024-11-26T21:05:43+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2024-11-26T21:05:44+0100] [ALPM] running '30-systemd-hwdb.hook'...
[2024-11-26T21:05:44+0100] [ALPM] running '30-systemd-sysctl.hook'...
[2024-11-26T21:05:44+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2024-11-26T21:05:44+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2024-11-26T21:05:46+0100] [ALPM] running '30-systemd-update.hook'...
[2024-11-26T21:05:46+0100] [ALPM] running '30-update-mime-database.hook'...
[2024-11-26T21:05:47+0100] [ALPM] running '60-depmod.hook'...
[2024-11-26T21:05:49+0100] [ALPM] running '70-dkms-install.hook'...
[2024-11-26T21:05:49+0100] [ALPM-SCRIPTLET] ==> dkms install --no-depmod acpi_call/1.2.2 -k 6.12.1-4-MANJARO
[2024-11-26T21:05:51+0100] [ALPM-SCRIPTLET] ==> depmod 6.12.1-4-MANJARO
[2024-11-26T21:05:54+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux612.preset: 'default'
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.12-x86_64 -g /boot/initramfs-6.12-x86_64.img
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.12.1-4-MANJARO'
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-11-26T21:05:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2024-11-26T21:05:58+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-11-26T21:05:58+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-11-26T21:05:59+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-11-26T21:05:59+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-11-26T21:05:59+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-11-26T21:05:59+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-11-26T21:05:59+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.12-x86_64.img'
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux612.preset: 'fallback'
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.12-x86_64 -g /boot/initramfs-6.12-x86_64-fallback.img -S autodetect
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.12.1-4-MANJARO'
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-11-26T21:06:00+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-11-26T21:06:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2024-11-26T21:06:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-11-26T21:06:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2024-11-26T21:06:07+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-11-26T21:06:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-11-26T21:06:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-11-26T21:06:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-11-26T21:06:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-11-26T21:06:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-11-26T21:06:14+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-11-26T21:06:14+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.12-x86_64-fallback.img'
[2024-11-26T21:06:15+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux61.preset: 'default'
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.1-x86_64 -g /boot/initramfs-6.1-x86_64.img
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.1.119-1-MANJARO'
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-11-26T21:06:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2024-11-26T21:06:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-11-26T21:06:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-11-26T21:06:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-11-26T21:06:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.1-x86_64.img'
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux61.preset: 'fallback'
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-11-26T21:06:20+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.1-x86_64 -g /boot/initramfs-6.1-x86_64-fallback.img -S autodetect
[2024-11-26T21:06:21+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.1.119-1-MANJARO'
[2024-11-26T21:06:21+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-11-26T21:06:21+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-11-26T21:06:21+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2024-11-26T21:06:21+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-11-26T21:06:21+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2024-11-26T21:06:26+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-11-26T21:06:27+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-11-26T21:06:27+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-11-26T21:06:27+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-11-26T21:06:30+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-11-26T21:06:31+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-11-26T21:06:32+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-11-26T21:06:33+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.1-x86_64-fallback.img'
[2024-11-26T21:06:33+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2024-11-26T21:06:34+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-11-26T21:06:34+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
[2024-11-26T21:06:34+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-11-26T21:06:34+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
[2024-11-26T21:06:34+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.63-1-MANJARO'
[2024-11-26T21:06:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-11-26T21:06:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-11-26T21:06:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-11-26T21:06:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2024-11-26T21:06:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-11-26T21:06:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2024-11-26T21:06:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-11-26T21:06:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-11-26T21:06:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-11-26T21:06:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-11-26T21:06:39+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect
[2024-11-26T21:06:40+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.63-1-MANJARO'
[2024-11-26T21:06:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-11-26T21:06:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-11-26T21:06:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2024-11-26T21:06:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-11-26T21:06:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2024-11-26T21:06:45+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-11-26T21:06:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-11-26T21:06:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-11-26T21:06:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-11-26T21:06:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-11-26T21:06:50+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-11-26T21:06:52+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-11-26T21:06:52+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
[2024-11-26T21:06:53+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2024-11-26T21:06:54+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2024-11-26T21:06:54+0100] [ALPM] running '99-update-grub.hook'...
[2024-11-26T21:06:54+0100] [ALPM-SCRIPTLET] GRUB-Konfigurationsdatei wird erstellt …
[2024-11-26T21:06:54+0100] [ALPM-SCRIPTLET] Thema gefunden: /usr/share/grub/themes/manjaro/theme.txt
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Linux-Abbild gefunden: /boot/vmlinuz-6.12-x86_64
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Initrd-Abbild gefunden: /boot/intel-ucode.img /boot/initramfs-6.12-x86_64.img
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.12-x86_64-fallback.img
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Linux-Abbild gefunden: /boot/vmlinuz-6.6-x86_64
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Initrd-Abbild gefunden: /boot/intel-ucode.img /boot/initramfs-6.6-x86_64.img
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Linux-Abbild gefunden: /boot/vmlinuz-6.1-x86_64
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Initrd-Abbild gefunden: /boot/intel-ucode.img /boot/initramfs-6.1-x86_64.img
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.1-x86_64-fallback.img
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Warnung: Zur Erkennung anderer bootfähiger Partitionen wird os-prober ausgefßhrt.
[2024-11-26T21:06:55+0100] [ALPM-SCRIPTLET] Dessen Ausgabe wird zur Erkennung bootfähiger Programmdateien und Erzeugen neuer Boot-Einträge verwendet.
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] Windows Boot Manager auf /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi gefunden
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] Bootmenü-Eintrag für UEFI-Firmware-Einstellungen wird hinzugefügt …
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] Root filesystem isn't btrfs
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
[2024-11-26T21:06:58+0100] [ALPM-SCRIPTLET] abgeschlossen
[2024-11-26T21:06:58+0100] [ALPM] running 'dbus-reload.hook'...
[2024-11-26T22:32:04+0100] [PACMAN] Running 'pacman -Syyu'
[2024-11-26T22:32:04+0100] [PACMAN] synchronizing package lists
[2024-11-26T22:32:06+0100] [PACMAN] starting full system upgrade
[2024-11-26T22:32:16+0100] [PAMAC] synchronizing package lists
1 Like

maybe check which packages you actually had updated to narrow down the reason of potential issues with Nvidia drivers. You can also try to switch to testing branch, which has older drivers, but similar packages like in unstable right now.

[ALPM] upgraded alsa-utils (1.2.13-1 -> 1.2.13-2)

Logs are clean again.