Unable to boot to desktop after latest update

Yes I did I replaced linux515-nvidia with nvidia-dkms

reruning update didnt show any errors?
post output from:
inxi -G && mhwd -l -li

No the updates didn’t show any error only with pacman didn’t compile anything with pamac.
This is the result from the chroot:

[manjaro /]# inxi -G
12Graphics:
  12Device-1 NVIDIA GP104BM [GeForce GTX 1080 Mobile] 12driver nouveau 12v kernel
  12Display 12server X.Org 12v 21.1.4 12driver 12X 12loaded nvidia 12gpu nouveau 12resolution 1920x1080~120Hz
  12API OpenGL 12v 4.3 Mesa 22.2.1 12renderer NV134

[manjaro /]# mhwd -l -li
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           video-linux            2018.05.04                true            PCI
          video-nvidia            2021.12.18               false            PCI


Warning: No installed USB configs!
> 0000:01:00.0 (0300:11ed:4eb2) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2021.11.04               false            PCI
    video-nvidia-470xx            2021.11.04               false            PCI
    video-nvidia-390xx            2021.11.26               false            PCI
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI

is this info from chroot?

yes once chrooted

it detects:

driver nouveau

instead of nvidia…
so from chroot uninstall this:
mhwd -r pci video-nvidia
mhwd -r pci video-linux
then post output from:
pacman -Qs nvidia
dont reboot

this is because the live usb is running on open source drivers so is running the kernel from the live usb not the drive one.

should I uninstall the nvidia drivers?

i see, so you booted the usb with open source drivers…
yes uninstall both the video linux, which you dont need anyway since you have only nvidia gpu, and uninstall also nvidia, and then post the pacman output

if I disable the nvidia gpu from the bios I can boot with intel integrated graphics so maybe not a good idea to remove them.

but from the inxi and mhwd command, there is no intel gpu detected … so the intel is disabled in bios than? if so disable the nvidia, and try booting with intel only, so that we can rule out nvidia…

yes I must choose between integrated gpu or discrete gpu.
This is however what happens if I try to remove nvidia drivers:

[manjaro /]# mhwd -r pci video-nvidia
> Removing video-nvidia...
Sourcing /etc/mhwd-x86_64.conf
Has lib32 support: true
Sourcing /var/lib/mhwd/local/pci/video-nvidia/MHWDCONFIG
Processing classid: 0300
Sourcing /var/lib/mhwd/scripts/include/0300
Processing classid: 0302
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing nvidia-utils breaks dependency 'nvidia-utils' required by cuda
:: removing nvidia-utils breaks dependency 'nvidia-utils=520.56.06' required by nvidia-dkms
:: removing nvidia-utils breaks dependency 'nvidia-utils' required by python-gpustat
Error: pacman failed!
Error: script failed!

ok, since you going to boot with intel only, you dont need to uninstall the drivers yet, until we check if its related to nvidia…
so just exit chroot, and switch to intel only and boot and see if it worked

tried with intel GPU but no luck at all. The only difference is that I see like a barcode of rainbows flash once and then the same pc logo. Maybe it’s still trying to load the nvidia drivers?

so its not related to nvidia…
if you didnt switched back to nvidia in bios, you can check again with:
inxi -G
to see that only intel gpu will be detected…
and is it important for you to be on unstable branch?

here’s with intel:

[manjaro ~]# inxi -G
Graphics:
  Device-1: Intel HD Graphics 530 driver: i915 v: kernel
  Display: x11 server: X.Org v: 21.1.4 driver: X: loaded: modesetting
    gpu: i915 resolution: 1920x1080~120Hz
  OpenGL: renderer: Mesa Intel HD Graphics 530 (SKL GT2) v: 4.6 Mesa 22.1.6

As far as I know AUR works better with unstable branch, this is the reason why I’m using it.

