GUI extraordinarily slow after installing Nvidia 3070 TI

I have not enabled the integrated. Are you saying you want me to try that? I did remove that driver. I have now installed video-nvidia. Same slowness in KDE.

I think the response to this got lost in the shuffle:

NVRM: Xid (PCI:0000:01:00): 122, pid='<unknown>',

check with lspci what you have under the PCI:0000:01:00

00:01.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x16 Controller #1 (rev 02)

Also of note, I am dual booting Windows 11. It seems to be running fine and blazing on games, so I donā€™t think itā€™s a bad card or anything. That said, Manjaro is my primary OS for a reason.

yes enable it in bios and boot with the integrated
then provide output from:
mhwd -li
find /etc/X11/ -name "*.conf"

and NVRM: Xid (PCI:0000:01:00) is for nvidia:

01:00.0 VGA compatible controller: NVIDIA Corporation GA104 [GeForce RTX 3070 Ti] (rev a1)

the intel graphics is disabled in bios, and its not detected by linux ā€¦

edit: is fastboot disabled in windows?

I think the integrated graphics might be a big part of it. I re-enabled and was able to login without issue. That said, I think I might be running into another issue (more on that at the end).

mhwd -li:

> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2021.12.18               false            PCI
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI


Warning: No installed USB configs!

find /etc/X11/ -name ā€œ*.confā€:

/etc/X11/xorg.conf.d/00-keyboard.conf
/etc/X11/xorg.conf.d/30-touchpad.conf
/etc/X11/xorg.conf.d/90-mhwd.conf
/etc/X11/mhwd.d/nvidia.conf

So, the first reboot my monitor shut off. I think what was happening is that after turning the iGPU back on, Manjaro is expecting the output to come from that GPU. I rebooted, and everything worked perfectly. I then rebooted again, and now I am back to turned off monitor. My guess is that I will need to update the X11/Xorg configs, but I am not super fluent in those configs.

I did turn off fast boot when I set up the dual boot.

Running nvidia-xsettings got the monitor to turn back on, but Iā€™m back to the same slowness in the UI.

Whatā€™s the output of nvidia-smi ?

the integrated is not part of it, it was disabled in bios, and thus not detected by linux ā€¦
you dont need to have installed the modesetting drivers so lets uninstall it, and lets uninstall all of the drivers, log out, enter into tty: ctrl+alt+f2 or f1-f6 and uninstall them:
sudo mhwd -r pci video-nvidia
sudo mhwd -r pci video-linux
sudo mhwd -r pci modesetting
install only nvidia:
sudo mhwd -i pci video-nvidia
systemctl reboot
and see if it helped

Mon Aug  1 09:21:33 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 515.57       Driver Version: 515.57       CUDA Version: 11.7     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:01:00.0  On |                  N/A |
|ERR!   35C    P0    46W / 310W |    223MiB /  8192MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A       772      G   /usr/lib/Xorg                     109MiB |
|    0   N/A  N/A      1272      G   /usr/bin/kwin_x11                  34MiB |
|    0   N/A  N/A      1350      G   /usr/bin/plasmashell               45MiB |
|    0   N/A  N/A      1841      G   ...AAAAAAAAA= --shared-files       29MiB |
+-----------------------------------------------------------------------------+

I will do this, but I have to askā€¦ If I am not planning on using the integrated graphics, does it need to be enabled?

this is for testing purposes if your system will work only with nvidia ā€¦ if it will you can disable the integrated in bios again ā€¦ dont disable it yet, leave bios untouched

mhwd -li:

> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2021.12.18               false            PCI


Warning: No installed USB configs!

We are back to the monitor turning off. Do I run nvidia-xsettings?

did you actually uninstalled the nvidia and then installed again?
yes run it and see ā€¦ also provide logs, now that we are using the proper drivers:
journalctl -b0 -p4 --no-pager

Yes. I uninstalled and re-installed.

This is from before running nvidia-xconfig. Lots of errors with the monitor off:

