You are not logged in.

#1 2023-12-30 17:54:34

ccjmne
Member
Registered: 2023-12-29
Posts: 13

[RESOLVED] NVIDIA drivers setup seems incomplete

Hello everybody,

I recently installed Arch for the first time, then again for another couple of times to make sure I really understood what I was doing, and also because I could never get the NVIDIA drivers set up quite right...
I think I'm gonna dump a lot of information in here already, and would like to extend my apologies in advance for most of it, which will likely be extraneous!

---
SECTION I: SETUP

First things first, here's my hardware:
- Model: Lenovo ThinkPad T15g Gen 2i
- Memory: 32 GiB
- Processor: 11th Gen Intel® Core™ i7-11800H × 16
- Graphics: NVIDIA GeForce RTX™ 3070 Laptop GPU

I also am using a Thunderbolt docking station with another 2 extra monitors plugged in.

And in terms of software:
- Firmware version: N37ET49W (1.30 )
- OS type: 64-bit
- GNOME version: 45.2
- Windowing system: X11
- Kernel version: Linux 6.6.8-arch1-1

---
SECTION II: SYMPTOMS

After switching to installing the proprietary NVIDIA drivers, my system became somewhat sluggish.
For instance, there is some noticeable lag in opening things like the console or the file browser. That is exacerbated when I open up a video, up to about ~half a second delay.
The animations are also degraded, where the (admittedly subtle) transition that new windows appear with is stuttering, if at all playing.
Oh and, my fan is getting quite loud!

I could reproduce the problem while watching videos on `google-chrome-dev`, `chromium` and `totem` (the video player that was installed with GNOME).
Chrome and Chromium's "enable hardware acceleration" flags are enabled.

---
SECTION III: DIAGNOSTIC

Well, this is where I may be coming short: I don't really know what's wrong here.
I currently am under the impression that I may simply not be using "hardware acceleration" as much as I should.

I installed htop and nvtop and played around with opening videos with diverse pieces of software while keeping an eye on the indicators in both.
The "GPU" value in nvtop seems to be pretty volatile if we go by the % used by each process, with an "idle" gnome-shell fluctuating between 0 and up to nearly 35% there.

It looks like watching a video with chrome or totem does indeed create some minor additional "disturbance" there, with these other processes taking up ~4% GPU for a short while. I suspect that this is somewhat unreliable, because it looks like gnome-shell's ~35% GPU usage sometimes gets *entirely negated* and shifted over to the google-chrome-dev process, for a mere second, before gnome-shell or Xorg takes over the responsibility for that load. There's something odd here.
Alternatively, htop also comes with a visual graph , where the GPU consistently hovers around ~25%, with frequent spikes up to ~50%. There is *no* quantifiable difference here between:
- having the system completely idle, or
- watching three Twitch Streams and a video at the same time.

However, htop seems to clearly indicate that my CPUs get pretty agitated in the latter case: they go from a near flatline to a mess of fluctuations over the 16 (!!) CPUs, where there's always at least one of them operating at 50% when playing multiple videos at once. They seem to be taking turns for handling the load here as well, but I could visually confirm the chaos happening using GNOME's built-in system monitor. The fan(s?) also go pretty crazy then.

Anyways, I'm a bit lost. Maybe that is perfectly normal and to be expected? I need help with both the diagnosis and the cure smile

---
SECTION IV: BACKGROUND

I already have an Ubuntu installation on the same disk and am dual-booting to my fresh Arch install.

I merely installed Arch from a recent ISO. I didn't use the `archinstall` util but basically just installed `base`, `linux`, `linux-firmware`, as well as `gnome` with all the default options.
(I have notes of everything I did during the installation process in case that may be necessary.)

I started out with Wayland, using the `nouveau` drivers, and most things went splendidly: for example, adjusting the displays configuration was instantaneous, opening windows like the console or nautilus also was extremely responsive. However, some visual artifacts would occur sometimes, and I encountered some issues with windows being only half drawn when maximised. In short, it wasn't working so well, and some research indicated that I'd be better off, at least for now, switching to the NVIDIA drivers. I also recalled having switched to using the proprietary NVIDIA drivers on my Ubuntu system, where they work fine.

So, I installed the NVIDIA drivers, following the Wiki there. Well, on this most recent installation, I gave the `nvidia-dkms` a try, in case it'd change anything: it didn't.
So, right now, I have `nvidia-dkms`, `nvidia-utils` and `libva-nvidia-driver` installed.

My `/etc/modprobe.d/nvidia.conf` contains `options nvidia-drm modeset=1`
My `/etc/mkinitcpio.conf` contains `MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)`
My `/etc/default/grub` contains `GRUB_CMDLINE_LINUX="nvidia_drm.modeset=1"`

I believe this doesn't exactly follow the Arch Wiki guide regarding the installation of NVIDIA drivers, but this may be the gist of it.
Also, it's important to note that I **started with following it to the letter* and still would experience the exact same issues.
I would understand if you considered that I should just restart from a fresh setup where I do not deviate at all from Arch's wiki, and I prepared to do just that if you think it'll help in debugging!
Actually, I plan to do that anyways, once I've figured out what specific stars alignment I need in order to get it all working just right wink

For the record, my Ubuntu installation on the same device doesn't present any of these issues. I think it uses an earlier NVIDIA driver, though—the one I'm currently using on Arch is 545.

I would be very grateful to any charitable soul willing and able to guide me here smile
I'm looking forward to being part of your community!

Last edited by ccjmne (2024-01-13 21:34:05)

Offline

#2 2023-12-30 22:48:57

doubletimedan
Member
Registered: 2022-08-01
Posts: 1

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

Hello and welcome ccjmne!

Sorry if the formatting is wrong I am new to helping others (you are my first)

Are you able to send your pacman log which should be at (/var/log/pacman)

"So, right now, I have `nvidia-dkms`, `nvidia-utils` and `libva-nvidia-driver` installed." - As you installed the normal linux package I do not think you need nvidia-dkms and I don't know why you installed libva-nvidia-driver and the nvidia-utils are fine to have installed

Really dumb question but have you installed the "nvidia" package, I don't think it gets installed with the others and you didn't specify if you installed it

I don't use a laptop so I actually don't know how I would help you fix it (sorry) but I also think that it is not using your nvidia card at all, maybe try installing "mesa-utils" and run "glxinfo | grep NVIDIA"

I'll wait for that info before I do more troubleshooting

Offline

#3 2023-12-30 23:00:29

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,324

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

Rather post "glxinfo -B" and your Xorg log, https://wiki.archlinux.org/title/Xorg#General to illustrate the actual status quo.
Fwwi, twitch streams are likely no good indicator, browser video HW acceleration support on linux is a topic by itself.

Online

#4 2023-12-31 18:15:03

ccjmne
Member
Registered: 2023-12-29
Posts: 13

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

Thank you, guys!

@doubletimedan, you're definitely right, nvidia-dkms makes no sense for me. I only am using it now because after having failed to reach a "properly working" state following the wiki to a T, I went on and tried my luck with other guides. Just in case, you know, something ends up working for me by sheer chance!
What I'm trying to say is that I've tried a few different ways over the last few days and the result is precisely the same always—but once I figure out what's the missing step I'm overlooking, I will go back one last time and do it cleanly smile
Just in case you're curious as to where I ended up finding a guide that suggests installing the dkms flavour of NVIDIA without any good reason: I actually blindly followed Hyprland's setup guide on that matter, at https://wiki.hyprland.org/Nvidia.

You're right, the `nvidia` package isn't installed. It looks like `mesa-utils` is, however. I should have just taken a minute and reinstalled it once more by strictly following the wiki before asking for help...

Here's my pacman.log:

