I changed the title to be more reflective of the situation.
Hi all!
I admit that I might have been a bit overeager on applying the latest updates.
But, in my defense, everything looked good. All the mirrors reported OK for syncing, the update announcement didn’t have anything nefarious. Everything looked good. Well, I saw that it was kind of small, < 1GB if I remember correctly. So I went ahead and applied the update.
After it downloaded and installed everything, I checked for .pacnew files, found a few (can’t remember which now.) merged them, and finally rebooted. Well, then the fun started. If by fun you mean unable to boot. No worries, since I have timeshift set up. So I grabbed my trusty thumb drive and boot into a Manjaro Live seession.
At first I thought I missed something, so I did a chroot into my environment and re-ran the update/sync. No dice. I can’t remember if it did anything or not, but upon reboot, nothing.
So I rebooted into the live environment again, and this time restored the Timeshift snapshot. It looked like it worked, but Timeshift reported “Done with errors.” Or something like that, anyway. But seeing there were no error displayed in the GUI window, I rebooted. The same nothing happened.
So I rebooted into the live environment again, we were old friends by now, and tried restoring to an earlier snapshot. But I noticed an error because this time I used the CLI:
...mp3 failed verification -- update discarded.
…and seeing as it’s only music, I rebooted and got same result.
I then entered the live environment again, and entered a chroot environment again, and just ran the update. But I was feeling nervous now, luckily my data is seperate from my OS, for this exact reason. So I tried doing the update with
pacman -Syyuu
…in the chroot environment, not the live environment. Afterwards checked for, and merged all .pacnew files. Rebooted. The same. So, back into the live environment I go, not really knowing what to do from here…
A lot of chroot ing, a lot of pacman later, a day later, and still nothing. Still unable to boot.
I am seriously considering just reinstalling Manjaro. I have tried everything I know of, and while I know it’s not everything, I also know it’s more than most. So I’m considering cutting my losses.
But I am unable to skip that 1 either to skip the file causing the error in Timeshift GUI, the containing directory, or ignore the error and continue. My suspiucion is that that’s possibly thee error the GUI reports.
(Needless to say, a due to the backups restoring, I don’t really have any log files anymore.)
So, does anyone have any ideas as what to do? I am in a live environment, a chroot environmeent is open and waiting for action.
I don't think it's neccessary, but FWIW here's my `inxi --full --admin --filter --width` output from the `chroot` environment
You have the choice to either spend weeks trying to fix manjaro,
or 30 minutes to reinstall and weeks to reconfigure it.
At least there is a script from linux-aarhus
Summary
HOW TO keep my apps which I love, while switching PC or reinstalling linux from scratch
List explicitly installed packages not in the base meta package or base-devel package group:
$ comm -23 <(pacman -Qqe | sort) <({ pacman -Qqg base-devel; expac -l '\n' '%E' base; } | sort -u)
( comm -23 <(pacman -Qqe | sort) <({ pacman -Qqg base-devel; expac -l ‘\n’ ‘%E’ base; } | sort -u) > ~/packages.txt)
Pipe the output into a text file (e.g. packages.txt in your home) by appending > ~/packages.txt to above command.
Backup your dot-files/-folders to an USB device.
Edit the the list and remove unwanted packages leaving only those you want to install at a later point and save it to the same device.
When you have reinstalled your Manjaro system
copy the saved files and folders back and use pacman to install the content of your packages.txt
sudo pacman -Syu - <~/packages.txt
alternativ:
sudo yay -Syyu --needed < packages.txt
You tested, whether the sound settings refer to the correct sources?
As for the errors, it doesn’t show anything. It starts up until the (SDDM?) login screen. When I enter my password, apparently it is the correct one and I’m greeted with the splash screen after that. The loading spinner spins and after a while it stops, almost like it hangs, but there it stops and doesn’t go any further.
You could try sudo “mkinitcpio -P” and then sudo “update-grub” and yes I know you don’t need sudo in a chroot.
I would also reinstall the nvidia stuff as I think it is probably this that is not starting.
Don’t use Plymouth. Quite happy with it like this and don’t want the complex and problematic plymouth, thankyouverymuch:
$ grep -i ply /etc/mkinitcpio.conf
$ cat /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(usbhid xhci_hcd)
MODULES=()
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No RAID, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect modconf block filesystems fsck)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev modconf block filesystems fsck)
#
## This setup assembles a mdadm array with an encrypted root file system.
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
# HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
## This setup loads an lvm2 volume group.
# HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr and fsck hooks.
HOOKS=(base udev autodetect modconf kms keyboard keymap block filesystems fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
#COMPRESSION="zstd"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
#MODULES_DECOMPRESS="yes"
Edit:
Yes, I know. I don’t know where it came from. All my data is on a separate drive, and shouldn’t be visible to timeshift. Nevertheless, I still think that is the cause of it.
That’s what I figured, yes. And why I ran the test again.
Also, I think this is more of a clue as to what’s going on. From the chroot environment:
$ journalctl -x -p 3 -b -1 -e
-- A start job for unit systemd-timesyncd.service has finished with a failure.
-- Defined-By: systemd
-- Support: https://forum.manjaro.org/c/support
--
-- A start job for unit systemd-timesyncd.service has finished with a failure.
--
-- The job identifier is 1093 and the job result is failed.
Jul 19 11:54:46 Mirdarthos-PC systemd[1]: Failed to start Network Time Synchronization.
-- Subject: A start job for unit systemd-timesyncd.service has failed
-- Defined-By: systemd
-- Support: https://forum.manjaro.org/c/support
--
-- A start job for unit systemd-timesyncd.service has finished with a failure.
--
-- The job identifier is 1101 and the job result is failed.
Jul 19 11:55:01 Mirdarthos-PC kernel: ext4: Unknown parameter 'umask'
Jul 19 11:55:01 Mirdarthos-PC systemd[1]: Failed to mount /boot/efi.
-- Subject: A start job for unit boot-efi.mount has failed
-- Defined-By: systemd
-- Support: https://forum.manjaro.org/c/support
--
-- A start job for unit boot-efi.mount has finished with a failure.
--
-- The job identifier is 1155 and the job result is failed.
Jul 19 11:55:01 Mirdarthos-PC systemd[1]: Failed to start Network Time Synchronization.
-- Subject: A start job for unit systemd-timesyncd.service has failed
-- Defined-By: systemd
-- Support: https://forum.manjaro.org/c/support
--
-- A start job for unit systemd-timesyncd.service has finished with a failure.
--
-- The job identifier is 1192 and the job result is failed.
Jul 19 11:55:01 Mirdarthos-PC systemd[1]: Failed to start Network Time Synchronization.
-- Subject: A start job for unit systemd-timesyncd.service has failed
-- Defined-By: systemd
-- Support: https://forum.manjaro.org/c/support
--
-- A start job for unit systemd-timesyncd.service has finished with a failure.
--
-- The job identifier is 1369 and the job result is failed.
Jul 19 11:55:01 Mirdarthos-PC systemd[1]: Failed to start Network Time Synchronization.
-- Subject: A start job for unit systemd-timesyncd.service has failed
-- Defined-By: systemd
-- Support: https://forum.manjaro.org/c/support
--
-- A start job for unit systemd-timesyncd.service has finished with a failure.
--
-- The job identifier is 1377 and the job result is failed.
Jul 19 11:55:01 Mirdarthos-PC systemd[1]: Failed to start Network Time Synchronization.
-- Subject: A start job for unit systemd-timesyncd.service has failed
-- Defined-By: systemd
-- Support: https://forum.manjaro.org/c/support
--
-- A start job for unit systemd-timesyncd.service has finished with a failure.
--
-- The job identifier is 1385 and the job result is failed.
Jul 19 11:55:01 Mirdarthos-PC systemd[1]: Failed to start Network Time Synchronization.
-- Subject: A start job for unit systemd-timesyncd.service has failed
-- Defined-By: systemd
-- Support: https://forum.manjaro.org/c/support
--
-- A start job for unit systemd-timesyncd.service has finished with a failure.
--
-- The job identifier is 1393 and the job result is failed.
Jul 19 11:55:01 Mirdarthos-PC systemd[1]: Failed to start Network Time Synchronization.
-- Subject: A start job for unit systemd-timesyncd.service has failed
-- Defined-By: systemd
-- Support: https://forum.manjaro.org/c/support
--
-- A start job for unit systemd-timesyncd.service has finished with a failure.
--
-- The job identifier is 1401 and the job result is failed.
Jul 19 11:55:27 Mirdarthos-PC kernel: watchdog: watchdog0: watchdog did not stop!
Seems there is something amiss with my efi partition, so I think I have to restore again, this time making doubly sure the efi gets restored, not to root, but to the right partition.
Edit:
OK, so the latest restore worked…up to a point. @megavolt I tested login of another user. The answer is no. Surprisingly, it’s actually very different. Upon entering the password, it looks as if it is it switches to a black screen and looks as if it’s working. Only to show the login screen again. So it ends up in the infamous login loop kind of thing.
So, I’m back in the Live environment, with the chroot open and ready to rumble. Here are updated logs, from the chroot environment:
$ cat /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(usbhid xhci_hcd)
MODULES=()
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No RAID, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect modconf block filesystems fsck)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev modconf block filesystems fsck)
#
## This setup assembles a mdadm array with an encrypted root file system.
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
# HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
## This setup loads an lvm2 volume group.
# HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr and fsck hooks.
HOOKS=(base udev autodetect modconf kms keyboard keymap block filesystems fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
#COMPRESSION="zstd"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
#MODULES_DECOMPRESS="yes"
journalctl -b-1 -p3:
Jul 19 13:27:50 Mirdarthos-PC kernel: x86/cpu: SGX disabled by BIOS.
Jul 19 13:27:50 Mirdarthos-PC kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.PRT0._GTF.DSSP], AE_NOT_FOUND (20230331/psargs-330)
Jul 19 13:27:50 Mirdarthos-PC kernel: ACPI Error: Aborting method \_SB.PCI0.SAT0.PRT0._GTF due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Jul 19 13:27:50 Mirdarthos-PC kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.PRT1._GTF.DSSP], AE_NOT_FOUND (20230331/psargs-330)
Jul 19 13:27:50 Mirdarthos-PC kernel: ACPI Error: Aborting method \_SB.PCI0.SAT0.PRT1._GTF due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Jul 19 13:27:50 Mirdarthos-PC kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.PRT0._GTF.DSSP], AE_NOT_FOUND (20230331/psargs-330)
Jul 19 13:27:50 Mirdarthos-PC kernel: ACPI Error: Aborting method \_SB.PCI0.SAT0.PRT0._GTF due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Jul 19 13:27:50 Mirdarthos-PC kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.PRT1._GTF.DSSP], AE_NOT_FOUND (20230331/psargs-330)
Jul 19 13:27:50 Mirdarthos-PC kernel: ACPI Error: Aborting method \_SB.PCI0.SAT0.PRT1._GTF due to previous error (AE_NOT_FOUND) (20230331/psparse-529)
Jul 19 13:27:51 Mirdarthos-PC kernel:
Jul 19 13:27:53 Mirdarthos-PC smartd[518]: Device: /dev/sda [SAT], 40 Currently unreadable (pending) sectors
Jul 19 13:27:53 Mirdarthos-PC smartd[518]: Device: /dev/sda [SAT], 40 Offline uncorrectable sectors
Jul 19 13:27:53 Mirdarthos-PC smartd[518]: Device: /dev/sda [SAT], Failed SMART usage Attribute: 184 End-to-End_Error.
Jul 19 13:27:53 Mirdarthos-PC colord-sane[596]: io/hpmud/pp.c 627: unable to read device-id ret=-1
Jul 19 13:27:56 Mirdarthos-PC nmbd[637]: [2023/07/19 13:27:56.145356, 0] ../../source3/nmbd/nmbd.c:901(main)
Jul 19 13:27:56 Mirdarthos-PC nmbd[637]: nmbd version 4.18.4 started.
Jul 19 13:27:56 Mirdarthos-PC nmbd[637]: Copyright Andrew Tridgell and the Samba Team 1992-2023
Jul 19 13:28:19 Mirdarthos-PC nmbd[637]: [2023/07/19 13:28:19.876514, 0] ../../source3/nmbd/nmbd_become_lmb.c:398(become_local_master_stage2)
Jul 19 13:28:19 Mirdarthos-PC nmbd[637]: *****
Jul 19 13:28:19 Mirdarthos-PC nmbd[637]:
Jul 19 13:28:19 Mirdarthos-PC nmbd[637]: Samba name server MIRDARTHOS-PC is now a local master browser for workgroup DISCWORLD on subnet 10.0.0.20
Jul 19 13:28:19 Mirdarthos-PC nmbd[637]:
Jul 19 13:28:19 Mirdarthos-PC nmbd[637]: *****
Jul 19 13:28:54 Mirdarthos-PC nmbd[637]: [2023/07/19 13:28:54.276025, 0] ../../source3/nmbd/nmbd.c:59(terminate)
Jul 19 13:28:54 Mirdarthos-PC nmbd[637]: Got SIGTERM: going down...
journalctl -b-1 -p4 --no-pager --grep='sddm':
$ journalctl -b-1 -p4 --no-pager --grep='sddm'
Jul 19 13:27:55 Mirdarthos-PC sddm-greeter[626]: Could not locate plasma theme "Arc-Dark" in plasma/desktoptheme/ using search path ("/var/lib/sddm/.local/share", "/usr/local/share", "/usr/share")
Jul 19 13:27:55 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Main.qml:443:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jul 19 13:27:55 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/VirtualKeyboard.qml:23:1: Type InputPanel unavailable
Jul 19 13:27:55 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:95:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jul 19 13:27:55 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:27:55 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:27:55 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Main.qml:443:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jul 19 13:27:55 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/VirtualKeyboard.qml:23:1: Type InputPanel unavailable
Jul 19 13:27:55 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:95:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jul 19 13:27:55 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:27:55 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:28:05 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:28:06 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:28:08 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:28:09 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:28:09 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:28:10 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:28:10 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:28:11 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:28:12 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Main.qml:454: ReferenceError: footerRight is not defined
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Main.qml:454: ReferenceError: footerRight is not defined
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Main.qml:417: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/SessionManagementScreen.qml:83: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/SessionManagementScreen.qml:112: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/SessionManagementScreen.qml:98: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/SessionManagementScreen.qml:99: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/SessionManagementScreen.qml:89: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserList.qml:25: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserList.qml:26: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserDelegate.qml:118: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserDelegate.qml:44: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserDelegate.qml:84: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserDelegate.qml:110: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserDelegate.qml:90: TypeError: Cannot read property 'longDuration' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserDelegate.qml:50: TypeError: Cannot read property 'longDuration' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Main.qml:171: TypeError: Cannot read property 'longDuration' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Main.qml:422: TypeError: Cannot read property 'longDuration' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Main.qml:417: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/SessionManagementScreen.qml:83: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/SessionManagementScreen.qml:112: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/SessionManagementScreen.qml:98: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/SessionManagementScreen.qml:99: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/SessionManagementScreen.qml:89: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserList.qml:25: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserList.qml:26: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserDelegate.qml:118: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserDelegate.qml:44: TypeError: Cannot read property 'smallSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserDelegate.qml:84: TypeError: Cannot read property 'largeSpacing' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserDelegate.qml:110: TypeError: Cannot read property 'gridUnit' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserDelegate.qml:90: TypeError: Cannot read property 'longDuration' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/UserDelegate.qml:50: TypeError: Cannot read property 'longDuration' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Main.qml:171: TypeError: Cannot read property 'longDuration' of null
Jul 19 13:28:13 Mirdarthos-PC sddm-greeter[626]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Main.qml:422: TypeError: Cannot read property 'longDuration' of null
Jul 19 13:28:54 Mirdarthos-PC sddm[570]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Jul 19 13:28:54 Mirdarthos-PC sddm[570]: Auth: sddm-helper (--socket /tmp/sddm-auth-2df5efe2-2490-4ca2-a98f-fde7e947380a --id 1 --start /usr/bin/startplasma-x11 --user mirdarthos) crashed (exit code 1)
Jul 19 13:28:54 Mirdarthos-PC sddm[570]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Jul 19 13:28:54 Mirdarthos-PC sddm[570]: Auth: sddm-helper exited with 1
I might be wrong, but to me it looks like something to do with authehntication, ot even SDDM itself.
Here’s what I could find, that I think is relevant in pacman.log:
Well, to be totally honest, I don’t really know what to look for (although I’d love it if someone could tell me), so here are a few files:
cat /var/log/Xorg.0.log:
[ 7.750] (--) Log file renamed from "/var/log/Xorg.pid-684.log" to "/var/log/Xorg.0.log"
[ 7.752]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 7.752] Current Operating System: Linux Mirdarthos-PC 5.15.120-1-MANJARO #1 SMP PREEMPT Wed Jul 5 21:45:37 UTC 2023 x86_64
[ 7.752] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root=UUID=9a26c8d0-43f4-44ad-a7d3-861d6f6cdbfa rw quiet udev.log_priority=3
[ 7.752]
[ 7.752] Current version of pixman: 0.42.2
[ 7.752] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 7.752] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 7.752] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 19 15:16:34 2023
[ 7.754] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 7.754] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 7.755] (==) ServerLayout "layout"
[ 7.755] (**) |-->Screen "Screen0" (0)
[ 7.755] (**) | |-->Monitor "Monitor0"
[ 7.755] (**) | |-->Device "Device0"
[ 7.755] (==) Automatically adding devices
[ 7.755] (==) Automatically enabling devices
[ 7.755] (==) Automatically adding GPU devices
[ 7.755] (==) Automatically binding GPU devices
[ 7.755] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 7.757] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 7.757] Entry deleted from font path.
[ 7.757] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 7.757] Entry deleted from font path.
[ 7.757] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 7.757] Entry deleted from font path.
[ 7.757] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 7.757] Entry deleted from font path.
[ 7.757] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF
[ 7.757] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 7.757] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 7.757] (II) Module ABI versions:
[ 7.757] X.Org ANSI C Emulation: 0.4
[ 7.757] X.Org Video Driver: 25.2
[ 7.757] X.Org XInput driver : 24.4
[ 7.757] X.Org Server Extension : 10.0
[ 7.758] (++) using VT number 2
[ 7.758] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 7.758] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 7.758] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 7.759] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 7.759] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 7.760] (--) PCI:*(1@0:0:0) 10de:1401:1458:36bd rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 7.760] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 7.760] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 7.760] (II) LoadModule: "dbe"
[ 7.760] (II) Module "dbe" already built-in
[ 7.760] (II) LoadModule: "extmod"
[ 7.760] (II) Module "extmod" already built-in
[ 7.760] (II) LoadModule: "glx"
[ 7.762] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 7.769] (II) Module glx: vendor="X.Org Foundation"
[ 7.769] compiled for 1.21.1.8, module version = 1.0.0
[ 7.769] ABI class: X.Org Server Extension, version 10.0
[ 7.769] (II) LoadModule: "nvidia"
[ 7.769] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 7.773] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 7.773] compiled for 1.6.99.901, module version = 1.0.0
[ 7.773] Module class: X.Org Video Driver
[ 7.773] (II) NVIDIA dlloader X Driver 535.54.03 Tue Jun 6 22:23:02 UTC 2023
[ 7.773] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 7.778] (II) Loading sub module "fb"
[ 7.778] (II) LoadModule: "fb"
[ 7.778] (II) Module "fb" already built-in
[ 7.778] (II) Loading sub module "wfb"
[ 7.778] (II) LoadModule: "wfb"
[ 7.778] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 7.779] (II) Module wfb: vendor="X.Org Foundation"
[ 7.779] compiled for 1.21.1.8, module version = 1.0.0
[ 7.779] ABI class: X.Org ANSI C Emulation, version 0.4
[ 7.779] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 7.779] (==) NVIDIA(0): RGB weight 888
[ 7.779] (==) NVIDIA(0): Default visual is TrueColor
[ 7.779] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 7.779] (**) Option "AllowNVIDIAGpuScreens"
[ 7.779] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 7.779] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 7.779] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 7.779] (**) NVIDIA(0): Enabling 2D acceleration
[ 7.779] (II) Loading sub module "glxserver_nvidia"
[ 7.779] (II) LoadModule: "glxserver_nvidia"
[ 7.779] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 7.809] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 7.809] compiled for 1.6.99.901, module version = 1.0.0
[ 7.809] Module class: X.Org Server Extension
[ 7.809] (II) NVIDIA GLX Module 535.54.03 Tue Jun 6 22:23:41 UTC 2023
[ 7.810] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 8.862] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 8.862] (--) NVIDIA(0): CRT-0
[ 8.862] (--) NVIDIA(0): DFP-0
[ 8.862] (--) NVIDIA(0): DFP-1 (boot)
[ 8.862] (--) NVIDIA(0): DFP-2
[ 8.862] (--) NVIDIA(0): DFP-3
[ 8.862] (--) NVIDIA(0): DFP-4
[ 8.863] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 960 (GM206-A) at PCI:1:0:0
[ 8.863] (II) NVIDIA(0): (GPU-0)
[ 8.863] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 8.863] (--) NVIDIA(0): VideoBIOS: 84.06.14.40.22
[ 8.863] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 8.970] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 8.970] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 8.970] (--) NVIDIA(GPU-0):
[ 9.123] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-0): connected
[ 9.123] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-0): Internal TMDS
[ 9.123] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-0): 600.0 MHz maximum pixel clock
[ 9.123] (--) NVIDIA(GPU-0):
[ 9.169] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-1): connected
[ 9.169] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-1): Internal TMDS
[ 9.169] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-1): 600.0 MHz maximum pixel clock
[ 9.169] (--) NVIDIA(GPU-0):
[ 9.169] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 9.169] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 9.169] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 9.169] (--) NVIDIA(GPU-0):
[ 9.169] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 9.169] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 9.169] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 9.169] (--) NVIDIA(GPU-0):
[ 9.169] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 9.169] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 9.169] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[ 9.169] (--) NVIDIA(GPU-0):
[ 9.173] (==) NVIDIA(0):
[ 9.173] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 9.173] (==) NVIDIA(0): will be used as the requested mode.
[ 9.173] (==) NVIDIA(0):
[ 9.173] (II) NVIDIA(0): Validated MetaModes:
[ 9.173] (II) NVIDIA(0): "DFP-1:nvidia-auto-select,DFP-0:nvidia-auto-select"
[ 9.173] (II) NVIDIA(0): Virtual screen size determined to be 5120 x 1080
[ 9.177] (--) NVIDIA(0): DPI set to (97, 97); computed from "UseEdidDpi" X config
[ 9.177] (--) NVIDIA(0): option
[ 9.177] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[ 9.177] (II) NVIDIA: access.
[ 9.179] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 9.179] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 9.179] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 9.179] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 9.179] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 9.179] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 9.179] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 9.179] (II) NVIDIA(0): Config Options in the README.
[ 9.191] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select,DFP-0:nvidia-auto-select"
[ 9.344] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 9.344] (==) NVIDIA(0): Backing store enabled
[ 9.344] (==) NVIDIA(0): Silken mouse enabled
[ 9.344] (**) NVIDIA(0): DPMS enabled
[ 9.344] (II) Loading sub module "dri2"
[ 9.344] (II) LoadModule: "dri2"
[ 9.344] (II) Module "dri2" already built-in
[ 9.344] (II) NVIDIA(0): [DRI2] Setup complete
[ 9.344] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 9.344] (II) Initializing extension Generic Event Extension
[ 9.344] (II) Initializing extension SHAPE
[ 9.344] (II) Initializing extension MIT-SHM
[ 9.345] (II) Initializing extension XInputExtension
[ 9.345] (II) Initializing extension XTEST
[ 9.345] (II) Initializing extension BIG-REQUESTS
[ 9.345] (II) Initializing extension SYNC
[ 9.345] (II) Initializing extension XKEYBOARD
[ 9.345] (II) Initializing extension XC-MISC
[ 9.345] (II) Initializing extension SECURITY
[ 9.345] (II) Initializing extension XFIXES
[ 9.345] (II) Initializing extension RENDER
[ 9.345] (II) Initializing extension RANDR
[ 9.345] (II) Initializing extension COMPOSITE
[ 9.345] (II) Initializing extension DAMAGE
[ 9.345] (II) Initializing extension MIT-SCREEN-SAVER
[ 9.345] (II) Initializing extension DOUBLE-BUFFER
[ 9.345] (II) Initializing extension RECORD
[ 9.345] (II) Initializing extension DPMS
[ 9.345] (II) Initializing extension Present
[ 9.346] (II) Initializing extension DRI3
[ 9.346] (II) Initializing extension X-Resource
[ 9.346] (II) Initializing extension XVideo
[ 9.346] (II) Initializing extension XVideo-MotionCompensation
[ 9.346] (II) Initializing extension GLX
[ 9.346] (II) Initializing extension GLX
[ 9.346] (II) Indirect GLX disabled.
[ 9.346] (II) GLX: Another vendor is already registered for screen 0
[ 9.346] (II) Initializing extension XFree86-VidModeExtension
[ 9.346] (II) Initializing extension XFree86-DGA
[ 9.346] (II) Initializing extension XFree86-DRI
[ 9.346] (II) Initializing extension DRI2
[ 9.346] (II) Initializing extension NV-GLX
[ 9.346] (II) Initializing extension NV-CONTROL
[ 9.346] (II) Initializing extension XINERAMA
[ 9.447] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 9.447] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 9.447] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 9.447] (**) Power Button: Applying InputClass "system-keyboard"
[ 9.447] (II) LoadModule: "libinput"
[ 9.447] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 9.451] (II) Module libinput: vendor="X.Org Foundation"
[ 9.451] compiled for 1.21.1.8, module version = 1.3.0
[ 9.451] Module class: X.Org XInput Driver
[ 9.451] ABI class: X.Org XInput driver, version 24.4
[ 9.451] (II) Using input driver 'libinput' for 'Power Button'
[ 9.451] (**) Power Button: always reports core events
[ 9.451] (**) Option "Device" "/dev/input/event2"
[ 9.455] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 9.455] (II) event2 - Power Button: device is a keyboard
[ 9.455] (II) event2 - Power Button: device removed
[ 9.470] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 9.470] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 9.470] (**) Option "xkb_model" "pc105"
[ 9.470] (**) Option "xkb_layout" "za"
[ 9.480] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 9.480] (II) event2 - Power Button: device is a keyboard
[ 9.481] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 9.481] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 9.481] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 9.481] (**) Power Button: Applying InputClass "system-keyboard"
[ 9.481] (II) Using input driver 'libinput' for 'Power Button'
[ 9.481] (**) Power Button: always reports core events
[ 9.481] (**) Option "Device" "/dev/input/event1"
[ 9.481] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 9.481] (II) event1 - Power Button: device is a keyboard
[ 9.481] (II) event1 - Power Button: device removed
[ 9.510] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 9.510] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 9.510] (**) Option "xkb_model" "pc105"
[ 9.510] (**) Option "xkb_layout" "za"
[ 9.510] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 9.510] (II) event1 - Power Button: device is a keyboard
[ 9.511] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 9.511] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 9.511] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 9.511] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 9.511] (II) Using input driver 'libinput' for 'Sleep Button'
[ 9.511] (**) Sleep Button: always reports core events
[ 9.511] (**) Option "Device" "/dev/input/event0"
[ 9.511] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 9.511] (II) event0 - Sleep Button: device is a keyboard
[ 9.511] (II) event0 - Sleep Button: device removed
[ 9.536] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 9.536] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 9.536] (**) Option "xkb_model" "pc105"
[ 9.536] (**) Option "xkb_layout" "za"
[ 9.537] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 9.537] (II) event0 - Sleep Button: device is a keyboard
[ 9.537] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 9.537] (II) No input driver specified, ignoring this device.
[ 9.537] (II) This device may have been added with another device file.
[ 9.538] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[ 9.538] (II) No input driver specified, ignoring this device.
[ 9.538] (II) This device may have been added with another device file.
[ 9.538] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[ 9.538] (II) No input driver specified, ignoring this device.
[ 9.538] (II) This device may have been added with another device file.
[ 9.538] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event15)
[ 9.538] (II) No input driver specified, ignoring this device.
[ 9.538] (II) This device may have been added with another device file.
[ 9.538] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event17)
[ 9.538] (II) No input driver specified, ignoring this device.
[ 9.538] (II) This device may have been added with another device file.
[ 9.539] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event18)
[ 9.539] (II) No input driver specified, ignoring this device.
[ 9.539] (II) This device may have been added with another device file.
[ 9.539] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[ 9.539] (II) No input driver specified, ignoring this device.
[ 9.539] (II) This device may have been added with another device file.
[ 9.539] (II) config/udev: Adding input device ROCCAT ROCCAT Kone EMP Mouse (/dev/input/event4)
[ 9.539] (**) ROCCAT ROCCAT Kone EMP Mouse: Applying InputClass "evdev pointer catchall"
[ 9.539] (**) ROCCAT ROCCAT Kone EMP Mouse: Applying InputClass "libinput pointer catchall"
[ 9.539] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone EMP Mouse'
[ 9.539] (**) ROCCAT ROCCAT Kone EMP Mouse: always reports core events
[ 9.539] (**) Option "Device" "/dev/input/event4"
[ 9.540] (II) event4 - ROCCAT ROCCAT Kone EMP Mouse: is tagged by udev as: Mouse
[ 9.540] (II) event4 - ROCCAT ROCCAT Kone EMP Mouse: device is a pointer
[ 9.541] (II) event4 - ROCCAT ROCCAT Kone EMP Mouse: device removed
[ 9.616] (II) libinput: ROCCAT ROCCAT Kone EMP Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.616] (II) libinput: ROCCAT ROCCAT Kone EMP Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.616] (II) libinput: ROCCAT ROCCAT Kone EMP Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.616] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1E7D:2E24.0001/input/input4/event4"
[ 9.616] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone EMP Mouse" (type: MOUSE, id 9)
[ 9.616] (**) Option "AccelerationScheme" "none"
[ 9.616] (**) ROCCAT ROCCAT Kone EMP Mouse: (accel) selected scheme none/0
[ 9.616] (**) ROCCAT ROCCAT Kone EMP Mouse: (accel) acceleration factor: 2.000
[ 9.616] (**) ROCCAT ROCCAT Kone EMP Mouse: (accel) acceleration threshold: 4
[ 9.617] (II) event4 - ROCCAT ROCCAT Kone EMP Mouse: is tagged by udev as: Mouse
[ 9.617] (II) event4 - ROCCAT ROCCAT Kone EMP Mouse: device is a pointer
[ 9.618] (II) config/udev: Adding input device ROCCAT ROCCAT Kone EMP Mouse (/dev/input/mouse0)
[ 9.618] (II) No input driver specified, ignoring this device.
[ 9.618] (II) This device may have been added with another device file.
[ 9.618] (II) config/udev: Adding input device ROCCAT ROCCAT Kone EMP Consumer Control (/dev/input/event5)
[ 9.618] (**) ROCCAT ROCCAT Kone EMP Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 9.618] (**) ROCCAT ROCCAT Kone EMP Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 9.618] (**) ROCCAT ROCCAT Kone EMP Consumer Control: Applying InputClass "system-keyboard"
[ 9.618] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone EMP Consumer Control'
[ 9.618] (**) ROCCAT ROCCAT Kone EMP Consumer Control: always reports core events
[ 9.618] (**) Option "Device" "/dev/input/event5"
[ 9.619] (II) event5 - ROCCAT ROCCAT Kone EMP Consumer Control: is tagged by udev as: Keyboard
[ 9.619] (II) event5 - ROCCAT ROCCAT Kone EMP Consumer Control: device is a keyboard
[ 9.619] (II) event5 - ROCCAT ROCCAT Kone EMP Consumer Control: device removed
[ 9.643] (II) libinput: ROCCAT ROCCAT Kone EMP Consumer Control: needs a virtual subdevice
[ 9.643] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1E7D:2E24.0001/input/input5/event5"
[ 9.643] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone EMP Consumer Control" (type: MOUSE, id 10)
[ 9.643] (**) Option "AccelerationScheme" "none"
[ 9.643] (**) ROCCAT ROCCAT Kone EMP Consumer Control: (accel) selected scheme none/0
[ 9.643] (**) ROCCAT ROCCAT Kone EMP Consumer Control: (accel) acceleration factor: 2.000
[ 9.643] (**) ROCCAT ROCCAT Kone EMP Consumer Control: (accel) acceleration threshold: 4
[ 9.644] (II) event5 - ROCCAT ROCCAT Kone EMP Consumer Control: is tagged by udev as: Keyboard
[ 9.644] (II) event5 - ROCCAT ROCCAT Kone EMP Consumer Control: device is a keyboard
[ 9.645] (II) config/udev: Adding input device ROCCAT ROCCAT Kone EMP System Control (/dev/input/event6)
[ 9.645] (**) ROCCAT ROCCAT Kone EMP System Control: Applying InputClass "evdev keyboard catchall"
[ 9.645] (**) ROCCAT ROCCAT Kone EMP System Control: Applying InputClass "libinput keyboard catchall"
[ 9.645] (**) ROCCAT ROCCAT Kone EMP System Control: Applying InputClass "system-keyboard"
[ 9.645] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone EMP System Control'
[ 9.645] (**) ROCCAT ROCCAT Kone EMP System Control: always reports core events
[ 9.645] (**) Option "Device" "/dev/input/event6"
[ 9.645] (II) event6 - ROCCAT ROCCAT Kone EMP System Control: is tagged by udev as: Keyboard
[ 9.646] (II) event6 - ROCCAT ROCCAT Kone EMP System Control: device is a keyboard
[ 9.646] (II) event6 - ROCCAT ROCCAT Kone EMP System Control: device removed
[ 9.670] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1E7D:2E24.0001/input/input6/event6"
[ 9.670] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone EMP System Control" (type: KEYBOARD, id 11)
[ 9.670] (**) Option "xkb_model" "pc105"
[ 9.670] (**) Option "xkb_layout" "za"
[ 9.671] (II) event6 - ROCCAT ROCCAT Kone EMP System Control: is tagged by udev as: Keyboard
[ 9.671] (II) event6 - ROCCAT ROCCAT Kone EMP System Control: device is a keyboard
[ 9.671] (II) config/udev: Adding input device ROCCAT ROCCAT Kone EMP (/dev/input/event7)
[ 9.671] (II) No input driver specified, ignoring this device.
[ 9.671] (II) This device may have been added with another device file.
[ 9.672] (II) config/udev: Adding input device ROCCAT ROCCAT Kone EMP (/dev/input/event8)
[ 9.672] (**) ROCCAT ROCCAT Kone EMP: Applying InputClass "evdev keyboard catchall"
[ 9.672] (**) ROCCAT ROCCAT Kone EMP: Applying InputClass "libinput keyboard catchall"
[ 9.672] (**) ROCCAT ROCCAT Kone EMP: Applying InputClass "system-keyboard"
[ 9.672] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone EMP'
[ 9.672] (**) ROCCAT ROCCAT Kone EMP: always reports core events
[ 9.672] (**) Option "Device" "/dev/input/event8"
[ 9.673] (II) event8 - ROCCAT ROCCAT Kone EMP: is tagged by udev as: Keyboard
[ 9.673] (II) event8 - ROCCAT ROCCAT Kone EMP: device is a keyboard
[ 9.673] (II) event8 - ROCCAT ROCCAT Kone EMP: device removed
[ 9.736] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1E7D:2E24.0002/input/input8/event8"
[ 9.736] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone EMP" (type: KEYBOARD, id 12)
[ 9.736] (**) Option "xkb_model" "pc105"
[ 9.736] (**) Option "xkb_layout" "za"
[ 9.737] (II) event8 - ROCCAT ROCCAT Kone EMP: is tagged by udev as: Keyboard
[ 9.737] (II) event8 - ROCCAT ROCCAT Kone EMP: device is a keyboard
[ 9.738] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event12)
[ 9.738] (II) No input driver specified, ignoring this device.
[ 9.738] (II) This device may have been added with another device file.
[ 9.738] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event16)
[ 9.738] (II) No input driver specified, ignoring this device.
[ 9.738] (II) This device may have been added with another device file.
[ 9.738] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event20)
[ 9.738] (II) No input driver specified, ignoring this device.
[ 9.738] (II) This device may have been added with another device file.
[ 9.738] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event22)
[ 9.738] (II) No input driver specified, ignoring this device.
[ 9.738] (II) This device may have been added with another device file.
[ 9.739] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event24)
[ 9.739] (II) No input driver specified, ignoring this device.
[ 9.739] (II) This device may have been added with another device file.
[ 9.739] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event25)
[ 9.739] (II) No input driver specified, ignoring this device.
[ 9.739] (II) This device may have been added with another device file.
[ 9.739] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event26)
[ 9.739] (II) No input driver specified, ignoring this device.
[ 9.739] (II) This device may have been added with another device file.
[ 9.739] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event27)
[ 9.739] (II) No input driver specified, ignoring this device.
[ 9.739] (II) This device may have been added with another device file.
[ 9.740] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 9.740] (II) No input driver specified, ignoring this device.
[ 9.740] (II) This device may have been added with another device file.
[ 9.741] (II) config/udev: Adding input device ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB (/dev/input/event14)
[ 9.741] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: Applying InputClass "evdev keyboard catchall"
[ 9.741] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: Applying InputClass "libinput keyboard catchall"
[ 9.741] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: Applying InputClass "system-keyboard"
[ 9.741] (II) Using input driver 'libinput' for 'ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB'
[ 9.741] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: always reports core events
[ 9.741] (**) Option "Device" "/dev/input/event14"
[ 9.742] (II) event14 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: is tagged by udev as: Keyboard
[ 9.742] (II) event14 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: device is a keyboard
[ 9.742] (II) event14 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: device removed
[ 9.776] (**) Option "config_info" "udev:/sys/devices/virtual/input/input28/event14"
[ 9.776] (II) XINPUT: Adding extended input device "ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB" (type: KEYBOARD, id 13)
[ 9.776] (**) Option "xkb_model" "pc105"
[ 9.776] (**) Option "xkb_layout" "za"
[ 9.777] (II) event14 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: is tagged by udev as: Keyboard
[ 9.777] (II) event14 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: device is a keyboard
[ 9.777] (II) config/udev: Adding input device ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM (/dev/input/event19)
[ 9.777] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Applying InputClass "evdev pointer catchall"
[ 9.777] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Applying InputClass "libinput pointer catchall"
[ 9.777] (II) Using input driver 'libinput' for 'ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM'
[ 9.777] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: always reports core events
[ 9.777] (**) Option "Device" "/dev/input/event19"
[ 9.778] (II) event19 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: is tagged by udev as: Mouse
[ 9.778] (II) event19 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: device is a pointer
[ 9.778] (II) event19 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: device removed
[ 9.830] (II) libinput: ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.830] (II) libinput: ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.830] (II) libinput: ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.830] (**) Option "config_info" "udev:/sys/devices/virtual/input/input29/event19"
[ 9.830] (II) XINPUT: Adding extended input device "ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM" (type: MOUSE, id 14)
[ 9.830] (**) Option "AccelerationScheme" "none"
[ 9.830] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: (accel) selected scheme none/0
[ 9.830] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: (accel) acceleration factor: 2.000
[ 9.830] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: (accel) acceleration threshold: 4
[ 9.830] (II) event19 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: is tagged by udev as: Mouse
[ 9.830] (II) event19 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: device is a pointer
[ 9.831] (II) config/udev: Adding input device ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM (/dev/input/mouse1)
[ 9.831] (II) No input driver specified, ignoring this device.
[ 9.831] (II) This device may have been added with another device file.
[ 9.833] (**) ROCCAT ROCCAT Kone EMP Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 9.833] (**) ROCCAT ROCCAT Kone EMP Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 9.833] (**) ROCCAT ROCCAT Kone EMP Consumer Control: Applying InputClass "system-keyboard"
[ 9.833] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone EMP Consumer Control'
[ 9.833] (**) ROCCAT ROCCAT Kone EMP Consumer Control: always reports core events
[ 9.833] (**) Option "Device" "/dev/input/event5"
[ 9.833] (II) libinput: ROCCAT ROCCAT Kone EMP Consumer Control: is a virtual subdevice
[ 9.834] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1E7D:2E24.0001/input/input5/event5"
[ 9.834] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone EMP Consumer Control" (type: KEYBOARD, id 15)
[ 9.834] (**) Option "xkb_model" "pc105"
[ 9.834] (**) Option "xkb_layout" "za"
[ 9.834] (II) config/udev: Adding input device ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM (/dev/input/mouse1)
[ 9.834] (II) No input driver specified, ignoring this device.
[ 9.834] (II) This device may have been added with another device file.
[ 9.834] (II) config/udev: removing device ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM
[ 9.834] (II) event19 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: device removed
[ 9.896] (II) UnloadModule: "libinput"
[ 9.896] (II) config/udev: Adding input device ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM (/dev/input/event19)
[ 9.896] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Applying InputClass "evdev pointer catchall"
[ 9.896] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Applying InputClass "libinput pointer catchall"
[ 9.897] (II) Using input driver 'libinput' for 'ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM'
[ 9.897] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: always reports core events
[ 9.897] (**) Option "Device" "/dev/input/event19"
[ 9.897] (II) event19 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: is tagged by udev as: Mouse
[ 9.897] (II) event19 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: device is a pointer
[ 9.897] (II) event19 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: device removed
[ 9.950] (II) libinput: ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.950] (II) libinput: ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.950] (II) libinput: ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 9.950] (**) Option "config_info" "udev:/sys/devices/virtual/input/input29/event19"
[ 9.950] (II) XINPUT: Adding extended input device "ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM" (type: MOUSE, id 14)
[ 9.950] (**) Option "AccelerationScheme" "none"
[ 9.950] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: (accel) selected scheme none/0
[ 9.950] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: (accel) acceleration factor: 2.000
[ 9.950] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: (accel) acceleration threshold: 4
[ 9.950] (II) event19 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: is tagged by udev as: Mouse
[ 9.950] (II) event19 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: device is a pointer
[ 9.950] (II) config/udev: removing device ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB
[ 9.950] (II) event14 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: device removed
[ 9.976] (II) UnloadModule: "libinput"
[ 9.977] (II) config/udev: Adding input device ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB (/dev/input/event14)
[ 9.977] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: Applying InputClass "evdev keyboard catchall"
[ 9.977] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: Applying InputClass "libinput keyboard catchall"
[ 9.977] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: Applying InputClass "system-keyboard"
[ 9.977] (II) Using input driver 'libinput' for 'ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB'
[ 9.977] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: always reports core events
[ 9.977] (**) Option "Device" "/dev/input/event14"
[ 9.977] (II) event14 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: is tagged by udev as: Keyboard
[ 9.977] (II) event14 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: device is a keyboard
[ 9.977] (II) event14 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: device removed
[ 10.003] (**) Option "config_info" "udev:/sys/devices/virtual/input/input28/event14"
[ 10.003] (II) XINPUT: Adding extended input device "ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB" (type: KEYBOARD, id 13)
[ 10.003] (**) Option "xkb_model" "pc105"
[ 10.003] (**) Option "xkb_layout" "za"
[ 10.004] (II) event14 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: is tagged by udev as: Keyboard
[ 10.004] (II) event14 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: device is a keyboard
[ 70.451] (II) event2 - Power Button: device removed
[ 70.477] (II) event1 - Power Button: device removed
[ 70.496] (II) event0 - Sleep Button: device removed
[ 70.520] (II) event4 - ROCCAT ROCCAT Kone EMP Mouse: device removed
[ 70.590] (II) event6 - ROCCAT ROCCAT Kone EMP System Control: device removed
[ 70.630] (II) event8 - ROCCAT ROCCAT Kone EMP: device removed
[ 70.710] (II) event5 - ROCCAT ROCCAT Kone EMP Consumer Control: device removed
[ 70.750] (II) event19 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: device removed
[ 70.776] (II) event14 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: device removed
[ 70.805] (II) UnloadModule: "libinput"
[ 70.805] (II) UnloadModule: "libinput"
[ 70.805] (II) UnloadModule: "libinput"
[ 70.805] (II) UnloadModule: "libinput"
[ 70.805] (II) UnloadModule: "libinput"
[ 70.805] (II) UnloadModule: "libinput"
[ 70.805] (II) UnloadModule: "libinput"
[ 70.805] (II) UnloadModule: "libinput"
[ 70.805] (II) UnloadModule: "libinput"
[ 70.805] (II) UnloadModule: "libinput"
[ 71.678] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 71.686] (II) Server terminated successfully (0). Closing log file.
cat /var/log/Xorg.1.log:
[ 85487.160] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[ 85487.160] _XSERVTransMakeAllCOTSServerListeners: server already running
[ 85487.160] (--) Log file renamed from "/var/log/Xorg.pid-650070.log" to "/var/log/Xorg.1.log"
[ 85487.160]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 85487.160] Current Operating System: Linux Mirdarthos-PC 6.4.2-3-MANJARO #1 SMP PREEMPT_DYNAMIC Fri Jul 7 19:19:45 UTC 2023 x86_64
[ 85487.160] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.4-x86_64 root=UUID=9a26c8d0-43f4-44ad-a7d3-861d6f6cdbfa rw quiet udev.log_priority=3
[ 85487.160]
[ 85487.160] Current version of pixman: 0.42.2
[ 85487.160] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 85487.160] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 85487.160] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Jul 13 09:30:00 2023
[ 85487.161] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 85487.161] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 85487.162] (==) ServerLayout "layout"
[ 85487.162] (**) |-->Screen "Screen0" (0)
[ 85487.162] (**) | |-->Monitor "Monitor0"
[ 85487.162] (**) | |-->Device "Device0"
[ 85487.162] (==) Automatically adding devices
[ 85487.162] (==) Automatically enabling devices
[ 85487.162] (==) Automatically adding GPU devices
[ 85487.162] (==) Automatically binding GPU devices
[ 85487.162] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 85487.162] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 85487.162] Entry deleted from font path.
[ 85487.162] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 85487.162] Entry deleted from font path.
[ 85487.162] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 85487.162] Entry deleted from font path.
[ 85487.162] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 85487.162] Entry deleted from font path.
[ 85487.162] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF
[ 85487.162] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 85487.162] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 85487.162] (II) Module ABI versions:
[ 85487.162] X.Org ANSI C Emulation: 0.4
[ 85487.162] X.Org Video Driver: 25.2
[ 85487.162] X.Org XInput driver : 24.4
[ 85487.162] X.Org Server Extension : 10.0
[ 85487.162] (++) using VT number 1
[ 85487.162] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 85487.163] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 85487.163] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 85487.163] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 85487.163] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 85487.164] (--) PCI:*(1@0:0:0) 10de:1401:1458:36bd rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 85487.164] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 85487.164] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 85487.164] (II) LoadModule: "dbe"
[ 85487.165] (II) Module "dbe" already built-in
[ 85487.165] (II) LoadModule: "extmod"
[ 85487.165] (II) Module "extmod" already built-in
[ 85487.165] (II) LoadModule: "glx"
[ 85487.165] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 85487.166] (II) Module glx: vendor="X.Org Foundation"
[ 85487.166] compiled for 1.21.1.8, module version = 1.0.0
[ 85487.166] ABI class: X.Org Server Extension, version 10.0
[ 85487.166] (II) LoadModule: "nvidia"
[ 85487.166] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 85487.166] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 85487.166] compiled for 1.6.99.901, module version = 1.0.0
[ 85487.166] Module class: X.Org Video Driver
[ 85487.166] (II) NVIDIA dlloader X Driver 535.54.03 Tue Jun 6 22:23:02 UTC 2023
[ 85487.166] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 85488.315] (II) Loading sub module "fb"
[ 85488.315] (II) LoadModule: "fb"
[ 85488.315] (II) Module "fb" already built-in
[ 85488.315] (II) Loading sub module "wfb"
[ 85488.315] (II) LoadModule: "wfb"
[ 85488.315] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 85488.315] (II) Module wfb: vendor="X.Org Foundation"
[ 85488.315] compiled for 1.21.1.8, module version = 1.0.0
[ 85488.315] ABI class: X.Org ANSI C Emulation, version 0.4
[ 85488.315] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 85488.315] (==) NVIDIA(0): RGB weight 888
[ 85488.315] (==) NVIDIA(0): Default visual is TrueColor
[ 85488.315] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 85488.315] (**) Option "AllowNVIDIAGpuScreens"
[ 85488.315] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 85488.315] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 85488.315] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 85488.315] (**) NVIDIA(0): Enabling 2D acceleration
[ 85488.315] (II) Loading sub module "glxserver_nvidia"
[ 85488.315] (II) LoadModule: "glxserver_nvidia"
[ 85488.316] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 85488.324] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 85488.324] compiled for 1.6.99.901, module version = 1.0.0
[ 85488.324] Module class: X.Org Server Extension
[ 85488.324] (II) NVIDIA GLX Module 535.54.03 Tue Jun 6 22:23:41 UTC 2023
[ 85488.324] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 85488.324] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 85488.325] (--) NVIDIA(0): CRT-0
[ 85488.325] (--) NVIDIA(0): DFP-0
[ 85488.325] (--) NVIDIA(0): DFP-1 (boot)
[ 85488.325] (--) NVIDIA(0): DFP-2
[ 85488.325] (--) NVIDIA(0): DFP-3
[ 85488.325] (--) NVIDIA(0): DFP-4
[ 85488.326] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 960 (GM206-A) at PCI:1:0:0
[ 85488.326] (II) NVIDIA(0): (GPU-0)
[ 85488.326] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 85488.326] (--) NVIDIA(0): VideoBIOS: 84.06.14.40.22
[ 85488.326] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 85488.526] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 85488.526] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 85488.526] (--) NVIDIA(GPU-0):
[ 85488.813] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-0): connected
[ 85488.813] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-0): Internal TMDS
[ 85488.813] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-0): 600.0 MHz maximum pixel clock
[ 85488.813] (--) NVIDIA(GPU-0):
[ 85488.904] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-1): connected
[ 85488.904] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-1): Internal TMDS
[ 85488.904] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-1): 600.0 MHz maximum pixel clock
[ 85488.904] (--) NVIDIA(GPU-0):
[ 85488.904] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 85488.904] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 85488.904] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 85488.904] (--) NVIDIA(GPU-0):
[ 85488.904] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 85488.904] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 85488.904] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 85488.904] (--) NVIDIA(GPU-0):
[ 85488.904] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 85488.904] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 85488.904] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[ 85488.904] (--) NVIDIA(GPU-0):
[ 85488.911] (==) NVIDIA(0):
[ 85488.911] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 85488.911] (==) NVIDIA(0): will be used as the requested mode.
[ 85488.911] (==) NVIDIA(0):
[ 85488.911] (II) NVIDIA(0): Validated MetaModes:
[ 85488.911] (II) NVIDIA(0): "DFP-1:nvidia-auto-select,DFP-0:nvidia-auto-select"
[ 85488.911] (II) NVIDIA(0): Virtual screen size determined to be 5120 x 1080
[ 85488.917] (--) NVIDIA(0): DPI set to (97, 97); computed from "UseEdidDpi" X config
[ 85488.917] (--) NVIDIA(0): option
[ 85488.918] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[ 85488.918] (II) NVIDIA: access.
[ 85488.920] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 85488.920] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 85488.920] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 85488.920] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 85488.920] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 85488.920] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 85488.920] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 85488.920] (II) NVIDIA(0): Config Options in the README.
[ 85488.937] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select,DFP-0:nvidia-auto-select"
[ 85489.032] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 85489.032] (==) NVIDIA(0): Backing store enabled
[ 85489.032] (==) NVIDIA(0): Silken mouse enabled
[ 85489.032] (**) NVIDIA(0): DPMS enabled
[ 85489.032] (II) Loading sub module "dri2"
[ 85489.032] (II) LoadModule: "dri2"
[ 85489.032] (II) Module "dri2" already built-in
[ 85489.032] (II) NVIDIA(0): [DRI2] Setup complete
[ 85489.032] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 85489.032] (II) Initializing extension Generic Event Extension
[ 85489.032] (II) Initializing extension SHAPE
[ 85489.032] (II) Initializing extension MIT-SHM
[ 85489.032] (II) Initializing extension XInputExtension
[ 85489.032] (II) Initializing extension XTEST
[ 85489.032] (II) Initializing extension BIG-REQUESTS
[ 85489.032] (II) Initializing extension SYNC
[ 85489.033] (II) Initializing extension XKEYBOARD
[ 85489.033] (II) Initializing extension XC-MISC
[ 85489.033] (II) Initializing extension SECURITY
[ 85489.033] (II) Initializing extension XFIXES
[ 85489.033] (II) Initializing extension RENDER
[ 85489.033] (II) Initializing extension RANDR
[ 85489.033] (II) Initializing extension COMPOSITE
[ 85489.033] (II) Initializing extension DAMAGE
[ 85489.033] (II) Initializing extension MIT-SCREEN-SAVER
[ 85489.033] (II) Initializing extension DOUBLE-BUFFER
[ 85489.033] (II) Initializing extension RECORD
[ 85489.033] (II) Initializing extension DPMS
[ 85489.033] (II) Initializing extension Present
[ 85489.033] (II) Initializing extension DRI3
[ 85489.033] (II) Initializing extension X-Resource
[ 85489.033] (II) Initializing extension XVideo
[ 85489.033] (II) Initializing extension XVideo-MotionCompensation
[ 85489.033] (II) Initializing extension GLX
[ 85489.034] (II) Initializing extension GLX
[ 85489.034] (II) Indirect GLX disabled.
[ 85489.034] (II) GLX: Another vendor is already registered for screen 0
[ 85489.034] (II) Initializing extension XFree86-VidModeExtension
[ 85489.034] (II) Initializing extension XFree86-DGA
[ 85489.034] (II) Initializing extension XFree86-DRI
[ 85489.034] (II) Initializing extension DRI2
[ 85489.034] (II) Initializing extension NV-GLX
[ 85489.034] (II) Initializing extension NV-CONTROL
[ 85489.034] (II) Initializing extension XINERAMA
[ 85489.084] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 85489.084] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 85489.084] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 85489.084] (**) Power Button: Applying InputClass "system-keyboard"
[ 85489.084] (II) LoadModule: "libinput"
[ 85489.084] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 85489.085] (II) Module libinput: vendor="X.Org Foundation"
[ 85489.085] compiled for 1.21.1.8, module version = 1.3.0
[ 85489.085] Module class: X.Org XInput Driver
[ 85489.085] ABI class: X.Org XInput driver, version 24.4
[ 85489.085] (II) Using input driver 'libinput' for 'Power Button'
[ 85489.085] (**) Power Button: always reports core events
[ 85489.085] (**) Option "Device" "/dev/input/event2"
[ 85489.088] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 85489.088] (II) event2 - Power Button: device is a keyboard
[ 85489.088] (II) event2 - Power Button: device removed
[ 85489.128] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 85489.128] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 85489.128] (**) Option "xkb_model" "pc105"
[ 85489.128] (**) Option "xkb_layout" "za"
[ 85489.139] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 85489.139] (II) event2 - Power Button: device is a keyboard
[ 85489.139] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 85489.139] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 85489.139] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 85489.139] (**) Power Button: Applying InputClass "system-keyboard"
[ 85489.139] (II) Using input driver 'libinput' for 'Power Button'
[ 85489.139] (**) Power Button: always reports core events
[ 85489.139] (**) Option "Device" "/dev/input/event1"
[ 85489.140] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 85489.140] (II) event1 - Power Button: device is a keyboard
[ 85489.140] (II) event1 - Power Button: device removed
[ 85489.174] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 85489.174] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 85489.174] (**) Option "xkb_model" "pc105"
[ 85489.174] (**) Option "xkb_layout" "za"
[ 85489.175] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 85489.175] (II) event1 - Power Button: device is a keyboard
[ 85489.176] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 85489.176] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 85489.176] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 85489.176] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 85489.176] (II) Using input driver 'libinput' for 'Sleep Button'
[ 85489.176] (**) Sleep Button: always reports core events
[ 85489.176] (**) Option "Device" "/dev/input/event0"
[ 85489.176] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 85489.176] (II) event0 - Sleep Button: device is a keyboard
[ 85489.176] (II) event0 - Sleep Button: device removed
[ 85489.214] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 85489.214] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 85489.214] (**) Option "xkb_model" "pc105"
[ 85489.215] (**) Option "xkb_layout" "za"
[ 85489.215] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 85489.215] (II) event0 - Sleep Button: device is a keyboard
[ 85489.216] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 85489.216] (II) No input driver specified, ignoring this device.
[ 85489.216] (II) This device may have been added with another device file.
[ 85489.216] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[ 85489.216] (II) No input driver specified, ignoring this device.
[ 85489.216] (II) This device may have been added with another device file.
[ 85489.216] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[ 85489.216] (II) No input driver specified, ignoring this device.
[ 85489.216] (II) This device may have been added with another device file.
[ 85489.217] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[ 85489.217] (II) No input driver specified, ignoring this device.
[ 85489.217] (II) This device may have been added with another device file.
[ 85489.217] (II) config/udev: Adding input device ROCCAT ROCCAT Kone EMP Mouse (/dev/input/event4)
[ 85489.217] (**) ROCCAT ROCCAT Kone EMP Mouse: Applying InputClass "evdev pointer catchall"
[ 85489.217] (**) ROCCAT ROCCAT Kone EMP Mouse: Applying InputClass "libinput pointer catchall"
[ 85489.217] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone EMP Mouse'
[ 85489.217] (**) ROCCAT ROCCAT Kone EMP Mouse: always reports core events
[ 85489.217] (**) Option "Device" "/dev/input/event4"
[ 85489.218] (II) event4 - ROCCAT ROCCAT Kone EMP Mouse: is tagged by udev as: Mouse
[ 85489.218] (II) event4 - ROCCAT ROCCAT Kone EMP Mouse: device is a pointer
[ 85489.218] (II) event4 - ROCCAT ROCCAT Kone EMP Mouse: device removed
[ 85489.254] (II) libinput: ROCCAT ROCCAT Kone EMP Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 85489.254] (II) libinput: ROCCAT ROCCAT Kone EMP Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 85489.254] (II) libinput: ROCCAT ROCCAT Kone EMP Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 85489.254] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1E7D:2E24.0001/input/input4/event4"
[ 85489.254] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone EMP Mouse" (type: MOUSE, id 9)
[ 85489.255] (**) Option "AccelerationScheme" "none"
[ 85489.255] (**) ROCCAT ROCCAT Kone EMP Mouse: (accel) selected scheme none/0
[ 85489.255] (**) ROCCAT ROCCAT Kone EMP Mouse: (accel) acceleration factor: 2.000
[ 85489.255] (**) ROCCAT ROCCAT Kone EMP Mouse: (accel) acceleration threshold: 4
[ 85489.255] (II) event4 - ROCCAT ROCCAT Kone EMP Mouse: is tagged by udev as: Mouse
[ 85489.256] (II) event4 - ROCCAT ROCCAT Kone EMP Mouse: device is a pointer
[ 85489.256] (II) config/udev: Adding input device ROCCAT ROCCAT Kone EMP Mouse (/dev/input/mouse0)
[ 85489.256] (II) No input driver specified, ignoring this device.
[ 85489.256] (II) This device may have been added with another device file.
[ 85489.257] (II) config/udev: Adding input device ROCCAT ROCCAT Kone EMP Consumer Control (/dev/input/event5)
[ 85489.257] (**) ROCCAT ROCCAT Kone EMP Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 85489.257] (**) ROCCAT ROCCAT Kone EMP Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 85489.257] (**) ROCCAT ROCCAT Kone EMP Consumer Control: Applying InputClass "system-keyboard"
[ 85489.257] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone EMP Consumer Control'
[ 85489.257] (**) ROCCAT ROCCAT Kone EMP Consumer Control: always reports core events
[ 85489.257] (**) Option "Device" "/dev/input/event5"
[ 85489.258] (II) event5 - ROCCAT ROCCAT Kone EMP Consumer Control: is tagged by udev as: Keyboard
[ 85489.258] (II) event5 - ROCCAT ROCCAT Kone EMP Consumer Control: device is a keyboard
[ 85489.258] (II) event5 - ROCCAT ROCCAT Kone EMP Consumer Control: device removed
[ 85489.288] (II) libinput: ROCCAT ROCCAT Kone EMP Consumer Control: needs a virtual subdevice
[ 85489.288] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1E7D:2E24.0001/input/input5/event5"
[ 85489.288] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone EMP Consumer Control" (type: MOUSE, id 10)
[ 85489.288] (**) Option "AccelerationScheme" "none"
[ 85489.288] (**) ROCCAT ROCCAT Kone EMP Consumer Control: (accel) selected scheme none/0
[ 85489.288] (**) ROCCAT ROCCAT Kone EMP Consumer Control: (accel) acceleration factor: 2.000
[ 85489.288] (**) ROCCAT ROCCAT Kone EMP Consumer Control: (accel) acceleration threshold: 4
[ 85489.289] (II) event5 - ROCCAT ROCCAT Kone EMP Consumer Control: is tagged by udev as: Keyboard
[ 85489.289] (II) event5 - ROCCAT ROCCAT Kone EMP Consumer Control: device is a keyboard
[ 85489.290] (II) config/udev: Adding input device ROCCAT ROCCAT Kone EMP System Control (/dev/input/event6)
[ 85489.290] (**) ROCCAT ROCCAT Kone EMP System Control: Applying InputClass "evdev keyboard catchall"
[ 85489.290] (**) ROCCAT ROCCAT Kone EMP System Control: Applying InputClass "libinput keyboard catchall"
[ 85489.290] (**) ROCCAT ROCCAT Kone EMP System Control: Applying InputClass "system-keyboard"
[ 85489.290] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone EMP System Control'
[ 85489.290] (**) ROCCAT ROCCAT Kone EMP System Control: always reports core events
[ 85489.290] (**) Option "Device" "/dev/input/event6"
[ 85489.290] (II) event6 - ROCCAT ROCCAT Kone EMP System Control: is tagged by udev as: Keyboard
[ 85489.291] (II) event6 - ROCCAT ROCCAT Kone EMP System Control: device is a keyboard
[ 85489.291] (II) event6 - ROCCAT ROCCAT Kone EMP System Control: device removed
[ 85489.304] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1E7D:2E24.0001/input/input6/event6"
[ 85489.304] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone EMP System Control" (type: KEYBOARD, id 11)
[ 85489.304] (**) Option "xkb_model" "pc105"
[ 85489.304] (**) Option "xkb_layout" "za"
[ 85489.305] (II) event6 - ROCCAT ROCCAT Kone EMP System Control: is tagged by udev as: Keyboard
[ 85489.306] (II) event6 - ROCCAT ROCCAT Kone EMP System Control: device is a keyboard
[ 85489.306] (II) config/udev: Adding input device ROCCAT ROCCAT Kone EMP (/dev/input/event7)
[ 85489.306] (II) No input driver specified, ignoring this device.
[ 85489.306] (II) This device may have been added with another device file.
[ 85489.307] (II) config/udev: Adding input device ROCCAT ROCCAT Kone EMP (/dev/input/event8)
[ 85489.307] (**) ROCCAT ROCCAT Kone EMP: Applying InputClass "evdev keyboard catchall"
[ 85489.307] (**) ROCCAT ROCCAT Kone EMP: Applying InputClass "libinput keyboard catchall"
[ 85489.307] (**) ROCCAT ROCCAT Kone EMP: Applying InputClass "system-keyboard"
[ 85489.307] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone EMP'
[ 85489.307] (**) ROCCAT ROCCAT Kone EMP: always reports core events
[ 85489.307] (**) Option "Device" "/dev/input/event8"
[ 85489.308] (II) event8 - ROCCAT ROCCAT Kone EMP: is tagged by udev as: Keyboard
[ 85489.308] (II) event8 - ROCCAT ROCCAT Kone EMP: device is a keyboard
[ 85489.308] (II) event8 - ROCCAT ROCCAT Kone EMP: device removed
[ 85489.354] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1E7D:2E24.0002/input/input8/event8"
[ 85489.354] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone EMP" (type: KEYBOARD, id 12)
[ 85489.354] (**) Option "xkb_model" "pc105"
[ 85489.354] (**) Option "xkb_layout" "za"
[ 85489.355] (II) event8 - ROCCAT ROCCAT Kone EMP: is tagged by udev as: Keyboard
[ 85489.356] (II) event8 - ROCCAT ROCCAT Kone EMP: device is a keyboard
[ 85489.356] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event11)
[ 85489.356] (II) No input driver specified, ignoring this device.
[ 85489.356] (II) This device may have been added with another device file.
[ 85489.356] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event12)
[ 85489.356] (II) No input driver specified, ignoring this device.
[ 85489.356] (II) This device may have been added with another device file.
[ 85489.357] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event15)
[ 85489.357] (II) No input driver specified, ignoring this device.
[ 85489.357] (II) This device may have been added with another device file.
[ 85489.357] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event16)
[ 85489.357] (II) No input driver specified, ignoring this device.
[ 85489.357] (II) This device may have been added with another device file.
[ 85489.357] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event17)
[ 85489.357] (II) No input driver specified, ignoring this device.
[ 85489.357] (II) This device may have been added with another device file.
[ 85489.357] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event18)
[ 85489.357] (II) No input driver specified, ignoring this device.
[ 85489.357] (II) This device may have been added with another device file.
[ 85489.358] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event19)
[ 85489.358] (II) No input driver specified, ignoring this device.
[ 85489.358] (II) This device may have been added with another device file.
[ 85489.358] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event20)
[ 85489.358] (II) No input driver specified, ignoring this device.
[ 85489.358] (II) This device may have been added with another device file.
[ 85489.358] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 85489.358] (II) No input driver specified, ignoring this device.
[ 85489.358] (II) This device may have been added with another device file.
[ 85489.360] (II) config/udev: Adding input device ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB (/dev/input/event21)
[ 85489.360] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: Applying InputClass "evdev keyboard catchall"
[ 85489.360] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: Applying InputClass "libinput keyboard catchall"
[ 85489.360] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: Applying InputClass "system-keyboard"
[ 85489.360] (II) Using input driver 'libinput' for 'ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB'
[ 85489.360] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: always reports core events
[ 85489.360] (**) Option "Device" "/dev/input/event21"
[ 85489.361] (II) event21 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: is tagged by udev as: Keyboard
[ 85489.361] (II) event21 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: device is a keyboard
[ 85489.361] (II) event21 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: device removed
[ 85489.384] (**) Option "config_info" "udev:/sys/devices/virtual/input/input25/event21"
[ 85489.384] (II) XINPUT: Adding extended input device "ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB" (type: KEYBOARD, id 13)
[ 85489.384] (**) Option "xkb_model" "pc105"
[ 85489.384] (**) Option "xkb_layout" "za"
[ 85489.385] (II) event21 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: is tagged by udev as: Keyboard
[ 85489.385] (II) event21 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: device is a keyboard
[ 85489.385] (II) config/udev: Adding input device ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM (/dev/input/event22)
[ 85489.385] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Applying InputClass "evdev pointer catchall"
[ 85489.385] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Applying InputClass "libinput pointer catchall"
[ 85489.385] (II) Using input driver 'libinput' for 'ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM'
[ 85489.385] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: always reports core events
[ 85489.385] (**) Option "Device" "/dev/input/event22"
[ 85489.386] (II) event22 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: is tagged by udev as: Mouse
[ 85489.386] (II) event22 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: device is a pointer
[ 85489.386] (II) event22 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: device removed
[ 85489.431] (II) libinput: ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 85489.431] (II) libinput: ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 85489.431] (II) libinput: ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 85489.431] (**) Option "config_info" "udev:/sys/devices/virtual/input/input26/event22"
[ 85489.431] (II) XINPUT: Adding extended input device "ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM" (type: MOUSE, id 14)
[ 85489.431] (**) Option "AccelerationScheme" "none"
[ 85489.431] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: (accel) selected scheme none/0
[ 85489.431] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: (accel) acceleration factor: 2.000
[ 85489.431] (**) ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: (accel) acceleration threshold: 4
[ 85489.432] (II) event22 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: is tagged by udev as: Mouse
[ 85489.432] (II) event22 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: device is a pointer
[ 85489.432] (II) config/udev: Adding input device ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM (/dev/input/mouse1)
[ 85489.432] (II) No input driver specified, ignoring this device.
[ 85489.432] (II) This device may have been added with another device file.
[ 85489.432] (II) config/udev: Adding input device GaminggearUhidKeyboard (/dev/input/event23)
[ 85489.432] (**) GaminggearUhidKeyboard: Applying InputClass "evdev keyboard catchall"
[ 85489.432] (**) GaminggearUhidKeyboard: Applying InputClass "libinput keyboard catchall"
[ 85489.432] (**) GaminggearUhidKeyboard: Applying InputClass "system-keyboard"
[ 85489.432] (II) Using input driver 'libinput' for 'GaminggearUhidKeyboard'
[ 85489.432] (**) GaminggearUhidKeyboard: always reports core events
[ 85489.432] (**) Option "Device" "/dev/input/event23"
[ 85489.433] (II) event23 - GaminggearUhidKeyboard: is tagged by udev as: Keyboard
[ 85489.433] (II) event23 - GaminggearUhidKeyboard: device is a keyboard
[ 85489.433] (II) event23 - GaminggearUhidKeyboard: device removed
[ 85489.461] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0003:1E7D:FFFF.0005/input/input27/event23"
[ 85489.461] (II) XINPUT: Adding extended input device "GaminggearUhidKeyboard" (type: KEYBOARD, id 15)
[ 85489.461] (**) Option "xkb_model" "pc105"
[ 85489.461] (**) Option "xkb_layout" "za"
[ 85489.462] (II) event23 - GaminggearUhidKeyboard: is tagged by udev as: Keyboard
[ 85489.462] (II) event23 - GaminggearUhidKeyboard: device is a keyboard
[ 85489.462] (II) config/udev: Adding input device GaminggearUhidMouse (/dev/input/event24)
[ 85489.462] (**) GaminggearUhidMouse: Applying InputClass "evdev pointer catchall"
[ 85489.462] (**) GaminggearUhidMouse: Applying InputClass "libinput pointer catchall"
[ 85489.462] (II) Using input driver 'libinput' for 'GaminggearUhidMouse'
[ 85489.462] (**) GaminggearUhidMouse: always reports core events
[ 85489.462] (**) Option "Device" "/dev/input/event24"
[ 85489.463] (II) event24 - GaminggearUhidMouse: is tagged by udev as: Mouse
[ 85489.463] (II) event24 - GaminggearUhidMouse: device is a pointer
[ 85489.463] (II) event24 - GaminggearUhidMouse: device removed
[ 85489.494] (II) libinput: GaminggearUhidMouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 85489.494] (II) libinput: GaminggearUhidMouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 85489.494] (II) libinput: GaminggearUhidMouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 85489.494] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0003:1E7D:FFFF.0006/input/input28/event24"
[ 85489.494] (II) XINPUT: Adding extended input device "GaminggearUhidMouse" (type: MOUSE, id 16)
[ 85489.494] (**) Option "AccelerationScheme" "none"
[ 85489.494] (**) GaminggearUhidMouse: (accel) selected scheme none/0
[ 85489.494] (**) GaminggearUhidMouse: (accel) acceleration factor: 2.000
[ 85489.494] (**) GaminggearUhidMouse: (accel) acceleration threshold: 4
[ 85489.495] (II) event24 - GaminggearUhidMouse: is tagged by udev as: Mouse
[ 85489.495] (II) event24 - GaminggearUhidMouse: device is a pointer
[ 85489.496] (II) config/udev: Adding input device GaminggearUhidMouse (/dev/input/mouse2)
[ 85489.496] (II) No input driver specified, ignoring this device.
[ 85489.496] (II) This device may have been added with another device file.
[ 85489.496] (II) config/udev: Adding input device GaminggearUhidMultimedia (/dev/input/event25)
[ 85489.496] (**) GaminggearUhidMultimedia: Applying InputClass "evdev keyboard catchall"
[ 85489.496] (**) GaminggearUhidMultimedia: Applying InputClass "libinput keyboard catchall"
[ 85489.496] (**) GaminggearUhidMultimedia: Applying InputClass "system-keyboard"
[ 85489.496] (II) Using input driver 'libinput' for 'GaminggearUhidMultimedia'
[ 85489.496] (**) GaminggearUhidMultimedia: always reports core events
[ 85489.496] (**) Option "Device" "/dev/input/event25"
[ 85489.497] (II) event25 - GaminggearUhidMultimedia: is tagged by udev as: Keyboard
[ 85489.497] (II) event25 - GaminggearUhidMultimedia: device is a keyboard
[ 85489.497] (II) event25 - GaminggearUhidMultimedia: device removed
[ 85489.525] (II) libinput: GaminggearUhidMultimedia: needs a virtual subdevice
[ 85489.525] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0003:1E7D:FFFF.0007/input/input29/event25"
[ 85489.525] (II) XINPUT: Adding extended input device "GaminggearUhidMultimedia" (type: MOUSE, id 17)
[ 85489.525] (**) Option "AccelerationScheme" "none"
[ 85489.525] (**) GaminggearUhidMultimedia: (accel) selected scheme none/0
[ 85489.525] (**) GaminggearUhidMultimedia: (accel) acceleration factor: 2.000
[ 85489.525] (**) GaminggearUhidMultimedia: (accel) acceleration threshold: 4
[ 85489.525] (II) event25 - GaminggearUhidMultimedia: is tagged by udev as: Keyboard
[ 85489.525] (II) event25 - GaminggearUhidMultimedia: device is a keyboard
[ 85489.529] (**) ROCCAT ROCCAT Kone EMP Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 85489.529] (**) ROCCAT ROCCAT Kone EMP Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 85489.529] (**) ROCCAT ROCCAT Kone EMP Consumer Control: Applying InputClass "system-keyboard"
[ 85489.529] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone EMP Consumer Control'
[ 85489.529] (**) ROCCAT ROCCAT Kone EMP Consumer Control: always reports core events
[ 85489.529] (**) Option "Device" "/dev/input/event5"
[ 85489.529] (II) libinput: ROCCAT ROCCAT Kone EMP Consumer Control: is a virtual subdevice
[ 85489.529] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1E7D:2E24.0001/input/input5/event5"
[ 85489.529] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone EMP Consumer Control" (type: KEYBOARD, id 18)
[ 85489.529] (**) Option "xkb_model" "pc105"
[ 85489.529] (**) Option "xkb_layout" "za"
[ 85489.529] (**) GaminggearUhidMultimedia: Applying InputClass "evdev keyboard catchall"
[ 85489.529] (**) GaminggearUhidMultimedia: Applying InputClass "libinput keyboard catchall"
[ 85489.529] (**) GaminggearUhidMultimedia: Applying InputClass "system-keyboard"
[ 85489.529] (II) Using input driver 'libinput' for 'GaminggearUhidMultimedia'
[ 85489.529] (**) GaminggearUhidMultimedia: always reports core events
[ 85489.529] (**) Option "Device" "/dev/input/event25"
[ 85489.529] (II) libinput: GaminggearUhidMultimedia: is a virtual subdevice
[ 85489.529] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0003:1E7D:FFFF.0007/input/input29/event25"
[ 85489.529] (II) XINPUT: Adding extended input device "GaminggearUhidMultimedia" (type: KEYBOARD, id 19)
[ 85489.529] (**) Option "xkb_model" "pc105"
[ 85489.529] (**) Option "xkb_layout" "za"
[ 85495.703] (II) event2 - Power Button: device removed
[ 85495.725] (II) event1 - Power Button: device removed
[ 85495.751] (II) event0 - Sleep Button: device removed
[ 85495.758] (II) event4 - ROCCAT ROCCAT Kone EMP Mouse: device removed
[ 85495.841] (II) event6 - ROCCAT ROCCAT Kone EMP System Control: device removed
[ 85495.858] (II) event8 - ROCCAT ROCCAT Kone EMP: device removed
[ 85495.931] (II) event21 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vKB: device removed
[ 85495.961] (II) event22 - ckb1: CORSAIR K68 RGB Mechanical Gaming Keyboard vM: device removed
[ 85495.995] (II) event23 - GaminggearUhidKeyboard: device removed
[ 85496.014] (II) event24 - GaminggearUhidMouse: device removed
[ 85496.074] (II) event25 - GaminggearUhidMultimedia: device removed
[ 85496.104] (II) event5 - ROCCAT ROCCAT Kone EMP Consumer Control: device removed
[ 85496.149] (II) UnloadModule: "libinput"
[ 85496.149] (II) UnloadModule: "libinput"
[ 85496.149] (II) UnloadModule: "libinput"
[ 85496.149] (II) UnloadModule: "libinput"
[ 85496.149] (II) UnloadModule: "libinput"
[ 85496.149] (II) UnloadModule: "libinput"
[ 85496.149] (II) UnloadModule: "libinput"
[ 85496.149] (II) UnloadModule: "libinput"
[ 85496.150] (II) UnloadModule: "libinput"
[ 85496.150] (II) UnloadModule: "libinput"
[ 85496.150] (II) UnloadModule: "libinput"
[ 85496.150] (II) UnloadModule: "libinput"
[ 85496.150] (II) UnloadModule: "libinput"
[ 85496.150] (II) UnloadModule: "libinput"
[ 85496.568] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 85496.573] (II) Server terminated successfully (0). Closing log file.
These are from the chroot environment.
One of the first things I did. All the kernelsz behave the same.
Including these.
I am able to switch, I just can’t remember if it is with F1 or F2, but once there I am unable to log in. See:
Seeems as if it did, but I have no way to be sure.
Additionally, there is this in journalctl:
$ journalctl -b-1 -p 4 --no-pager --grep='sddm'
Jul 19 15:15:20 Mirdarthos-PC sddm-greeter[698]: Could not locate plasma theme "Arc-Dark" in plasma/desktoptheme/ using search path ("/var/lib/sddm/.local/share", "/usr/local/share", "/usr/share")
Jul 19 15:15:21 Mirdarthos-PC sddm-greeter[698]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Main.qml:443:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jul 19 15:15:21 Mirdarthos-PC sddm-greeter[698]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/VirtualKeyboard.qml:23:1: Type InputPanel unavailable
Jul 19 15:15:21 Mirdarthos-PC sddm-greeter[698]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:95:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jul 19 15:15:21 Mirdarthos-PC sddm-greeter[698]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 15:15:21 Mirdarthos-PC sddm-greeter[698]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 15:15:21 Mirdarthos-PC sddm-greeter[698]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Main.qml:443:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jul 19 15:15:21 Mirdarthos-PC sddm-greeter[698]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/components/VirtualKeyboard.qml:23:1: Type InputPanel unavailable
Jul 19 15:15:21 Mirdarthos-PC sddm-greeter[698]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:95:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jul 19 15:15:21 Mirdarthos-PC sddm-greeter[698]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 15:15:21 Mirdarthos-PC sddm-greeter[698]: file:///usr/share/sddm/themes/Sweet-Ambar-Blue/Login.qml:144:5: QML DropShadow: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jul 19 15:15:45 Mirdarthos-PC sddm[648]: Auth: sddm-helper (--socket /tmp/sddm-auth-b9701947-aa59-491c-95b4-e1bd285677ec --id 2 --start /usr/bin/sddm-greeter --socket /tmp/sddm-:0-vudhEd --theme /usr/share/sddm/themes/Sweet-Ambar-Blue --user sddm --greeter) crashed (exit code 1)
Jul 19 15:15:45 Mirdarthos-PC sddm[648]: Auth: sddm-helper exited with 1
I have no unmerged .pacnew files. From the chroot environment:
[manjaro /]# pacdiff
[manjaro /]#
I know one of the settings could have been the cause (perhaps the sudoers one?) but sadly don’t know which one.