Aug 01 09:34:24 havoc-manjaro kernel: Spectre V2 : WARNING: Unprivileged eBPF is enabled with eIBRS on, data leaks possible via Spectre v2 BHB attacks!
Aug 01 09:34:24 havoc-manjaro kernel:  #17 #18 #19
Aug 01 09:34:24 havoc-manjaro kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 01 09:34:24 havoc-manjaro kernel: pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 09:34:24 havoc-manjaro kernel: hpet_acpi_add: no address or irqs in _CRS
Aug 01 09:34:24 havoc-manjaro kernel: nvidia: loading out-of-tree module taints kernel.
Aug 01 09:34:24 havoc-manjaro kernel: nvidia: module license 'NVIDIA' taints kernel.
Aug 01 09:34:24 havoc-manjaro kernel: Disabling lock debugging due to kernel taint
Aug 01 09:34:24 havoc-manjaro kernel:
Aug 01 09:34:24 havoc-manjaro kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  515.57  Wed Jun 22 22:44:07 UTC 2022
Aug 01 09:34:24 havoc-manjaro kernel: nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
Aug 01 09:34:24 havoc-manjaro systemd-modules-load[430]: Failed to find module 'i2c-nct6775'
Aug 01 09:34:24 havoc-manjaro systemd-journald[448]: File /var/log/journal/14c91aef4f544bc9a101b144c7995d9f/system.journal corrupted or uncleanly shut down, renaming and replacing.
Aug 01 09:34:25 havoc-manjaro kernel: process '/usr/bin/zerotier-one' started with executable stack
Aug 01 09:34:26 havoc-manjaro kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 09:34:26 havoc-manjaro kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 09:34:26 havoc-manjaro kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 09:34:26 havoc-manjaro kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 09:34:26 havoc-manjaro kernel: acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 09:34:26 havoc-manjaro kernel: acpi PNP0C14:06: duplicate WMI GUID 97845ED0-4E6D-11DE-8A39-0800200C9A66 (first instance was on PNP0C14:02)
Aug 01 09:34:26 havoc-manjaro kernel: acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 09:34:26 havoc-manjaro kernel: usb 1-4: config 1 has an invalid interface number: 2 but max is 1
Aug 01 09:34:26 havoc-manjaro kernel: usb 1-4: config 1 has no interface number 1
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210730/nsarguments-61)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:26 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:26 havoc-manjaro kernel: iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-hr-b0-66.ucode failed with error -2
Aug 01 09:34:26 havoc-manjaro kernel: iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-hr-b0-65.ucode failed with error -2
Aug 01 09:34:26 havoc-manjaro kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Aug 01 09:34:27 havoc-manjaro libvirtd[704]: Unable to open /dev/kvm: No such file or directory
Aug 01 09:34:27 havoc-manjaro libvirtd[704]: internal error: Missing udev property 'ID_VENDOR_ID' on 'usb1'
Aug 01 09:34:27 havoc-manjaro libvirtd[704]: internal error: Missing udev property 'ID_VENDOR_ID' on '1-2'
Aug 01 09:34:27 havoc-manjaro libvirtd[704]: internal error: Missing udev property 'ID_VENDOR_ID' on '1-4'
Aug 01 09:34:27 havoc-manjaro libvirtd[704]: internal error: Missing udev property 'ID_VENDOR_ID' on '1-8'
Aug 01 09:34:27 havoc-manjaro libvirtd[704]: internal error: Missing udev property 'ID_VENDOR_ID' on '2-8'
Aug 01 09:34:27 havoc-manjaro kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
Aug 01 09:34:27 havoc-manjaro kernel: snd_hda_intel 0000:00:1f.3: azx_get_response timeout, switching to polling mode: last cmd=0x000f0000
Aug 01 09:34:28 havoc-manjaro kernel: snd_hda_intel 0000:00:1f.3: No response from codec, disabling MSI: last cmd=0x000f0000
Aug 01 09:34:29 havoc-manjaro kernel: snd_hda_intel 0000:00:1f.3: Codec #0 probe error; disabling it...
Aug 01 09:34:33 havoc-manjaro kernel: NVRM: GPU at PCI:0000:01:00: GPU-b11671af-fbd5-ca45-7b3c-e397c0d5b38a
Aug 01 09:34:33 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 122, pid='<unknown>', name=<unknown>, SPI read failure at address 1040! (0x00000065)
Aug 01 09:34:33 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 62, pid='<unknown>', name=<unknown>, 0000(0000) 00000000 00000000
Aug 01 09:34:35 havoc-manjaro kernel: perf uncore: Cannot find matched IMC device.
Aug 01 09:34:35 havoc-manjaro kernel: perf uncore: Cannot find matched IMC device.
Aug 01 09:34:35 havoc-manjaro kernel: kauditd_printk_skb: 247 callbacks suppressed
Aug 01 09:34:37 havoc-manjaro kernel: asus_wmi: Failed to get WMI notify code: AE_NOT_FOUND
Aug 01 09:34:37 havoc-manjaro kernel: asus_wmi: Failed to get event during flush: -5
Aug 01 09:34:37 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 122, pid='<unknown>', name=<unknown>, SPI read failure at address 272! (0x00000065)
Aug 01 09:34:37 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:37 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:37 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:37 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:37 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:37 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:37 havoc-manjaro kernel: usb 1-13.3: Failed to query (GET_INFO) UVC control 5 on unit 1: 0 (exp. 1).
Aug 01 09:34:37 havoc-manjaro kernel: usb 1-13.3: Failed to query (GET_INFO) UVC control 12 on unit 1: 0 (exp. 1).
Aug 01 09:34:37 havoc-manjaro systemd-udevd[534]: event26: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
Aug 01 09:34:38 havoc-manjaro systemd-coredump[1146]: [šŸ”•]  Process 830 (Xorg) of user 0 dumped core.

                                                      Module linux-vdso.so.1 with build-id 125b0285aa529b1b1396ff79a856cc580f53371b
                                                      Module libxcb-sync.so.1 with build-id 13025f6de23a271636ad321c77eda98801e62e8e
                                                      Module libxcb-present.so.0 with build-id 8ed389d9cd6ad7110fbb00c93b32e0efaa71a6b1
                                                      Module libxcb-xfixes.so.0 with build-id e231a68d00ee4cfa12a2c31e755a9e2c1e7be450
                                                      Module libxcb-dri2.so.0 with build-id 7bde0abc84135ae6258a8d1d130864071c2cc327
                                                      Module libX11-xcb.so.1 with build-id f92352eae0a30aea89d11beb22367fa985288925
                                                      Module libEGL_mesa.so.0 with build-id 704e8022bd0cba83c053cfb72e77256933872870
                                                      Module libnvidia-egl-gbm.so.1 with build-id 6ca12a03323ba36ee09427dab2cd23c88830fcfd
                                                      Module libnvidia-eglcore.so.515.57 with build-id 9df5f29019d87cd226406e8c101173c471632fef
                                                      Module libwayland-client.so.0 with build-id 515c72111400d7bdbfbdfcec78d597e4986a5943
                                                      Module libnvidia-egl-wayland.so.1 with build-id 3fc8bba212c4144db272929453f0c16d06fc23e0
                                                      Module libnvidia-glsi.so.515.57 with build-id 4e1ef540b9a4b999ba9f4434a06949d62ec74b13
                                                      Module libEGL_nvidia.so.0 with build-id fb396a05fd85f3d02af0bac0de13e00cc82703bf
                                                      Module libEGL.so.1 with build-id 30b30de54f2f848a7b8bed469349c9a7ab1b7c22
                                                      Module libicudata.so.71 with build-id 4fef196388e678deb881978139e125e20ee2d94d
                                                      Module libicuuc.so.71 with build-id 633fdc0c5385d916571f6140e7a978ad0630ef55
                                                      Module libxml2.so.2 with build-id 8cdf00fa954d9a27f2f184c4d354cb14677446ac
                                                      Module libncursesw.so.6 with build-id b9917757481e6fa6097e2a1f31f5bb5eaf138c4e
                                                      Module libedit.so.0 with build-id 4b0babfcad161c2ad0af6e59e2493258db23a331
                                                      Module libstdc++.so.6 with build-id a24b312bb5881ceae0ffbed599201690f2a1747b
                                                      Module libxcb-dri3.so.0 with build-id 088c750254cc139e7d62b8a3fc7795a138447ccf
                                                      Module libvulkan.so.1 with build-id dd97393da4f886994c9dfc153b35ea6d906f57ff
                                                      Module libdrm_nouveau.so.2 with build-id 78e99e753be2b598acf02a6f30bc6615a6a3067f
                                                      Module libdrm_amdgpu.so.1 with build-id e03ead624f04700b1fd00df43863fecfb1ff8b72
                                                      Module libelf.so.1 with build-id c09e357a1a3b061bf219bcfb243ca31b175e77fa
                                                      Module libdrm_radeon.so.1 with build-id 5c9c31961c5f0dd9b40cb3e134b8d9189ee59fbb
                                                      Module libsensors.so.5 with build-id dc8b2c1c0d8525411aca188ea3cc3fb86d381d30
                                                      Module libLLVM-14.so with build-id 1a2033d5ab1c892c325fe839c4f45d2d4724fd1f
                                                      Module iris_dri.so with build-id f58adac87bbda2e5f4ea270dcbff1d077a7acaf7
                                                      Module libglapi.so.0 with build-id c9cb2897599baa12a671ac84a813ef3d63c665a8
                                                      Module libepoxy.so.0 with build-id edc178a150c4255d124e1e1ecbdbecebd1a388cd
                                                      Module libglamoregl.so with build-id d1fbcfb0727a53cc05c81a288ca38e9e224d6f99
                                                      Module libexpat.so.1 with build-id 113bb5a3e9ad856801bfcfc029102c9bdc13d67e
                                                      Module libwayland-server.so.0 with build-id 4c54fc8a7c0d4eb8adf2a69e44ebf12d16969c74
                                                      Module libgbm.so.1 with build-id 589489ebc39c7c4de46d25028fd54896e0da464d
                                                      Module modesetting_drv.so with build-id 75d16c62ac83c0a7fdb8c7fd1b65537baad78597
                                                      Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                                                      Module libgobject-2.0.so.0 with build-id a7515bd8cd51064d187953c0f506a43958de31a6
                                                      Module libgudev-1.0.so.0 with build-id 460465b63a086d945124662363191903c0002793
                                                      Module libwacom.so.9 with build-id 1fc3438938e7017596beb2e3483ce3af72c4f492
                                                      Module libevdev.so.2 with build-id 09eb82a0dfca98325f54b3918875cff09a5c1428
                                                      Module libmtdev.so.1 with build-id 862cf8d5b0a0dd4d4d225e17f54be93ab9c3b34e
                                                      Module libinput.so.10 with build-id 9de57b91e0d1d09e53606692e2c51c8b31d3dfe1
                                                      Module libinput_drv.so with build-id cf829f2000cbe7c7b226d0bc4c8188ab0fa99b62
                                                      Module libnvidia-glcore.so.515.57 with build-id 92b04a9299c745a4cc402999f180506619b14e37
                                                      Module libnvidia-tls.so.515.57 with build-id 782bcaa66034d82c6605fd02a57ebd7577d33f9c
                                                      Module libglxserver_nvidia.so with build-id b381cacdd8919da0c459313f138af4d5ed1b4e93
                                                      Module libwfb.so with build-id d2133897168704b54c415745ca88d9b145cd4942
                                                      Module libdl.so.2 with build-id 94198b268228074fa9f405bbedbbae94112593ed
                                                      Module librt.so.1 with build-id f696f0167950c759f9ea43d46167fae35d43dded
                                                      Module nvidia_drv.so with build-id 81ece02a46d9658f72a59e56bf14bcadec6d3b27
                                                      Module libxcb.so.1 with build-id 13d677412a71468381b11092915d231f664d18d3
                                                      Module libX11.so.6 with build-id 21e886e968772b7964d646f54c1faecc56734de9
                                                      Module libGLX.so.0 with build-id 02bd4ac6acc4da9288c543ea1a0cdaa70c5e151a
                                                      Module libGLdispatch.so.0 with build-id de981c020bd9dbdc159b11f4a2a541310cc3b8d5
                                                      Module libGL.so.1 with build-id b915a2e48be6c9fd3cc6f9f4c7aab1f7aeed8a4c
                                                      Module libglx.so with build-id cdac1c71de6833198b0863c5623454872e21d2b6
                                                      Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                      Module libbrotlicommon.so.1 with build-id acfd597a977c8087bb6184383daae2e828a9ce42
                                                      Module libglib-2.0.so.0 with build-id 1340f3a762b2293ebf6d725edf0eb14839f85317
                                                      Module libgraphite2.so.3 with build-id ce58945ebb55b86d3a4e717b6eae29efc4720d8e
                                                      Module libresolv.so.2 with build-id 89a368a6ad1b392d126a2a5beb9c2f61ade00279
                                                      Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                      Module libkrb5support.so.0 with build-id 15f223925ef59dee4379ebbc0fcd14eda9ba81a2
                                                      Module libcom_err.so.2 with build-id 3360a28740ffbbd5a5c0c21d09072445908707e5
                                                      Module libk5crypto.so.3 with build-id cc77a742cb62447a53d98285b41558b8acd92866
                                                      Module libkrb5.so.3 with build-id 371cc767dacb17cb42c9c44b88eebbed5ee9a756
                                                      Module libgpg-error.so.0 with build-id 4738b8a9478177c202cccd64e0eb65d3dea2bfae
                                                      Module libbrotlidec.so.1 with build-id 66c54e9301f7e102ecc1d88547e5f0e8a056fe22
                                                      Module libharfbuzz.so.0 with build-id b7daeb45a60c6cc012417c5cfaa09c91235d06bd
                                                      Module libpng16.so.16 with build-id 2dc0bce07f199bf983c07a05fb95a6f4af83a9b3
                                                      Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                      Module libpthread.so.0 with build-id 95ae4f30a6f12ccbff645d30f8e1a3ee23ec7d36
                                                      Module libgssapi_krb5.so.2 with build-id 292f1ce32161c0ecc4a287bc8494d5d7c420a03f
                                                      Module libgcc_s.so.1 with build-id 0e3de903950e35ae59a5de8c00b1817a4a71ca01
                                                      Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                      Module libzstd.so.1 with build-id ab54c2881f53ab314e134f3e08c76d504376dd5d
                                                      Module liblzma.so.5 with build-id 28b40c7af8098a66af6ee093b6986b91cad7694d
                                                      Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                                                      Module libcap.so.2 with build-id 1f87347b85b55db2f75a2ecea5cb45d846dc7093
                                                      Module libfreetype.so.6 with build-id f89dd5502e75aca28fb5c3ccd0dbd26fe822bfef
                                                      Module libfontenc.so.1 with build-id 5a11f1fb8c3f2714be9eb6697318f20e301e1d2f
                                                      Module libz.so.1 with build-id fefe3219a96d682ec98fcfb78866b8594298b5a2
                                                      Module ld-linux-x86-64.so.2 with build-id 0effd0e43efa4468d3c31871c93af0b7f3005673
                                                      Module libc.so.6 with build-id 60df1df31f02a7b23da83e8ef923359885b81492
                                                      Module libxcvt.so.0 with build-id 30bad674c8227152bb709556a3657d0258554309
                                                      Module libtirpc.so.3 with build-id 5bef2adfdee3df283f593b3e2d37b6dac405256a
                                                      Module libdrm.so.2 with build-id 39847bc84bc769f632f8f599a62fdcc98c9270cd
                                                      Module libudev.so.1 with build-id bd33a52ea53820d57e8ab7cf4ffd283274cf8ab4
                                                      Module libdbus-1.so.3 with build-id 7f4b16b4b407cbae2d7118d6f99610e29a18a56a
                                                      Module libunwind.so.8 with build-id e7f3b22127b00d8b14b2560df707cbbeb0134861
                                                      Module libsystemd.so.0 with build-id 761a39da56f185d6f1ef6f7bb95a3299789eb3e2
                                                      Module libxshmfence.so.1 with build-id d9b3ce4edb0b6a0818bcc57dda020d2da5e3c895
                                                      Module libXfont2.so.2 with build-id 154202dd7ddb86f6ae4d3bc762dfd8570b86882a
                                                      Module libXdmcp.so.6 with build-id d864159ab0008415667db8d5f251696d75c90df2
                                                      Module libXau.so.6 with build-id 60db1eac70f819bea9d4c366603c1583067510b4
                                                      Module libnettle.so.8 with build-id a2cc6a257b0729585e870b345b83497c478ee28b
                                                      Module libpciaccess.so.0 with build-id eacbec3cbdaae4e27f40804adbd53fe406ebd804
                                                      Module libm.so.6 with build-id 1b7296ef9fd806e47060788389293c824b09ad72
                                                      Module libpixman-1.so.0 with build-id d2170a3ac106c2a68597bf7910ab04b1cdd69c14
                                                      Module Xorg with build-id 7eb3c71a79d1a4df8409b669e6a13b49335c1078
                                                      Stack trace of thread 830:
                                                      #0  0x00007f8d93a2936c n/a (libc.so.6 + 0x8e36c)
                                                      #1  0x00007f8d939d9838 raise (libc.so.6 + 0x3e838)
                                                      #2  0x00007f8d939c3535 abort (libc.so.6 + 0x28535)
                                                      #3  0x0000564d335f6910 OsAbort (Xorg + 0x157910)
                                                      #4  0x0000564d335f82b3 FatalError (Xorg + 0x1592b3)
                                                      #5  0x0000564d335fdc4c n/a (Xorg + 0x15ec4c)
                                                      #6  0x00007f8d939d98e0 n/a (libc.so.6 + 0x3e8e0)
                                                      #7  0x00007f8d93a2936c n/a (libc.so.6 + 0x8e36c)
                                                      #8  0x00007f8d939d9838 raise (libc.so.6 + 0x3e838)
                                                      #9  0x00007f8d939c3535 abort (libc.so.6 + 0x28535)
                                                      #10 0x00007f8d939c345c n/a (libc.so.6 + 0x2845c)
                                                      #11 0x00007f8d939d2366 __assert_fail (libc.so.6 + 0x37366)
                                                      #12 0x0000564d3353db66 dixRegisterPrivateKey (Xorg + 0x9eb66)
                                                      #13 0x00007f878e02f9ca glamor_init (libglamoregl.so + 0xd9ca)
                                                      #14 0x00007f8d922ec1a1 n/a (modesetting_drv.so + 0xf1a1)
                                                      #15 0x0000564d3351ec54 AddGPUScreen (Xorg + 0x7fc54)
                                                      #16 0x0000564d33632ca1 n/a (Xorg + 0x193ca1)
                                                      #17 0x0000564d3365202a n/a (Xorg + 0x1b302a)
                                                      #18 0x0000564d336788e1 n/a (Xorg + 0x1d98e1)
                                                      #19 0x0000564d33678ad3 config_init (Xorg + 0x1d9ad3)
                                                      #20 0x0000564d334dd381 n/a (Xorg + 0x3e381)
                                                      #21 0x00007f8d939c4290 n/a (libc.so.6 + 0x29290)
                                                      #22 0x00007f8d939c434a __libc_start_main (libc.so.6 + 0x2934a)
                                                      #23 0x0000564d334de4b5 _start (Xorg + 0x3f4b5)

                                                      Stack trace of thread 1131:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1142:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1128:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1130:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1144:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1133:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1129:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1132:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1134:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1135:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1136:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1139:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1141:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1143:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1140:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1137:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)

                                                      Stack trace of thread 1138:
                                                      #0  0x00007f8d93a24119 n/a (libc.so.6 + 0x89119)
                                                      #1  0x00007f8d93a26920 pthread_cond_wait (libc.so.6 + 0x8b920)
                                                      #2  0x00007f878c56e7cc n/a (iris_dri.so + 0xb27cc)
                                                      #3  0x00007f878c567ecc n/a (iris_dri.so + 0xabecc)
                                                      #4  0x00007f8d93a2754d n/a (libc.so.6 + 0x8c54d)
                                                      #5  0x00007f8d93aac874 __clone (libc.so.6 + 0x111874)
                                                      ELF object binary architecture: AMD x86-64