only intel is detected…
reinstall xorg, from chroot of course:
pacman -Qqn | grep xorg | pacman -S -
any errors post here…
if there are none, reboot and see if it helped…
if not check again logs from chroot:
journalctl -b-1 -p5 --no-pager
if there are again the xorg dumped cores, i would switch branch to testing…

No errors after reinstalling all xorg packages but issue still not fixed.
How should I try switching to testing? Which command?

first check if there are xorg dumps in the logs:
journalctl -b-1 -p5 --no-pager
if there are not, post output of the logs…

if there are the xorg core dumps, switch to testing:
pacman-mirrors --api --set-branch testing
pacman-mirrors --fasttrack 5 && pacman -Syyuu

The previous log was this:

Here’s the other:


[manjaro /]# journalctl -b-1 -p 5 --no-pager
Nov 06 10:40:51 manjaro kernel: Linux version 6.0.7-2-MANJARO (builduser@fv-az453-380) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Sun Nov 6 00:09:09 UTC 2022
Nov 06 10:40:51 manjaro kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.0-x86_64 root=UUID=d08a12f2-5df3-11ed-9b6a-0242ac120002 rw quiet cryptdevice=UUID=eb5b1ce8-5df3-11ed-9b6a-0242ac120002:luks-eb5b1ce8-5df3-11ed-9b6a-0242ac120002 root=/dev/mapper/luks-eb5b1ce8-5df3-11ed-9b6a-0242ac120002 apparmor=1 security=apparmor udev.log_priority=3
Nov 06 10:40:51 manjaro kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.0-x86_64 cryptdevice=UUID=eb5b1ce8-5df3-11ed-9b6a-0242ac120002:luks-eb5b1ce8-5df3-11ed-9b6a-0242ac120002", will be passed to user space.
Nov 06 10:40:51 manjaro kernel: random: crng init done
Nov 06 10:40:51 manjaro kernel: x86/cpu: SGX disabled by BIOS.
Nov 06 10:40:51 manjaro kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Nov 06 10:40:51 manjaro kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Nov 06 10:40:51 manjaro kernel:  #5 #6 #7
Nov 06 10:40:51 manjaro kernel: audit: type=2000 audit(1667752844.016:1): state=initialized audit_enabled=0 res=1
Nov 06 10:40:51 manjaro kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Nov 06 10:40:51 manjaro kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 06 10:40:51 manjaro kernel: pci 0000:05:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format)
Nov 06 10:40:51 manjaro kernel: SCSI subsystem initialized
Nov 06 10:40:51 manjaro kernel: VFS: Disk quotas dquot_6.6.0
Nov 06 10:40:51 manjaro kernel: Initialise system trusted keyrings
Nov 06 10:40:51 manjaro kernel: Key type blacklist registered
Nov 06 10:40:51 manjaro kernel: integrity: Platform Keyring initialized
Nov 06 10:40:51 manjaro kernel: integrity: Machine keyring initialized
Nov 06 10:40:51 manjaro kernel: Key type asymmetric registered
Nov 06 10:40:51 manjaro kernel: Asymmetric key parser 'x509' registered
Nov 06 10:40:51 manjaro kernel: hpet_acpi_add: no address or irqs in _CRS
Nov 06 10:40:51 manjaro kernel: Loading compiled-in X.509 certificates
Nov 06 10:40:51 manjaro kernel: Loaded X.509 cert 'Build time autogenerated kernel key: fbd38246adeeace498a7d5c7c029df39432a6e89'
Nov 06 10:40:51 manjaro kernel: Key type ._fscrypt registered
Nov 06 10:40:51 manjaro kernel: Key type .fscrypt registered
Nov 06 10:40:51 manjaro kernel: Key type fscrypt-provisioning registered
Nov 06 10:40:51 manjaro kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Nov 06 10:40:51 manjaro kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Nov 06 10:40:51 manjaro kernel: ACPI: battery: [Firmware Bug]: (dis)charge rate invalid.
Nov 06 10:40:51 manjaro kernel: ata4.00: supports DRM functions and may not be fully accessible
Nov 06 10:40:51 manjaro kernel: ata4.00: supports DRM functions and may not be fully accessible
Nov 06 10:40:51 manjaro kernel: scsi 3:0:0:0: Direct-Access     ATA      SSD PQ: 0 ANSI: 5
Nov 06 10:40:51 manjaro kernel: sd 3:0:0:0: [sda] xx 512-byte logical blocks: (1.00 TB/x TiB)
Nov 06 10:40:51 manjaro kernel: sd 3:0:0:0: [sda] Write Protect is off
Nov 06 10:40:51 manjaro kernel: sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 06 10:40:51 manjaro kernel: sd 3:0:0:0: [sda] supports TCG Opal
Nov 06 10:40:51 manjaro kernel: sd 3:0:0:0: [sda] Attached SCSI disk
Nov 06 10:40:51 manjaro kernel: usb: port power management may be unreliable
Nov 06 10:40:51 manjaro kernel: Key type encrypted registered
Nov 06 10:40:51 manjaro kernel: scsi 4:0:0:0: Direct-Access     Kingston      0    PQ: 0 ANSI: 6
Nov 06 10:40:51 manjaro kernel: sd 4:0:0:0: [sdb] x 512-byte logical blocks: (xx TB/xxx GiB)
Nov 06 10:40:51 manjaro kernel: sd 4:0:0:0: [sdb] Write Protect is off
Nov 06 10:40:51 manjaro kernel: sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 06 10:40:51 manjaro kernel: sd 4:0:0:0: [sdb] Attached SCSI disk
Nov 06 10:40:51 manjaro systemd[1]: Configuration file /etc/systemd/system/piavpn.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Nov 06 10:40:51 manjaro kernel: audit: type=1130 audit(1667749251.529:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:40:51 manjaro kernel: audit: type=1131 audit(1667749251.529:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:40:51 manjaro kernel: sd 3:0:0:0: Attached scsi generic sg0 type 0
Nov 06 10:40:51 manjaro kernel: sd 4:0:0:0: Attached scsi generic sg1 type 0
Nov 06 10:40:51 manjaro kernel: audit: type=1130 audit(1667749251.549:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:40:51 manjaro kernel: vboxdrv: loading out-of-tree module taints kernel.
Nov 06 10:40:51 manjaro kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Nov 06 10:40:51 manjaro kernel: audit: type=1130 audit(1667749251.589:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:40:51 manjaro kernel: VBoxNetAdp: Successfully started.
Nov 06 10:40:51 manjaro kernel: VBoxNetFlt: Successfully started.
Nov 06 10:40:51 manjaro kernel: audit: type=1130 audit(1667749251.609:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:40:51 manjaro kernel: audit: type=1400 audit(1667749251.615:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=351 comm="apparmor_parser"
Nov 06 10:40:51 manjaro kernel: audit: type=1300 audit(1667749251.615:7): arch=c000003e syscall=1 success=yes exit=19570 a0=6 a1=55fe9773ddb0 a2=4c72 a3=0 items=0 ppid=347 pid=351 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj=unconfined key=(null)
Nov 06 10:40:51 manjaro kernel: audit: type=1327 audit(1667749251.615:7): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64
Nov 06 10:40:51 manjaro kernel: audit: type=1400 audit(1667749251.619:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=351 comm="apparmor_parser"
Nov 06 10:40:51 manjaro kernel: audit: type=1300 audit(1667749251.619:8): arch=c000003e syscall=1 success=yes exit=17729 a0=6 a1=55fe9784e0e0 a2=4541 a3=0 items=0 ppid=347 pid=351 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj=unconfined key=(null)
Nov 06 10:40:52 manjaro kernel: nvidia: module license 'NVIDIA' taints kernel.
Nov 06 10:40:52 manjaro kernel: Disabling lock debugging due to kernel taint
Nov 06 10:40:52 manjaro kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
Nov 06 10:40:52 manjaro kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
Nov 06 10:40:52 manjaro kernel:
Nov 06 10:40:52 manjaro kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  520.56.06  Thu Oct  6 21:38:55 UTC 2022
Nov 06 10:40:53 manjaro kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 06 10:40:53 manjaro kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 06 10:40:53 manjaro kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Nov 06 10:40:54 manjaro kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Nov 06 10:40:55 manjaro kernel: ZFS: Loaded module v2.1.6-1, ZFS pool version 5000, ZFS filesystem version 5
Nov 06 10:40:55 manjaro systemd[1]: System is tainted: local-hwclock
Nov 06 10:40:55 manjaro systemd[911]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Nov 06 10:40:55 manjaro polkitd[915]: Loading rules from directory /etc/polkit-1/rules.d
Nov 06 10:40:55 manjaro polkitd[915]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 06 10:40:55 manjaro polkitd[915]: Finished loading, compiling and executing 9 rules
Nov 06 10:40:55 manjaro polkitd[915]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 06 10:40:55 manjaro bluetoothd[911]: Failed to set mode: Failed (0x03)
Nov 06 10:40:56 manjaro libvirtd[1053]: Libvirt doesn't support VirtualBox API version 7000002
Nov 06 10:40:56 manjaro kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
Nov 06 10:40:56 manjaro kernel: kauditd_printk_skb: 251 callbacks suppressed
Nov 06 10:40:56 manjaro kernel: audit: type=1130 audit(1667749256.849:127): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=vmware-networks comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:40:56 manjaro wpa_supplicant[1121]: Successfully initialized wpa_supplicant
Nov 06 10:40:56 manjaro kernel: audit: type=1130 audit(1667749256.862:128): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:40:57 manjaro kernel: audit: type=1130 audit(1667749257.249:129): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:40:57 manjaro kernel: audit: type=1130 audit(1667749257.392:130): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-backlight@backlight:nvidia_0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:40:57 manjaro kernel: audit: type=1325 audit(1667749257.859:131): table=filter:2 family=2 entries=2 op=nft_register_chain pid=1679 subj=unconfined comm="iptables"
Nov 06 10:40:57 manjaro kernel: audit: type=1300 audit(1667749257.859:131): arch=c000003e syscall=46 success=yes exit=132 a0=3 a1=7ffde4b17be0 a2=0 a3=7ffde4b17bcc items=0 ppid=1678 pid=1679 auid=4294967295 uid=0 gid=1001 euid=0 suid=0 fsuid=0 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" subj=unconfined key=(null)
Nov 06 10:40:57 manjaro kernel: audit: type=1327 audit(1667749257.859:131): proctitle=69707461626C6573002D77002D4E0070696176706E2E616E63686F7273002D740066696C746572
Nov 06 10:40:57 manjaro kernel: audit: type=1325 audit(1667749257.865:132): table=filter:3 family=10 entries=2 op=nft_register_chain pid=1681 subj=unconfined comm="ip6tables"
Nov 06 10:40:57 manjaro kernel: audit: type=1300 audit(1667749257.865:132): arch=c000003e syscall=46 success=yes exit=132 a0=3 a1=7ffcfbe9d4e0 a2=0 a3=7ffcfbe9d4cc items=0 ppid=1680 pid=1681 auid=4294967295 uid=0 gid=1001 euid=0 suid=0 fsuid=0 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" subj=unconfined key=(null)
Nov 06 10:40:57 manjaro kernel: audit: type=1327 audit(1667749257.865:132): proctitle=6970367461626C6573002D77002D4E0070696176706E2E616E63686F7273002D740066696C746572
Nov 06 10:40:59 manjaro systemd-coredump[2216]: [LNK] Process 1077 (Xorg) of user 0 dumped core.

                                                Stack trace of thread 1077:
                                                #0  0x00007f0d8127664c n/a (libc.so.6 + 0x8864c)
                                                #1  0x00007f0d81226958 raise (libc.so.6 + 0x38958)
                                                #2  0x00007f0d8121053d abort (libc.so.6 + 0x2253d)
                                                #3  0x000055c748e55910 OsAbort (Xorg + 0x157910)
                                                #4  0x000055c748e572b3 FatalError (Xorg + 0x1592b3)
                                                #5  0x000055c748e5cc4c n/a (Xorg + 0x15ec4c)
                                                #6  0x00007f0d81226a00 n/a (libc.so.6 + 0x38a00)
                                                #7  0x000055c748e6954b xf86OptionValue (Xorg + 0x16b54b)
                                                #8  0x00007f0d808802f1 n/a (libvnc.so + 0x3d2f1)
                                                #9  0x000055c748d48f69 InitExtensions (Xorg + 0x4af69)
                                                #10 0x000055c748d3c094 n/a (Xorg + 0x3e094)
                                                #11 0x00007f0d81211290 n/a (libc.so.6 + 0x23290)
                                                #12 0x00007f0d8121134a __libc_start_main (libc.so.6 + 0x2334a)
                                                #13 0x000055c748d3d4b5 _start (Xorg + 0x3f4b5)
                                                ELF object binary architecture: AMD x86-64
Nov 06 10:40:59 manjaro sddm[1057]: Failed to read display number from pipe
Nov 06 10:40:59 manjaro sddm[1057]: Attempt 1 starting the Display server on vt 1 failed
Nov 06 10:41:03 manjaro kernel: kauditd_printk_skb: 1054 callbacks suppressed
Nov 06 10:41:03 manjaro kernel: audit: type=1701 audit(1667749263.812:491): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined pid=2852 comm="Xorg" exe="/usr/lib/Xorg" sig=6 res=1
Nov 06 10:41:03 manjaro kernel: audit: type=1334 audit(1667749263.819:492): prog-id=26 op=LOAD
Nov 06 10:41:03 manjaro kernel: audit: type=1334 audit(1667749263.819:493): prog-id=27 op=LOAD
Nov 06 10:41:03 manjaro kernel: audit: type=1334 audit(1667749263.819:494): prog-id=28 op=LOAD
Nov 06 10:41:03 manjaro kernel: audit: type=1130 audit(1667749263.842:495): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-coredump@1-2856-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:41:03 manjaro systemd-coredump[2857]: [LNK] Process 2852 (Xorg) of user 0 dumped core.

                                                Stack trace of thread 2852:
                                                #0  0x00007f6a9052964c n/a (libc.so.6 + 0x8864c)
                                                #1  0x00007f6a904d9958 raise (libc.so.6 + 0x38958)
                                                #2  0x00007f6a904c353d abort (libc.so.6 + 0x2253d)
                                                #3  0x000055e364696910 OsAbort (Xorg + 0x157910)
                                                #4  0x000055e3646982b3 FatalError (Xorg + 0x1592b3)
                                                #5  0x000055e36469dc4c n/a (Xorg + 0x15ec4c)
                                                #6  0x00007f6a904d9a00 n/a (libc.so.6 + 0x38a00)
                                                #7  0x000055e3646aa54b xf86OptionValue (Xorg + 0x16b54b)
                                                #8  0x00007f6a8fb332f1 n/a (libvnc.so + 0x3d2f1)
                                                #9  0x000055e364589f69 InitExtensions (Xorg + 0x4af69)
                                                #10 0x000055e36457d094 n/a (Xorg + 0x3e094)
                                                #11 0x00007f6a904c4290 n/a (libc.so.6 + 0x23290)
                                                #12 0x00007f6a904c434a __libc_start_main (libc.so.6 + 0x2334a)
                                                #13 0x000055e36457e4b5 _start (Xorg + 0x3f4b5)
                                                ELF object binary architecture: AMD x86-64
Nov 06 10:41:03 manjaro kernel: audit: type=1131 audit(1667749263.985:496): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-coredump@1-2856-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:41:03 manjaro sddm[1057]: Failed to read display number from pipe
Nov 06 10:41:04 manjaro sddm[1057]: Attempt 2 starting the Display server on vt 1 failed
Nov 06 10:41:04 manjaro kernel: audit: type=1334 audit(1667749264.102:497): prog-id=0 op=UNLOAD
Nov 06 10:41:04 manjaro kernel: audit: type=1334 audit(1667749264.102:498): prog-id=0 op=UNLOAD
Nov 06 10:41:04 manjaro kernel: audit: type=1334 audit(1667749264.102:499): prog-id=0 op=UNLOAD
Nov 06 10:41:06 manjaro kernel: audit: type=1131 audit(1667749266.212:500): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:41:08 manjaro systemd-coredump[2870]: [LNK] Process 2865 (Xorg) of user 0 dumped core.

                                                Stack trace of thread 2865:
                                                #0  0x00007faf82c2964c n/a (libc.so.6 + 0x8864c)
                                                #1  0x00007faf82bd9958 raise (libc.so.6 + 0x38958)
                                                #2  0x00007faf82bc353d abort (libc.so.6 + 0x2253d)
                                                #3  0x00005565767da910 OsAbort (Xorg + 0x157910)
                                                #4  0x00005565767dc2b3 FatalError (Xorg + 0x1592b3)
                                                #5  0x00005565767e1c4c n/a (Xorg + 0x15ec4c)
                                                #6  0x00007faf82bd9a00 n/a (libc.so.6 + 0x38a00)
                                                #7  0x00005565767ee54b xf86OptionValue (Xorg + 0x16b54b)
                                                #8  0x00007faf822332f1 n/a (libvnc.so + 0x3d2f1)
                                                #9  0x00005565766cdf69 InitExtensions (Xorg + 0x4af69)
                                                #10 0x00005565766c1094 n/a (Xorg + 0x3e094)
                                                #11 0x00007faf82bc4290 n/a (libc.so.6 + 0x23290)
                                                #12 0x00007faf82bc434a __libc_start_main (libc.so.6 + 0x2334a)
                                                #13 0x00005565766c24b5 _start (Xorg + 0x3f4b5)
                                                ELF object binary architecture: AMD x86-64
Nov 06 10:41:08 manjaro sddm[1057]: Failed to read display number from pipe
Nov 06 10:41:08 manjaro sddm[1057]: Attempt 3 starting the Display server on vt 1 failed
Nov 06 10:41:08 manjaro sddm[1057]: Could not start Display server on vt 1
Nov 06 10:41:25 manjaro kernel: kauditd_printk_skb: 9 callbacks suppressed
Nov 06 10:41:25 manjaro kernel: audit: type=1131 audit(1667749285.852:510): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:41:25 manjaro kernel: audit: type=1334 audit(1667749285.992:511): prog-id=0 op=UNLOAD
Nov 06 10:41:25 manjaro kernel: audit: type=1334 audit(1667749285.992:512): prog-id=0 op=UNLOAD
Nov 06 10:41:25 manjaro kernel: audit: type=1334 audit(1667749285.992:513): prog-id=0 op=UNLOAD
Nov 06 10:41:26 manjaro kernel: audit: type=1131 audit(1667749286.132:514): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:41:26 manjaro kernel: audit: type=1334 audit(1667749286.165:515): prog-id=0 op=UNLOAD
Nov 06 10:41:26 manjaro kernel: audit: type=1334 audit(1667749286.165:516): prog-id=0 op=UNLOAD
Nov 06 10:41:26 manjaro kernel: audit: type=1334 audit(1667749286.165:517): prog-id=0 op=UNLOAD
Nov 06 10:41:29 manjaro kernel: audit: type=1334 audit(1667749289.145:518): prog-id=32 op=LOAD
Nov 06 10:41:29 manjaro kernel: audit: type=1334 audit(1667749289.145:519): prog-id=33 op=LOAD
Nov 06 10:41:59 manjaro kernel: kauditd_printk_skb: 2 callbacks suppressed
Nov 06 10:41:59 manjaro kernel: audit: type=1131 audit(1667749319.259:522): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:41:59 manjaro kernel: audit: type=1334 audit(1667749319.285:523): prog-id=0 op=UNLOAD
Nov 06 10:41:59 manjaro kernel: audit: type=1334 audit(1667749319.285:524): prog-id=0 op=UNLOAD
Nov 06 10:41:59 manjaro kernel: audit: type=1334 audit(1667749319.285:525): prog-id=0 op=UNLOAD
Nov 06 10:42:56 manjaro kernel: audit: type=1131 audit(1667749376.522:526): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:42:58 manjaro systemd-logind[918]: System is powering down.
Nov 06 10:42:58 manjaro sddm[1057]: Signal received: SIGTERM
Nov 06 10:42:58 manjaro kernel: audit: type=1131 audit(1667749378.939:527): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-machined comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:42:58 manjaro kernel: audit: type=1131 audit(1667749378.942:528): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:42:58 manjaro kernel: audit: type=1131 audit(1667749378.942:529): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:42:58 manjaro kernel: audit: type=1131 audit(1667749378.942:530): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:42:58 manjaro kernel: audit: type=1131 audit(1667749378.965:531): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:42:58 manjaro kernel: audit: type=1131 audit(1667749378.992:532): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:42:59 manjaro kernel: audit: type=1131 audit(1667749379.012:533): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:42:59 manjaro kernel: audit: type=1131 audit(1667749379.012:534): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:42:59 manjaro kernel: audit: type=1131 audit(1667749379.015:535): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:43:01 manjaro wpa_supplicant[1121]: p2p-dev-wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 06 10:43:01 manjaro wpa_supplicant[1121]: p2p-dev-wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 06 10:43:01 manjaro wpa_supplicant[1121]: nl80211: deinit ifname=p2p-dev-wlp3s0 disabled_11b_rates=0
Nov 06 10:43:01 manjaro wpa_supplicant[1121]: p2p-dev-wlp3s0: CTRL-EVENT-TERMINATING
Nov 06 10:43:01 manjaro wpa_supplicant[1121]: wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 06 10:43:01 manjaro wpa_supplicant[1121]: wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 06 10:43:01 manjaro wpa_supplicant[1121]: nl80211: deinit ifname=wlp3s0 disabled_11b_rates=0
Nov 06 10:43:01 manjaro wpa_supplicant[1121]: wlp3s0: CTRL-EVENT-TERMINATING
Nov 06 10:43:01 manjaro kernel: kauditd_printk_skb: 639 callbacks suppressed
Nov 06 10:43:01 manjaro kernel: audit: type=1131 audit(1667749381.699:757): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:43:01 manjaro kernel: audit: type=1131 audit(1667749381.712:758): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:43:01 manjaro kernel: audit: type=1131 audit(1667749381.749:759): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:43:01 manjaro kernel: audit: type=1131 audit(1667749381.752:760): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:43:01 manjaro kernel: audit: type=1128 audit(1667749381.755:761): pid=3796 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Nov 06 10:43:01 manjaro kernel: audit: type=1131 audit(1667749381.759:762): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:43:01 manjaro kernel: audit: type=1131 audit(1667749381.759:763): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-backlight@backlight:nvidia_0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:43:01 manjaro kernel: audit: type=1131 audit(1667749381.762:764): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:43:01 manjaro kernel: audit: type=1131 audit(1667749381.765:766): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 10:43:01 manjaro systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount: Mount process exited, code=exited, status=32/n/a
Nov 06 10:43:01 manjaro systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount: Failed with result 'exit-code'.
Nov 06 10:43:01 manjaro systemd[1]: Shutting down.

yes you have the xorg dumps, so switch branch and hopefully it will help