[2023-12-29T23:47:40+0000] [PACMAN] Running 'pacman -r /mnt -Sy --config=/etc/pacman.conf --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base linux linux-firmware sudo'
[2023-12-29T23:47:40+0000] [PACMAN] synchronizing package lists
[2023-12-29T23:50:46+0000] [ALPM] transaction started
[2023-12-29T23:50:46+0000] [ALPM] installed iana-etc (20231117-1)
[2023-12-29T23:50:46+0000] [ALPM] installed filesystem (2023.09.18-1)
[2023-12-29T23:50:46+0000] [ALPM] installed linux-api-headers (6.4-1)
[2023-12-29T23:50:46+0000] [ALPM] installed tzdata (2023d-1)
[2023-12-29T23:50:46+0000] [ALPM] installed glibc (2.38-7)
[2023-12-29T23:50:46+0000] [ALPM] installed gcc-libs (13.2.1-3)
[2023-12-29T23:50:46+0000] [ALPM] installed ncurses (6.4_20230520-1)
[2023-12-29T23:50:46+0000] [ALPM] installed readline (8.2.007-1)
[2023-12-29T23:50:46+0000] [ALPM] installed bash (5.2.021-1)
[2023-12-29T23:50:46+0000] [ALPM] installed acl (2.3.1-3)
[2023-12-29T23:50:46+0000] [ALPM] installed attr (2.5.1-3)
[2023-12-29T23:50:46+0000] [ALPM] installed gmp (6.3.0-1)
[2023-12-29T23:50:46+0000] [ALPM] installed util-linux-libs (2.39.3-1)
[2023-12-29T23:50:46+0000] [ALPM] installed e2fsprogs (1.47.0-1)
[2023-12-29T23:50:46+0000] [ALPM] installed gdbm (1.23-2)
[2023-12-29T23:50:47+0000] [ALPM] installed openssl (3.2.0-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libsasl (2.1.28-4)
[2023-12-29T23:50:47+0000] [ALPM] installed libldap (2.6.6-2)
[2023-12-29T23:50:47+0000] [ALPM] installed keyutils (1.6.3-2)
[2023-12-29T23:50:47+0000] [ALPM] installed libevent (2.1.12-4)
[2023-12-29T23:50:47+0000] [ALPM] installed libverto (0.3.2-4)
[2023-12-29T23:50:47+0000] [ALPM] installed krb5 (1.21.2-2)
[2023-12-29T23:50:47+0000] [ALPM] installed libtirpc (1.3.4-1)
[2023-12-29T23:50:47+0000] [ALPM] installed pambase (20230918-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libcap-ng (0.8.3-2)
[2023-12-29T23:50:47+0000] [ALPM] installed audit (3.1.2-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libxcrypt (4.4.36-1)
[2023-12-29T23:50:47+0000] [ALPM] installed pam (1.5.3-3)
[2023-12-29T23:50:47+0000] [ALPM] installed libcap (2.69-3)
[2023-12-29T23:50:47+0000] [ALPM] installed coreutils (9.4-2)
[2023-12-29T23:50:47+0000] [ALPM] installed zlib (1:1.3-2)
[2023-12-29T23:50:47+0000] [ALPM] installed xz (5.4.5-1)
[2023-12-29T23:50:47+0000] [ALPM] installed bzip2 (1.0.8-5)
[2023-12-29T23:50:47+0000] [ALPM] installed libseccomp (2.5.5-1)
[2023-12-29T23:50:47+0000] [ALPM] installed lz4 (1:1.9.4-1)
[2023-12-29T23:50:47+0000] [ALPM] installed zstd (1.5.5-1)
[2023-12-29T23:50:47+0000] [ALPM] installed file (5.45-1)
[2023-12-29T23:50:47+0000] [ALPM] installed findutils (4.9.0-3)
[2023-12-29T23:50:47+0000] [ALPM] installed mpfr (4.2.1-1)
[2023-12-29T23:50:47+0000] [ALPM] installed gawk (5.3.0-1)
[2023-12-29T23:50:47+0000] [ALPM] installed pcre2 (10.42-2)
[2023-12-29T23:50:47+0000] [ALPM] installed grep (3.11-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libgpg-error (1.47-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libgcrypt (1.10.3-1)
[2023-12-29T23:50:47+0000] [ALPM] installed systemd-libs (255.2-1)
[2023-12-29T23:50:47+0000] [ALPM] installed procps-ng (4.0.4-2)
[2023-12-29T23:50:47+0000] [ALPM] installed sed (4.9-3)
[2023-12-29T23:50:47+0000] [ALPM] installed tar (1.35-2)
[2023-12-29T23:50:47+0000] [ALPM] installed libunistring (1.1-2)
[2023-12-29T23:50:47+0000] [ALPM] installed icu (74.2-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libxml2 (2.12.3-1)
[2023-12-29T23:50:47+0000] [ALPM] installed gettext (0.22.4-1)
[2023-12-29T23:50:47+0000] [ALPM] installed hwdata (0.377-1)
[2023-12-29T23:50:47+0000] [ALPM] installed kmod (31-1)
[2023-12-29T23:50:47+0000] [ALPM] installed pciutils (3.10.0-1)
[2023-12-29T23:50:47+0000] [ALPM] installed psmisc (23.6-1)
[2023-12-29T23:50:47+0000] [ALPM] installed shadow (4.14.2-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libutempter (1.2.1-4)
[2023-12-29T23:50:47+0000] [ALPM] installed util-linux (2.39.3-1)
[2023-12-29T23:50:47+0000] [ALPM] installed gzip (1.13-2)
[2023-12-29T23:50:47+0000] [ALPM] installed licenses (20231215-1)
[2023-12-29T23:50:47+0000] [ALPM] installed expat (2.5.0-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libarchive (3.7.2-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libffi (3.4.4-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libtasn1 (4.19.0-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libp11-kit (0.25.3-1)
[2023-12-29T23:50:47+0000] [ALPM] installed p11-kit (0.25.3-1)
[2023-12-29T23:50:47+0000] [ALPM] installed ca-certificates-utils (20220905-1)
[2023-12-29T23:50:47+0000] [ALPM] installed ca-certificates-mozilla (3.96.1-1)
[2023-12-29T23:50:47+0000] [ALPM] installed ca-certificates (20220905-1)
[2023-12-29T23:50:47+0000] [ALPM] installed brotli (1.1.0-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libidn2 (2.3.4-3)
[2023-12-29T23:50:47+0000] [ALPM] installed libnghttp2 (1.58.0-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libpsl (0.21.2-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libssh2 (1.11.0-1)
[2023-12-29T23:50:47+0000] [ALPM] installed curl (8.5.0-1)
[2023-12-29T23:50:47+0000] [ALPM] installed nettle (3.9.1-1)
[2023-12-29T23:50:47+0000] [ALPM] installed gnutls (3.8.2-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libksba (1.6.5-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libassuan (2.5.6-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libusb (1.0.26-2)
[2023-12-29T23:50:47+0000] [ALPM] installed npth (1.6-4)
[2023-12-29T23:50:47+0000] [ALPM] installed libsysprof-capture (45.1-1)
[2023-12-29T23:50:47+0000] [ALPM] installed glib2 (2.78.3-1)
[2023-12-29T23:50:47+0000] [ALPM] installed json-c (0.17-1)
[2023-12-29T23:50:47+0000] [ALPM] installed tpm2-tss (4.0.1-1)
[2023-12-29T23:50:47+0000] [ALPM] installed libsecret (0.21.2-1)
[2023-12-29T23:50:47+0000] [ALPM] installed pinentry (1.2.1-3)
[2023-12-29T23:50:47+0000] [ALPM] installed sqlite (3.44.2-2)
[2023-12-29T23:50:47+0000] [ALPM] installed gnupg (2.4.3-2)
[2023-12-29T23:50:47+0000] [ALPM] installed gpgme (1.23.2-1)
[2023-12-29T23:50:47+0000] [ALPM] installed pacman-mirrorlist (20231001-1)
[2023-12-29T23:50:47+0000] [ALPM] installed pacman (6.0.2-8)
[2023-12-29T23:50:47+0000] [ALPM] installed archlinux-keyring (20231222-1)
[2023-12-29T23:50:47+0000] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2023-12-29T23:50:50+0000] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
[2023-12-29T23:50:53+0000] [ALPM-SCRIPTLET]   -> Locally signed 5 keys.
[2023-12-29T23:50:53+0000] [ALPM-SCRIPTLET] ==> Importing owner trust values...
[2023-12-29T23:50:53+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2023-12-29T23:50:53+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2023-12-29T23:50:53+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2023-12-29T23:50:53+0000] [ALPM-SCRIPTLET] gpg: inserting ownertrust of 4
[2023-12-29T23:50:53+0000] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2023-12-29T23:50:53+0000] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2023-12-29T23:50:54+0000] [ALPM-SCRIPTLET]   -> Disabled 44 keys.
[2023-12-29T23:50:54+0000] [ALPM-SCRIPTLET] ==> Updating trust database...
[2023-12-29T23:50:54+0000] [ALPM-SCRIPTLET] gpg: Note: third-party key signatures using the SHA1 algorithm are rejected
[2023-12-29T23:50:54+0000] [ALPM-SCRIPTLET] gpg: (use option "--allow-weak-key-signatures" to override)
[2023-12-29T23:50:54+0000] [ALPM-SCRIPTLET] gpg: marginals needed: 3  completes needed: 1  trust model: pgp
[2023-12-29T23:50:54+0000] [ALPM-SCRIPTLET] gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
[2023-12-29T23:50:54+0000] [ALPM-SCRIPTLET] gpg: depth: 1  valid:   5  signed:  99  trust: 0-, 0q, 0n, 5m, 0f, 0u
[2023-12-29T23:50:54+0000] [ALPM-SCRIPTLET] gpg: depth: 2  valid:  74  signed:  22  trust: 74-, 0q, 0n, 0m, 0f, 0u
[2023-12-29T23:50:54+0000] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2024-01-21
[2023-12-29T23:50:54+0000] [ALPM] installed device-mapper (2.03.22-2)
[2023-12-29T23:50:54+0000] [ALPM] installed popt (1.19-1)
[2023-12-29T23:50:54+0000] [ALPM] installed argon2 (20190702-5)
[2023-12-29T23:50:54+0000] [ALPM] installed cryptsetup (2.6.1-3)
[2023-12-29T23:50:54+0000] [ALPM] installed dbus (1.14.10-1)
[2023-12-29T23:50:54+0000] [ALPM] installed kbd (2.6.4-1)
[2023-12-29T23:50:55+0000] [ALPM] installed libelf (0.190-1)
[2023-12-29T23:50:55+0000] [ALPM] installed systemd (255.2-1)
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Initializing machine ID from random generator.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'sys' with GID 3.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'mem' with GID 8.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'ftp' with GID 11.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'mail' with GID 12.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'log' with GID 19.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'smmsp' with GID 25.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'proc' with GID 26.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'games' with GID 50.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'lock' with GID 54.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'network' with GID 90.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'floppy' with GID 94.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'scanner' with GID 96.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'power' with GID 98.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'nobody' with GID 65534.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'adm' with GID 999.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'wheel' with GID 998.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'utmp' with GID 997.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'audio' with GID 996.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'disk' with GID 995.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'input' with GID 994.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'kmem' with GID 993.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'kvm' with GID 992.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'lp' with GID 991.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'optical' with GID 990.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'render' with GID 989.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'sgx' with GID 988.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'storage' with GID 987.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'tty' with GID 5.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'uucp' with GID 986.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'video' with GID 985.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'users' with GID 984.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'groups' with GID 983.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'systemd-journal' with GID 982.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'rfkill' with GID 981.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'bin' with GID 1.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'bin' (n/a) with UID 1 and GID 1.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'daemon' with GID 2.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'daemon' (n/a) with UID 2 and GID 2.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'mail' (n/a) with UID 8 and GID 12.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'ftp' (n/a) with UID 14 and GID 11.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'http' with GID 33.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'http' (n/a) with UID 33 and GID 33.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'nobody' (Kernel Overflow User) with UID 65534 and GID 65534.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'dbus' with GID 81.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'systemd-coredump' with GID 980.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'systemd-coredump' (systemd Core Dumper) with UID 980 and GID 980.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'systemd-network' with GID 979.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'systemd-network' (systemd Network Management) with UID 979 and GID 979.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'systemd-oom' with GID 978.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 978 and GID 978.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'systemd-journal-remote' with GID 977.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 977 and GID 977.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'systemd-resolve' with GID 976.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'systemd-resolve' (systemd Resolver) with UID 976 and GID 976.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'systemd-timesync' with GID 975.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 975 and GID 975.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'tss' with GID 974.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'tss' (tss user for tpm2) with UID 974 and GID 974.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating group 'uuidd' with GID 68.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Creating user 'uuidd' (n/a) with UID 68 and GID 68.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service.
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target.
[2023-12-29T23:50:55+0000] [ALPM] installed systemd-sysvcompat (255.2-1)
[2023-12-29T23:50:55+0000] [ALPM] installed iputils (20231222-1)
[2023-12-29T23:50:55+0000] [ALPM] installed libmnl (1.0.5-1)
[2023-12-29T23:50:55+0000] [ALPM] installed libnftnl (1.2.6-1)
[2023-12-29T23:50:55+0000] [ALPM] installed libnl (3.9.0-1)
[2023-12-29T23:50:55+0000] [ALPM] installed libpcap (1.10.4-1)
[2023-12-29T23:50:55+0000] [ALPM] installed libnfnetlink (1.0.2-1)
[2023-12-29T23:50:55+0000] [ALPM] installed libnetfilter_conntrack (1.0.9-1)
[2023-12-29T23:50:55+0000] [ALPM] installed iptables (1:1.8.10-1)
[2023-12-29T23:50:55+0000] [ALPM] installed libbpf (1.3.0-1)
[2023-12-29T23:50:55+0000] [ALPM] installed iproute2 (6.6.0-2)
[2023-12-29T23:50:55+0000] [ALPM] installed base (3-2)
[2023-12-29T23:50:55+0000] [ALPM] installed mkinitcpio-busybox (1.36.1-1)
[2023-12-29T23:50:55+0000] [ALPM] installed jansson (2.14-2)
[2023-12-29T23:50:55+0000] [ALPM] installed binutils (2.41-3)
[2023-12-29T23:50:55+0000] [ALPM] installed diffutils (3.10-1)
[2023-12-29T23:50:55+0000] [ALPM] installed mkinitcpio (37.1-2)
[2023-12-29T23:50:55+0000] [ALPM] installed linux (6.6.8.arch1-1)
[2023-12-29T23:50:55+0000] [ALPM] installed linux-firmware-whence (20231211.f2e52a1c-1)
[2023-12-29T23:50:55+0000] [ALPM] installed linux-firmware (20231211.f2e52a1c-1)
[2023-12-29T23:50:55+0000] [ALPM] installed sudo (1.9.15.p4-1)
[2023-12-29T23:50:55+0000] [ALPM] transaction completed
[2023-12-29T23:50:55+0000] [ALPM] running '20-systemd-sysusers.hook'...
[2023-12-29T23:50:55+0000] [ALPM] running '30-systemd-catalog.hook'...
[2023-12-29T23:50:55+0000] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-12-29T23:50:55+0000] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2023-12-29T23:50:55+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-12-29T23:50:55+0000] [ALPM] running '30-systemd-hwdb.hook'...
[2023-12-29T23:50:56+0000] [ALPM] running '30-systemd-sysctl.hook'...
[2023-12-29T23:50:56+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-12-29T23:50:56+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2023-12-29T23:50:56+0000] [ALPM] running '30-systemd-udev-reload.hook'...
[2023-12-29T23:50:56+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-12-29T23:50:56+0000] [ALPM] running '30-systemd-update.hook'...
[2023-12-29T23:50:56+0000] [ALPM] running '40-update-ca-trust.hook'...
[2023-12-29T23:50:57+0000] [ALPM] running '60-depmod.hook'...
[2023-12-29T23:50:58+0000] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-12-29T23:50:58+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-12-29T23:50:58+0000] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2023-12-29T23:50:58+0000] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img --microcode /boot/*-ucode.img
[2023-12-29T23:50:58+0000] [ALPM-SCRIPTLET] ==> Starting build: '6.6.8-arch1-1'
[2023-12-29T23:50:58+0000] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2023-12-29T23:50:59+0000] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2023-12-29T23:51:00+0000] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2023-12-29T23:51:00+0000] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2023-12-29T23:51:00+0000] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2023-12-29T23:51:07+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2023-12-29T23:51:07+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2023-12-29T23:51:07+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2023-12-29T23:51:07+0000] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2023-12-29T23:51:07+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-12-29T23:51:07+0000] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2023-12-29T23:51:07+0000] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2023-12-29T23:51:07+0000] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2023-12-29T23:51:07+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-12-29T23:51:07+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2023-12-29T23:51:08+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2023-12-29T23:51:08+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-12-29T23:51:08+0000] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2023-12-29T23:51:08+0000] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect --microcode /boot/*-ucode.img
[2023-12-29T23:51:08+0000] [ALPM-SCRIPTLET] ==> Starting build: '6.6.8-arch1-1'
[2023-12-29T23:51:08+0000] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2023-12-29T23:51:09+0000] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2023-12-29T23:51:10+0000] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2023-12-29T23:51:10+0000] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2023-12-29T23:51:16+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2023-12-29T23:51:25+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2023-12-29T23:51:25+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2023-12-29T23:51:26+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2023-12-29T23:51:26+0000] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2023-12-29T23:51:26+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-12-29T23:51:26+0000] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2023-12-29T23:51:26+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2023-12-29T23:51:27+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2023-12-29T23:51:27+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2023-12-29T23:51:27+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2023-12-29T23:51:27+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2023-12-29T23:51:27+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2023-12-29T23:51:29+0000] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2023-12-29T23:51:30+0000] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2023-12-29T23:51:35+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-12-29T23:51:35+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2023-12-29T23:51:37+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2023-12-29T23:51:37+0000] [ALPM] running 'dbus-reload.hook'...
[2023-12-29T23:51:37+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-12-30T00:56:23+0100] [PACMAN] Running 'pacman -S grub efitbootmgr intel-ucode os-prober'
[2023-12-30T00:56:27+0100] [PACMAN] Running 'pacman -S grub efibootmgr intel-ucode os-prober'
[2023-12-30T00:56:32+0100] [ALPM] transaction started
[2023-12-30T00:56:32+0100] [ALPM] installed grub (2:2.12-1)
[2023-12-30T00:56:32+0100] [ALPM-SCRIPTLET] :: Install your bootloader and generate configuration with:
[2023-12-30T00:56:32+0100] [ALPM-SCRIPTLET]      # grub-install ...
[2023-12-30T00:56:32+0100] [ALPM-SCRIPTLET]      # grub-mkconfig -o /boot/grub/grub.cfg
[2023-12-30T00:56:32+0100] [ALPM] installed efivar (38-3)
[2023-12-30T00:56:32+0100] [ALPM] installed efibootmgr (18-2)
[2023-12-30T00:56:32+0100] [ALPM] installed intel-ucode (20231114-1)
[2023-12-30T00:56:32+0100] [ALPM] installed os-prober (1.81-1)
[2023-12-30T00:56:32+0100] [ALPM] transaction completed
[2023-12-30T00:56:32+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-29T23:58:41+0000] [PACMAN] Running 'pacman -r /mnt -Sy --config=/etc/pacman.conf --cachedir=/mnt/var/cache/pacman/pkg --noconfirm grub efibootmgr intel-ucode os-prober'
[2023-12-29T23:58:41+0000] [PACMAN] synchronizing package lists
[2023-12-29T23:58:41+0000] [ALPM] transaction started
[2023-12-29T23:58:42+0000] [ALPM] reinstalled grub (2:2.12-1)
[2023-12-29T23:58:42+0000] [ALPM-SCRIPTLET] :: To use the new features provided in this GRUB update, it is recommended
[2023-12-29T23:58:42+0000] [ALPM-SCRIPTLET]    to install it to the MBR or UEFI. Due to potential configuration
[2023-12-29T23:58:42+0000] [ALPM-SCRIPTLET]    incompatibilities, it is advised to run both, installation and generation
[2023-12-29T23:58:42+0000] [ALPM-SCRIPTLET]    of configuration:
[2023-12-29T23:58:42+0000] [ALPM-SCRIPTLET]      # grub-install ...
[2023-12-29T23:58:42+0000] [ALPM-SCRIPTLET]      # grub-mkconfig -o /boot/grub/grub.cfg
[2023-12-29T23:58:42+0000] [ALPM] reinstalled efibootmgr (18-2)
[2023-12-29T23:58:42+0000] [ALPM] reinstalled intel-ucode (20231114-1)
[2023-12-29T23:58:42+0000] [ALPM] reinstalled os-prober (1.81-1)
[2023-12-29T23:58:42+0000] [ALPM] transaction completed
[2023-12-29T23:58:42+0000] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T00:00:39+0000] [PACMAN] Running 'pacman -r /mnt -Sy --config=/etc/pacman.conf --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base linux linux-firmware sudo'
[2023-12-30T00:00:39+0000] [PACMAN] synchronizing package lists
[2023-12-30T00:00:40+0000] [ALPM] transaction started
[2023-12-30T00:00:40+0000] [ALPM] reinstalled base (3-2)
[2023-12-30T00:00:41+0000] [ALPM] reinstalled linux (6.6.8.arch1-1)
[2023-12-30T00:00:41+0000] [ALPM] reinstalled linux-firmware (20231211.f2e52a1c-1)
[2023-12-30T00:00:41+0000] [ALPM] reinstalled sudo (1.9.15.p4-1)
[2023-12-30T00:00:41+0000] [ALPM] transaction completed
[2023-12-30T00:00:41+0000] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2023-12-30T00:00:41+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-12-30T00:00:41+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2023-12-30T00:00:41+0000] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T00:00:41+0000] [ALPM] running '60-depmod.hook'...
[2023-12-30T00:00:42+0000] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-12-30T00:00:42+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-12-30T00:00:42+0000] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2023-12-30T00:00:42+0000] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img --microcode /boot/intel-ucode.img
[2023-12-30T00:00:42+0000] [ALPM-SCRIPTLET] ==> Starting build: '6.6.8-arch1-1'
[2023-12-30T00:00:42+0000] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2023-12-30T00:00:43+0000] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2023-12-30T00:00:43+0000] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2023-12-30T00:00:43+0000] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2023-12-30T00:00:43+0000] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2023-12-30T00:00:50+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2023-12-30T00:00:50+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2023-12-30T00:00:50+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2023-12-30T00:00:50+0000] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2023-12-30T00:00:50+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-12-30T00:00:50+0000] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2023-12-30T00:00:50+0000] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2023-12-30T00:00:50+0000] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2023-12-30T00:00:51+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-12-30T00:00:51+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2023-12-30T00:00:52+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2023-12-30T00:00:52+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-12-30T00:00:52+0000] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2023-12-30T00:00:52+0000] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect --microcode /boot/intel-ucode.img
[2023-12-30T00:00:52+0000] [ALPM-SCRIPTLET] ==> Starting build: '6.6.8-arch1-1'
[2023-12-30T00:00:52+0000] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2023-12-30T00:00:52+0000] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2023-12-30T00:00:53+0000] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2023-12-30T00:00:53+0000] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2023-12-30T00:00:59+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2023-12-30T00:01:09+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2023-12-30T00:01:09+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2023-12-30T00:01:10+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2023-12-30T00:01:10+0000] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2023-12-30T00:01:10+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-12-30T00:01:10+0000] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2023-12-30T00:01:11+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2023-12-30T00:01:11+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2023-12-30T00:01:11+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2023-12-30T00:01:11+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2023-12-30T00:01:11+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2023-12-30T00:01:11+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2023-12-30T00:01:14+0000] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2023-12-30T00:01:14+0000] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2023-12-30T00:01:19+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-12-30T00:01:19+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2023-12-30T00:01:22+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2023-12-30T01:05:50+0100] [PACMAN] Running 'pacman -S grub'
[2023-12-30T01:05:51+0100] [ALPM] transaction started
[2023-12-30T01:05:51+0100] [ALPM] reinstalled grub (2:2.12-1)
[2023-12-30T01:05:51+0100] [ALPM-SCRIPTLET] :: To use the new features provided in this GRUB update, it is recommended
[2023-12-30T01:05:51+0100] [ALPM-SCRIPTLET]    to install it to the MBR or UEFI. Due to potential configuration
[2023-12-30T01:05:51+0100] [ALPM-SCRIPTLET]    incompatibilities, it is advised to run both, installation and generation
[2023-12-30T01:05:51+0100] [ALPM-SCRIPTLET]    of configuration:
[2023-12-30T01:05:51+0100] [ALPM-SCRIPTLET]      # grub-install ...
[2023-12-30T01:05:51+0100] [ALPM-SCRIPTLET]      # grub-mkconfig -o /boot/grub/grub.cfg
[2023-12-30T01:05:51+0100] [ALPM] transaction completed
[2023-12-30T01:05:51+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T01:05:58+0100] [PACMAN] Running 'pacman -S grub os-prober'
[2023-12-30T01:05:59+0100] [ALPM] transaction started
[2023-12-30T01:05:59+0100] [ALPM] reinstalled grub (2:2.12-1)
[2023-12-30T01:05:59+0100] [ALPM-SCRIPTLET] :: To use the new features provided in this GRUB update, it is recommended
[2023-12-30T01:05:59+0100] [ALPM-SCRIPTLET]    to install it to the MBR or UEFI. Due to potential configuration
[2023-12-30T01:05:59+0100] [ALPM-SCRIPTLET]    incompatibilities, it is advised to run both, installation and generation
[2023-12-30T01:05:59+0100] [ALPM-SCRIPTLET]    of configuration:
[2023-12-30T01:05:59+0100] [ALPM-SCRIPTLET]      # grub-install ...
[2023-12-30T01:05:59+0100] [ALPM-SCRIPTLET]      # grub-mkconfig -o /boot/grub/grub.cfg
[2023-12-30T01:05:59+0100] [ALPM] reinstalled os-prober (1.81-1)
[2023-12-30T01:05:59+0100] [ALPM] transaction completed
[2023-12-30T01:05:59+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T01:08:13+0100] [PACMAN] Running 'pacman -Syu'
[2023-12-30T01:08:13+0100] [PACMAN] synchronizing package lists
[2023-12-30T01:08:13+0100] [PACMAN] starting full system upgrade
[2023-12-30T01:08:37+0100] [PACMAN] Running 'pacman -S gnome networkmanager man-db man-pages wget less vim git linux-headers base-devel rustup'
[2023-12-30T01:11:56+0100] [ALPM] transaction started
[2023-12-30T01:11:56+0100] [ALPM] installed dconf (0.40.0-2)
[2023-12-30T01:11:56+0100] [ALPM] installed adobe-source-code-pro-fonts (2.042u+1.062i+1.026vf-1)
[2023-12-30T01:11:56+0100] [ALPM] installed cantarell-fonts (1:0.303.1-1)
[2023-12-30T01:11:56+0100] [ALPM] installed gsettings-desktop-schemas (45.0-1)
[2023-12-30T01:11:56+0100] [ALPM] installed hicolor-icon-theme (0.17-3)
[2023-12-30T01:11:56+0100] [ALPM] installed libpng (1.6.40-2)
[2023-12-30T01:11:56+0100] [ALPM] installed jbigkit (2.1-7)
[2023-12-30T01:11:56+0100] [ALPM] installed libjpeg-turbo (3.0.1-1)
[2023-12-30T01:11:56+0100] [ALPM] installed libtiff (4.6.0-2)
[2023-12-30T01:11:56+0100] [ALPM] installed shared-mime-info (2.4-1)
[2023-12-30T01:11:56+0100] [ALPM] installed gdk-pixbuf2 (2.42.10-2)
[2023-12-30T01:11:56+0100] [ALPM] installed graphite (1:1.3.14-3)
[2023-12-30T01:11:56+0100] [ALPM] installed harfbuzz (8.3.0-2)
[2023-12-30T01:11:56+0100] [ALPM] installed freetype2 (2.13.2-1)
[2023-12-30T01:11:56+0100] [ALPM] installed fontconfig (2:2.15.0-1)
[2023-12-30T01:11:56+0100] [ALPM-SCRIPTLET] Creating fontconfig configuration...
[2023-12-30T01:11:56+0100] [ALPM-SCRIPTLET] Rebuilding fontconfig cache...
[2023-12-30T01:11:58+0100] [ALPM] installed xcb-proto (1.16.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed xorgproto (2023.2-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libxdmcp (1.1.4-2)
[2023-12-30T01:11:58+0100] [ALPM] installed libxau (1.0.11-2)
[2023-12-30T01:11:58+0100] [ALPM] installed libxcb (1.16-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libx11 (1.8.7-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libxext (1.3.5-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libxrender (0.9.11-1)
[2023-12-30T01:11:58+0100] [ALPM] installed lzo (2.10-5)
[2023-12-30T01:11:58+0100] [ALPM] installed pixman (0.42.2-1)
[2023-12-30T01:11:58+0100] [ALPM] installed cairo (1.18.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed fribidi (1.0.13-2)
[2023-12-30T01:11:58+0100] [ALPM] installed libdatrie (0.2.13-4)
[2023-12-30T01:11:58+0100] [ALPM] installed libthai (0.1.29-3)
[2023-12-30T01:11:58+0100] [ALPM] installed libxft (2.3.8-1)
[2023-12-30T01:11:58+0100] [ALPM] installed pango (1:1.51.1-1)
[2023-12-30T01:11:58+0100] [ALPM] installed librsvg (2:2.57.1-1)
[2023-12-30T01:11:58+0100] [ALPM] installed gtk-update-icon-cache (1:4.12.4-1)
[2023-12-30T01:11:58+0100] [ALPM] installed adwaita-cursors (45.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed adwaita-icon-theme (45.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed desktop-file-utils (0.27-1)
[2023-12-30T01:11:58+0100] [ALPM] installed graphene (1.10.8-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libunwind (1.7.2-1)
[2023-12-30T01:11:58+0100] [ALPM] installed gstreamer (1.22.8-1)
[2023-12-30T01:11:58+0100] [ALPM] installed iso-codes (4.15.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libpciaccess (0.17-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libdrm (2.4.119-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libxfixes (6.0.1-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libxdamage (1.1.6-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libxshmfence (1.3.2-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libxxf86vm (1.1.5-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libedit (20230828_3.1-1)
[2023-12-30T01:11:58+0100] [ALPM] installed llvm-libs (16.0.6-1)
[2023-12-30T01:11:58+0100] [ALPM] installed lm_sensors (1:3.6.0.r41.g31d1f125-2)
[2023-12-30T01:11:58+0100] [ALPM] installed vulkan-icd-loader (1.3.274-1)
[2023-12-30T01:11:58+0100] [ALPM] installed default-cursors (2-1)
[2023-12-30T01:11:58+0100] [ALPM] installed wayland (1.22.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libomxil-bellagio (0.9.3-4)
[2023-12-30T01:11:58+0100] [ALPM] installed mesa (1:23.3.1-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libglvnd (1.7.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libgudev (238-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libxi (1.8.1-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libxv (1.0.12-1)
[2023-12-30T01:11:58+0100] [ALPM] installed orc (0.4.34-1)
[2023-12-30T01:11:58+0100] [ALPM] installed gst-plugins-base-libs (1.22.8-1)
[2023-12-30T01:11:58+0100] [ALPM] installed duktape (2.7.0-6)
[2023-12-30T01:11:58+0100] [ALPM] installed libproxy (0.5.3-2)
[2023-12-30T01:11:58+0100] [ALPM] installed glib-networking (1:2.78.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libsoup3 (3.4.4-1)
[2023-12-30T01:11:58+0100] [ALPM] installed gssdp (1.6.3-1)
[2023-12-30T01:11:58+0100] [ALPM] installed gupnp (1:1.6.6-1)
[2023-12-30T01:11:58+0100] [ALPM] installed gupnp-igd (1.6.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libnice (0.1.21-2)
[2023-12-30T01:11:58+0100] [ALPM] installed libva (2.20.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed xkeyboard-config (2.40-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libxkbcommon (1.6.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libxkbcommon-x11 (1.6.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed gst-plugins-bad-libs (1.22.8-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libcloudproviders (0.3.5-1)
[2023-12-30T01:11:58+0100] [ALPM] installed lcms2 (2.16-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libcolord (1.4.6-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libdaemon (0.14-5)
[2023-12-30T01:11:58+0100] [ALPM] installed avahi (1:0.8+r189+g35bb1ba-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libcups (1:2.4.7-2)
[2023-12-30T01:11:58+0100] [ALPM] installed libepoxy (1.5.10-2)
[2023-12-30T01:11:58+0100] [ALPM] installed libxcursor (1.2.1-3)
[2023-12-30T01:11:58+0100] [ALPM] installed libxinerama (1.1.5-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libxrandr (1.5.4-1)
[2023-12-30T01:11:58+0100] [ALPM] installed json-glib (1.8.0-1)
[2023-12-30T01:11:58+0100] [ALPM] installed libstemmer (2.2.0-2)
[2023-12-30T01:11:58+0100] [ALPM] installed tracker3 (3.6.0-2)
[2023-12-30T01:11:59+0100] [ALPM] installed gtk4 (1:4.12.4-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libxmlb (0.3.14-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libyaml (0.2.5-2)
[2023-12-30T01:11:59+0100] [ALPM] installed appstream (1.0.1-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libadwaita (1:1.4.2-1)
[2023-12-30T01:11:59+0100] [ALPM] installed baobab (45.0-1)
[2023-12-30T01:11:59+0100] [ALPM] installed dnssec-anchors (20190629-3)
[2023-12-30T01:11:59+0100] [ALPM] installed ldns (1.8.3-2)
[2023-12-30T01:11:59+0100] [ALPM] installed openssh (9.6p1-1)
[2023-12-30T01:11:59+0100] [ALPM] installed gcr-4 (4.1.0-1)
[2023-12-30T01:11:59+0100] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/gcr-ssh-agent.socket → /usr/lib/systemd/user/gcr-ssh-agent.socket.
[2023-12-30T01:11:59+0100] [ALPM] installed fuse-common (3.16.2-1)
[2023-12-30T01:11:59+0100] [ALPM] installed fuse3 (3.16.2-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libmm-glib (1.22.0-1)
[2023-12-30T01:11:59+0100] [ALPM] installed geoclue (2.7.1-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libpipewire (1:1.0.0-2)
[2023-12-30T01:11:59+0100] [ALPM] installed libcamera-ipa (0.1.0-2)
[2023-12-30T01:11:59+0100] [ALPM] installed libcamera (0.1.0-2)
[2023-12-30T01:11:59+0100] [ALPM] installed pipewire (1:1.0.0-2)
[2023-12-30T01:11:59+0100] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
[2023-12-30T01:11:59+0100] [ALPM] installed polkit (123-1)
[2023-12-30T01:11:59+0100] [ALPM] installed rtkit (0.13-2)
[2023-12-30T01:11:59+0100] [ALPM] installed xdg-desktop-portal (1.18.2-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libportal (0.7.1-2)
[2023-12-30T01:11:59+0100] [ALPM] installed libportal-gtk4 (0.7.1-2)
[2023-12-30T01:11:59+0100] [ALPM] installed libxtst (1.2.4-1)
[2023-12-30T01:11:59+0100] [ALPM] installed xorg-xprop (1.2.6-1)
[2023-12-30T01:11:59+0100] [ALPM] installed at-spi2-core (2.50.0-1)
[2023-12-30T01:11:59+0100] [ALPM] installed bubblewrap (0.8.0-1)
[2023-12-30T01:11:59+0100] [ALPM] installed enchant (2.6.4-2)
[2023-12-30T01:11:59+0100] [ALPM] installed harfbuzz-icu (8.3.0-2)
[2023-12-30T01:11:59+0100] [ALPM] installed db5.3 (5.3.28-4)
[2023-12-30T01:11:59+0100] [ALPM] installed db (6.2.32-1)
[2023-12-30T01:11:59+0100] [ALPM] installed perl (5.38.1-1)
[2023-12-30T01:11:59+0100] [ALPM] installed hyphen (2.8.8-5)
[2023-12-30T01:11:59+0100] [ALPM] installed aom (3.8.0-2)
[2023-12-30T01:11:59+0100] [ALPM] installed dav1d (1.3.0-1)
[2023-12-30T01:11:59+0100] [ALPM] installed rav1e (0.6.6-3)
[2023-12-30T01:11:59+0100] [ALPM] installed svt-av1 (1.8.0-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libyuv (r2426+464c51a0-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libavif (1.0.3-1)
[2023-12-30T01:11:59+0100] [ALPM] installed giflib (5.2.1-2)
[2023-12-30T01:11:59+0100] [ALPM] installed gperftools (2.13-2)
[2023-12-30T01:11:59+0100] [ALPM] installed highway (1.0.7-1)
[2023-12-30T01:11:59+0100] [ALPM] installed imath (3.1.9-2)
[2023-12-30T01:11:59+0100] [ALPM] installed libdeflate (1.19-1)
[2023-12-30T01:11:59+0100] [ALPM] installed openexr (3.2.1-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libjxl (0.8.2-2)
[2023-12-30T01:11:59+0100] [ALPM] installed libevdev (1.13.1-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libmanette (0.2.6-5)
[2023-12-30T01:11:59+0100] [ALPM] installed libwebp (1.3.2-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libwpe (1.14.1-2)
[2023-12-30T01:11:59+0100] [ALPM] installed libxcomposite (0.4.6-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libxslt (1.1.39-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libice (1.1.1-2)
[2023-12-30T01:11:59+0100] [ALPM] installed libsm (1.2.4-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libxt (1.3.0-1)
[2023-12-30T01:11:59+0100] [ALPM] installed openjpeg2 (2.5.0-3)
[2023-12-30T01:11:59+0100] [ALPM] installed woff2 (1.0.2-4)
[2023-12-30T01:11:59+0100] [ALPM] installed wpebackend-fdo (1.14.2-1)
[2023-12-30T01:11:59+0100] [ALPM] installed xdg-dbus-proxy (0.1.5-1)
[2023-12-30T01:11:59+0100] [ALPM] installed webkitgtk-6.0 (2.42.4-1)
[2023-12-30T01:11:59+0100] [ALPM] installed epiphany (45.1-1)
[2023-12-30T01:11:59+0100] [ALPM] installed djvulibre (3.5.28-5)
[2023-12-30T01:11:59+0100] [ALPM] installed gnome-desktop-common (1:44.0-1)
[2023-12-30T01:11:59+0100] [ALPM] installed gtk3 (1:3.24.39-2)
[2023-12-30T01:11:59+0100] [ALPM] installed gnome-desktop (1:44.0-1)
[2023-12-30T01:11:59+0100] [ALPM] installed gsfonts (20200910-3)
[2023-12-30T01:11:59+0100] [ALPM] installed gspell (1.12.2-2)
[2023-12-30T01:11:59+0100] [ALPM] installed gcr (3.41.1-4)
[2023-12-30T01:11:59+0100] [ALPM] installed libbluray (1.3.4-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libcdio (2.1.0-3)
[2023-12-30T01:11:59+0100] [ALPM] installed libcdio-paranoia (10.2+2.0.1-3)
[2023-12-30T01:11:59+0100] [ALPM] installed btrfs-progs (6.6.3-1)
[2023-12-30T01:11:59+0100] [ALPM] installed libatasmart (0.19-6)
[2023-12-30T01:11:59+0100] [ALPM] installed libbytesize (2.8-2)
[2023-12-30T01:11:59+0100] [ALPM] installed libnvme (1.7.1-1)
[2023-12-30T01:11:59+0100] [ALPM] installed mdadm (4.2-2)
[2023-12-30T01:11:59+0100] [ALPM] installed nspr (4.35-2)
[2023-12-30T01:11:59+0100] [ALPM] installed nss (3.96.1-1)
[2023-12-30T01:11:59+0100] [ALPM] installed parted (3.6-1)
[2023-12-30T01:11:59+0100] [ALPM] installed volume_key (0.3.12-8)
[2023-12-30T01:11:59+0100] [ALPM] installed libblockdev (3.0.4-1)
[2023-12-30T01:12:00+0100] [ALPM] installed thin-provisioning-tools (1.0.9-2)
[2023-12-30T01:12:00+0100] [ALPM] installed libaio (0.3.113-2)
[2023-12-30T01:12:00+0100] [ALPM] installed lvm2 (2.03.22-2)
[2023-12-30T01:12:00+0100] [ALPM] installed udisks2 (2.10.1-2)
[2023-12-30T01:12:00+0100] [ALPM] installed gvfs (1.52.1-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libgxps (0.3.2-4)
[2023-12-30T01:12:00+0100] [ALPM] installed libhandy (1.8.2-1)
[2023-12-30T01:12:00+0100] [ALPM] installed jbig2dec (0.20-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libpaper (2.1.2-1)
[2023-12-30T01:12:00+0100] [ALPM] installed ijs (0.35-5)
[2023-12-30T01:12:00+0100] [ALPM] installed libidn (1.41-1)
[2023-12-30T01:12:00+0100] [ALPM] installed poppler-data (0.4.12-1)
[2023-12-30T01:12:00+0100] [ALPM] installed ghostscript (10.02.1-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libspectre (0.2.12-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libsynctex (2023.66984-17)
[2023-12-30T01:12:00+0100] [ALPM] installed poppler (23.12.0-1)
[2023-12-30T01:12:00+0100] [ALPM] installed poppler-glib (23.12.0-1)
[2023-12-30T01:12:00+0100] [ALPM] installed evince (45.0-1)
[2023-12-30T01:12:00+0100] [ALPM] installed gnome-session (45.0-1)
[2023-12-30T01:12:00+0100] [ALPM] installed accountsservice (23.13.9-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libgirepository (1.78.1-1)
[2023-12-30T01:12:00+0100] [ALPM] installed gobject-introspection-runtime (1.78.1-1)
[2023-12-30T01:12:00+0100] [ALPM] installed js115 (115.4.0-2)
[2023-12-30T01:12:00+0100] [ALPM] installed gjs (2:1.78.1-1)
[2023-12-30T01:12:00+0100] [ALPM] installed gnome-autoar (0.4.4-1)
[2023-12-30T01:12:00+0100] [ALPM] installed geocode-glib-common (3.26.4-4)
[2023-12-30T01:12:00+0100] [ALPM] installed geocode-glib-2 (3.26.4-4)
[2023-12-30T01:12:00+0100] [ALPM] installed libogg (1.3.5-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libvorbis (1.3.7-3)
[2023-12-30T01:12:00+0100] [ALPM] installed libtool (2.4.7+4+g1ec8fa28-6)
[2023-12-30T01:12:00+0100] [ALPM] installed alsa-topology-conf (1.2.5.1-3)
[2023-12-30T01:12:00+0100] [ALPM] installed alsa-ucm-conf (1.2.10-2)
[2023-12-30T01:12:00+0100] [ALPM] installed alsa-lib (1.2.10-2)
[2023-12-30T01:12:00+0100] [ALPM] installed libasyncns (1:0.8+r3+g68cd5af-2)
[2023-12-30T01:12:00+0100] [ALPM] installed flac (1.4.3-1)
[2023-12-30T01:12:00+0100] [ALPM] installed lame (3.100-4)
[2023-12-30T01:12:00+0100] [ALPM] installed mpg123 (1.32.3-1)
[2023-12-30T01:12:00+0100] [ALPM] installed opus (1.4-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libsndfile (1.2.2-2)
[2023-12-30T01:12:00+0100] [ALPM] installed libpulse (16.1-7)
[2023-12-30T01:12:00+0100] [ALPM] installed tdb (1.4.9-1)
[2023-12-30T01:12:00+0100] [ALPM] installed sound-theme-freedesktop (0.8-5)
[2023-12-30T01:12:00+0100] [ALPM] installed libcanberra (1:0.30+r2+gc0620e4-3)
[2023-12-30T01:12:00+0100] [ALPM] installed libgweather-4 (4.4.0-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libnm (1.44.2-3)
[2023-12-30T01:12:00+0100] [ALPM] installed libnotify (0.8.3-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libwacom (2.9.0-2)
[2023-12-30T01:12:00+0100] [ALPM] installed alsa-card-profiles (1:1.0.0-2)
[2023-12-30T01:12:00+0100] [ALPM] installed bluez-libs (5.71-3)
[2023-12-30T01:12:00+0100] [ALPM] installed libfdk-aac (2.0.2-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libfreeaptx (0.1.1-1)
[2023-12-30T01:12:00+0100] [ALPM] installed liblc3 (1.0.4-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libldac (2.0.2.3-1)
[2023-12-30T01:12:00+0100] [ALPM] installed serd (0.32.0-1)
[2023-12-30T01:12:00+0100] [ALPM] installed zix (0.4.2-2)
[2023-12-30T01:12:00+0100] [ALPM] installed sord (0.16.16-1)
[2023-12-30T01:12:00+0100] [ALPM] installed lv2 (1.18.10-1)
[2023-12-30T01:12:00+0100] [ALPM] installed sratom (0.6.16-1)
[2023-12-30T01:12:00+0100] [ALPM] installed lilv (0.24.22-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libmysofa (1.3.2-1)
[2023-12-30T01:12:00+0100] [ALPM] installed sbc (2.0-1)
[2023-12-30T01:12:00+0100] [ALPM] installed abseil-cpp (20230802.1-1)
[2023-12-30T01:12:00+0100] [ALPM] installed webrtc-audio-processing-1 (1.3-2)
[2023-12-30T01:12:00+0100] [ALPM] installed pipewire-audio (1:1.0.0-2)
[2023-12-30T01:12:00+0100] [ALPM] installed libwireplumber (0.4.17-1)
[2023-12-30T01:12:00+0100] [ALPM] installed lua (5.4.6-3)
[2023-12-30T01:12:00+0100] [ALPM] installed wireplumber (0.4.17-1)
[2023-12-30T01:12:00+0100] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/wireplumber.service.
[2023-12-30T01:12:00+0100] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
[2023-12-30T01:12:00+0100] [ALPM] installed pipewire-session-manager (1:1.0.0-2)
[2023-12-30T01:12:00+0100] [ALPM] installed pipewire-pulse (1:1.0.0-2)
[2023-12-30T01:12:00+0100] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
[2023-12-30T01:12:00+0100] [ALPM] installed pulse-native-provider (1:1.0.0-2)
[2023-12-30T01:12:00+0100] [ALPM] installed libplist (2.3.0-2)
[2023-12-30T01:12:00+0100] [ALPM] installed libusbmuxd (2.0.2-3)
[2023-12-30T01:12:00+0100] [ALPM] installed libimobiledevice (1.3.0-9)
[2023-12-30T01:12:00+0100] [ALPM] installed usbmuxd (1.1.1-3)
[2023-12-30T01:12:00+0100] [ALPM] installed upower (1.90.2-1)
[2023-12-30T01:12:00+0100] [ALPM] installed gnome-settings-daemon (45.1-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libgdm (45.0.1-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libnsl (2.0.1-1)
[2023-12-30T01:12:00+0100] [ALPM] installed python (3.11.6-1)
[2023-12-30T01:12:00+0100] [ALPM] installed python-gobject (3.46.0-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libibus (1.5.29-2)
[2023-12-30T01:12:00+0100] [ALPM] installed mobile-broadband-provider-info (20230416-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libnma-common (1.10.6-2)
[2023-12-30T01:12:00+0100] [ALPM] installed libnma-gtk4 (1.10.6-2)
[2023-12-30T01:12:00+0100] [ALPM] installed libgusb (0.4.8-1)
[2023-12-30T01:12:00+0100] [ALPM] installed colord (1.4.6-1)
[2023-12-30T01:12:00+0100] [ALPM] installed gnome-desktop-4 (1:44.0-1)
[2023-12-30T01:12:00+0100] [ALPM] installed iio-sensor-proxy (3.5-2)
[2023-12-30T01:12:00+0100] [ALPM] installed libdisplay-info (0.1.1-3)
[2023-12-30T01:12:00+0100] [ALPM] installed libei (1.2.0-1)
[2023-12-30T01:12:00+0100] [ALPM] installed mtdev (1.1.6-2)
[2023-12-30T01:12:00+0100] [ALPM] installed libinput (1.24.0-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libxkbfile (1.1.2-1)
[2023-12-30T01:12:00+0100] [ALPM] installed xcb-util (0.4.1-1)
[2023-12-30T01:12:00+0100] [ALPM] installed startup-notification (0.12-8)
[2023-12-30T01:12:00+0100] [ALPM] installed xorg-fonts-encodings (1.0.7-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libfontenc (1.1.7-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libxfont2 (2.0.6-2)
[2023-12-30T01:12:00+0100] [ALPM] installed xorg-xkbcomp (1.4.6-1)
[2023-12-30T01:12:00+0100] [ALPM] installed xorg-setxkbmap (1.3.4-1)
[2023-12-30T01:12:00+0100] [ALPM] installed xorg-server-common (21.1.10-1)
[2023-12-30T01:12:00+0100] [ALPM] installed libxcvt (0.1.2-1)
[2023-12-30T01:12:00+0100] [ALPM] installed xorg-xwayland (23.2.3-1)
[2023-12-30T01:12:01+0100] [ALPM] installed mutter (45.2-1)
[2023-12-30T01:12:01+0100] [ALPM] installed unzip (6.0-20)
[2023-12-30T01:12:01+0100] [ALPM] installed gnome-shell (1:45.2-1)
[2023-12-30T01:12:01+0100] [ALPM] installed xf86-input-libinput (1.4.0-1)
[2023-12-30T01:12:01+0100] [ALPM] installed xorg-server (21.1.10-1)
[2023-12-30T01:12:01+0100] [ALPM-SCRIPTLET] >>> xorg-server has now the ability to run without root rights with
[2023-12-30T01:12:01+0100] [ALPM-SCRIPTLET]     the help of systemd-logind. xserver will fail to run if not launched
[2023-12-30T01:12:01+0100] [ALPM-SCRIPTLET]     from the same virtual terminal as was used to log in.
[2023-12-30T01:12:01+0100] [ALPM-SCRIPTLET]     Without root rights, log files will be in ~/.local/share/xorg/ directory.
[2023-12-30T01:12:01+0100] [ALPM-SCRIPTLET] 
[2023-12-30T01:12:01+0100] [ALPM-SCRIPTLET]     Old behavior can be restored through Xorg.wrap config file.
[2023-12-30T01:12:01+0100] [ALPM-SCRIPTLET]     See Xorg.wrap man page (man xorg.wrap).
[2023-12-30T01:12:01+0100] [ALPM] installed libxmu (1.1.4-1)
[2023-12-30T01:12:01+0100] [ALPM] installed xorg-xhost (1.0.9-1)
[2023-12-30T01:12:01+0100] [ALPM] installed xorg-xrdb (1.2.2-1)
[2023-12-30T01:12:01+0100] [ALPM] installed gdm (45.0.1-1)
[2023-12-30T01:12:01+0100] [ALPM] installed gnome-backgrounds (45.0-1)
[2023-12-30T01:12:01+0100] [ALPM] installed gtksourceview5 (5.10.0-1)
[2023-12-30T01:12:01+0100] [ALPM] installed libgee (0.20.6-1)
[2023-12-30T01:12:01+0100] [ALPM] installed libmpc (1.3.1-1)
[2023-12-30T01:12:01+0100] [ALPM] installed gnome-calculator (45.0.2-1)
[2023-12-30T01:12:01+0100] [ALPM] installed libgoa (3.48.0-2)
[2023-12-30T01:12:01+0100] [ALPM] installed libical (3.0.17-2)
[2023-12-30T01:12:01+0100] [ALPM] installed protobuf (25.1-1)
[2023-12-30T01:12:01+0100] [ALPM] installed libphonenumber (1:8.13.27-1)
[2023-12-30T01:12:01+0100] [ALPM] installed webkit2gtk-4.1 (2.42.4-1)
[2023-12-30T01:12:01+0100] [ALPM] installed evolution-data-server (3.50.2-2)
[2023-12-30T01:12:01+0100] [ALPM] installed libedataserverui4 (3.50.2-2)
[2023-12-30T01:12:01+0100] [ALPM] installed gnome-calendar (45.1-1)
[2023-12-30T01:12:01+0100] [ALPM] installed noto-fonts-emoji (1:2.042-1)
[2023-12-30T01:12:01+0100] [ALPM] installed gnome-characters (45.0-1)
[2023-12-30T01:12:01+0100] [ALPM] installed gnome-clocks (45.0-1)
[2023-12-30T01:12:01+0100] [ALPM] installed gnome-color-manager (3.36.0+r51+gcf7ee2b5-1)
[2023-12-30T01:12:01+0100] [ALPM] installed pcsclite (2.0.1-1)
[2023-12-30T01:12:01+0100] [ALPM] installed gsm (1.0.22-1)
[2023-12-30T01:12:01+0100] [ALPM] installed libsamplerate (0.2.2-2)
[2023-12-30T01:12:01+0100] [ALPM] installed jack2 (1.9.22-1)
[2023-12-30T01:12:01+0100] [ALPM] installed libunibreak (5.1-1)
[2023-12-30T01:12:01+0100] [ALPM] installed libass (0.17.1-2)
[2023-12-30T01:12:01+0100] [ALPM] installed libraw1394 (2.1.2-3)
[2023-12-30T01:12:01+0100] [ALPM] installed libavc1394 (0.5.4-6)
[2023-12-30T01:12:01+0100] [ALPM] installed libbs2b (3.1.0-8)
[2023-12-30T01:12:01+0100] [ALPM] installed libiec61883 (1.2.0-7)
[2023-12-30T01:12:01+0100] [ALPM] installed libmodplug (0.8.9.0-5)
[2023-12-30T01:12:01+0100] [ALPM] installed portaudio (1:19.7.0-2)
[2023-12-30T01:12:01+0100] [ALPM] installed libopenmpt (0.7.3-1)
[2023-12-30T01:12:01+0100] [ALPM] installed spirv-tools (2023.5-1)
[2023-12-30T01:12:01+0100] [ALPM] installed glslang (13.1.1-3)
[2023-12-30T01:12:01+0100] [ALPM] installed shaderc (2023.7-2)
[2023-12-30T01:12:01+0100] [ALPM] installed libdovi (3.2.0-2)
[2023-12-30T01:12:01+0100] [ALPM] installed libplacebo (5.264.1-4)
[2023-12-30T01:12:01+0100] [ALPM] installed hwloc (2.10.0-1)
[2023-12-30T01:12:01+0100] [ALPM] installed openpmix (4.2.6-1)
[2023-12-30T01:12:01+0100] [ALPM] installed openmpi (4.1.6-1)
[2023-12-30T01:12:01+0100] [ALPM] installed fftw (3.3.10-4)
[2023-12-30T01:12:01+0100] [ALPM] installed rubberband (3.3.0-1)
[2023-12-30T01:12:01+0100] [ALPM] installed libsoxr (0.1.3-3)
[2023-12-30T01:12:01+0100] [ALPM] installed libssh (0.10.6-1)
[2023-12-30T01:12:01+0100] [ALPM] installed libtheora (1.1.1-6)
[2023-12-30T01:12:01+0100] [ALPM] installed libvdpau (1.5-2)
[2023-12-30T01:12:01+0100] [ALPM] installed vid.stab (1.1.1-1)
[2023-12-30T01:12:01+0100] [ALPM] installed libvpx (1.13.1-1)
[2023-12-30T01:12:01+0100] [ALPM] installed l-smash (2.14.5-3)
[2023-12-30T01:12:01+0100] [ALPM] installed x264 (3:0.164.r3108.31e19f9-1)
[2023-12-30T01:12:01+0100] [ALPM] installed x265 (3.5-3)
[2023-12-30T01:12:01+0100] [ALPM] installed xvidcore (1.3.7-2)
[2023-12-30T01:12:01+0100] [ALPM] installed zimg (3.0.5-1)
[2023-12-30T01:12:01+0100] [ALPM] installed ocl-icd (2.3.2-1)
[2023-12-30T01:12:01+0100] [ALPM] installed onevpl (2023.4.0-1)
[2023-12-30T01:12:01+0100] [ALPM] installed opencore-amr (0.1.6-1)
[2023-12-30T01:12:01+0100] [ALPM] installed hidapi (0.14.0-2)
[2023-12-30T01:12:01+0100] [ALPM] installed sdl2 (2.28.5-1)
[2023-12-30T01:12:01+0100] [ALPM] installed snappy (1.1.10-1)
[2023-12-30T01:12:01+0100] [ALPM] installed speexdsp (1.2.1-1)
[2023-12-30T01:12:01+0100] [ALPM] installed speex (1.2.1-1)
[2023-12-30T01:12:01+0100] [ALPM] installed srt (1.5.3-1)
[2023-12-30T01:12:01+0100] [ALPM] installed v4l-utils (1.26.1-1)
[2023-12-30T01:12:01+0100] [ALPM] installed vmaf (3.0.0-1)
[2023-12-30T01:12:01+0100] [ALPM] installed ffmpeg (2:6.1-3)
[2023-12-30T01:12:01+0100] [ALPM] installed freerdp (2:2.11.3-2)
[2023-12-30T01:12:01+0100] [ALPM] installed gtk-vnc (1.3.1-1)
[2023-12-30T01:12:01+0100] [ALPM] installed gnome-connections (45.0-1)
[2023-12-30T01:12:01+0100] [ALPM] installed libgtop (2.41.2-1)
[2023-12-30T01:12:01+0100] [ALPM] installed vte-common (0.74.2-1)
[2023-12-30T01:12:01+0100] [ALPM] installed vte4 (0.74.2-1)
[2023-12-30T01:12:01+0100] [ALPM] installed gnome-console (45.0-1)
[2023-12-30T01:12:01+0100] [ALPM] installed folks (0.15.6-1)
[2023-12-30T01:12:01+0100] [ALPM] installed librest (0.9.1-2)
[2023-12-30T01:12:01+0100] [ALPM] installed gnome-online-accounts (3.48.0-2)
[2023-12-30T01:12:01+0100] [ALPM] installed qrencode (4.1.1-2)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-contacts (45.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed bolt (0.9.6-1)
[2023-12-30T01:12:02+0100] [ALPM] installed colord-gtk-common (0.3.0-2)
[2023-12-30T01:12:02+0100] [ALPM] installed colord-gtk4 (0.3.0-2)
[2023-12-30T01:12:02+0100] [ALPM] installed cups-pk-helper (0.2.7-1)
[2023-12-30T01:12:02+0100] [ALPM] installed bluez (5.71-3)
[2023-12-30T01:12:02+0100] [ALPM] installed gsound (1.0.3-3)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-bluetooth-3.0 (42.7-2)
[2023-12-30T01:12:02+0100] [ALPM] installed libmalcontent (0.11.1-3)
[2023-12-30T01:12:02+0100] [ALPM] installed cracklib (2.9.11-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libpwquality (1.4.5-3)
[2023-12-30T01:12:02+0100] [ALPM] installed talloc (2.4.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libmd (1.1.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libbsd (0.11.7-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libwbclient (4.19.3-2)
[2023-12-30T01:12:02+0100] [ALPM] installed cifs-utils (7.0-3)
[2023-12-30T01:12:02+0100] [ALPM] installed tevent (1:0.15.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed lmdb (0.9.31-1)
[2023-12-30T01:12:02+0100] [ALPM] installed ldb (2:2.8.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed smbclient (4.19.3-2)
[2023-12-30T01:12:02+0100] [ALPM] installed tecla (45.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-control-center (45.2-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libdvdread (6.1.3-2)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-disk-utility (45.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-font-viewer (45.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-keyring (1:42.1-3)
[2023-12-30T01:12:02+0100] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/gnome-keyring-daemon.socket → /usr/lib/systemd/user/gnome-keyring-daemon.socket.
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-logs (45beta-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libshumate (1.1.2-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-maps (45.2-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-menus (3.36.0-2)
[2023-12-30T01:12:02+0100] [ALPM] installed liboauth (1:1.0.3+r16+gc26f038-1)
[2023-12-30T01:12:02+0100] [ALPM] installed totem-pl-parser (3.26.6-2)
[2023-12-30T01:12:02+0100] [ALPM] installed grilo (0.3.16-1)
[2023-12-30T01:12:02+0100] [ALPM] installed chromaprint (1.5.1-7)
[2023-12-30T01:12:02+0100] [ALPM] installed gom (0.4-7)
[2023-12-30T01:12:02+0100] [ALPM] installed faac (1.30-4)
[2023-12-30T01:12:02+0100] [ALPM] installed faad2 (2.11.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libinstpatch (1.1.6-2)
[2023-12-30T01:12:02+0100] [ALPM] installed fluidsynth (2.3.4-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libavtp (0.2.0-2)
[2023-12-30T01:12:02+0100] [ALPM] installed libdc1394 (2.2.7-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libdca (0.0.7-2)
[2023-12-30T01:12:02+0100] [ALPM] installed libde265 (1.0.15-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libdvdnav (6.1.1-2)
[2023-12-30T01:12:02+0100] [ALPM] installed libgme (0.6.3-4)
[2023-12-30T01:12:02+0100] [ALPM] installed libkate (0.4.1-9)
[2023-12-30T01:12:02+0100] [ALPM] installed raptor (2.0.16-4)
[2023-12-30T01:12:02+0100] [ALPM] installed liblrdf (0.6.1-4)
[2023-12-30T01:12:02+0100] [ALPM] installed libltc (1.3.2-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libmicrodns (0.2.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libmpcdec (1:0.1+r475-4)
[2023-12-30T01:12:02+0100] [ALPM] installed libsrtp (1:2.5.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libdv (1.0.0-11)
[2023-12-30T01:12:02+0100] [ALPM] installed mjpegtools (2.2.1-2)
[2023-12-30T01:12:02+0100] [ALPM] installed neon (0.32.5-2)
[2023-12-30T01:12:02+0100] [ALPM] installed openal (1.23.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed rtmpdump (1:2.4.r99.f1b83c1-2)
[2023-12-30T01:12:02+0100] [ALPM] installed soundtouch (2.3.2-1)
[2023-12-30T01:12:02+0100] [ALPM] installed spandsp (0.0.6-5)
[2023-12-30T01:12:02+0100] [ALPM] installed svt-hevc (1.5.1-2)
[2023-12-30T01:12:02+0100] [ALPM] installed webrtc-audio-processing (0.3.1-4)
[2023-12-30T01:12:02+0100] [ALPM] installed wildmidi (0.4.5-2)
[2023-12-30T01:12:02+0100] [ALPM] installed liblqr (0.4.2-3)
[2023-12-30T01:12:02+0100] [ALPM] installed libraqm (0.10.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed imagemagick (7.1.1.24-1)
[2023-12-30T01:12:02+0100] [ALPM] installed zbar (0.23.90-3)
[2023-12-30T01:12:02+0100] [ALPM] installed zvbi (0.2.42-1)
[2023-12-30T01:12:02+0100] [ALPM] installed zxing-cpp (2.2.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gst-plugins-bad (1.22.8-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libdmapsharing (3.9.13-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libmediaart (1.9.6-2)
[2023-12-30T01:12:02+0100] [ALPM] installed grilo-plugins (1:0.3.16-1)
[2023-12-30T01:12:02+0100] [ALPM] installed cdparanoia (10.2-9)
[2023-12-30T01:12:02+0100] [ALPM] installed gst-plugins-base (1.22.8-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gpm (1.20.7.r38.ge82d1a6-5)
[2023-12-30T01:12:02+0100] [ALPM] installed pcre (8.45-4)
[2023-12-30T01:12:02+0100] [ALPM] installed slang (2.3.3-2)
[2023-12-30T01:12:02+0100] [ALPM] installed aalib (1.4rc5-17)
[2023-12-30T01:12:02+0100] [ALPM] installed freeglut (3.4.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed glu (9.0.3-1)
[2023-12-30T01:12:02+0100] [ALPM] installed imlib2 (1.12.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libcaca (0.99.beta20-2)
[2023-12-30T01:12:02+0100] [ALPM] installed libshout (1:2.4.6-2)
[2023-12-30T01:12:02+0100] [ALPM] installed taglib (1.13.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed twolame (0.4.0-3)
[2023-12-30T01:12:02+0100] [ALPM] installed wavpack (5.6.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gst-plugins-good (1.22.8-1)
[2023-12-30T01:12:02+0100] [ALPM] installed python-cairo (1.25.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed exempi (2.6.5-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libcue (2.3.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libexif (0.6.24-2)
[2023-12-30T01:12:02+0100] [ALPM] installed libinih (57-1)
[2023-12-30T01:12:02+0100] [ALPM] installed exiv2 (0.28.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libgexiv2 (0.14.2-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libsoup (2.74.3-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libgrss (0.7.0+16+g971c421-3)
[2023-12-30T01:12:02+0100] [ALPM] installed libgsf (1.14.51-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libiptcdata (1.0.5-2)
[2023-12-30T01:12:02+0100] [ALPM] installed osinfo-db (20231027-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libosinfo (1.11.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed tracker3-miners (3.6.2-2)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-music (1:45.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libvncserver (0.9.14-2)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-remote-desktop (45.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-shell-extensions (45.2-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-software (45.2-1)
[2023-12-30T01:12:02+0100] [ALPM] installed libsigc++ (2.12.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed glibmm (2.66.6-1)
[2023-12-30T01:12:02+0100] [ALPM] installed atkmm (2.28.3-1)
[2023-12-30T01:12:02+0100] [ALPM] installed cairomm (1.14.5-1)
[2023-12-30T01:12:02+0100] [ALPM] installed pangomm (2.46.3-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gtkmm3 (3.24.8-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-system-monitor (45.0.2-1)
[2023-12-30T01:12:02+0100] [ALPM] installed editorconfig-core-c (0.12.6-1)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-text-editor (45.1-2)
[2023-12-30T01:12:02+0100] [ALPM] installed gnome-tour (45.0-1)
[2023-12-30T01:12:02+0100] [ALPM] installed yelp-xsl (42.1-1)
[2023-12-30T01:12:02+0100] [ALPM] installed yelp (42.2-2)
[2023-12-30T01:12:03+0100] [ALPM] installed gnome-user-docs (45.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed apr (1.7.4-1)
[2023-12-30T01:12:03+0100] [ALPM] installed apr-util (1.6.3-1)
[2023-12-30T01:12:03+0100] [ALPM] installed apache (2.4.58-1)
[2023-12-30T01:12:03+0100] [ALPM] installed mod_dnssd (0.6-9)
[2023-12-30T01:12:03+0100] [ALPM] installed gnome-user-share (43.0-1)
[2023-12-30T01:12:03+0100] [ALPM] installed gnome-weather (45.0-1)
[2023-12-30T01:12:03+0100] [ALPM] installed gvfs-afc (1.52.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed gvfs-goa (1.52.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed libgdata (0.18.1-3)
[2023-12-30T01:12:03+0100] [ALPM] installed gvfs-google (1.52.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed libxpm (3.5.17-1)
[2023-12-30T01:12:03+0100] [ALPM] installed libheif (1.17.6-1)
[2023-12-30T01:12:03+0100] [ALPM] installed gd (2.3.3-7)
[2023-12-30T01:12:03+0100] [ALPM] installed libgphoto2 (2.5.31-1)
[2023-12-30T01:12:03+0100] [ALPM] installed gvfs-gphoto2 (1.52.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed libmtp (1.1.21-1)
[2023-12-30T01:12:03+0100] [ALPM] installed gvfs-mtp (1.52.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed libnfs (5.0.2-1)
[2023-12-30T01:12:03+0100] [ALPM] installed gvfs-nfs (1.52.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed gvfs-smb (1.52.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed glycin (0.1.2-2)
[2023-12-30T01:12:03+0100] [ALPM] installed loupe (45.3-1)
[2023-12-30T01:12:03+0100] [ALPM] installed libsodium (1.0.19-2)
[2023-12-30T01:12:03+0100] [ALPM] installed ostree (2023.8-1)
[2023-12-30T01:12:03+0100] [ALPM] installed xorg-xset (1.2.5-1)
[2023-12-30T01:12:03+0100] [ALPM] installed xdg-utils (1.2.0r25+g0f49cf5-1)
[2023-12-30T01:12:03+0100] [ALPM] installed flatpak (1:1.15.6-1)
[2023-12-30T01:12:03+0100] [ALPM] installed malcontent (0.11.1-3)
[2023-12-30T01:12:03+0100] [ALPM] installed libnautilus-extension (45.2.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed nautilus (45.2.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed liblouis (3.28.0-1)
[2023-12-30T01:12:03+0100] [ALPM] installed libspeechd (0.11.5-1)
[2023-12-30T01:12:03+0100] [ALPM] installed brltty (6.6-4)
[2023-12-30T01:12:03+0100] [ALPM-SCRIPTLET] brltty-genkey: key generated
[2023-12-30T01:12:03+0100] [ALPM-SCRIPTLET] Please add your user to the brlapi group.
[2023-12-30T01:12:03+0100] [ALPM] installed libxres (1.2.2-1)
[2023-12-30T01:12:03+0100] [ALPM] installed libwnck3 (43.0-3)
[2023-12-30T01:12:03+0100] [ALPM] installed python-atspi (2.46.0-2)
[2023-12-30T01:12:03+0100] [ALPM] installed python-setproctitle (1.3.3-1)
[2023-12-30T01:12:03+0100] [ALPM] installed python-pyxdg (0.28-2)
[2023-12-30T01:12:03+0100] [ALPM] installed dotconf (1.3-7)
[2023-12-30T01:12:03+0100] [ALPM] installed libao (1.2.2-6)
[2023-12-30T01:12:03+0100] [ALPM] installed speech-dispatcher (0.11.5-1)
[2023-12-30T01:12:03+0100] [ALPM] installed xorg-xmodmap (1.0.11-1)
[2023-12-30T01:12:03+0100] [ALPM] installed orca (45.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed gst-editing-services (1.22.8-1)
[2023-12-30T01:12:03+0100] [ALPM] installed gupnp-av (0.14.1-2)
[2023-12-30T01:12:03+0100] [ALPM] installed gupnp-dlna (0.12.0-2)
[2023-12-30T01:12:03+0100] [ALPM] installed rygel (1:0.42.4-1)
[2023-12-30T01:12:03+0100] [ALPM] installed libieee1284 (0.2.11-15)
[2023-12-30T01:12:03+0100] [ALPM] installed net-snmp (5.9.1-8)
[2023-12-30T01:12:03+0100] [ALPM] installed sane (1.2.1-5)
[2023-12-30T01:12:03+0100] [ALPM] installed colord-sane (1.4.6-1)
[2023-12-30T01:12:03+0100] [ALPM] installed simple-scan (44.0-2)
[2023-12-30T01:12:03+0100] [ALPM] installed gst-plugin-pipewire (1:1.0.0-2)
[2023-12-30T01:12:03+0100] [ALPM] installed snapshot (45.2-1)
[2023-12-30T01:12:03+0100] [ALPM] installed gst-plugin-gtk (1.22.8-1)
[2023-12-30T01:12:03+0100] [ALPM] installed gtksourceview4 (4.8.4-1)
[2023-12-30T01:12:03+0100] [ALPM] installed sushi (45.0-1)
[2023-12-30T01:12:03+0100] [ALPM] installed libpeas (1.36.0-4)
[2023-12-30T01:12:03+0100] [ALPM] installed libportal-gtk3 (0.7.1-2)
[2023-12-30T01:12:03+0100] [ALPM] installed totem (43.0-2)
[2023-12-30T01:12:03+0100] [ALPM] installed xdg-desktop-portal-gtk (1.15.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed xdg-desktop-portal-gnome (45.1-1)
[2023-12-30T01:12:03+0100] [ALPM] installed xdg-user-dirs (0.18-1)
[2023-12-30T01:12:03+0100] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/default.target.wants/xdg-user-dirs-update.service → /usr/lib/systemd/user/xdg-user-dirs-update.service.
[2023-12-30T01:12:03+0100] [ALPM] installed xdg-user-dirs-gtk (0.11-2)
[2023-12-30T01:12:03+0100] [ALPM] installed libndp (1.8-1)
[2023-12-30T01:12:03+0100] [ALPM] installed libnewt (0.52.23-2)
[2023-12-30T01:12:03+0100] [ALPM] installed libpgm (5.3.128-3)
[2023-12-30T01:12:03+0100] [ALPM] installed zeromq (4.3.5-2)
[2023-12-30T01:12:04+0100] [ALPM] installed libteam (1.32-1)
[2023-12-30T01:12:04+0100] [ALPM] installed wpa_supplicant (2:2.10-8)
[2023-12-30T01:12:04+0100] [ALPM] installed networkmanager (1.44.2-3)
[2023-12-30T01:12:04+0100] [ALPM] installed groff (1.23.0-5)
[2023-12-30T01:12:04+0100] [ALPM] installed libpipeline (1.5.7-1)
[2023-12-30T01:12:04+0100] [ALPM] installed less (1:643-1)
[2023-12-30T01:12:04+0100] [ALPM] installed man-db (2.12.0-1)
[2023-12-30T01:12:04+0100] [ALPM] installed man-pages (6.05.01-2)
[2023-12-30T01:12:04+0100] [ALPM] installed wget (1.21.4-1)
[2023-12-30T01:12:04+0100] [ALPM] installed vim-runtime (9.0.2167-1)
[2023-12-30T01:12:04+0100] [ALPM] installed vim (9.0.2167-1)
[2023-12-30T01:12:04+0100] [ALPM] installed perl-error (0.17029-5)
[2023-12-30T01:12:04+0100] [ALPM] installed perl-timedate (2.33-5)
[2023-12-30T01:12:04+0100] [ALPM] installed perl-mailtools (2.21-7)
[2023-12-30T01:12:04+0100] [ALPM] installed git (2.43.0-1)
[2023-12-30T01:12:04+0100] [ALPM] installed pahole (1:1.25-4)
[2023-12-30T01:12:04+0100] [ALPM] installed linux-headers (6.6.8.arch1-1)
[2023-12-30T01:12:04+0100] [ALPM] installed m4 (1.4.19-3)
[2023-12-30T01:12:04+0100] [ALPM] installed autoconf (2.71-4)
[2023-12-30T01:12:05+0100] [ALPM] installed automake (1.16.5-2)
[2023-12-30T01:12:05+0100] [ALPM] installed bison (3.8.2-6)
[2023-12-30T01:12:05+0100] [ALPM] installed debugedit (5.0-5)
[2023-12-30T01:12:05+0100] [ALPM] installed fakeroot (1.32.2-1)
[2023-12-30T01:12:05+0100] [ALPM] installed flex (2.6.4-5)
[2023-12-30T01:12:05+0100] [ALPM] installed libisl (0.26-1)
[2023-12-30T01:12:05+0100] [ALPM] installed gcc (13.2.1-3)
[2023-12-30T01:12:05+0100] [ALPM] installed gc (8.2.4-1)
[2023-12-30T01:12:05+0100] [ALPM] installed guile (3.0.9-1)
[2023-12-30T01:12:05+0100] [ALPM] installed make (4.4.1-2)
[2023-12-30T01:12:05+0100] [ALPM] installed patch (2.7.6-10)
[2023-12-30T01:12:05+0100] [ALPM] installed pkgconf (2.1.0-2)
[2023-12-30T01:12:05+0100] [ALPM] installed texinfo (7.1-2)
[2023-12-30T01:12:05+0100] [ALPM] installed which (2.21-6)
[2023-12-30T01:12:05+0100] [ALPM] installed base-devel (1-1)
[2023-12-30T01:12:05+0100] [ALPM] installed rustup (1.26.0-5)
[2023-12-30T01:12:05+0100] [ALPM-SCRIPTLET] You may need to run rustup update stable
[2023-12-30T01:12:05+0100] [ALPM-SCRIPTLET] and possibly also rustup self upgrade-data
[2023-12-30T01:12:05+0100] [ALPM] transaction completed
[2023-12-30T01:12:06+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating group 'brlapi' with GID 973.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating group 'gdm' with GID 120.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating group 'avahi' with GID 972.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating user 'avahi' (Avahi mDNS/DNS-SD daemon) with UID 972 and GID 972.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating group 'brltty' with GID 971.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating user 'brltty' (Braille Device Daemon) with UID 971 and GID 971.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating group 'colord' with GID 970.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating user 'colord' (Color management daemon) with UID 970 and GID 970.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating group 'flatpak' with GID 969.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating user 'flatpak' (Flatpak system helper) with UID 969 and GID 969.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating user 'gdm' (Gnome Display Manager) with UID 120 and GID 120.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating group 'geoclue' with GID 968.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating user 'geoclue' (Geoinformation service) with UID 968 and GID 968.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating group 'git' with GID 967.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating user 'git' (git daemon user) with UID 967 and GID 967.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating group 'polkitd' with GID 102.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating user 'polkitd' (PolicyKit daemon) with UID 102 and GID 102.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating group 'rtkit' with GID 133.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating user 'rtkit' (RealtimeKit) with UID 133 and GID 133.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating group 'saned' with GID 966.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating user 'saned' (SANE daemon user) with UID 966 and GID 966.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating group 'usbmux' with GID 140.
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET] Creating user 'usbmux' (usbmux user) with UID 140 and GID 140.
[2023-12-30T01:12:06+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-12-30T01:12:06+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-12-30T01:12:06+0100] [ALPM] running '30-systemd-hwdb.hook'...
[2023-12-30T01:12:06+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2023-12-30T01:12:06+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2023-12-30T01:12:06+0100] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-12-30T01:12:06+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T01:12:06+0100] [ALPM] running '30-update-mime-database.hook'...
[2023-12-30T01:12:06+0100] [ALPM] running '40-fontconfig-config.hook'...
[2023-12-30T01:12:06+0100] [ALPM] running '60-depmod.hook'...
[2023-12-30T01:12:07+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-12-30T01:12:07+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-12-30T01:12:07+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2023-12-30T01:12:07+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img --microcode /boot/intel-ucode.img
[2023-12-30T01:12:07+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.8-arch1-1'
[2023-12-30T01:12:07+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2023-12-30T01:12:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2023-12-30T01:12:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2023-12-30T01:12:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2023-12-30T01:12:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2023-12-30T01:12:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2023-12-30T01:12:14+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2023-12-30T01:12:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2023-12-30T01:12:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2023-12-30T01:12:14+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-12-30T01:12:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2023-12-30T01:12:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2023-12-30T01:12:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2023-12-30T01:12:15+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-12-30T01:12:15+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2023-12-30T01:12:16+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2023-12-30T01:12:16+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-12-30T01:12:16+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2023-12-30T01:12:16+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect --microcode /boot/intel-ucode.img
[2023-12-30T01:12:16+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.8-arch1-1'
[2023-12-30T01:12:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2023-12-30T01:12:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2023-12-30T01:12:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2023-12-30T01:12:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2023-12-30T01:12:24+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2023-12-30T01:12:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2023-12-30T01:12:34+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2023-12-30T01:12:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2023-12-30T01:12:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2023-12-30T01:12:35+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-12-30T01:12:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2023-12-30T01:12:35+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2023-12-30T01:12:35+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2023-12-30T01:12:35+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2023-12-30T01:12:36+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2023-12-30T01:12:36+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2023-12-30T01:12:36+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2023-12-30T01:12:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2023-12-30T01:12:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2023-12-30T01:12:44+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-12-30T01:12:44+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2023-12-30T01:12:46+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2023-12-30T01:12:47+0100] [ALPM] running '90-update-appstream-cache.hook'...
[2023-12-30T01:12:47+0100] [ALPM-SCRIPTLET] ✔ Metadata cache was updated successfully.
[2023-12-30T01:12:47+0100] [ALPM] running 'dbus-reload.hook'...
[2023-12-30T01:12:47+0100] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2023-12-30T01:12:47+0100] [ALPM] running 'detect-old-perl-modules.hook'...
[2023-12-30T01:12:47+0100] [ALPM] running 'fontconfig.hook'...
[2023-12-30T01:12:47+0100] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2023-12-30T01:12:47+0100] [ALPM] running 'gio-querymodules.hook'...
[2023-12-30T01:12:47+0100] [ALPM] running 'glib-compile-schemas.hook'...
[2023-12-30T01:12:47+0100] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2023-12-30T01:12:47+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2023-12-30T01:12:47+0100] [ALPM] running 'gtk4-querymodules.hook'...
[2023-12-30T01:12:47+0100] [ALPM] running 'gvfsd.hook'...
[2023-12-30T01:12:47+0100] [ALPM-SCRIPTLET] killall: /proc lacks process entries (not mounted ?)
[2023-12-30T01:12:47+0100] [ALPM] running 'texinfo-install.hook'...
[2023-12-30T01:12:48+0100] [ALPM] running 'update-desktop-database.hook'...
[2023-12-30T01:19:42+0100] [PACMAN] Running '/usr/bin/pacman -U /home/ccjmne/paru/paru-2.0.1-1-x86_64.pkg.tar.zst'
[2023-12-30T01:19:44+0100] [ALPM] transaction started
[2023-12-30T01:19:44+0100] [ALPM] installed paru (2.0.1-1)
[2023-12-30T01:19:44+0100] [ALPM] transaction completed
[2023-12-30T01:19:44+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T01:20:06+0100] [PACMAN] Running 'pacman --sync --noconfirm -- extra/libxss extra/ttf-liberation'
[2023-12-30T01:20:06+0100] [ALPM] transaction started
[2023-12-30T01:20:06+0100] [ALPM] installed libxss (1.2.4-1)
[2023-12-30T01:20:06+0100] [ALPM] installed ttf-liberation (2.1.5-1)
[2023-12-30T01:20:06+0100] [ALPM] transaction completed
[2023-12-30T01:20:06+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T01:20:06+0100] [ALPM] running 'fontconfig.hook'...
[2023-12-30T01:20:06+0100] [PACMAN] Running 'pacman --database --asdeps -- libxss ttf-liberation'
[2023-12-30T01:20:42+0100] [PACMAN] Running 'pacman --upgrade --noconfirm -- /home/ccjmne/.cache/paru/clone/google-chrome-dev/google-chrome-dev-122.0.6182.0-1-x86_64.pkg.tar.zst'
[2023-12-30T01:20:42+0100] [ALPM] transaction started
[2023-12-30T01:20:42+0100] [ALPM] installed google-chrome-dev (122.0.6182.0-1)
[2023-12-30T01:20:42+0100] [ALPM-SCRIPTLET] (B[m[1m[34m==>(B[m[1m[33m NOTE:(B[m[1m Custom flags should be put directly in: ~/.config/chrome-dev-flags.conf(B[m
[2023-12-30T01:20:42+0100] [ALPM-SCRIPTLET] (B[m[1m[34m==>(B[m[1m[33m NOTE:(B[m[1m The launcher is called: 'google-chrome-unstable'(B[m
[2023-12-30T01:20:42+0100] [ALPM] transaction completed
[2023-12-30T01:20:42+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T01:20:42+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2023-12-30T01:20:42+0100] [ALPM] running 'update-desktop-database.hook'...
[2023-12-30T01:20:42+0100] [PACMAN] Running 'pacman --database --asexplicit -- google-chrome-dev'
[2023-12-30T01:26:19+0100] [PACMAN] Running 'pacman --sync -- extra/discord'
[2023-12-30T01:26:37+0100] [ALPM] transaction started
[2023-12-30T01:26:38+0100] [ALPM] installed discord (0.0.39-1)
[2023-12-30T01:26:38+0100] [ALPM] transaction completed
[2023-12-30T01:26:38+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T01:26:38+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2023-12-30T01:26:38+0100] [ALPM] running 'update-desktop-database.hook'...
[2023-12-30T01:28:07+0100] [PACMAN] Running 'pacman -S gnome-tweaks'
[2023-12-30T01:28:08+0100] [ALPM] transaction started
[2023-12-30T01:28:08+0100] [ALPM] installed gnome-tweaks (45.0-1)
[2023-12-30T01:28:08+0100] [ALPM] transaction completed
[2023-12-30T01:28:08+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T01:28:08+0100] [ALPM] running 'glib-compile-schemas.hook'...
[2023-12-30T01:28:08+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2023-12-30T01:28:08+0100] [ALPM] running 'update-desktop-database.hook'...
[2023-12-30T01:57:51+0100] [PACMAN] Running 'pacman -S fwupdmgr'
[2023-12-30T01:59:30+0100] [PACMAN] Running 'pacman -Syu'
[2023-12-30T01:59:30+0100] [PACMAN] synchronizing package lists
[2023-12-30T01:59:33+0100] [PACMAN] starting full system upgrade
[2023-12-30T01:59:41+0100] [PACMAN] Running 'pacman -Fy fwupdmgr'
[2023-12-30T01:59:41+0100] [PACMAN] synchronizing package lists
[2023-12-30T02:00:13+0100] [PACMAN] Running 'pacman -S extra/fwupd'
[2023-12-30T02:00:19+0100] [ALPM] transaction started
[2023-12-30T02:00:19+0100] [ALPM] installed confuse (3.3-3)
[2023-12-30T02:00:19+0100] [ALPM] installed libftdi (1.5-5)
[2023-12-30T02:00:19+0100] [ALPM] installed flashrom (1.2-4)
[2023-12-30T02:00:19+0100] [ALPM] installed fwupd-efi (1.4-1)
[2023-12-30T02:00:19+0100] [ALPM] installed gcab (1.6-1)
[2023-12-30T02:00:19+0100] [ALPM] installed libcbor (0.10.2-1)
[2023-12-30T02:00:19+0100] [ALPM] installed libjcat (0.1.14-1)
[2023-12-30T02:00:19+0100] [ALPM] installed passim (0.1.4-1)
[2023-12-30T02:00:19+0100] [ALPM] installed protobuf-c (1.5.0-1)
[2023-12-30T02:00:19+0100] [ALPM] installed libmbim (1.30.0-1)
[2023-12-30T02:00:19+0100] [ALPM] installed libqrtr-glib (1.2.2-2)
[2023-12-30T02:00:19+0100] [ALPM] installed libqmi (1.34.0-1)
[2023-12-30T02:00:19+0100] [ALPM] installed libsmbios (2.4.3-6)
[2023-12-30T02:00:19+0100] [ALPM] installed fwupd (1.9.10-1)
[2023-12-30T02:00:19+0100] [ALPM] transaction completed
[2023-12-30T02:00:19+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2023-12-30T02:00:19+0100] [ALPM-SCRIPTLET] Creating group 'fwupd' with GID 965.
[2023-12-30T02:00:19+0100] [ALPM-SCRIPTLET] Creating user 'fwupd' (Firmware update daemon) with UID 965 and GID 965.
[2023-12-30T02:00:19+0100] [ALPM-SCRIPTLET] Creating group 'passim' with GID 964.
[2023-12-30T02:00:19+0100] [ALPM-SCRIPTLET] Creating user 'passim' (Local Caching Server) with UID 964 and GID 964.
[2023-12-30T02:00:19+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2023-12-30T02:00:19+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2023-12-30T02:00:20+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T02:00:20+0100] [ALPM] running 'dbus-reload.hook'...
[2023-12-30T02:00:20+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2023-12-30T02:15:58+0100] [PACMAN] Running 'pacman -S nvidia-dkms'
[2023-12-30T02:17:33+0100] [ALPM] transaction started
[2023-12-30T02:17:33+0100] [ALPM] installed dkms (3.0.11-1)
[2023-12-30T02:17:33+0100] [ALPM] installed eglexternalplatform (1.1-2)
[2023-12-30T02:17:33+0100] [ALPM] installed egl-wayland (2:1.1.13-1)
[2023-12-30T02:17:34+0100] [ALPM] installed nvidia-utils (545.29.06-1)
[2023-12-30T02:17:34+0100] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2023-12-30T02:17:34+0100] [ALPM-SCRIPTLET] If you use GDM on Wayland, you might have to run systemctl enable --now nvidia-resume.service
[2023-12-30T02:17:34+0100] [ALPM] installed nvidia-dkms (545.29.06-1)
[2023-12-30T02:17:34+0100] [ALPM] transaction completed
[2023-12-30T02:17:34+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2023-12-30T02:17:34+0100] [ALPM-SCRIPTLET] Creating group 'nvidia-persistenced' with GID 143.
[2023-12-30T02:17:34+0100] [ALPM-SCRIPTLET] Creating user 'nvidia-persistenced' (NVIDIA Persistence Daemon) with UID 143 and GID 143.
[2023-12-30T02:17:34+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2023-12-30T02:17:34+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2023-12-30T02:17:35+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T02:17:35+0100] [ALPM] running '70-dkms-install.hook'...
[2023-12-30T02:17:35+0100] [ALPM-SCRIPTLET] ==> dkms install --no-depmod nvidia/545.29.06 -k 6.6.8-arch1-1
[2023-12-30T02:18:30+0100] [ALPM-SCRIPTLET] ==> depmod 6.6.8-arch1-1
[2023-12-30T02:18:31+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-12-30T02:18:31+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-12-30T02:18:31+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2023-12-30T02:18:31+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img --microcode /boot/intel-ucode.img
[2023-12-30T02:18:31+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.8-arch1-1'
[2023-12-30T02:18:31+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2023-12-30T02:18:31+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2023-12-30T02:18:31+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2023-12-30T02:18:32+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2023-12-30T02:18:32+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2023-12-30T02:18:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2023-12-30T02:18:33+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2023-12-30T02:18:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2023-12-30T02:18:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2023-12-30T02:18:33+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-12-30T02:18:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect --microcode /boot/intel-ucode.img
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.8-arch1-1'
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2023-12-30T02:18:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2023-12-30T02:18:36+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2023-12-30T02:18:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2023-12-30T02:18:38+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2023-12-30T02:18:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2023-12-30T02:18:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2023-12-30T02:18:39+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-12-30T02:18:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2023-12-30T02:18:39+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2023-12-30T02:18:39+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2023-12-30T02:18:39+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2023-12-30T02:18:39+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2023-12-30T02:18:39+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2023-12-30T02:18:39+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2023-12-30T02:18:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2023-12-30T02:18:41+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2023-12-30T02:18:42+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-12-30T02:18:42+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2023-12-30T02:18:42+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2023-12-30T02:18:42+0100] [ALPM] running 'dbus-reload.hook'...
[2023-12-30T02:33:30+0100] [PACMAN] Running 'pacman -Fy glxinfo'
[2023-12-30T02:33:30+0100] [PACMAN] synchronizing package lists
[2023-12-30T02:33:40+0100] [PACMAN] Running 'pacman -S extra/mesa-utils'
[2023-12-30T02:33:41+0100] [ALPM] transaction started
[2023-12-30T02:33:41+0100] [ALPM] installed libdecor (0.2.1-2)
[2023-12-30T02:33:41+0100] [ALPM] installed mesa-utils (9.0.0-3)
[2023-12-30T02:33:41+0100] [ALPM] transaction completed
[2023-12-30T02:33:41+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T02:43:03+0100] [PACMAN] Running 'pacman -Fy nvtop'
[2023-12-30T02:43:03+0100] [PACMAN] synchronizing package lists
[2023-12-30T02:43:15+0100] [PACMAN] Running 'pacman -S extra/nvtop'
[2023-12-30T02:43:17+0100] [ALPM] transaction started
[2023-12-30T02:43:17+0100] [ALPM] installed nvtop (3.0.2-1)
[2023-12-30T02:43:17+0100] [ALPM] transaction completed
[2023-12-30T02:43:17+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T02:43:17+0100] [ALPM] running 'update-desktop-database.hook'...
[2023-12-30T02:49:20+0100] [PACMAN] Running 'pacman -S libva-utils'
[2023-12-30T02:49:21+0100] [ALPM] transaction started
[2023-12-30T02:49:21+0100] [ALPM] installed libva-utils (2.20.1-1)
[2023-12-30T02:49:22+0100] [ALPM] transaction completed
[2023-12-30T02:49:22+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T02:50:41+0100] [PACMAN] Running 'pacman -S libva-nvidia-driver'
[2023-12-30T02:50:43+0100] [ALPM] transaction started
[2023-12-30T02:50:43+0100] [ALPM] installed libva-nvidia-driver (0.0.11-1)
[2023-12-30T02:50:43+0100] [ALPM] transaction completed
[2023-12-30T02:50:43+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T02:58:35+0100] [PACMAN] Running 'pacman --remove -s -c -- chrome'
[2023-12-30T02:58:45+0100] [PACMAN] Running 'pacman --remove -s -c -- google-chrome'
[2023-12-30T02:58:49+0100] [PACMAN] Running 'pacman --remove -- google-chrome'
[2023-12-30T03:00:24+0100] [PACMAN] Running 'pacman --remove -- google-chrome'
[2023-12-30T03:00:27+0100] [PACMAN] Running 'pacman --remove -- google-chrome-dev'
[2023-12-30T03:00:30+0100] [ALPM] transaction started
[2023-12-30T03:00:30+0100] [ALPM] removed google-chrome-dev (122.0.6182.0-1)
[2023-12-30T03:00:30+0100] [ALPM] transaction completed
[2023-12-30T03:00:30+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T03:00:30+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2023-12-30T03:00:30+0100] [ALPM] running 'update-desktop-database.hook'...
[2023-12-30T03:00:58+0100] [PACMAN] Running 'pacman --sync -- extra/chromium'
[2023-12-30T03:01:24+0100] [ALPM] transaction started
[2023-12-30T03:01:24+0100] [ALPM] installed minizip (1:1.3-2)
[2023-12-30T03:01:24+0100] [ALPM] installed chromium (120.0.6099.129-1)
[2023-12-30T03:01:24+0100] [ALPM] transaction completed
[2023-12-30T03:01:24+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T03:01:24+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2023-12-30T03:01:25+0100] [ALPM] running 'update-desktop-database.hook'...
[2023-12-30T16:46:54+0100] [PACMAN] Running 'pacman --remove -s -c -- chromium'
[2023-12-30T16:46:54+0100] [ALPM] transaction started
[2023-12-30T16:46:54+0100] [ALPM] removed chromium (120.0.6099.129-1)
[2023-12-30T16:46:54+0100] [ALPM] removed ttf-liberation (2.1.5-1)
[2023-12-30T16:46:54+0100] [ALPM] removed minizip (1:1.3-2)
[2023-12-30T16:46:54+0100] [ALPM] transaction completed
[2023-12-30T16:46:54+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T16:46:54+0100] [ALPM] running 'fontconfig.hook'...
[2023-12-30T16:46:54+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2023-12-30T16:46:54+0100] [ALPM] running 'update-desktop-database.hook'...
[2023-12-30T16:47:08+0100] [PACMAN] Running 'pacman --sync --noconfirm -- extra/ttf-liberation'
[2023-12-30T16:47:08+0100] [ALPM] transaction started
[2023-12-30T16:47:08+0100] [ALPM] installed ttf-liberation (2.1.5-1)
[2023-12-30T16:47:08+0100] [ALPM] transaction completed
[2023-12-30T16:47:08+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T16:47:08+0100] [ALPM] running 'fontconfig.hook'...
[2023-12-30T16:47:08+0100] [PACMAN] Running 'pacman --database --asdeps -- ttf-liberation'
[2023-12-30T16:47:13+0100] [PACMAN] Running 'pacman --upgrade --noconfirm -- /home/ccjmne/.cache/paru/clone/google-chrome-dev/google-chrome-dev-122.0.6182.0-1-x86_64.pkg.tar.zst'
[2023-12-30T16:47:13+0100] [ALPM] transaction started
[2023-12-30T16:47:13+0100] [ALPM] installed google-chrome-dev (122.0.6182.0-1)
[2023-12-30T16:47:13+0100] [ALPM-SCRIPTLET] (B[m[1m[34m==>(B[m[1m[33m NOTE:(B[m[1m Custom flags should be put directly in: ~/.config/chrome-dev-flags.conf(B[m
[2023-12-30T16:47:13+0100] [ALPM-SCRIPTLET] (B[m[1m[34m==>(B[m[1m[33m NOTE:(B[m[1m The launcher is called: 'google-chrome-unstable'(B[m
[2023-12-30T16:47:13+0100] [ALPM] transaction completed
[2023-12-30T16:47:13+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T16:47:13+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2023-12-30T16:47:13+0100] [ALPM] running 'update-desktop-database.hook'...
[2023-12-30T16:47:13+0100] [PACMAN] Running 'pacman --database --asexplicit -- google-chrome-dev'
[2023-12-30T17:37:30+0100] [PACMAN] Running 'pacman -S neofetch'
[2023-12-30T17:37:31+0100] [ALPM] transaction started
[2023-12-30T17:37:31+0100] [ALPM] installed neofetch (7.1.0-2)
[2023-12-30T17:37:31+0100] [ALPM] transaction completed
[2023-12-30T17:37:31+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T18:10:39+0100] [PACMAN] Running 'pacman -S htop'
[2023-12-30T18:10:40+0100] [ALPM] transaction started
[2023-12-30T18:10:40+0100] [ALPM] installed htop (3.2.2-1)
[2023-12-30T18:10:40+0100] [ALPM] transaction completed
[2023-12-30T18:10:40+0100] [ALPM] running '30-systemd-update.hook'...
[2023-12-30T18:10:40+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2023-12-30T18:10:40+0100] [ALPM] running 'update-desktop-database.hook'...
[2023-12-31T19:48:17+0100] [PACMAN] Running 'pacman -S xclip'
[2023-12-31T19:48:18+0100] [ALPM] transaction started
[2023-12-31T19:48:18+0100] [ALPM] installed xclip (0.13-4)
[2023-12-31T19:48:18+0100] [ALPM] transaction completed
[2023-12-31T19:48:18+0100] [ALPM] running '30-systemd-update.hook'...

---

@seth, thank you as well!
I did suspect that I shouldn't just rely on a single source for video, using presumably only a single kind of encoding and all that, so I diversified a bit my actors there. It's good to know it was sensible. Thanks for the tip!

Here's my `glxinfo -B`:

name of display: :1
display: :1  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 8192 MB
    Total available memory: 8192 MB
    Currently available dedicated video memory: 7412 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 545.29.06
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 545.29.06
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 545.29.06
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Here's my `journalctl -e _COMM=Xorg`:

Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: _XSERVTransMakeAllCOTSServerListeners: server already running
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) Log file renamed from "/home/ccjmne/.local/share/xorg/Xorg.pid-1151.log" to "/home/ccjmne/.local/share/xorg/Xorg.1.log"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: X.Org X Server 1.21.1.10
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: X Protocol Version 11, Revision 0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: Current Operating System: Linux ccjmne-arch 6.6.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 21 Dec 2023 19:01:01 +0000 x86_64
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=68d602c8-5f2d-4dc1-a121-616ee272ad31 rw nvidia_drm.modeset=1 loglevel=3 quiet
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:  
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: Current version of pixman: 0.42.2
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         Before reporting problems, check http://wiki.x.org
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         to make sure that you have the latest version.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: Markers: (--) probed, (**) from config file, (==) default setting,
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         (++) from command line, (!!) notice, (II) informational,
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Log file: "/home/ccjmne/.local/share/xorg/Xorg.1.log", Time: Sun Dec 31 19:35:36 2023
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) No Layout section.  Using the first Screen section.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) No screen section available. Using defaults.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) |-->Screen "Default Screen Section" (0)
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) |   |-->Monitor "<default monitor>"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) No monitor specified for screen "Default Screen Section".
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         Using a default monitor configuration.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Automatically adding devices
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Automatically enabling devices
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Automatically adding GPU devices
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Automatically binding GPU devices
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) The directory "/usr/share/fonts/misc" does not exist.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         Entry deleted from font path.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) The directory "/usr/share/fonts/TTF" does not exist.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         Entry deleted from font path.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         Entry deleted from font path.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         Entry deleted from font path.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         Entry deleted from font path.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         Entry deleted from font path.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) FontPath set to:
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) ModulePath set to "/usr/lib/xorg/modules"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) The server relies on udev to provide the list of input devices.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Module ABI versions:
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         X.Org ANSI C Emulation: 0.4
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         X.Org Video Driver: 25.2
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         X.Org XInput driver : 24.4
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         X.Org Server Extension : 10.0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (++) using VT number 2
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) xfree86: Adding drm device (/dev/dri/card0)
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 15 paused 0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) PCI:*(1@0:0:0) 10de:249d:17aa:22e1 rev 161, Mem @ 0xbb000000/16777216, 0x4000000000/8589934592, 0x4200000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) LoadModule: "glx"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Module glx: vendor="X.Org Foundation"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         compiled for 1.21.1.10, module version = 1.0.0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         ABI class: X.Org Server Extension, version 10.0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Applying OutputClass "nvidia" to /dev/dri/card0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         loading driver: nvidia
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Matched nvidia as autoconfigured driver 0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Matched nouveau as autoconfigured driver 1
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Matched nv as autoconfigured driver 2
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Matched modesetting as autoconfigured driver 3
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Matched fbdev as autoconfigured driver 4
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Matched vesa as autoconfigured driver 5
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) Assigned the driver to the xf86ConfigLayout
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) LoadModule: "nvidia"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Module nvidia: vendor="NVIDIA Corporation"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         compiled for 1.6.99.901, module version = 1.0.0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         Module class: X.Org Video Driver
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) LoadModule: "nouveau"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) Warning, couldn't open module nouveau
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (EE) Failed to load module "nouveau" (module does not exist, 0)
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) LoadModule: "nv"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) Warning, couldn't open module nv
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (EE) Failed to load module "nv" (module does not exist, 0)
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) LoadModule: "modesetting"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Module modesetting: vendor="X.Org Foundation"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         compiled for 1.21.1.10, module version = 1.21.1
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         Module class: X.Org Video Driver
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         ABI class: X.Org Video Driver, version 25.2
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) LoadModule: "fbdev"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) Warning, couldn't open module fbdev
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (EE) Failed to load module "fbdev" (module does not exist, 0)
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) LoadModule: "vesa"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) Warning, couldn't open module vesa
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (EE) Failed to load module "vesa" (module does not exist, 0)
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: releasing fd for 226:0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Loading sub module "fb"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) LoadModule: "fb"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Module "fb" already built-in
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Loading sub module "wfb"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) LoadModule: "wfb"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Loading /usr/lib/xorg/modules/libwfb.so
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Module wfb: vendor="X.Org Foundation"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         compiled for 1.21.1.10, module version = 1.0.0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         ABI class: X.Org ANSI C Emulation, version 0.4
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) Falling back to old probe method for modesetting
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): Creating default Display subsection in Screen section
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         "Default Screen Section" for depth/fbbpp 24/32
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) NVIDIA(0): RGB weight 888
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) NVIDIA(0): Default visual is TrueColor
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Applying OutputClass "nvidia" options to /dev/dri/card0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) NVIDIA(0): Enabling 2D acceleration
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Loading sub module "glxserver_nvidia"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) LoadModule: "glxserver_nvidia"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         compiled for 1.6.99.901, module version = 1.0.0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]:         Module class: X.Org Server Extension
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA: The X server supports PRIME Render Offload.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0):     DFP-6.2
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0):     DFP-6.1.6
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0):     DFP-0
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0):     DFP-1
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0):     DFP-2
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0):     DFP-3
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0):     DFP-4
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0):     DFP-5 (boot)
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0):     DFP-6
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0):     DFP-7
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3070 Laptop GPU (GA104-A) at
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0): Memory: 8388608 kBytes
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0): VideoBIOS: 94.04.51.00.2d
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): Detected PCI Express Link width: 16X
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.2): connected
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.2): Internal DisplayPort
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.2): GUID: 10DE9070-0000-0000-003A-9F880000001C
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.2): 2670.0 MHz maximum pixel clock
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.1.6): connected
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.1.6): Internal DisplayPort
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.1.6): GUID: 10DE9070-0000-0000-003E-8925000000CB
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.1.6): 2670.0 MHz maximum pixel clock
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-0: disconnected
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-1: disconnected
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-2: disconnected
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-3: disconnected
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-4: disconnected
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-5): connected
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-5): Internal DisplayPort
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-5): 2670.0 MHz maximum pixel clock
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-6: disconnected
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-7: disconnected
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) NVIDIA(0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) NVIDIA(0):     will be used as the requested mode.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) NVIDIA(0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): Validated MetaModes:
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0):
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0):     "DFP-5:nvidia-auto-select,DFP-6.1.6:nvidia-auto-select,DFP-6.2:nvidia-auto-select"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): Virtual screen size determined to be 5760 x 1080
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(0):     option
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) UnloadModule: "modesetting"
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Unloading modesetting
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) NVIDIA: Failed to bind sideband socket to
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) NVIDIA:     '/var/run/nvidia-xdriver-f1ac08a8' Permission denied
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA:     access.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0):     configuration option may not be set correctly.  When the
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0):     Config Options in the README.
Dec 31 19:35:36 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): Setting mode "DFP-5:nvidia-auto-select,DFP-6.1.6:nvidia-auto-select,DFP-6.2:nvidia-auto-select"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) NVIDIA(0): Disabling shared memory pixmaps
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) NVIDIA(0): Backing store enabled
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) NVIDIA(0): Silken mouse enabled
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (==) NVIDIA(0): DPMS enabled
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Loading sub module "dri2"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) LoadModule: "dri2"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Module "dri2" already built-in
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): [DRI2] Setup complete
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension Generic Event Extension
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension SHAPE
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension MIT-SHM
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension XInputExtension
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension XTEST
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension BIG-REQUESTS
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension SYNC
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension XKEYBOARD
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension XC-MISC
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension SECURITY
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension XFIXES
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension RENDER
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension RANDR
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension COMPOSITE
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension DAMAGE
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension MIT-SCREEN-SAVER
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension DOUBLE-BUFFER
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension RECORD
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension DPMS
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension Present
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension DRI3
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension X-Resource
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension XVideo
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension XVideo-MotionCompensation
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension GLX
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension GLX
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Indirect GLX disabled.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) GLX: Another vendor is already registered for screen 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension XFree86-VidModeExtension
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension XFree86-DGA
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension XFree86-DRI
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension DRI2
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension NV-GLX
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension NV-CONTROL
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Initializing extension XINERAMA
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) LoadModule: "libinput"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Module libinput: vendor="X.Org Foundation"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]:         compiled for 1.21.1.8, module version = 1.4.0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]:         Module class: X.Org XInput Driver
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]:         ABI class: X.Org XInput driver, version 24.4
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'Power Button'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 39 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Power Button: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event2"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event2  - Power Button: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event2  - Power Button: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event2  - Power Button: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event2  - Power Button: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event2  - Power Button: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Video Bus (/dev/input/event3)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'Video Bus'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Video Bus: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event3"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event3  - Video Bus: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event3  - Video Bus: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event3  - Video Bus: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input3/event3"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event3  - Video Bus: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event3  - Video Bus: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) No input driver specified, ignoring this device.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) This device may have been added with another device file.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'Sleep Button'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 43 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Sleep Button: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event0"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event0  - Sleep Button: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event0  - Sleep Button: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event0  - Sleep Button: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) No input driver specified, ignoring this device.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) This device may have been added with another device file.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) No input driver specified, ignoring this device.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) This device may have been added with another device file.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event9)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) No input driver specified, ignoring this device.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) This device may have been added with another device file.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) No input driver specified, ignoring this device.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) This device may have been added with another device file.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Plantronics Poly BT700 (/dev/input/event18)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Plantronics Poly BT700: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'Plantronics Poly BT700'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 44 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Plantronics Poly BT700: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event18"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event18 - Plantronics Poly BT700: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event18 - Plantronics Poly BT700: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event18 - Plantronics Poly BT700: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.1/3-1.1:1.3/0003:047F:02E6.0001/input/input20/event18"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "Plantronics Poly BT700" (type: KEYBOARD, id 9)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event18 - Plantronics Poly BT700: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event18 - Plantronics Poly BT700: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Microsoft Natural® Ergonomic Keyboard 4000 (/dev/input/event19)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'Microsoft Natural® Ergonomic Keyboard 4000'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 45 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Microsoft Natural® Ergonomic Keyboard 4000: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event19"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event19 - Microsoft Natural® Ergonomic Keyboard 4000: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event19 - Microsoft Natural® Ergonomic Keyboard 4000: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event19 - Microsoft Natural® Ergonomic Keyboard 4000: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.4/3-5.4.2/3-5.4.2:1.0/0003:045E:00DB.0005/input/input21/event19"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "Microsoft Natural® Ergonomic Keyboard 4000" (type: KEYBOARD, id 10)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event19 - Microsoft Natural® Ergonomic Keyboard 4000: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event19 - Microsoft Natural® Ergonomic Keyboard 4000: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Microsoft Natural® Ergonomic Keyboard 4000 (/dev/input/event20)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'Microsoft Natural® Ergonomic Keyboard 4000'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 46 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Microsoft Natural® Ergonomic Keyboard 4000: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event20"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event20 - Microsoft Natural® Ergonomic Keyboard 4000: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event20 - Microsoft Natural® Ergonomic Keyboard 4000: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event20 - Microsoft Natural® Ergonomic Keyboard 4000: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: Microsoft Natural® Ergonomic Keyboard 4000: needs a virtual subdevice
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.4/3-5.4.2/3-5.4.2:1.1/0003:045E:00DB.0006/input/input22/event20"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "Microsoft Natural® Ergonomic Keyboard 4000" (type: MOUSE, id 11)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "AccelerationScheme" "none"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Microsoft Natural® Ergonomic Keyboard 4000: (accel) selected scheme none/0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Microsoft Natural® Ergonomic Keyboard 4000: (accel) acceleration factor: 2.000
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Microsoft Natural® Ergonomic Keyboard 4000: (accel) acceleration threshold: 4
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event20 - Microsoft Natural® Ergonomic Keyboard 4000: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event20 - Microsoft Natural® Ergonomic Keyboard 4000: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device ZMK Project SliceMK ErgoDox Keyboard (/dev/input/event21)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) ZMK Project SliceMK ErgoDox Keyboard: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'ZMK Project SliceMK ErgoDox Keyboard'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 47 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) ZMK Project SliceMK ErgoDox Keyboard: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event21"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event21 - ZMK Project SliceMK ErgoDox Keyboard: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event21 - ZMK Project SliceMK ErgoDox Keyboard: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event21 - ZMK Project SliceMK ErgoDox Keyboard: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: ZMK Project SliceMK ErgoDox Keyboard: needs a virtual subdevice
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.4/3-5.4.3/3-5.4.3.4/3-5.4.3.4.3/3-5.4.3.4.3:1.0/0003:1D50:615E.0009/input/input24/event21"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "ZMK Project SliceMK ErgoDox Keyboard" (type: MOUSE, id 12)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "AccelerationScheme" "none"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) ZMK Project SliceMK ErgoDox Keyboard: (accel) selected scheme none/0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) ZMK Project SliceMK ErgoDox Keyboard: (accel) acceleration factor: 2.000
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) ZMK Project SliceMK ErgoDox Keyboard: (accel) acceleration threshold: 4
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event21 - ZMK Project SliceMK ErgoDox Keyboard: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event21 - ZMK Project SliceMK ErgoDox Keyboard: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Nordic 2.4G Wireless Receiver (/dev/input/event12)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'Nordic 2.4G Wireless Receiver'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 48 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event12"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event12 - Nordic 2.4G Wireless Receiver: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event12 - Nordic 2.4G Wireless Receiver: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event12 - Nordic 2.4G Wireless Receiver: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:25A7:FA11.0002/input/input14/event12"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "Nordic 2.4G Wireless Receiver" (type: KEYBOARD, id 13)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event12 - Nordic 2.4G Wireless Receiver: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event12 - Nordic 2.4G Wireless Receiver: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Nordic 2.4G Wireless Receiver Mouse (/dev/input/event13)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver Mouse: Applying InputClass "libinput pointer catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'Nordic 2.4G Wireless Receiver Mouse'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 49 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver Mouse: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event13"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event13 - Nordic 2.4G Wireless Receiver Mouse: is tagged by udev as: Mouse
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event13 - Nordic 2.4G Wireless Receiver Mouse: device is a pointer
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event13 - Nordic 2.4G Wireless Receiver Mouse: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: Nordic 2.4G Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: Nordic 2.4G Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: Nordic 2.4G Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:25A7:FA11.0003/input/input15/event13"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "Nordic 2.4G Wireless Receiver Mouse" (type: MOUSE, id 14)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "AccelerationScheme" "none"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver Mouse: (accel) selected scheme none/0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver Mouse: (accel) acceleration factor: 2.000
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver Mouse: (accel) acceleration threshold: 4
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event13 - Nordic 2.4G Wireless Receiver Mouse: is tagged by udev as: Mouse
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event13 - Nordic 2.4G Wireless Receiver Mouse: device is a pointer
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Nordic 2.4G Wireless Receiver Mouse (/dev/input/mouse1)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) No input driver specified, ignoring this device.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) This device may have been added with another device file.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Nordic 2.4G Wireless Receiver (/dev/input/event14)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) No input driver specified, ignoring this device.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) This device may have been added with another device file.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Nordic 2.4G Wireless Receiver Consumer Control (/dev/input/event15)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'Nordic 2.4G Wireless Receiver Consumer Control'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 50 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver Consumer Control: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event15"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event15 - Nordic 2.4G Wireless Receiver Consumer Control: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event15 - Nordic 2.4G Wireless Receiver Consumer Control: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event15 - Nordic 2.4G Wireless Receiver Consumer Control: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: Nordic 2.4G Wireless Receiver Consumer Control: needs a virtual subdevice
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:25A7:FA11.0003/input/input17/event15"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "Nordic 2.4G Wireless Receiver Consumer Control" (type: MOUSE, id 15)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "AccelerationScheme" "none"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver Consumer Control: (accel) selected scheme none/0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver Consumer Control: (accel) acceleration factor: 2.000
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver Consumer Control: (accel) acceleration threshold: 4
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event15 - Nordic 2.4G Wireless Receiver Consumer Control: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event15 - Nordic 2.4G Wireless Receiver Consumer Control: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device Nordic 2.4G Wireless Receiver System Control (/dev/input/event16)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver System Control: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'Nordic 2.4G Wireless Receiver System Control'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 51 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver System Control: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event16"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event16 - Nordic 2.4G Wireless Receiver System Control: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event16 - Nordic 2.4G Wireless Receiver System Control: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event16 - Nordic 2.4G Wireless Receiver System Control: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:25A7:FA11.0003/input/input18/event16"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "Nordic 2.4G Wireless Receiver System Control" (type: KEYBOARD, id 16)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event16 - Nordic 2.4G Wireless Receiver System Control: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event16 - Nordic 2.4G Wireless Receiver System Control: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 52 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) AT Translated Set 2 keyboard: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event4"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event4  - AT Translated Set 2 keyboard: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 53 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) SynPS/2 Synaptics TouchPad: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event11"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event11 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event11 - SynPS/2 Synaptics TouchPad: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event11"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 18)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "AccelerationScheme" "none"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event11 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) No input driver specified, ignoring this device.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) This device may have been added with another device file.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event17)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 54 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) TPPS/2 Elan TrackPoint: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event17"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event17 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event17 - TPPS/2 Elan TrackPoint: device is a pointer
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event17 - TPPS/2 Elan TrackPoint: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input13/event17"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 19)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "AccelerationScheme" "none"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event17 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event17 - TPPS/2 Elan TrackPoint: device is a pointer
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse2)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) No input driver specified, ignoring this device.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) This device may have been added with another device file.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) No input driver specified, ignoring this device.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) This device may have been added with another device file.
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event10)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 55 paused 0
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) ThinkPad Extra Buttons: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event10"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event10 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event10 - ThinkPad Extra Buttons: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event10 - ThinkPad Extra Buttons: device removed
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event10"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 20)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event10 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) event10 - ThinkPad Extra Buttons: device is a keyboard
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'Microsoft Natural® Ergonomic Keyboard 4000'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: returning pre-existing fd for /dev/input/event20 13:84
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Microsoft Natural® Ergonomic Keyboard 4000: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event20"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: Microsoft Natural® Ergonomic Keyboard 4000: is a virtual subdevice
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.4/3-5.4.2/3-5.4.2:1.1/0003:045E:00DB.0006/input/input22/event20"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "Microsoft Natural® Ergonomic Keyboard 4000" (type: KEYBOARD, id 21)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) ZMK Project SliceMK ErgoDox Keyboard: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'ZMK Project SliceMK ErgoDox Keyboard'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: returning pre-existing fd for /dev/input/event21 13:85
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) ZMK Project SliceMK ErgoDox Keyboard: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event21"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: ZMK Project SliceMK ErgoDox Keyboard: is a virtual subdevice
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5.4/3-5.4.3/3-5.4.3.4/3-5.4.3.4.3/3-5.4.3.4.3:1.0/0003:1D50:615E.0009/input/input24/event21"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "ZMK Project SliceMK ErgoDox Keyboard" (type: KEYBOARD, id 22)
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) Using input driver 'libinput' for 'Nordic 2.4G Wireless Receiver Consumer Control'
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) systemd-logind: returning pre-existing fd for /dev/input/event15 13:79
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Nordic 2.4G Wireless Receiver Consumer Control: always reports core events
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "Device" "/dev/input/event15"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) libinput: Nordic 2.4G Wireless Receiver Consumer Control: is a virtual subdevice
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:25A7:FA11.0003/input/input17/event15"
Dec 31 19:35:38 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) XINPUT: Adding extended input device "Nordic 2.4G Wireless Receiver Consumer Control" (type: KEYBOARD, id 23)
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.2): connected
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.2): Internal DisplayPort
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.2): GUID: 10DE9070-0000-0000-003A-9F880000001C
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.2): 2670.0 MHz maximum pixel clock
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.1.6): connected
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.1.6): Internal DisplayPort
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.1.6): GUID: 10DE9070-0000-0000-003E-8925000000CB
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.1.6): 2670.0 MHz maximum pixel clock
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-0: disconnected
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-1: disconnected
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-2: disconnected
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-3: disconnected
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-4: disconnected
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-5): connected
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-5): Internal DisplayPort
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-5): 2670.0 MHz maximum pixel clock
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-6: disconnected
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-7: disconnected
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:39 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): Setting mode "DP-4: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-5.1.6: nvidia-auto-select @1920x1080 +1920+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
Dec 31 19:35:40 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): Setting mode "DP-4: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
Dec 31 19:35:42 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): Setting mode "DP-4: nvidia-auto-select @1920x1080 +0+1080 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
Dec 31 19:35:42 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): Setting mode "DP-4: nvidia-auto-select @1920x1080 +0+1080 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-5.2: nvidia-auto-select @1080x1920 +1920+0 {ViewPortIn=1080x1920, ViewPortOut=1920x1080+0+0, Rotation=270}"
Dec 31 19:35:44 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) NVIDIA(0): Failed to request fliplock.
Dec 31 19:35:44 ccjmne-arch /usr/lib/gdm-x-session[1151]: (II) NVIDIA(0): Setting mode "DP-4: nvidia-auto-select @1920x1080 +0+1080 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-5.1.6: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-5.2: nvidia-auto-select @1080x1920 +1920+0 {ViewPortIn=1080x1920, ViewPortOut=1920x1080+0+0, Rotation=270}"
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (WW) NVIDIA(0): Failed to request fliplock.
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.2): connected
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.2): Internal DisplayPort
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.2): GUID: 10DE9070-0000-0000-003A-9F880000001C
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.2): 2670.0 MHz maximum pixel clock
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.1.6): connected
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.1.6): Internal DisplayPort
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.1.6): GUID: 10DE9070-0000-0000-003E-8925000000CB
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DELL P2422H (DFP-6.1.6): 2670.0 MHz maximum pixel clock
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-0: disconnected
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-1: disconnected
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-2: disconnected
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-3: disconnected
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-4: disconnected
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-5): connected
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-5): Internal DisplayPort
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): Chimei innolux corp. (DFP-5): 2670.0 MHz maximum pixel clock
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-6: disconnected
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-7: disconnected
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
Dec 31 19:35:45 ccjmne-arch /usr/lib/gdm-x-session[1151]: (--) NVIDIA(GPU-0):

Okay, it does seem like it's trying to load some modules that aren't available. I probably should either set them up or blacklist them?
I'm not too sure what else to take away from this.

Thanks again for your support!

Last edited by ccjmne (2023-12-31 18:16:42)

Offline

#5 2023-12-31 20:37:46

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,324

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

There's nothing wrong w/ the nvidia setup.
The X11 server tries all known matching modules, you can't nor do have to blacklist anything there (nor should you install any of them)

I actually blindly followed Hyprland's setup guide on that matter

Why did you follow a hyprland guide when you're using gnome on X11?

It might be useful to https://wiki.archlinux.org/title/GDM#Use_Xorg_backend (though you may actaully already doing that, the xorg log you posted is for DISPLAY :1)
https://wiki.archlinux.org/title/Benchmarking#Graphics

Again: video playback in browser™ is a completely unreliable metric for the system sanity. It simply sucks across the board, more w/ chromium/nvidia, but generally it sucks.
One would have to look into that situation very specifically.

You can try to eg. playback a video w/ mpv to gage accelerated video playback.
Also make sure to check https://wiki.archlinux.org/title/Hardwa … celeration - you'll most likely need some vdpau => vaapi translation layer (ie. you have vpdau from nvidia and want vaapi support) for browsers.

Online

#6 2023-12-31 22:47:33

ccjmne
Member
Registered: 2023-12-29
Posts: 13

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

The X11 server tries all known matching modules, you can't nor do have to blacklist anything there (nor should you install any of them)

Thanks!

It might be useful to https://wiki.archlinux.org/title/GDM#Use_Xorg_backend (though you may actaully already doing that, the xorg log you posted is for DISPLAY :1)
https://wiki.archlinux.org/title/Benchmarking#Graphics

And thanks, I did that just now.

Again: video playback in browser™ is a completely unreliable metric for the system sanity. It simply sucks across the board, more w/ chromium/nvidia, but generally it sucks.
One would have to look into that situation very specifically.

You can try to eg. playback a video w/ mpv to gage accelerated video playback.
Also make sure to check https://wiki.archlinux.org/title/Hardwa … celeration - you'll most likely need some vdpau => vaapi translation layer (ie. you have vpdau from nvidia and want vaapi support) for browsers.

Thanks!
Actually, I did figure already that the browser playback could be another issue, that's why I also replicated my tests (with the same outcome) by playing a 4-minute movie Blender with a video player (mpv).

I did already go through the hardware acceleration topic on the wiki as well.
I installed `nvidia-utils` and `libva-nvidia-driver`.

I configured mpv to use `hwdec=auto`, and it looks like it is indeed using hardware decoding:

 (+) Video --vid=1 (*) (av1 3840x1608 24.000fps)
Using hardware decoding (nvdec).
VO: [gpu] 3840x1608 cuda[nv12]
V: 00:00:09 / 00:04:22 (4%)

Exiting... (Quit)

It appears to be indeed using hardware decoding.

Here's the result of my `LIBVA_DRIVER_NAME=nvidia vainfo`:

Trying display: wayland
Trying display: x11
libva error: vaGetDriverNames() failed with unknown libva error
vainfo: VA-API version: 1.20 (libva 2.20.1)
vainfo: Driver version: VA-API NVDEC driver [direct backend]
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            :	VAEntrypointVLD
      VAProfileMPEG2Main              :	VAEntrypointVLD
      VAProfileVC1Simple              :	VAEntrypointVLD
      VAProfileVC1Main                :	VAEntrypointVLD
      VAProfileVC1Advanced            :	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointVLD
      VAProfileH264High               :	VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:	VAEntrypointVLD
      VAProfileHEVCMain               :	VAEntrypointVLD
      VAProfileVP8Version0_3          :	VAEntrypointVLD
      VAProfileVP9Profile0            :	VAEntrypointVLD
      VAProfileAV1Profile0            :	VAEntrypointVLD
      VAProfileHEVCMain10             :	VAEntrypointVLD
      VAProfileHEVCMain12             :	VAEntrypointVLD
      VAProfileVP9Profile2            :	VAEntrypointVLD
      VAProfileHEVCMain444            :	VAEntrypointVLD
      VAProfileHEVCMain444_10         :	VAEntrypointVLD
      VAProfileHEVCMain444_12         :	VAEntrypointVLD

Here's the output of `nvtop` while watching a video (with mpv):

    PID   USER DEV     TYPE  GPU        GPU MEM    CPU  HOST MEM Command                                                                                                                                                                      
  67532 ccjmne   0  Graphic   2%   1093MiB  13%     7%    302MiB /usr/bin/mpv --player-operation-mode=pseudo-gui -- /home/ccjmne/Downloads/blender-charge.mp4                                                                                 
  67532 ccjmne   0  Compute   0%   1093MiB  13%     0%    302MiB /usr/bin/mpv --player-operation-mode=pseudo-gui -- /home/ccjmne/Downloads/blender-charge.mp4
   1199 ccjmne   0  Graphic   2%    288MiB   4%     4%    154MiB /usr/lib/Xorg vt2 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -nolisten tcp -background none -noreset -keeptty -novtswitch -verbose 3
  58493 ccjmne   0  Graphic   0%    175MiB   2%     3%    172MiB /usr/bin/kgx --gapplication-service
  57916 ccjmne   0  Graphic   0%    137MiB   2%    11%    317MiB /opt/google/chrome-unstable/chrome --type=gpu-process --crashpad-handler-pid=57879 --enable-crash-reporter=1d1e5056-9725-4f73-b9eb-e53ca167b22f,dev --change-stack-guard-on-f
   1301 ccjmne   0  Graphic   7%    109MiB   1%    10%    551MiB /usr/bin/gnome-shell

It definitely is using the GPU, and the video is playing delightfully well... While a video is playing, merely opening a new window (like GNOME's default file manager, nautilus), takes ~0.5 to 1 second of the "spinning" cursor before it (choppily) opens.
Upon closing the video stream, it takes a short while (in the order of a few seconds?) until opening of a new file manager window starts happening instantaneously again.

Here's the output of vdpauinfo:

display: :1   screen: 0
API version: 1
Information string: NVIDIA VDPAU Driver Shared Library  545.29.06  Thu Nov 16 01:46:47 UTC 2023

Video surface:

name   width height types
-------------------------------------------
420     8192  8192  NV12 YV12 
422     8192  8192  UYVY YUYV 
444     8192  8192  NV24 YV24 
420_16  8192  8192  P010 P016 
422_16  8192  8192  UYVY YUYV 
444_16  8192  8192  Y_U_V_444_16 

Decoder capabilities:

name                        level macbs width height
----------------------------------------------------
MPEG1                           0 65536  4096  4096
MPEG2_SIMPLE                    3 65536  4096  4096
MPEG2_MAIN                      3 65536  4096  4096
H264_BASELINE                  51 65536  4096  4096
H264_MAIN                      51 65536  4096  4096
H264_HIGH                      51 65536  4096  4096
VC1_SIMPLE                      1  8190  2048  2048
VC1_MAIN                        2  8190  2048  2048
VC1_ADVANCED                    4  8190  2048  2048
MPEG4_PART2_SP                  3  8192  2048  2048
MPEG4_PART2_ASP                 5  8192  2048  2048
DIVX4_QMOBILE                   0  8192  2048  2048
DIVX4_MOBILE                    0  8192  2048  2048
DIVX4_HOME_THEATER              0  8192  2048  2048
DIVX4_HD_1080P                  0  8192  2048  2048
DIVX5_QMOBILE                   0  8192  2048  2048
DIVX5_MOBILE                    0  8192  2048  2048
DIVX5_HOME_THEATER              0  8192  2048  2048
DIVX5_HD_1080P                  0  8192  2048  2048
H264_CONSTRAINED_BASELINE      51 65536  4096  4096
H264_EXTENDED                  51 65536  4096  4096
H264_PROGRESSIVE_HIGH          51 65536  4096  4096
H264_CONSTRAINED_HIGH          51 65536  4096  4096
H264_HIGH_444_PREDICTIVE       51 65536  4096  4096
VP9_PROFILE_0                   1 262144  8192  8192
VP9_PROFILE_1                  --- not supported ---
VP9_PROFILE_2                   1 262144  8192  8192
VP9_PROFILE_3                  --- not supported ---
HEVC_MAIN                      153 262144  8192  8192
HEVC_MAIN_10                   153 262144  8192  8192
HEVC_MAIN_STILL                --- not supported ---
HEVC_MAIN_12                   153 262144  8192  8192
HEVC_MAIN_444                  153 262144  8192  8192
HEVC_MAIN_444_10               153 262144  8192  8192
HEVC_MAIN_444_12               153 262144  8192  8192
AV1_MAIN                       16 262144  8192  8192
AV1_HIGH                       --- not supported ---
AV1_PROFESSIONAL               --- not supported ---

Output surface:

name              width height nat types
----------------------------------------------------
B8G8R8A8         32768 32768    y  Y8U8V8A8 V8U8Y8A8 A4I4 I4A4 A8I8 I8A8 
R10G10B10A2      32768 32768    y  Y8U8V8A8 V8U8Y8A8 A4I4 I4A4 A8I8 I8A8 

Bitmap surface:

name              width height
------------------------------
B8G8R8A8         32768 32768
R8G8B8A8         32768 32768
R10G10B10A2      32768 32768
B10G10R10A2      32768 32768
A8               32768 32768

Video mixer:

feature name                    sup
------------------------------------
DEINTERLACE_TEMPORAL             y
DEINTERLACE_TEMPORAL_SPATIAL     y
INVERSE_TELECINE                 y
NOISE_REDUCTION                  y
SHARPNESS                        y
LUMA_KEY                         y
HIGH QUALITY SCALING - L1        y
HIGH QUALITY SCALING - L2        -
HIGH QUALITY SCALING - L3        -
HIGH QUALITY SCALING - L4        -
HIGH QUALITY SCALING - L5        -
HIGH QUALITY SCALING - L6        -
HIGH QUALITY SCALING - L7        -
HIGH QUALITY SCALING - L8        -
HIGH QUALITY SCALING - L9        -

parameter name                  sup      min      max
-----------------------------------------------------
VIDEO_SURFACE_WIDTH              y         1     8192
VIDEO_SURFACE_HEIGHT             y         1     8192
CHROMA_TYPE                      y  
LAYERS                           y         0        4

attribute name                  sup      min      max
-----------------------------------------------------
BACKGROUND_COLOR                 y  
CSC_MATRIX                       y  
NOISE_REDUCTION_LEVEL            y      0.00     1.00
SHARPNESS_LEVEL                  y     -1.00     1.00
LUMA_KEY_MIN_LUMA                y  
LUMA_KEY_MAX_LUMA                y  

The output of `sudo journalctl -b --grep='vdpau | dri driver'`:

Dec 31 20:20:19 ccjmne-arch /usr/lib/gdm-x-session[673]: (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
Dec 31 20:20:43 ccjmne-arch /usr/lib/gdm-x-session[1199]: (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia

Is this right? The Wiki seems to also be mentioning a line like "DRI driver: xxx".

Most of this really looks alright to me hmm

Offline

#7 2023-12-31 23:59:12

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,324

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

While a video is playing, merely opening a new window (like GNOME's default file manager, nautilus), takes ~0.5 to 1 second of the "spinning" cursor before it (choppily) opens.

Is "glxgears" (mesa-demos) also affected? What about a good old "xterm"?

Online

#8 2024-01-02 23:39:08

ccjmne
Member
Registered: 2023-12-29
Posts: 13

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

Yep, glxgears is also affected!

kgx (gnome's default console app) and nautilus are really slow to come up.
xterm loads up instantly, however!

Offline

#9 2024-01-03 08:00:29

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,324

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

So most likely creating the GL context.

strace -f -tt -o /tmp/glxgears.strace glxgears

Don't spend time running it, you'll bloat the strace.
Bonus points if "glxinfo -B" is also slow (because that inherently terminates)

Online

#10 2024-01-12 23:15:32

ccjmne
Member
Registered: 2023-12-29
Posts: 13

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

Oops,

My apologies, seth, I missed your reply to this thread...
And thank you for your continued support!

Here is the output of `strace -f -tt -o /tmp/glxgears.strace glxgears`: https://0x0.st/HlaX.txt
I attempted to browse through it but am definitely out of my depth and have no clue how to interpret it.

I'm not too sure what I should get from running `glxinfo -B` either.
Here's its output:

name of display: :1
display: :1  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 8192 MB
    Total available memory: 8192 MB
    Currently available dedicated video memory: 7373 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 545.29.06
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 545.29.06
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 545.29.06
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Here's its `time` output:

glxinfo -B  0.02s user 0.04s system 11% cpu 0.470 total

And again, while running a full-screen `glxgears`:

glxinfo -B  0.01s user 0.05s system 8% cpu 0.722 total

For the record, here's the output of `glxgears`, which I realise I haven't posted before, but might help you with the diagnosis:

Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.457 FPS
299 frames in 5.0 seconds = 59.605 FPS
299 frames in 5.0 seconds = 59.776 FPS
300 frames in 5.0 seconds = 59.998 FPS
290 frames in 5.0 seconds = 57.808 FPS

While this looks perfectly fine, I can visually see it stutter, then "accelerate" to display all of these frames.
What I'm trying to say is: While there's indeed a total of ~300 frames every 5 seconds, the rate at which these are drawn is not remotely steady at around ~16.66ms.

Again, thank you, and my apologies for the delayed reply.
Cheers!

Last edited by ccjmne (2024-01-12 23:16:23)

Offline

#11 2024-01-12 23:37:36

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,324

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

No, the plan was to strace glxinfo - if that is slow to start/finish. But it's clearly not.
glxinfo takes ~230ms from start to sched_yield series that indicate it's merely waiting for vblank signals. The first 100ms are spent loading libraries and waiting for the X11 server.

Might rather be an issue w/ mutter actually displaying something.
How does glxgears behave in an openbox session?

Online

#12 2024-01-13 14:15:13

ccjmne
Member
Registered: 2023-12-29
Posts: 13

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

Alright, I attempted to use Openbox as a WM with the most recent version of Gnome. It didn't behave fantastically, but I think it's good enough for this test!

Here's my strace of glxgears while using Openbox:
http://0x0.st/Hlta.txt

It runs pretty smoothly and only slows down *while I resize its window*. Barely, though.
I noticed some visual artifacts as well a bit there when I was playing with the resizing.

Spawning xterm is instantaneous under Openbox, whether or not glxgears is running.
Spawning nautilus there is very slow (~2 to 3 seconds, I'd guesstimate?), regardless of whether glxgears is running.
While nautilus spawns, the cursor becomes a spinning throbber, but crucially *glxgears's animation is absolutely undisturbed*. You may be onto something!

--- (Most likely) unrelated stuff below

It's surely entirely unrelated but I struggled to use Openbox: most of the tools were unavailable, like "Console", for instance, which I believe should use kgx (with Gnome 45 at least), which I use every day.
The windows and menus (when you right-click on the background) would be redrawn just fine every time necessary (hover/move, etc), but the rest of the desktop wouldn't be updated, resulting in some "solitaire-like" trail of stuff:
5b37554a1ee8568c49c050c0c2f95b2cb1a94ded.gif

Offline

#13 2024-01-13 14:29:49

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,324

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

There's no desktop window and also likely no root pixmap, but that's nor important.

Does it help to

export CLUTTER_VBLANK=none
export __GL_SYNC_TO_VBLANK=0

to mutter?
(in doubt in eg. /etc/profile.d/mutter_no_sync.sh)

Edit: __GL_SYNC_TO_VBLANK=0 will affect every GL client, try first without.
Edit #2: and apparently CLUTTER_VBLANK=none is no longer interpreted…

Last edited by seth (2024-01-13 14:31:31)

Online

#14 2024-01-13 15:05:47

ccjmne
Member
Registered: 2023-12-29
Posts: 13

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

WOAH!

I read your edits but tried nonetheless.

Using

export CLUTTER_VBLANK=none

on its own had no effect.

Using

export CLUTTER_VBLANK=none
export __GL_SYNC_TO_VBLANK=0

Actually fixed my issue!! Everything runs smoothly and I am delighted.
Thank you *so much* for your help!

Could you help me understand what is going on? Or point me to the right sources where I could instruct myself?
Also, should I be concerned about the fact that `CLUTTER_VBLANK=none` shouldn't have been interpreted? Am I using something deprecated that would need to be replaced?

Out of curiosity, I ran glxgears again then:

21621 frames in 5.0 seconds = 4324.083 FPS

While it didn't feel much different (well, my monitor's refresh rate is still 60Hz!), it definitely is stressing my discrete graphics card.

Offline

#15 2024-01-13 15:16:20

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,324

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

__GL_SYNC_TO_VBLANK=0 disables vsync in nvidias GL library, apparently the infallible mutter implementation has a exposes a bug in your eyes roll

You could try whether you get away w/ a script in /usr/local/bin/mutter

#!/bin/sh
export __GL_SYNC_TO_VBLANK=0
exec /usr/bin/mutter

ideally™  /usr/local/bin/mutter shadows /usr/bin/mutter on invocation and does not leak the environment to the rest of the shell (ie. it won't show up in "printenv")
Since gnome developers are always right and know best and assuming your eyes are fine, maybe there's oddity in the output configuration (ie. you're confronting gnome with the wrong hardware)

xrandr --verbose

Edit: don't forget to "chmod +x" it.

Last edited by seth (2024-01-13 15:24:59)

Online

#16 2024-01-13 15:25:20

ccjmne
Member
Registered: 2023-12-29
Posts: 13

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

Ah, bugs! I never think about those. Are they still a thing? wink
Thank you very much, I was looking for a way to configure within my personal profile, so I'll be able, if nothing else, to better port this configuration to potential future installations.

xrandr --verbose:

Screen 0: minimum 8 x 8, current 3000 x 2160, maximum 32767 x 32767
DP-5.2 connected 1080x1920+1920+0 (0x1bd) right (normal left inverted right x axis y axis) 527mm x 296mm
	Identifier: 0x1bc
	Timestamp:  5604904
	Subpixel:   unknown
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       2
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	_MUTTER_PRESENTATION_OUTPUT: 0 
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	GUID: {10DE9070-0000-0000-002B-EB310000006E}
	EDID: 
		00ffffffffffff0010acc4a142414637
		12200104a5351e783a5625ab534f9d25
		105054a54b00714f8180a9c0d1c081c0
		81cf01010101023a801871382d40582c
		45000f282100001e000000ff00394b59
		365150330a2020202020000000fc0044
		454c4c205032343232480a20000000fd
		00384c1e5311010a2020202020200036
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: DisplayPort 
		supported: DisplayPort
	ConnectorType: DisplayPort 
	ConnectorNumber: 4 
	_ConnectorLocation: 4 
	non-desktop: 0 
		supported: 0, 1
  1920x1080 (0x1bd) 148.500MHz +HSync +VSync *current +preferred
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  60.00Hz
  1600x900 (0x1be) 108.000MHz +HSync +VSync
        h: width  1600 start 1624 end 1704 total 1800 skew    0 clock  60.00KHz
        v: height  900 start  901 end  904 total 1000           clock  60.00Hz
  1280x1024 (0x1bf) 135.000MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock  79.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  75.02Hz
  1280x1024 (0x1c0) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x720 (0x1c1) 95.750MHz -HSync +VSync
        h: width  1280 start 1360 end 1488 total 1696 skew    0 clock  56.46KHz
        v: height  720 start  723 end  728 total  755           clock  74.78Hz
  1280x720 (0x1c2) 74.250MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  45.00KHz
        v: height  720 start  725 end  730 total  750           clock  60.00Hz
  1152x864 (0x1c3) 108.000MHz +HSync +VSync
        h: width  1152 start 1216 end 1344 total 1600 skew    0 clock  67.50KHz
        v: height  864 start  865 end  868 total  900           clock  75.00Hz
  1024x768 (0x1c4) 78.750MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock  60.02KHz
        v: height  768 start  769 end  772 total  800           clock  75.03Hz
  1024x768 (0x1c5) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x1c6) 49.500MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock  46.88KHz
        v: height  600 start  601 end  604 total  625           clock  75.00Hz
  800x600 (0x1c7) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  640x480 (0x1c8) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0x1c9) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
DP-5.1.6 connected 1920x1080+0+0 (0x1bd) normal (normal left inverted right x axis y axis) 527mm x 296mm
	Identifier: 0x1ca
	Timestamp:  5604904
	Subpixel:   unknown
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       1
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	_MUTTER_PRESENTATION_OUTPUT: 0 
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	GUID: {10DE9070-0000-0000-002F-ECA4000000F5}
	EDID: 
		00ffffffffffff0010acc4a142364637
		12200104a5351e783a5625ab534f9d25
		105054a54b00714f8180a9c0d1c081c0
		81cf01010101023a801871382d40582c
		45000f282100001e000000ff00314459
		365150330a2020202020000000fc0044
		454c4c205032343232480a20000000fd
		00384c1e5311010a2020202020200050
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: DisplayPort 
		supported: DisplayPort
	ConnectorType: DisplayPort 
	ConnectorNumber: 4 
	_ConnectorLocation: 4 
	non-desktop: 0 
		supported: 0, 1
  1920x1080 (0x1bd) 148.500MHz +HSync +VSync *current +preferred
        h: width  1920 start 2008 end 2052 total 2200 skew    0 clock  67.50KHz
        v: height 1080 start 1084 end 1089 total 1125           clock  60.00Hz
  1600x900 (0x1be) 108.000MHz +HSync +VSync
        h: width  1600 start 1624 end 1704 total 1800 skew    0 clock  60.00KHz
        v: height  900 start  901 end  904 total 1000           clock  60.00Hz
  1280x1024 (0x1bf) 135.000MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock  79.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  75.02Hz
  1280x1024 (0x1c0) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x720 (0x1c1) 95.750MHz -HSync +VSync
        h: width  1280 start 1360 end 1488 total 1696 skew    0 clock  56.46KHz
        v: height  720 start  723 end  728 total  755           clock  74.78Hz
  1280x720 (0x1c2) 74.250MHz +HSync +VSync
        h: width  1280 start 1390 end 1430 total 1650 skew    0 clock  45.00KHz
        v: height  720 start  725 end  730 total  750           clock  60.00Hz
  1152x864 (0x1c3) 108.000MHz +HSync +VSync
        h: width  1152 start 1216 end 1344 total 1600 skew    0 clock  67.50KHz
        v: height  864 start  865 end  868 total  900           clock  75.00Hz
  1024x768 (0x1c4) 78.750MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock  60.02KHz
        v: height  768 start  769 end  772 total  800           clock  75.03Hz
  1024x768 (0x1c5) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0x1c6) 49.500MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock  46.88KHz
        v: height  600 start  601 end  604 total  625           clock  75.00Hz
  800x600 (0x1c7) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  640x480 (0x1c8) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0x1c9) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
DP-0 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x1cb
	Timestamp:  5604904
	Subpixel:   unknown
	Clones:    
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: DisplayPort 
		supported: DisplayPort
	ConnectorType: DisplayPort 
	ConnectorNumber: 1 
	_ConnectorLocation: 1 
	non-desktop: 0 
		supported: 0, 1
DP-1 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x1cc
	Timestamp:  5604904
	Subpixel:   unknown
	Clones:    
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: TMDS 
		supported: TMDS
	ConnectorType: DisplayPort 
	ConnectorNumber: 1 
	_ConnectorLocation: 1 
	non-desktop: 0 
		supported: 0, 1
DP-2 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x1cd
	Timestamp:  5604904
	Subpixel:   unknown
	Clones:    
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: DisplayPort 
		supported: DisplayPort
	ConnectorType: DisplayPort 
	ConnectorNumber: 2 
	_ConnectorLocation: 2 
	non-desktop: 0 
		supported: 0, 1
DP-3 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x1ce
	Timestamp:  5604904
	Subpixel:   unknown
	Clones:    
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: TMDS 
		supported: TMDS
	ConnectorType: DisplayPort 
	ConnectorNumber: 2 
	_ConnectorLocation: 2 
	non-desktop: 0 
		supported: 0, 1
HDMI-0 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x1cf
	Timestamp:  5604904
	Subpixel:   unknown
	Clones:    
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: TMDS 
		supported: TMDS
	ConnectorType: HDMI 
	ConnectorNumber: 3 
	_ConnectorLocation: 3 
	non-desktop: 0 
		supported: 0, 1
DP-4 connected primary 1920x1080+0+1080 (0x1d1) normal (normal left inverted right x axis y axis) 344mm x 193mm
	Identifier: 0x1d0
	Timestamp:  5604904
	Subpixel:   unknown
	Gamma:      1.0:1.0:1.0
	Brightness: 1.0
	Clones:    
	CRTC:       0
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	_MUTTER_PRESENTATION_OUTPUT: 0 
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	Backlight: 71 
		range: (0, 100)
	EDID: 
		00ffffffffffff000dae201500000000
		2d1d0104a522137802ee95a3544c9926
		0f505400000001010101010101010101
		010101010101363680a0703820403020
		a60058c110000018000000fe004e3135
		364843412d454e310a20000000fe0043
		4d4e0a202020202020202020000000fe
		004e3135364843412d454e310a2000bc
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: DisplayPort 
		supported: DisplayPort
	ConnectorType: Panel 
	ConnectorNumber: 0 
	_ConnectorLocation: 0 
	non-desktop: 0 
		supported: 0, 1
  1920x1080 (0x1d1) 138.780MHz -HSync -VSync *current +preferred
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  66.72KHz
        v: height 1080 start 1090 end 1096 total 1112           clock  60.00Hz
DP-5 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x1d2
	Timestamp:  5604904
	Subpixel:   unknown
	Clones:    
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: DisplayPort 
		supported: DisplayPort
	ConnectorType: DisplayPort 
	ConnectorNumber: 4 
	_ConnectorLocation: 4 
	non-desktop: 0 
		supported: 0, 1
DP-6 disconnected (normal left inverted right x axis y axis)
	Identifier: 0x1d3
	Timestamp:  5604904
	Subpixel:   unknown
	Clones:    
	CRTCs:      0 1 2 3
	Transform:  1.000000 0.000000 0.000000
	            0.000000 1.000000 0.000000
	            0.000000 0.000000 1.000000
	           filter: 
	CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
		0 1 
	CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0 
	BorderDimensions: 4 
		supported: 4
	Border: 0 0 0 0 
		range: (0, 65535)
	SignalFormat: TMDS 
		supported: TMDS
	ConnectorType: DisplayPort 
	ConnectorNumber: 4 
	_ConnectorLocation: 4 
	non-desktop: 0 
		supported: 0, 1

Does that tell you anything?

--

Also (for some closure), oddly enough, it looks like passing `--use-gl=desktop` to Chromium was necessary for me to get the right things to fall into the right place when watching videos in this Web browser.
I read somewhere that it's supposedly the default on Linux, but here we are nonetheless!

Last edited by ccjmne (2024-01-13 15:39:18)

Offline

#17 2024-01-13 15:49:15

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,324

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

3 outputs, 2 daisy-chained, 1 rotated.
Try the behavior w/ only output connected (the one that's currently on the lower left)

It might suffice to tell the nvidia driver which output to sync to.

export __GL_SYNC_DISPLAY_DEVICE=DP-4

Online

#18 2024-01-13 16:28:15

ccjmne
Member
Registered: 2023-12-29
Posts: 13

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

Ah yeah, oops. In case that's relevant: all this time I've been also experiencing the issue only my laptop's built-in monitor was the only one connected.
I will try the new mutter configuration just a bit later today and will duly report here again!

Offline

#19 2024-01-13 21:21:23

ccjmne
Member
Registered: 2023-12-29
Posts: 13

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

You are correct, specifying the correct output is sufficient!

export __GL_SYNC_DISPLAY_DEVICE=DP-4

... placed in a script in /etc/profile.d works just fine.

Placing the same configuration in a script in a /usr/local/bin/mutter.sh is however not being picked up sad
It is owned by my user, its shebang points to an existing shell (/bin/sh, as you suggested), and all can eXecute it.

Thank you already for everything that I learned through this!

Last edited by ccjmne (2024-01-13 21:22:39)

Offline

#20 2024-01-13 21:27:15

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,324

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

NOT "mutter.sh", "mutter" - to work at all it has to have the same basename as the file in /usr/bin - but this is rather moot.
You want everything to sync to that device, so having that export in a global or session sourced environment is perfectly fine.

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

---
Frt. what most likely throws the mutter vsync off is either (likely) a daisy chained sync device or (less likely) a rotation sync target.

Online

#21 2024-01-13 21:39:02

ccjmne
Member
Registered: 2023-12-29
Posts: 13

Re: [RESOLVED] NVIDIA drivers setup seems incomplete

Alright, thank you very much, this is sensible!
Thanks again for everything. I'll probably see you around again if I need more help; or maybe if I grow enough to be able to offer some support of my own to somebody someday.

Erratum: my apologies, not only does `__GL_SYNC_DISPLAY_DEVICE=DP-4` not suffice, it seems to somehow invalidate `__GL_SYNC_TO_VBLANK=0`.
I'm not sure this makes sense, so I'm only pusillanimously letting you know, but there are my current conclusions.

I think I may have not properly restarted GDM/cleared the /etc/profile.d file (while creating the other one in /usr/...) or something like that: a human error, earlier.

I'll dig further later.

Last edited by ccjmne (2024-01-13 22:11:02)

Offline

Board footer

Powered by FluxBB