Aug 01 09:34:38 havoc-manjaro sddm[714]: Failed to read display number from pipe
Aug 01 09:34:41 havoc-manjaro kernel: usb 1-13.3: 3:1: cannot get freq at ep 0x84
Aug 01 09:34:42 havoc-manjaro sddm[714]: Attempt 1 starting the Display server on vt 1 failed
Aug 01 09:34:43 havoc-manjaro kernel: kauditd_printk_skb: 7 callbacks suppressed
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x23:0xffff:1382)
Aug 01 09:34:45 havoc-manjaro kernel: NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:45 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:45 havoc-manjaro kernel: NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x23:0xffff:1382)
Aug 01 09:34:45 havoc-manjaro kernel: NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0
Aug 01 09:34:45 havoc-manjaro sddm[714]: Failed to read display number from pipe
Aug 01 09:34:45 havoc-manjaro sddm[714]: Attempt 2 starting the Display server on vt 1 failed
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x23:0xffff:1382)
Aug 01 09:34:47 havoc-manjaro kernel: NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:34:47 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:34:47 havoc-manjaro sddm[714]: Failed to read display number from pipe
Aug 01 09:34:47 havoc-manjaro kernel: NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x23:0xffff:1382)
Aug 01 09:34:47 havoc-manjaro kernel: NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0
Aug 01 09:34:47 havoc-manjaro sddm[714]: Attempt 3 starting the Display server on vt 1 failed
Aug 01 09:34:47 havoc-manjaro sddm[714]: Could not start Display server on vt 1
Aug 01 09:35:20 havoc-manjaro systemd-journald[448]: File /var/log/journal/14c91aef4f544bc9a101b144c7995d9f/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Aug 01 09:36:26 havoc-manjaro kernel: kauditd_printk_skb: 10 callbacks suppressed

This is after running the nvidia-xconfig, reboot, and login. The monitor is back, but the slowness still exists:

Aug 01 09:57:29 havoc-manjaro kernel: Spectre V2 : WARNING: Unprivileged eBPF is enabled with eIBRS on, data leaks possible via Spectre v2 BHB attacks!
Aug 01 09:57:29 havoc-manjaro kernel:  #17 #18 #19
Aug 01 09:57:29 havoc-manjaro kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 01 09:57:29 havoc-manjaro kernel: pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 01 09:57:29 havoc-manjaro kernel: hpet_acpi_add: no address or irqs in _CRS
Aug 01 09:57:29 havoc-manjaro kernel: nvidia: loading out-of-tree module taints kernel.
Aug 01 09:57:29 havoc-manjaro kernel: nvidia: module license 'NVIDIA' taints kernel.
Aug 01 09:57:29 havoc-manjaro kernel: Disabling lock debugging due to kernel taint
Aug 01 09:57:29 havoc-manjaro kernel:
Aug 01 09:57:29 havoc-manjaro kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  515.57  Wed Jun 22 22:44:07 UTC 2022
Aug 01 09:57:29 havoc-manjaro kernel: nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
Aug 01 09:57:29 havoc-manjaro systemd-modules-load[440]: Failed to find module 'i2c-nct6775'
Aug 01 09:57:31 havoc-manjaro kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 09:57:31 havoc-manjaro kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 09:57:31 havoc-manjaro kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 09:57:31 havoc-manjaro kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 09:57:31 havoc-manjaro kernel: acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 09:57:31 havoc-manjaro kernel: acpi PNP0C14:06: duplicate WMI GUID 97845ED0-4E6D-11DE-8A39-0800200C9A66 (first instance was on PNP0C14:02)
Aug 01 09:57:31 havoc-manjaro kernel: acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 09:57:31 havoc-manjaro kernel: usb 1-4: config 1 has an invalid interface number: 2 but max is 1
Aug 01 09:57:31 havoc-manjaro kernel: usb 1-4: config 1 has no interface number 1
Aug 01 09:57:31 havoc-manjaro kernel: process '/usr/bin/zerotier-one' started with executable stack
Aug 01 09:57:31 havoc-manjaro kernel: iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-hr-b0-66.ucode failed with error -2
Aug 01 09:57:31 havoc-manjaro kernel: iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-hr-b0-65.ucode failed with error -2
Aug 01 09:57:31 havoc-manjaro kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Aug 01 09:57:31 havoc-manjaro kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210730/nsarguments-61)
Aug 01 09:57:32 havoc-manjaro kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:32 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:32 havoc-manjaro libvirtd[727]: Unable to open /dev/kvm: No such file or directory
Aug 01 09:57:32 havoc-manjaro libvirtd[727]: internal error: Missing udev property 'ID_VENDOR_ID' on '1-10'
Aug 01 09:57:32 havoc-manjaro libvirtd[727]: internal error: Missing udev property 'ID_VENDOR_ID' on '1-13'
Aug 01 09:57:32 havoc-manjaro libvirtd[727]: internal error: Missing udev property 'ID_VENDOR_ID' on '1-14'
Aug 01 09:57:32 havoc-manjaro libvirtd[727]: internal error: Missing udev property 'ID_VENDOR_ID' on '1-2'
Aug 01 09:57:32 havoc-manjaro libvirtd[727]: internal error: Missing udev property 'ID_VENDOR_ID' on '1-4'
Aug 01 09:57:32 havoc-manjaro libvirtd[727]: internal error: Missing udev property 'ID_VENDOR_ID' on '2-8'
Aug 01 09:57:32 havoc-manjaro kernel: snd_hda_intel 0000:00:1f.3: azx_get_response timeout, switching to polling mode: last cmd=0x000f0000
Aug 01 09:57:33 havoc-manjaro kernel: snd_hda_intel 0000:00:1f.3: No response from codec, disabling MSI: last cmd=0x000f0000
Aug 01 09:57:34 havoc-manjaro kernel: snd_hda_intel 0000:01:00.1: azx_get_response timeout, switching to polling mode: last cmd=0x001f0500
Aug 01 09:57:35 havoc-manjaro kernel: snd_hda_intel 0000:00:1f.3: Codec #0 probe error; disabling it...
Aug 01 09:57:35 havoc-manjaro kernel: snd_hda_intel 0000:01:00.1: azx_get_response timeout, switching to single_cmd mode: last cmd=0x001f0500
Aug 01 09:57:37 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:37 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:37 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:37 havoc-manjaro kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20210730/dsfield-184)
Aug 01 09:57:37 havoc-manjaro kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20210730/dswload2-477)
Aug 01 09:57:37 havoc-manjaro kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20210730/psparse-529)
Aug 01 09:57:38 havoc-manjaro kernel: kauditd_printk_skb: 247 callbacks suppressed
Aug 01 09:57:38 havoc-manjaro systemd[939]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
Aug 01 09:57:38 havoc-manjaro systemd[939]: Failed to start Update XDG user dir configuration.
Aug 01 09:57:38 havoc-manjaro sddm-greeter[948]: QFont::fromString: Invalid description '(empty)'
Aug 01 09:57:39 havoc-manjaro kernel: NVRM: GPU at PCI:0000:01:00: GPU-b11671af-fbd5-ca45-7b3c-e397c0d5b38a
Aug 01 09:57:39 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 62, pid='<unknown>', name=<unknown>, 0000(0000) 00000000 00000000
Aug 01 09:57:39 havoc-manjaro kernel: perf uncore: Cannot find matched IMC device.
Aug 01 09:57:39 havoc-manjaro kernel: perf uncore: Cannot find matched IMC device.
Aug 01 09:57:41 havoc-manjaro kernel: asus_wmi: Failed to get WMI notify code: AE_NOT_FOUND
Aug 01 09:57:41 havoc-manjaro kernel: asus_wmi: Failed to get event during flush: -5
Aug 01 09:57:41 havoc-manjaro kernel: usb 1-13.3: Failed to query (GET_INFO) UVC control 5 on unit 1: 0 (exp. 1).
Aug 01 09:57:41 havoc-manjaro kernel: usb 1-13.3: Failed to query (GET_INFO) UVC control 12 on unit 1: 0 (exp. 1).
Aug 01 09:57:42 havoc-manjaro systemd-udevd[467]: event24: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
Aug 01 09:57:42 havoc-manjaro sddm-greeter[948]: QObject: Cannot create children for a parent that is in a different thread.
                                                 (Parent is QGuiApplication(0x7ffc850aca00), parent's thread is QThread(0x5609d1439650), current thread is QThread(0x5609d1510660)
Aug 01 09:57:42 havoc-manjaro sddm-greeter[948]: QObject: Cannot create children for a parent that is in a different thread.
                                                 (Parent is QGuiApplication(0x7ffc850aca00), parent's thread is QThread(0x5609d1439650), current thread is QThread(0x5609d1510660)
Aug 01 09:57:42 havoc-manjaro sddm-greeter[948]: QObject: Cannot create children for a parent that is in a different thread.
                                                 (Parent is QGuiApplication(0x7ffc850aca00), parent's thread is QThread(0x5609d1439650), current thread is QThread(0x5609d1510660)
Aug 01 09:57:42 havoc-manjaro sddm-greeter[948]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Aug 01 09:57:42 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/Main.qml:440:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Aug 01 09:57:42 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/VirtualKeyboard.qml:23:1: Type InputPanel unavailable
Aug 01 09:57:42 havoc-manjaro sddm-greeter[948]: qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:127:5: Type Keyboard unavailable
Aug 01 09:57:42 havoc-manjaro sddm-greeter[948]: qrc:/QtQuick/VirtualKeyboard/content/components/Keyboard.qml:38:1: module "QtQuick.VirtualKeyboard.Plugins" is not installed
Aug 01 09:57:42 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/Login.qml:92:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Aug 01 09:57:45 havoc-manjaro kernel: kauditd_printk_skb: 13 callbacks suppressed
Aug 01 09:57:46 havoc-manjaro kernel: usb 1-13.3: 3:1: cannot get freq at ep 0x84
Aug 01 09:57:52 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 0000000a
Aug 01 09:58:02 havoc-manjaro kernel: kauditd_printk_skb: 11 callbacks suppressed
Aug 01 09:58:17 havoc-manjaro sddm-helper[1302]: [PAM] authenticate: Authentication failure
Aug 01 09:58:17 havoc-manjaro sddm[742]: Authentication error: "Authentication failure"
Aug 01 09:58:17 havoc-manjaro sddm[742]: Auth: sddm-helper exited with 1
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/Main.qml:415: TypeError: Cannot read property 'smallSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:64: TypeError: Cannot read property 'smallSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:34: TypeError: Cannot read property 'gridUnit' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/ActionButton.qml:37: TypeError: Cannot read property 'smallSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:83: TypeError: Cannot read property 'gridUnit' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:112: TypeError: Cannot read property 'smallSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:98: TypeError: Cannot read property 'gridUnit' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:99: TypeError: Cannot read property 'gridUnit' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/SessionManagementScreen.qml:89: TypeError: Cannot read property 'gridUnit' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/UserList.qml:25: TypeError: Cannot read property 'gridUnit' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/UserList.qml:26: TypeError: Cannot read property 'gridUnit' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:106: TypeError: Cannot read property 'largeSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:44: TypeError: Cannot read property 'smallSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:72: TypeError: Cannot read property 'largeSpacing' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:98: TypeError: Cannot read property 'gridUnit' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:78: TypeError: Cannot read property 'longDuration' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/components/UserDelegate.qml:50: TypeError: Cannot read property 'longDuration' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/Main.qml:202: TypeError: Cannot read property 'longDuration' of null
Aug 01 09:58:22 havoc-manjaro sddm-greeter[948]: file:///usr/share/sddm/themes/Sweet/Main.qml:420: TypeError: Cannot read property 'longDuration' of null
Aug 01 09:58:22 havoc-manjaro startplasma-x11[1308]: kf.service.services: The action "QuitTeams" in the desktop file "/var/lib/snapd/desktop/applications/teams_teams.desktop" has no Name or no Exec key
Aug 01 09:58:22 havoc-manjaro startplasma-x11[1308]: kf.service.services: The desktop entry file "/usr/share/applications/qemu.desktop" has Type= "Application" but no Exec line
Aug 01 09:58:22 havoc-manjaro startplasma-x11[1308]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/qemu.desktop"
Aug 01 09:58:22 havoc-manjaro klauncher[1339]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Aug 01 09:58:22 havoc-manjaro kcminit_startup[1343]: QDBusConnection: error: could not send signal to service "" path "//home/havoc/.kde4/share/config/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //home/havoc/.kde4/share/config/kdeglobals
Aug 01 09:58:27 havoc-manjaro kwin_x11[1354]: Warning: Setting a new default format with a different version or profile after the global shared context is created may cause issues with context sharing.
Aug 01 09:58:28 havoc-manjaro kwin_x11[1354]: kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker"
Aug 01 09:58:28 havoc-manjaro kwin_x11[1354]: kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate"
Aug 01 09:58:28 havoc-manjaro ksmserver[1386]: Qt: Session management error: networkIdsList argument is NULL
Aug 01 09:58:28 havoc-manjaro kded5[1351]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.9'
Aug 01 09:58:28 havoc-manjaro kwin_x11[1354]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 782, resource id: 10485765, major code: 18 (ChangeProperty), minor code: 0
Aug 01 09:58:28 havoc-manjaro baloo_file[1408]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.51'
Aug 01 09:58:28 havoc-manjaro kernel: usb 1-13.3: 3:1: cannot get freq at ep 0x84
Aug 01 09:58:28 havoc-manjaro kernel: usb 1-13.3: 3:1: cannot get freq at ep 0x84
Aug 01 09:58:29 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 0000000b
Aug 01 09:58:29 havoc-manjaro kwin_x11[1354]: kwin_core: XCB error: 10 (BadAccess), sequence: 844, resource id: 474, major code: 142 (Composite), minor code: 2 (RedirectSubwindows)
Aug 01 09:58:29 havoc-manjaro backlighthelper[1630]: org.kde.powerdevil: no kernel backlight interface found
Aug 01 09:58:30 havoc-manjaro pulseaudio[1473]: stat('/etc/pulse/default.pa.d'): No such file or directory
Aug 01 09:58:34 havoc-manjaro org_kde_powerdevil[1405]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
Aug 01 09:58:34 havoc-manjaro org_kde_powerdevil[1405]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Aug 01 09:58:34 havoc-manjaro org_kde_powerdevil[1405]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Aug 01 09:58:34 havoc-manjaro org_kde_powerdevil[1405]: org.kde.powerdevil: The profile  "AC" tried to activate "DimDisplay" a non-existent action. This is usually due to an installation problem, a configuration problem, or because the action is not supported
Aug 01 09:58:34 havoc-manjaro org_kde_powerdevil[1405]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
Aug 01 09:58:34 havoc-manjaro kernel: usb 1-13.3: Failed to query (GET_DEF) UVC control 12 on unit 1: 0 (exp. 3).
Aug 01 09:58:34 havoc-manjaro kernel: usb 1-13.3: Failed to query (GET_MIN) UVC control 12 on unit 1: 0 (exp. 3).
Aug 01 09:58:34 havoc-manjaro kernel: usb 1-13.3: Failed to query (GET_MAX) UVC control 12 on unit 1: 0 (exp. 3).
Aug 01 09:58:34 havoc-manjaro kernel: usb 1-13.3: Failed to query (GET_RES) UVC control 12 on unit 1: 0 (exp. 3).
Aug 01 09:58:34 havoc-manjaro gnome-keyring-daemon[1795]: discover_other_daemon: 1
Aug 01 09:58:34 havoc-manjaro kernel: kauditd_printk_skb: 8 callbacks suppressed
Aug 01 09:58:34 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml:43:5: QML MouseArea: Cannot anchor to an item that isn't a parent or sibling.
Aug 01 09:58:34 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml:41: TypeError: Cannot read property 'length' of undefined
Aug 01 09:58:34 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml:43:5: QML MouseArea: Cannot anchor to an item that isn't a parent or sibling.
Aug 01 09:58:34 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml:41: TypeError: Cannot read property 'length' of undefined
Aug 01 09:58:34 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml:43:5: QML MouseArea: Cannot anchor to an item that isn't a parent or sibling.
Aug 01 09:58:34 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml:41: TypeError: Cannot read property 'length' of undefined
Aug 01 09:58:34 havoc-manjaro plasmashell[1410]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 01 09:58:35 havoc-manjaro plasmashell[1410]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/FullRepresentation.qml:21:1: QML FullRepresentation: Binding loop detected for property "implicitHeight"
Aug 01 09:58:35 havoc-manjaro plasmashell[1410]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/FullRepresentation.qml:21:1: QML FullRepresentation: Binding loop detected for property "implicitHeight"
Aug 01 09:58:35 havoc-manjaro plasmashell[1410]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.horizontalbars/contents/ui/FullRepresentation.qml:28:9: Unable to assign [undefined] to double
Aug 01 09:58:35 havoc-manjaro baloo_file_extractor[1669]: kf.baloo: Found "/home/havoc/snap/teams/7/.config" in the ContentIndexingDB, although it should be skipped
Aug 01 09:58:38 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 0000000c
Aug 01 09:58:38 havoc-manjaro kwin_x11[1354]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1290, resource id: 62914566, major code: 18 (ChangeProperty), minor code: 0
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::colorVisible is deprecated (since 5.82): Use an empty indicator instead
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::layoutWidth is deprecated (since 5.82): Unused
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::valueWidth is deprecated (since 5.82): Use maximumValueWidth instead
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::colorVisible is deprecated (since 5.82): Use an empty indicator instead
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::layoutWidth is deprecated (since 5.82): Unused
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::valueWidth is deprecated (since 5.82): Use maximumValueWidth instead
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::colorVisible is deprecated (since 5.82): Use an empty indicator instead
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::layoutWidth is deprecated (since 5.82): Unused
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::valueWidth is deprecated (since 5.82): Use maximumValueWidth instead
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::colorVisible is deprecated (since 5.82): Use an empty indicator instead
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::layoutWidth is deprecated (since 5.82): Unused
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::valueWidth is deprecated (since 5.82): Use maximumValueWidth instead
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::colorVisible is deprecated (since 5.82): Use an empty indicator instead
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::layoutWidth is deprecated (since 5.82): Unused
Aug 01 09:58:38 havoc-manjaro plasmashell[1410]: kf.quickcharts.deprecated: LegendDelegate::valueWidth is deprecated (since 5.82): Use maximumValueWidth instead
Aug 01 09:58:46 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 0000000d
Aug 01 09:58:50 havoc-manjaro kernel: kauditd_printk_skb: 3 callbacks suppressed
Aug 01 09:58:50 havoc-manjaro systemd-coredump[1887]: [šŸ”•]  Process 1852 (teams) of user 1000 dumped core.

                                                      Module /snap/teams/7/usr/share/teams/teams with build-id c3b7f83e8a64a8f83449435bcddfbafa5a185d35
                                                      Module /snap/teams/7/gnome-platform/usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0 with build-id cbc885c7ff2328753017dce83ce7013a3c735cc7
                                                      Module /var/lib/snapd/hostfs/usr/lib/libnvidia-glcore.so.515.57 with build-id 92b04a9299c745a4cc402999f180506619b14e37
                                                      Module /var/lib/snapd/hostfs/usr/lib/libnvidia-glsi.so.515.57 with build-id 4e1ef540b9a4b999ba9f4434a06949d62ec74b13
                                                      Module /var/lib/snapd/hostfs/usr/lib/libGLX_nvidia.so.515.57 with build-id 53712e4e9771e5f7e201be3987f4a31d0a97db09
                                                      Module /var/lib/snapd/hostfs/usr/lib/libnvidia-tls.so.515.57 with build-id 782bcaa66034d82c6605fd02a57ebd7577d33f9c
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0 with build-id 8b48d0a875b130c9a6f2d0f558f53246ac22c0cf
                                                      Module /snap/teams/7/gnome-platform/usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0 with build-id 6195bcee98ae963430016f23c66900b4501e6dcd
                                                      Module /snap/teams/7/gnome-platform/usr/lib/x86_64-linux-gnu/libGL.so.1.0.0 with build-id 8601ec40b43cc466f98317e208e52d1b8f7b863d
                                                      Module /snap/teams/7/usr/share/teams/libEGL.so with build-id 332acb64ab3904a778a304cb761d5797728a135a
                                                      Module /snap/teams/7/usr/share/teams/libGLESv2.so with build-id c96bb20e6a8544755e465a6e2b4499e3be4b56cf
                                                      Module /snap/teams/7/lib/x86_64-linux-gnu/libkeyutils.so.1.5 with build-id ccf39e49333249e43f465986b782d687686d9bbb
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 with build-id 8dc36725dbcad45e40a76ab12d83685aa39abe4c
                                                      Module /lib/x86_64-linux-gnu/libgpg-error.so.0.22.0 with build-id f958b7b9ce43ccad1ea543b42cadfe8663f63705
                                                      Module /lib/x86_64-linux-gnu/libuuid.so.1.3.0 with build-id 4938b15a667a41cc98755418556ea492500a927a
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2 with build-id d40ea9b5ec5bc46799e4a412319617bd38be9341
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libhogweed.so.4.5 with build-id 372ee4a2e4bb08f1a2b01ae486f88e7466add389
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libnettle.so.6.5 with build-id 433053b348a412f5cf22d07f699d412ad753fbe5
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.5 with build-id 6036b89a3bb671b32e01464c0c82bfa016186352
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0 with build-id 0e2784298e7d3f4d894fe130acefa77c3e624f72
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libidn2.so.0.3.3 with build-id ee6e9462ba2491f4ee8c4e52c3323274a9366614
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0 with build-id 8cff559d91e3376842a1ba41ccf74eb9decd159b
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1 with build-id eae217d2281e12bcd43675c73c59df29d7167c66
                                                      Module /snap/teams/7/lib/x86_64-linux-gnu/libcom_err.so.2.1 with build-id 17107881df65c66b4c6d38cab37c285fa44663bd
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1 with build-id 729f89dd92e3441fa99f8682533f7b92ee48880d
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3 with build-id 320112ee17c7f1886dbeb108429063b22d996e9e
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3 with build-id 0c29e7bb71b459097f0a02f3ce94b03a141d54e3
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10702.0 with build-id 204d6da78ed0feeae539ca71d40181ec64543ed2
                                                      Module /lib/x86_64-linux-gnu/libgcrypt.so.20.2.1 with build-id 86d0fa901cabb998d93af72c615edf7f849cb112
                                                      Module /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1 with build-id 056d303335a61401eb4d9db74942f4db20444ece
                                                      Module /lib/x86_64-linux-gnu/liblzma.so.5.2.2 with build-id 7aa2aad2dac1b21ad4677b8a2a43495afbaa65a9
                                                      Module /snap/teams/7/lib/x86_64-linux-gnu/libbsd.so.0.8.7 with build-id 5778a8a28ec1c4b154ce0d9c35686f082c41284a
                                                      Module /lib/x86_64-linux-gnu/libblkid.so.1.1.0 with build-id bbe20d3ad910e39003554ef3317a14ce834b57e7
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libavahi-client.so.3.2.9 with build-id d14e46109c55fb34ea77e6b798b52d9cff39f4ec
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3 with build-id 1d1a3d8c4ca35ceb84ea507aa87635bc9bc8c31d
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libgnutls.so.30.14.10 with build-id da3c78836d1c97b4158870fb2a84817c0653d8e9
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2 with build-id 9fd187fe6579db3b458e021ccac0eccafc66b1b7
                                                      Module /snap/teams/7/gnome-platform/usr/lib/x86_64-linux-gnu/libwayland-server.so.0.1.0 with build-id f9bce5a06e453bfa120a0a5b4670d61218ff3aa0
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 with build-id 56e0864750f281a2eb23f6253aad75ee7af960fa
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 with build-id dcabce620d5bea0411caee0e57bbd626091abcce
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0 with build-id d532f2230c3c84289a0833fc0c1352aaac5892c6
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 with build-id 3c3da6e5e912f2f7fc95155dff00f0cd454511bf
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libthai.so.0.3.0 with build-id 91b8d676941b633961c0fa6ed55a35d953ce6768
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libfreetype.so.6.15.0 with build-id da11d808a420654284fc36fff91e32a742379144
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libwayland-client.so.0.3.0 with build-id 56c50b3f44c8a85a7533fc74d8b5323ba97926f3
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libwayland-egl.so.1.0.0 with build-id 6087d2e0157b21c0da46960d7275eef6dfa8c7bf
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libwayland-cursor.so.0.0.0 with build-id 87c5b08b83df18f5c62405708ab5820443392ab6
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libxkbcommon.so.0.0.0 with build-id 0aa31e16edd934ecf6b53988c7f15eceb82dad9c
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0 with build-id 02ab62947fe2d1fc26246ae50e04c17f91cbec5c
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libfontconfig.so.1.10.1 with build-id 387ddda1c9beecb8d69f15792c8d27e087533c40
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.14 with build-id 4338eae486fd382ccc533012d62968ed9959b1c9
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libepoxy.so.0.0.0 with build-id 4213e6a38bc70c7a77192b4b186c4fbb38a4f3e3
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libcairo-gobject.so.2.11510.0 with build-id be8e7175ce7853d91a64c8621a7a75a022e555dd
                                                      Module /lib/x86_64-linux-gnu/libsystemd.so.0.21.0 with build-id c0f3e29f89333fb183ceebe8859ac700ffa48c90
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libplds4.so with build-id 64e1ba5c0c1afed0f5770c1b91e8113792ba7fd6
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libplc4.so with build-id 12a25d77902bfa086d0143f1406268107b4fa68f
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 with build-id f35e3e5ff3fede9b4a4715aebd4677f356fc3ce9
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 with build-id 571d2c0a08a78e9afbb7fc8e927e7fe9e6e60663
                                                      Module /lib/x86_64-linux-gnu/libmount.so.1.1.0 with build-id c3e565680f4f33fdfabce12db4b079ccab4700f1
                                                      Module /lib/x86_64-linux-gnu/libresolv-2.27.so with build-id 0f375714358902a9cc97b6255860e804e2027f0c
                                                      Module /lib/x86_64-linux-gnu/libselinux.so.1 with build-id bc6660abcafb3cef8f7c775c6f848366b69f17fa
                                                      Module /lib/x86_64-linux-gnu/libz.so.1.2.11 with build-id 6517f816c946c49ad246642f79493cd0ca2629db
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.5600.4 with build-id 4221d791000c2555976147966bc14b3e752cf245
                                                      Module /lib/x86_64-linux-gnu/libpcre.so.3.13.3 with build-id 08328a29c1364d46576dd95f25062b2cca3b0c73
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 with build-id 3555b5f599c9787dfddbf9e8df6f706b9044d985
                                                      Module /lib/x86_64-linux-gnu/libc-2.27.so with build-id f7307432a8b162377e77a182b6cc2e53d771ec4b
                                                      Module /lib/x86_64-linux-gnu/libgcc_s.so.1 with build-id 679f3ae11120ec7c483bc9295345d836f5c104f7
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libcups.so.2 with build-id a1be018edb4934bbd28adcbb6ea14aa914a058cb
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libatspi.so.0.0.1 with build-id 44d760d79cd1f927cb1bd8cfd81728f53cee40c2
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0 with build-id 07c6ffd29c43c5b1b0809f79be87090416320838
                                                      Module /snap/teams/7/gnome-platform/usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0 with build-id bd014af296ff020a48ad1234453310d6069e16e3
                                                      Module /snap/teams/7/gnome-platform/usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0 with build-id a2181b9804670894e9db0a5c1228c42be4aad0b6
                                                      Module /snap/teams/7/lib/x86_64-linux-gnu/libexpat.so.1.6.7 with build-id 41c3d975f41bc97d465e4260d2034430a0f6a496
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0 with build-id f93914194e8d750b58629f3cb1ba0383fbe8c27b
                                                      Module /lib/x86_64-linux-gnu/libm-2.27.so with build-id 365483d22aefb38cd989ebc15bf6b135138f6c64
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libcairo.so.2.11510.0 with build-id 48aee3d2318aefb167e3715bad1866bf25a29563
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.14 with build-id d16fc9243474919f532d141fcc58a9468d72c20d
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.14 with build-id 16372b79278309083f80f21580450b59a3ae8e3d
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libgdk-3.so.0.2200.30 with build-id 5298ec4d065b4f7ca436d4b2a92263520dcf3e2d
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.2200.30 with build-id 46ee1cde97670ecf98c9ce419ca8ccaaf03fb454
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3611.0 with build-id 1e04f486328afe0eb1437debfd3d89f19d6417dd
                                                      Module /snap/teams/7/lib/x86_64-linux-gnu/libdbus-1.so.3.19.4 with build-id 91f08630041e94c95749a2733c0ce91a0b2b79a0
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0.0.0 with build-id b393686855226716cfa062f92b3b021742649bb8
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.22810.1 with build-id 3f39cbe6431bd19ca399e0a6f09fa5a55be9bc11
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libnspr4.so with build-id 19f69293ad4719543fb9f17f98684e62deb3308f
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libsmime3.so with build-id 1eae4f5267f6f9c49551b023826decec0bf40e99
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libnssutil3.so with build-id a2f362b33d480966a555c481caf82320006019a8
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libnss3.so with build-id 781e13c43651b7dda4ee11bc928012597f74e44c
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0 with build-id f5b91f39bffeba7770712f5876e162593784d92c
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 with build-id a7acaf84adf6b580236c7cf005412a5949febb49
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libXi.so.6.1.0 with build-id 2ca3d7c388bf3a1bf2e35038533d20141a2a2c6c
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0 with build-id 7444d1981c956223bccea31b0ca0c23dfa5af09d
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 with build-id ec7ddbe21ea0de71ba48ad4d2402042654de5a88
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0 with build-id 0e0e25f6bc914aaeb8143a436cf6aa3385454268
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2 with build-id d5fa0c558ae79081c022e74729b596a7dd8ef13d
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0 with build-id effdb06e0243f21f2a1fe384fb3c67a04c9ce8d7
                                                      Module /snap/teams/7/gnome-platform/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0 with build-id fdfef4ae8f8765165a7fbcad03200d7d22d6e1e4
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 with build-id 3d49ac024ca8f7e36f5296a7d0d7f083ab1c8a62
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0 with build-id 059afb70fcacfe4e78461d10cd18c886b1a1e61a
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 with build-id 4124168452d079d48767ebadd480872381d71faa
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.5600.4 with build-id cbe9bd6b0a4135558dc1fae93ad94d53b2427464
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5600.4 with build-id 1548dc39c875598d592047b1504f94c40a66684f
                                                      Module /snap/teams/7/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5600.4 with build-id a6f6a14a5b22465dff9ccfbbadc9530fc9ea5e52
                                                      Module /lib/x86_64-linux-gnu/librt-2.27.so with build-id 536945c2f46fc84dbd99d38c377cdae9d1d4fdab
                                                      Module /lib/x86_64-linux-gnu/libpthread-2.27.so with build-id 1f06001733b9be9478b105faf0dac6bdf36c85de
                                                      Module /lib/x86_64-linux-gnu/libdl-2.27.so with build-id 4c0610fa7b0706d9abc26de5e7940d2e2578eec5
                                                      Module /snap/teams/7/usr/share/teams/libffmpeg.so with build-id f4cbd7c85466098f8f63de880e565d5001e8322d
                                                      Module /snap/teams/7/lib/x86_64-linux-gnu/bindtextdomain.so with build-id fedf4f3fe3e518798c75cd25498950a8d874bd8d
                                                      Module /snap/teams/7/gnome-platform/libpreload-chromium-content-api.so with build-id 88cb434de27666c3cb7e65cae03000da98960e7a
                                                      Module ld-linux-x86-64.so.2 with build-id 9ea8014cf02021a29e57aa3e0512e9bb6e30541d
                                                      Module linux-vdso.so.1 with build-id 125b0285aa529b1b1396ff79a856cc580f53371b
                                                      Stack trace of thread 1854:
                                                      #0  0x00005648725ab376 n/a (/snap/teams/7/usr/share/teams/teams + 0x5367376)
                                                      #1  0x00005648725aac03 n/a (/snap/teams/7/usr/share/teams/teams + 0x5366c03)
                                                      #2  0x000056487112edf6 n/a (/snap/teams/7/usr/share/teams/teams + 0x3eeadf6)
                                                      #3  0x000056487114012f n/a (/snap/teams/7/usr/share/teams/teams + 0x3efc12f)
                                                      #4  0x00005648710ffefa n/a (/snap/teams/7/usr/share/teams/teams + 0x3ebbefa)
                                                      #5  0x00005648711407f4 n/a (/snap/teams/7/usr/share/teams/teams + 0x3efc7f4)
                                                      #6  0x000056487111976e n/a (/snap/teams/7/usr/share/teams/teams + 0x3ed576e)
                                                      #7  0x0000564871158a97 n/a (/snap/teams/7/usr/share/teams/teams + 0x3f14a97)
                                                      #8  0x0000564871178c65 n/a (/snap/teams/7/usr/share/teams/teams + 0x3f34c65)
                                                      #9  0x00007ff5e0f9f6db n/a (/lib/x86_64-linux-gnu/libpthread-2.27.so + 0x76db)
                                                      ELF object binary architecture: AMD x86-64
Aug 01 09:58:51 havoc-manjaro xembedsniproxy[1406]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 460, resource id: 50331651, major code: 12 (ConfigureWindow), minor code: 0
Aug 01 09:58:51 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:530:9: QML Label: Binding loop detected for property "height"
Aug 01 09:58:51 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:495:13: QML Label: Binding loop detected for property "height"
Aug 01 09:58:51 havoc-manjaro plasmashell[1410]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Aug 01 09:58:52 havoc-manjaro plasmashell[1410]: Entry is not valid "org.kde.kontact.desktop" QSharedPointer(0x5621f6cd2270)
Aug 01 09:58:52 havoc-manjaro plasmashell[1410]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x5621f6c907e0)
Aug 01 09:58:52 havoc-manjaro plasmashell[1410]: Entry is not valid "org.kde.discover.desktop" QSharedPointer(0x5621f6c035a0)
Aug 01 09:58:52 havoc-manjaro plasmashell[1410]: Entry is not valid "org.kde.kontact.desktop" QSharedPointer(0x5621f6c67eb0)
Aug 01 09:58:52 havoc-manjaro plasmashell[1410]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x5621f6c035a0)
Aug 01 09:58:52 havoc-manjaro plasmashell[1410]: Entry is not valid "org.kde.discover.desktop" QSharedPointer(0x5621f6c35b50)
Aug 01 09:58:52 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:495:13: QML Label: Binding loop detected for property "height"
Aug 01 09:58:52 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:530:9: QML Label: Binding loop detected for property "height"
Aug 01 09:58:52 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:552:5: QML Label: Binding loop detected for property "height"
Aug 01 09:58:52 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:18:1: QML DropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Aug 01 09:58:53 havoc-manjaro kwin_x11[1354]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1857, resource id: 60817416, major code: 15 (QueryTree), minor code: 0
Aug 01 09:58:55 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 0000000e
Aug 01 09:58:56 havoc-manjaro kernel: kauditd_printk_skb: 6 callbacks suppressed
Aug 01 09:59:00 havoc-manjaro kdeconnectd[1466]: kdeconnect.core: Could not query capabilities from notifications server
Aug 01 09:59:04 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 0000000f
Aug 01 09:59:05 havoc-manjaro kernel: kauditd_printk_skb: 11 callbacks suppressed
Aug 01 09:59:09 havoc-manjaro kwin_x11[1354]: kwin_core: XCB error: 152 (BadDamage), sequence: 2285, resource id: 18874428, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 01 09:59:09 havoc-manjaro kwin_x11[1354]: kwin_core: XCB error: 3 (BadWindow), sequence: 2303, resource id: 18874425, major code: 129 (SHAPE), minor code: 8 (GetRectangles)
Aug 01 09:59:12 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 00000010
Aug 01 09:59:12 havoc-manjaro kwin_x11[1354]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2361, resource id: 4194328, major code: 18 (ChangeProperty), minor code: 0
Aug 01 09:59:12 havoc-manjaro plasmashell[1410]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
Aug 01 09:59:12 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml:165:9: QML HiddenItemsView: Binding loop detected for property "implicitHeight"
Aug 01 09:59:17 havoc-manjaro plasmashell[1410]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Aug 01 09:59:20 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 00000011
Aug 01 09:59:28 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 00000012
Aug 01 09:59:31 havoc-manjaro kernel: kauditd_printk_skb: 5 callbacks suppressed
Aug 01 09:59:36 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 00000013
Aug 01 09:59:44 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 00000014
Aug 01 09:59:44 havoc-manjaro plasmashell[1410]: org.kde.plasma.pulseaudio: context kaput
Aug 01 09:59:44 havoc-manjaro plasmashell[1410]: file:///usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml:71:17: Unable to assign [undefined] to int
Aug 01 09:59:52 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 00000015
Aug 01 10:00:00 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 00000016
Aug 01 10:00:00 havoc-manjaro plasmashell[1410]: Trying to take space not available BasicAppletContainer_QMLTYPE_54_QML_74(0x5621f643faa0, parent=0x5621f60a9240, geometry=1632,330 176x240)
Aug 01 10:00:08 havoc-manjaro kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 00000017

the first logs you have a dumped core from xorg and also this:

kernel: NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x23:0xffff:1382)
kernel: NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0

this is not goodā€¦

the second logs have again these nvidia errors:

kernel: NVRM: Xid (PCI:0000:01:00): 16, pid='<unknown>', name=<unknown>, Head 00000000 Count 00000017

so it could be a kernel thing, try switching kernels: 5.18 and 5.10
it could be a nvidia driver thing, thats not much you can do with that ā€¦ but there were others with those init adapter failed logs, and downgrading the kernel/nvidia drivers helped
could be a hardware/linux thing, how is the nvidia connected via riser cable?

Yes. The Nvidia is currently connected via a riser cable that came with my case to sideways mount, which I was wondering about (except it seems to work in Windows).

Is there a downside to using the open-source drivers? I was trying to figure out how to get those working, and I could not find a good guide for that. i.e. nvidia-open or whatever it is

should have asked at the beginning about the riser cableā€¦ would saved us a lot of timeā€¦
for example using riser cable pcie 3 gen on pci 4 gen hardware is the problem, its not good on linuxā€¦ you could check pcie settings in bios and switch them from auto to gen3 etcā€¦

That makes sense. I might reconfigure my case to see about removing the cable for now.

so is the cable and the hardware different generation? you should be able to make them compatible in bios pcie speed from auto to gen3 for exampleā€¦ or maybe using a kernel parameter for that, but i dont know about that, would need to look it upā€¦

nvidia-smi output looks fine, errors on fan perf though.

Those are driver errors.

Might try reverting to the last driver.

Good find for the riser cable it is a good investigation piece. To simply discard any configuration, compatibility, or failure with the setup, I would definitely advice to remove the riser cable and plug the card directly in the motherboard to remove this whole part out of the equation so you are 100% sure all of this does not interfere.

I think itā€™s been doing that with all of the 515 kernel driver versions I have installed.