You are not logged in.
Hi all. About a month ago I started experiencing seemingly random gnome crashes requiring re-login along with screen flickering during startup.
For examples, gnome crashes occasionally when
1. Logging in
2. Restoring chrome pages
3. Connecting a bluetooth device
4. Connecting a monitor
5. Randomly overnight
More info provided below - let me know if there is any other useful information I can provide or any specific core dumps to show.
Thank you!
/etc/default/grub:
# GRUB boot loader configuration
GRUB_DISABLE_SUBMENU=y
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet nvidia-drm.modeset=1 nvidia nvidia-drm.fbdev=1 pci=nomsi.noaer acpi_osi=linux irqpoll usbcore.autosuspend=-1"
GRUB_CMDLINE_LINUX=""
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Set to 'countdown' or 'hidden' to change timeout behavior,
# press ESC key to display menu.
GRUB_TIMEOUT_STYLE=menu
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT=true
# Uncomment to disable submenus in boot menu
#GRUB_DISABLE_SUBMENU=y
# Probing for other operating systems is disabled for security reasons. Read
# documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this
# functionality install os-prober and uncomment to detect and include other
# operating systems.
#GRUB_DISABLE_OS_PROBER=false
/etc/mkinitcpio.conf:
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(usbhid xhci_hcd)
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No RAID, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect modconf block filesystems fsck)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev modconf block filesystems fsck)
#
## This setup assembles a mdadm array with an encrypted root file system.
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
# HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
## This setup loads an lvm2 volume group.
# HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
## This will create a systemd based initramfs which loads an encrypted root filesystem.
# HOOKS=(base systemd autodetect modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr and fsck hooks.
HOOKS=(base udev autodetect microcode modconf keyboard keymap block kms filesystems fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used for Linux ≥ 5.9 and gzip compression is used for Linux < 5.9.
# Use 'cat' to create an uncompressed image.
COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
# MODULES_DECOMPRESS
# Decompress loadable kernel modules and their firmware during initramfs
# creation. Switch (yes/no).
# Enable to allow further decreasing image size when using high compression
# (e.g. xz -9e or zstd --long --ultra -22) at the expense of increased RAM usage
# at early boot.
# Note that any compressed files will be placed in the uncompressed early CPIO
# to avoid double compression.
#MODULES_DECOMPRESS="no"
dmesg | grep -i nvidia:
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=225dc1da-facd-41d9-91a8-cfb5c5fc8efc rw loglevel=3 quiet nvidia-drm.modeset=1 nvidia nvidia-drm.fbdev=1 pci=nomsi.noaer acpi_osi=linux irqpoll usbcore.autosuspend=-1
[ 0.049405] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=225dc1da-facd-41d9-91a8-cfb5c5fc8efc rw loglevel=3 quiet nvidia-drm.modeset=1 nvidia nvidia-drm.fbdev=1 pci=nomsi.noaer acpi_osi=linux irqpoll usbcore.autosuspend=-1
[ 0.049492] Unknown kernel command line parameters "nvidia BOOT_IMAGE=/vmlinuz-linux-lts", will be passed to user space.
[ 1.042514] nvidia
[ 1.150142] nvidia: loading out-of-tree module taints kernel.
[ 1.150149] nvidia: module license 'NVIDIA' taints kernel.
[ 1.150152] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 1.150153] nvidia: module license taints kernel.
[ 1.505439] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
[ 1.507020] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 1.550397] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 555.58.02 Tue Jun 25 01:39:15 UTC 2024
[ 2.084092] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 555.58.02 Tue Jun 25 01:10:21 UTC 2024
[ 2.090778] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[ 2.171895] nvidia-uvm: Loaded the UVM driver, major device number 235.
[ 2.174192] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 4.518769] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[ 4.519244] nvidia 0000:01:00.0: vgaarb: deactivate vga console
[ 4.700661] fbcon: nvidia-drmdrmfb (fb0) is primary device
[ 5.828169] nvidia 0000:01:00.0: [drm] fb0: nvidia-drmdrmfb frame buffer device
[ 9.427307] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input24
[ 9.447187] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input25
[ 9.567109] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input26
[ 9.567180] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input27
[ 107.477073] snd_rn_pci_acp3x r8169 ucsi_acpi aesni_intel snd_acp_config realtek snd videobuf2_common typec_ucsi sp5100_tco snd_soc_acpi vfat dcdbas mdio_devres ledtrig_audio crypto_simd squashfs fat cryptd rapl mc psmouse cfg80211 joydev pcspkr alienware_wmi sparse_keymap dell_wmi_descriptor nvidia_wmi_ec_backlight wmi_bmof typec snd_pci_acp3x ccp hid_logitech_hidpp ecdh_generic k10temp soundcore libphy i2c_piix4 roles cm32181 i2c_hid_acpi dell_rbtn industrialio i2c_hid amd_pmc rfkill mac_hid pkcs8_key_parser sg crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 hid_logitech_dj usbhid serio_raw atkbd libps2 nvme vivaldi_fmap nvme_core crc32c_intel xhci_pci i8042 xhci_pci_renesas nvme_common serio nvidia_drm(POE) nvidia_uvm(POE) nvidia_modeset(POE) video wmi nvidia(POE)
coredumpctl list:
Sun 2024-09-15 11:20:41 PDT 5816 1000 1000 SIGTRAP present /usr/lib/electron30/electron 6.9M
Sun 2024-09-15 11:20:42 PDT 5839 1000 1000 SIGTRAP present /usr/lib/slack/slack 12.8M
Sun 2024-09-15 11:20:42 PDT 5440 1000 1000 SIGABRT present /usr/lib/Xorg 3.1M
Sun 2024-09-15 11:37:30 PDT 835 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Sun 2024-09-15 11:39:06 PDT 3308 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:23:46 PDT 21401 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:23:54 PDT 21816 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:39:42 PDT 27651 1000 1000 SIGSEGV present /snap/asana-snap/2/asana-snap 3.6M
Sun 2024-09-15 12:39:42 PDT 1859 1000 1000 SIGTRAP present /usr/lib/electron30/electron 6.3M
Sun 2024-09-15 12:39:43 PDT 21678 1000 1000 SIGTRAP present /home/name/.local/share/spotify-launcher/install/usr/share/spotify/spotify 41.3M
Sun 2024-09-15 12:39:43 PDT 1452 1000 1000 SIGABRT present /usr/lib/Xorg 3.9M
Sun 2024-09-15 12:39:43 PDT 3549 1000 1000 SIGTRAP present /usr/lib/chromium/chromium 45.3M
Sun 2024-09-15 12:40:41 PDT 28302 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Sun 2024-09-15 12:42:34 PDT 30890 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:48:16 PDT 34783 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:48:17 PDT 35067 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:53:47 PDT 37348 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:53:48 PDT 37540 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:55:22 PDT 40133 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:55:27 PDT 40395 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 13:36:57 PDT 58968 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 13:39:54 PDT 60484 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 22:47:02 PDT 849 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Sun 2024-09-15 22:57:33 PDT 1965 1000 1000 SIGSEGV present /usr/lib/xdg-desktop-portal-gnome 2.3M
Sun 2024-09-15 22:57:41 PDT 2489 1000 1000 SIGSEGV present /snap/asana-snap/2/asana-snap 2.9M
Sun 2024-09-15 22:57:41 PDT 1668 1000 1000 SIGTRAP present /usr/lib/electron30/electron 5.7M
Sun 2024-09-15 22:57:42 PDT 1340 1000 1000 SIGABRT present /usr/lib/Xorg 2.7M
Sun 2024-09-15 22:57:42 PDT 1694 1000 1000 SIGTRAP present /usr/lib/slack/slack 10.9M
Sun 2024-09-15 22:58:08 PDT 3178 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Sun 2024-09-15 22:59:34 PDT 5115 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 22:59:34 PDT 5347 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 22:59:38 PDT 5523 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 22:59:39 PDT 5669 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 22:59:39 PDT 5738 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 22:59:40 PDT 5840 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
...skipping...
Thu 2024-09-12 10:31:32 PDT 884 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Thu 2024-09-12 10:31:36 PDT 2703 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Thu 2024-09-12 10:33:23 PDT 1492 1000 1000 SIGABRT present /usr/lib/Xorg 3.9M
Thu 2024-09-12 10:33:26 PDT 1922 1000 1000 SIGTRAP present /usr/lib/slack/slack 12.6M
Thu 2024-09-12 10:34:18 PDT 5165 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Thu 2024-09-12 10:36:59 PDT 7437 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Thu 2024-09-12 10:58:01 PDT 11551 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Thu 2024-09-12 10:59:03 PDT 12251 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Thu 2024-09-12 11:04:49 PDT 13224 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Thu 2024-09-12 11:06:09 PDT 13680 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Thu 2024-09-12 11:06:29 PDT 13956 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Thu 2024-09-12 13:00:59 PDT 28699 1000 1000 SIGABRT present /opt/zoom/zoom 10.3M
Thu 2024-09-12 14:06:24 PDT 33557 1000 1000 SIGABRT present /opt/zoom/zoom 10.3M
Thu 2024-09-12 14:36:17 PDT 35446 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Fri 2024-09-13 10:33:31 PDT 5866 1000 1000 SIGABRT present /usr/lib/Xorg 9.6M
Fri 2024-09-13 10:34:46 PDT 28095 1000 1000 SIGSEGV present /opt/zoom/zoom 43.6M
Fri 2024-09-13 10:34:52 PDT 130024 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Fri 2024-09-13 10:35:41 PDT 130232 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Fri 2024-09-13 10:35:44 PDT 132031 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Fri 2024-09-13 11:29:40 PDT 136900 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Fri 2024-09-13 11:31:35 PDT 137723 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Fri 2024-09-13 12:25:02 PDT 141688 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Fri 2024-09-13 12:25:09 PDT 141975 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Fri 2024-09-13 12:49:27 PDT 147226 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Fri 2024-09-13 13:11:47 PDT 152470 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Fri 2024-09-13 13:12:06 PDT 153284 1000 1000 SIGTRAP present /opt/zoom/zoom 10.3M
Sat 2024-09-14 21:32:56 PDT 858 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Sat 2024-09-14 21:32:57 PDT 2425 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sat 2024-09-14 21:34:26 PDT 2761 1000 1000 SIGSEGV present /snap/asana-snap/2/asana-snap 2.9M
Sat 2024-09-14 21:34:26 PDT 1661 1000 1000 SIGTRAP present /usr/lib/electron30/electron 5.6M
Sat 2024-09-14 21:34:27 PDT 1676 1000 1000 SIGTRAP present /usr/lib/slack/slack 12.6M
Sat 2024-09-14 21:34:28 PDT 1320 1000 1000 SIGABRT present /usr/lib/Xorg 3.3M
Sat 2024-09-14 21:34:52 PDT 4875 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Sat 2024-09-14 21:35:06 PDT 6829 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sat 2024-09-14 21:35:07 PDT 7108 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sat 2024-09-14 21:45:08 PDT 10950 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sat 2024-09-14 21:45:21 PDT 11331 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 11:20:41 PDT 5816 1000 1000 SIGTRAP present /usr/lib/electron30/electron 6.9M
Sun 2024-09-15 11:20:42 PDT 5839 1000 1000 SIGTRAP present /usr/lib/slack/slack 12.8M
Sun 2024-09-15 11:20:42 PDT 5440 1000 1000 SIGABRT present /usr/lib/Xorg 3.1M
Sun 2024-09-15 11:37:30 PDT 835 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Sun 2024-09-15 11:39:06 PDT 3308 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:23:46 PDT 21401 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:23:54 PDT 21816 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:39:42 PDT 27651 1000 1000 SIGSEGV present /snap/asana-snap/2/asana-snap 3.6M
Sun 2024-09-15 12:39:42 PDT 1859 1000 1000 SIGTRAP present /usr/lib/electron30/electron 6.3M
Sun 2024-09-15 12:39:43 PDT 21678 1000 1000 SIGTRAP present /home/name/.local/share/spotify-launcher/install/usr/share/spotify/spotify 41.3M
Sun 2024-09-15 12:39:43 PDT 1452 1000 1000 SIGABRT present /usr/lib/Xorg 3.9M
Sun 2024-09-15 12:39:43 PDT 3549 1000 1000 SIGTRAP present /usr/lib/chromium/chromium 45.3M
Sun 2024-09-15 12:40:41 PDT 28302 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Sun 2024-09-15 12:42:34 PDT 30890 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:48:16 PDT 34783 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:48:17 PDT 35067 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:53:47 PDT 37348 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:53:48 PDT 37540 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:55:22 PDT 40133 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 12:55:27 PDT 40395 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 13:36:57 PDT 58968 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 13:39:54 PDT 60484 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 22:47:02 PDT 849 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Sun 2024-09-15 22:57:33 PDT 1965 1000 1000 SIGSEGV present /usr/lib/xdg-desktop-portal-gnome 2.3M
Sun 2024-09-15 22:57:41 PDT 2489 1000 1000 SIGSEGV present /snap/asana-snap/2/asana-snap 2.9M
Sun 2024-09-15 22:57:41 PDT 1668 1000 1000 SIGTRAP present /usr/lib/electron30/electron 5.7M
Sun 2024-09-15 22:57:42 PDT 1340 1000 1000 SIGABRT present /usr/lib/Xorg 2.7M
Sun 2024-09-15 22:57:42 PDT 1694 1000 1000 SIGTRAP present /usr/lib/slack/slack 10.9M
Sun 2024-09-15 22:58:08 PDT 3178 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Sun 2024-09-15 22:59:34 PDT 5115 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 22:59:34 PDT 5347 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 22:59:38 PDT 5523 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 22:59:39 PDT 5669 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 22:59:39 PDT 5738 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 22:59:40 PDT 5840 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Sun 2024-09-15 23:19:38 PDT 10608 1000 1000 SIGSEGV present /usr/lib/dleyna-renderer-service 434.1K
Sun 2024-09-15 23:19:38 PDT 10449 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.1M
Sun 2024-09-15 23:19:39 PDT 10722 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Mon 2024-09-16 00:48:27 PDT 26364 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Mon 2024-09-16 01:00:14 PDT 28500 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Mon 2024-09-16 11:03:48 PDT 888 120 120 SIGABRT inaccessible /usr/lib/Xorg -
Mon 2024-09-16 11:03:49 PDT 2718 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Mon 2024-09-16 11:04:50 PDT 4900 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.1M
Mon 2024-09-16 11:08:55 PDT 5718 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Mon 2024-09-16 11:12:07 PDT 6352 1000 1000 SIGSEGV present /usr/lib/bijiben-shell-search-provider 3.2M
Offline
Your nvidia drivers are outdated and the 555xx series had known issues that should be fixed with 560, update your system, try to reproduce with an actually up to date kernel/driver set. (... Assuming this is a Wayland session, there are several improvements in the combination of newer nvidia drivers and kernels newer than 6.8 so you might want to test the current kernel rather than LTS as well)
In the dmesg dump we see the tail of a crash but no info on the crash. Should the issue persist when updated, please post a complete
sudo journalctl -b | curl -F 'file=@-' 0x0.st
and the link that generates.
PS: Your kernel cmdline has a standalone and broken nvidia param, and acpi_osi=linux is doing nothing at best, or actually counterproductive in the majority of cases, you might want to get rid of it.
Last edited by V1del (2024-09-16 19:18:56)
Offline
Thanks for the response - I've updated the nvidia drivers and removed the nvidia and acpi_osi=linux from the kernel cmdline.
The problem persists unfortunately.
Here are two journal outputs. The first is after updating nvidia drivers but before updating kernel cmdline, and the second after.
Offline
Usually every morning when I turn my monitors on Gnome has crashed. Today, it crashed a few minutes after turning on the monitors when opening google calendar. It also crashed during the day just now with no apparent reason.
Journal links:
Previous boot: http://0x0.st/X3YD.txt
Current boot: http://0x0.st/X3YI.txt
Would really appreciate any help because prior to this my system was extremely stable but now it's affecting my work.
Thank you! Please let me know if there is any other info I can provide.
Last edited by WorkingOnIt (2024-09-19 19:54:49)
Offline
I see a bunch of bijiben-related coredumps followed by dleyna-renderer dying.
Could this be related?
Came across this post where another user is getting bijiben coredumps, but doesn't seem to be causing any other issues: https://bbs.archlinux.org/viewtopic.php?id=295914
Offline
Sorry I didn't get back to this, most interesting here is
12:43:45 archlinux kernel: NVRM: GPU at PCI:0000:01:00: GPU-c10dc65f-69a3-731a-a93c-cbb81c1c0b0e
Sep 19 12:43:45 archlinux kernel: NVRM: Xid (PCI:0000:01:00): 119, pid=157021, name=kworker/u32:47, Timeout after 6s of waiting for RPC response from GPU0 GSP! Expected function 76 (GSP_RM_CONTROL) (0x2080205b 0x4).
Sep 19 12:43:45 archlinux kernel: NVRM: GPU0 GSP RPC buffer contains function 76 (GSP_RM_CONTROL) and data 0x000000002080205b 0x0000000000000004.
Sep 19 12:43:45 archlinux kernel: NVRM: GPU0 RPC history (CPU -> GSP):
Sep 19 12:43:45 archlinux kernel: NVRM: entry function data0 data1 ts_start ts_end duration actively_polling
Sep 19 12:43:45 archlinux kernel: NVRM: 0 76 GSP_RM_CONTROL 0x000000002080205b 0x0000000000000004 0x0006227e22271661 0x0000000000000000 y
Sep 19 12:43:45 archlinux kernel: NVRM: -1 47 UNLOADING_GUEST_DRIVE 0x0000000000000000 0x0000000000000000 0x0006227e20ad3632 0x0006227e20ae47f2 70080us
Sep 19 12:43:45 archlinux kernel: NVRM: -2 10 FREE 0x00000000c1e00396 0x0000000000000000 0x0006227e20ad33e1 0x0006227e20ad35ac 459us
Sep 19 12:43:45 archlinux kernel: NVRM: -3 10 FREE 0x000000000000000a 0x0000000000000000 0x0006227e20ad30f9 0x0006227e20ad33df 742us
Sep 19 12:43:45 archlinux kernel: NVRM: -4 10 FREE 0x000000000000000b 0x0000000000000000 0x0006227e20ad2d44 0x0006227e20ad2ee8 420us
Sep 19 12:43:45 archlinux kernel: NVRM: -5 10 FREE 0x0000000000000006 0x0000000000000000 0x0006227e20ad2a22 0x0006227e20ad2d3b 793us
Sep 19 12:43:45 archlinux kernel: NVRM: -6 10 FREE 0x0000000000000002 0x0000000000000000 0x0006227e20ad2036 0x0006227e20ad29f0 2490us
Sep 19 12:43:45 archlinux kernel: NVRM: -7 10 FREE 0x0000000000000005 0x0000000000000000 0x0006227e20ad1b48 0x0006227e20ad2030 1256us
Sep 19 12:43:45 archlinux kernel: NVRM: GPU0 RPC event history (CPU <- GSP):
Sep 19 12:43:45 archlinux kernel: NVRM: entry function data0 data1 ts_start ts_end duration during_incomplete_rpc
Sep 19 12:43:45 archlinux kernel: NVRM: 0 4108 UCODE_LIBOS_PRINT 0x0000000000000000 0x0000000000000000 0x0006227e20adae18 0x0006227e20adae19 1us
Sep 19 12:43:45 archlinux kernel: NVRM: -1 4128 GSP_POST_NOCAT_RECORD 0x0000000000000002 0x0000000000000028 0x0006227e20ad69f1 0x0006227e20ad69f5 4us
Sep 19 12:43:45 archlinux kernel: NVRM: -2 4111 PERF_BRIDGELESS_INFO_ 0x0000000000000000 0x0000000000000000 0x0006227e20abccce 0x0006227e20abcccf 1us
Sep 19 12:43:45 archlinux kernel: NVRM: -3 4099 POST_EVENT 0x0000000000000000 0x0000000000000000 0x0006227e20ab62c8 0x0006227e20ab62d9 17us
Sep 19 12:43:45 archlinux kernel: NVRM: -4 4099 POST_EVENT 0x0000000000000000 0x0000000000000000 0x0006227e20a6b70b 0x0006227e20a6b70c 1us
Sep 19 12:43:45 archlinux kernel: NVRM: -5 4099 POST_EVENT 0x0000000000000000 0x0000000000000000 0x0006227e20a6b6cd 0x0006227e20a6b6d3 6us
Sep 19 12:43:45 archlinux kernel: NVRM: -6 4128 GSP_POST_NOCAT_RECORD 0x0000000000000005 0x000000000120aae4 0x0006227e20a585f4 0x0006227e20a585f7 3us
Sep 19 12:43:45 archlinux kernel: NVRM: -7 4128 GSP_POST_NOCAT_RECORD 0x0000000000000005 0x000000000125ba50 0x0006227e20a57562 0x0006227e20a57564 2us
if you're on nvidia -- rather than nvidia-open -- you can disable that via
nvidia.NVreg_EnableGpuFirmware=0
on the kernel cmdline, there's also a bunch of weird metamode validation failures, what's in your /etc/X11/xorg.conf, and in doubt get rid of the file
Offline
Thanks. I added that parameter but doesn't seem to have helped unfortunately.
Below is my xorg.conf (generated by nvidia-xconfig). I would ideally rather use Wayland, but haven't been able to get past the black screen despite doing my best to follow the drm modesetting in the wiki.
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 560.35.03
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Offline
bijibibienji or whatever is gnome-notes, it should not be relevant here at all
Xorg crashes in libGLX_nvidia.so.0 => libnvidia-glcore.so
Sep 19 12:45:35 archlinux systemd-coredump[2492]: Process 855 (Xorg) of user 120 dumped core.
Stack trace of thread 855:
#0 0x00007210ba4bb3f4 n/a (libc.so.6 + 0x963f4)
#1 0x00007210ba462120 raise (libc.so.6 + 0x3d120)
#2 0x00007210ba4494c3 abort (libc.so.6 + 0x244c3)
#3 0x00005fd3d304cb00 OsAbort (Xorg + 0x14ab00)
#4 0x00005fd3d304ce3b FatalError (Xorg + 0x14ae3b)
#5 0x00005fd3d3044d46 n/a (Xorg + 0x142d46)
#6 0x00007210ba4621d0 n/a (libc.so.6 + 0x3d1d0)
#7 0x00007210b8048242 n/a (libnvidia-glcore.so.560.35.03 + 0xa48242)
#8 0x00007210b99157c7 n/a (libGLX_nvidia.so.0 + 0x517c7)
#9 0x00007210b9915eef n/a (libGLX_nvidia.so.0 + 0x51eef)
#10 0x00007210b99a6009 n/a (libGLX_nvidia.so.0 + 0xe2009)
#11 0x00007210ba464891 n/a (libc.so.6 + 0x3f891)
#12 0x00007210ba46495e exit (libc.so.6 + 0x3f95e)
#13 0x00007210ba44ae0f n/a (libc.so.6 + 0x25e0f)
#14 0x00007210ba44aecc __libc_start_main (libc.so.6 + 0x25ecc)
#15 0x00005fd3d2f325c5 _start (Xorg + 0x305c5)
ELF object binary architecture: AMD x86-64
Sep 19 12:44:30 archlinux /usr/lib/gdm-x-session[855]: (==) Using config file: "/etc/X11/xorg.conf"
Remove that file and the one you generated and every static x11 server config you may have elsewhere.
Sep 18 10:36:28 archlinux /usr/lib/gdm-x-session[908]: gnome-session-binary[908]: DEBUG(+): Enabling debugging
Disable that, it causes a massive amount of irrelevant noise that buries the signal
The other journal actually has
Sep 19 12:43:45 archlinux /usr/lib/gdm-x-session[156960]: (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
Sep 19 12:43:45 archlinux kernel: BUG: kernel NULL pointer dereference, address: 000000000000026c
Sep 19 12:43:45 archlinux kernel: #PF: supervisor read access in kernel mode
Sep 19 12:43:45 archlinux kernel: #PF: error_code(0x0000) - not-present page
Sep 19 12:43:45 archlinux kernel: PGD 0 P4D 0
Sep 19 12:43:45 archlinux kernel: Oops: 0000 [#1] PREEMPT SMP NOPTI
Sep 19 12:43:45 archlinux kernel: CPU: 4 PID: 157070 Comm: (sd-close) Tainted: P OE 6.6.51-1-lts #1 a1f45d3ca0217950120408617a18d75971dd4110
Sep 19 12:43:45 archlinux kernel: Hardware name: Alienware Alienware m15 Ryzen Ed. R5/06W7NY, BIOS 1.5.0 03/14/2022
Sep 19 12:43:45 archlinux kernel: RIP: 0010:_nv002358kms+0xae/0x1d0 [nvidia_modeset]
Sep 19 12:43:45 archlinux kernel: Code: c6 43 0c 00 89 43 08 49 8b 87 70 0a 00 00 48 8b 80 98 01 00 00 48 85 c0 74 a2 4c 89 ff e8 1a 94 bd f0 b9 04 00 00 00 48 63 f1 <8b> 7c f0 08 85 ff 74 62 48 8d 04 f0 0f b7 70 08 66 89 73 04 0f b7
Sep 19 12:43:45 archlinux kernel: RSP: 0018:ffffb0140dfc32f8 EFLAGS: 00010206
Sep 19 12:43:45 archlinux kernel: RAX: 0000000000000244 RBX: ffffb01403636108 RCX: 0000000000000004
Sep 19 12:43:45 archlinux kernel: RDX: 0000000000000f00 RSI: 0000000000000004 RDI: ffffb01400169008
Sep 19 12:43:45 archlinux kernel: RBP: ffffb0140dfc3338 R08: 0000000000000400 R09: 0000000000000400
Sep 19 12:43:45 archlinux kernel: R10: ffffb014031b6a84 R11: ffffb014031b6a84 R12: ffffb014001696b0
Sep 19 12:43:45 archlinux kernel: R13: ffffb014036360f0 R14: ffffb014001697f0 R15: ffffb01400169008
Sep 19 12:43:45 archlinux kernel: FS: 00007d283ec3a880(0000) GS:ffff9185efb00000(0000) knlGS:0000000000000000
Sep 19 12:43:45 archlinux kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 19 12:43:45 archlinux kernel: CR2: 000000000000026c CR3: 00000005e3b98000 CR4: 0000000000f50ee0
Sep 19 12:43:45 archlinux kernel: PKRU: 55555554
Sep 19 12:43:45 archlinux kernel: Call Trace:
Sep 19 12:43:45 archlinux kernel: <TASK>
Sep 19 12:43:45 archlinux kernel: ? __die+0x23/0x70
Sep 19 12:43:45 archlinux kernel: ? page_fault_oops+0x174/0x530
Sep 19 12:43:45 archlinux kernel: ? exc_page_fault+0x7f/0x180
Sep 19 12:43:45 archlinux kernel: ? asm_exc_page_fault+0x26/0x30
Sep 19 12:43:45 archlinux kernel: ? _nv002358kms+0xae/0x1d0 [nvidia_modeset 97690bc1a909d3b014154f643431d2bec7da2125]
Sep 19 12:43:45 archlinux kernel: ? _nv002358kms+0xa6/0x1d0 [nvidia_modeset 97690bc1a909d3b014154f643431d2bec7da2125]
Sep 19 12:43:45 archlinux kernel: _nv000091kms+0x119/0x160 [nvidia_modeset 97690bc1a909d3b014154f643431d2bec7da2125]
Sep 19 12:43:45 archlinux kernel: _nv002379kms+0x368/0x800 [nvidia_modeset 97690bc1a909d3b014154f643431d2bec7da2125]
Sep 19 12:43:45 archlinux kernel: _nv002952kms+0x12d/0x180 [nvidia_modeset 97690bc1a909d3b014154f643431d2bec7da2125]
Sep 19 12:43:45 archlinux kernel: _nv002662kms+0x149/0x210 [nvidia_modeset 97690bc1a909d3b014154f643431d2bec7da2125]
Sep 19 12:43:45 archlinux kernel: _nv002909kms+0x2162/0x48f0 [nvidia_modeset 97690bc1a909d3b014154f643431d2bec7da2125]
Sep 19 12:43:45 archlinux kernel: ? __rmqueue_pcplist+0x4b9/0xcb0
Sep 19 12:43:45 archlinux kernel: ? alloc_vmap_area+0x525/0x9d0
Sep 19 12:43:45 archlinux kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Sep 19 12:43:45 archlinux kernel: ? __vmalloc_node_range+0x49f/0x8a0
Sep 19 12:43:45 archlinux kernel: ? nvkms_alloc+0x83/0xa0 [nvidia_modeset 97690bc1a909d3b014154f643431d2bec7da2125]
Sep 19 12:43:45 archlinux kernel: ? _nv000352kms+0xf0/0xf0 [nvidia_modeset 97690bc1a909d3b014154f643431d2bec7da2125]
Sep 19 12:43:45 archlinux kernel: nvKmsIoctl+0xf9/0x270 [nvidia_modeset 97690bc1a909d3b014154f643431d2bec7da2125]
Sep 19 12:43:45 archlinux kernel: nvkms_ioctl_from_kapi_try_pmlock+0x64/0xb0 [nvidia_modeset 97690bc1a909d3b014154f643431d2bec7da2125]
Sep 19 12:43:45 archlinux kernel: _nv000022kms+0x350/0xa90 [nvidia_modeset 97690bc1a909d3b014154f643431d2bec7da2125]
Sep 19 12:43:45 archlinux kernel: ? drm_modeset_lock+0x3c/0xe0
Sep 19 12:43:45 archlinux kernel: nv_drm_atomic_apply_modeset_config.isra.0+0x73a/0x830 [nvidia_drm 91c9c0dc98f5ff4736f055dc45e570fa93bc7e82]
Sep 19 12:43:45 archlinux kernel: drm_atomic_check_only+0x5d1/0xa60
Sep 19 12:43:45 archlinux kernel: drm_atomic_commit+0x58/0xd0
Sep 19 12:43:45 archlinux kernel: ? __pfx___drm_printfn_info+0x10/0x10
Sep 19 12:43:45 archlinux kernel: drm_client_modeset_commit_atomic+0x203/0x250
Sep 19 12:43:45 archlinux kernel: drm_client_modeset_commit_locked+0x5a/0x160
Sep 19 12:43:45 archlinux kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Sep 19 12:43:45 archlinux kernel: drm_client_modeset_commit+0x25/0x40
Sep 19 12:43:45 archlinux kernel: drm_fb_helper_lastclose+0x49/0x80
Sep 19 12:43:45 archlinux kernel: drm_fbdev_generic_client_restore+0x11/0x20
Sep 19 12:43:45 archlinux kernel: drm_client_dev_restore+0x6c/0xc0
Sep 19 12:43:45 archlinux kernel: drm_release+0x13e/0x160
Sep 19 12:43:45 archlinux kernel: __fput+0xed/0x290
Sep 19 12:43:45 archlinux kernel: __x64_sys_close+0x3d/0x80
Sep 19 12:43:45 archlinux kernel: do_syscall_64+0x5a/0x80
Sep 19 12:43:45 archlinux kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Sep 19 12:43:45 archlinux kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Sep 19 12:43:45 archlinux kernel: ? do_fault+0x29e/0x4a0
Sep 19 12:43:45 archlinux kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Sep 19 12:43:45 archlinux kernel: ? __handle_mm_fault+0x79c/0xdb0
Sep 19 12:43:45 archlinux kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Sep 19 12:43:45 archlinux kernel: ? __count_memcg_events+0x42/0x90
Sep 19 12:43:45 archlinux kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Sep 19 12:43:45 archlinux kernel: ? count_memcg_events.constprop.0+0x1a/0x30
Sep 19 12:43:45 archlinux kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Sep 19 12:43:45 archlinux kernel: ? handle_mm_fault+0x1f2/0x350
Sep 19 12:43:45 archlinux kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Sep 19 12:43:45 archlinux kernel: ? do_user_addr_fault+0x30f/0x620
Sep 19 12:43:45 archlinux kernel: ? srso_alias_return_thunk+0x5/0xfbef5
Sep 19 12:43:45 archlinux kernel: ? exc_page_fault+0x7f/0x180
Sep 19 12:43:45 archlinux kernel: entry_SYSCALL_64_after_hwframe+0x78/0xe2
Sep 19 12:43:45 archlinux kernel: RIP: 0033:0x7d283e315c84
Sep 19 12:43:45 archlinux kernel: Code: 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 80 3d e5 83 0e 00 00 74 13 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 3c c3 0f 1f 00 55 48 89 e5 48 83 ec 10 89 7d
Sep 19 12:43:45 archlinux kernel: RSP: 002b:00007ffcb8116fd8 EFLAGS: 00000202 ORIG_RAX: 0000000000000003
Sep 19 12:43:45 archlinux kernel: RAX: ffffffffffffffda RBX: 000000000000000a RCX: 00007d283e315c84
Sep 19 12:43:45 archlinux kernel: RDX: 000061acb0794900 RSI: 00007d283e76467e RDI: 000000000000000a
Sep 19 12:43:45 archlinux kernel: RBP: 00007ffcb8116ff0 R08: 0000000000000007 R09: 0000000000000007
Sep 19 12:43:45 archlinux kernel: R10: 00007d283e328296 R11: 0000000000000202 R12: 000000000000000a
Sep 19 12:43:45 archlinux kernel: R13: 0000000000000411 R14: 0000000000000000 R15: 000061aaaabb7440
Sep 19 12:43:45 archlinux kernel: </TASK>
Sep 19 12:43:45 archlinux kernel: Modules linked in: uinput veth xt_conntrack xt_MASQUERADE nf_conntrack_netlink ip6table_nat ip6table_filter ip6_tables iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c xt_addrtype iptable_filter br_netfilter bridge overlay uhid snd_seq_dummy snd_hrtimer snd_seq rfcomm 8021q garp mrp stp llc cmac algif_hash algif_skcipher af_alg bnep hid_logitech_hidpp intel_rapl_msr joydev hid_logitech_dj mousedev intel_rapl_common snd_acp3x_rn snd_soc_dmic snd_acp3x_pdm_dma snd_sof_amd_vangogh snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp edac_mce_amd snd_sof_pci snd_sof_xtensa_dsp snd_ctl_led snd_sof snd_hda_codec_realtek btusb kvm_amd snd_sof_utils snd_hda_codec_generic snd_hda_codec_hdmi uvcvideo btrtl snd_soc_core videobuf2_vmalloc kvm btintel snd_hda_intel uvc snd_compress iwlmvm snd_usb_audio btbcm ac97_bus snd_intel_dspcfg videobuf2_memops snd_pcm_dmaengine snd_intel_sdw_acpi btmtk videobuf2_v4l2 snd_usbmidi_lib snd_pci_ps snd_hda_codec irqbypass snd_rpl_pci_acp6x snd_ump videodev
Sep 19 12:43:45 archlinux kernel: mac80211 crct10dif_pclmul snd_acp_pci bluetooth snd_hda_core crc32_pclmul snd_rawmidi snd_acp_legacy_common polyval_clmulni videobuf2_common snd_pci_acp6x snd_seq_device snd_hwdep polyval_generic libarc4 mc hid_multitouch ecdh_generic gf128mul snd_pcm snd_pci_acp5x r8169 ghash_clmulni_intel sha512_ssse3 snd_timer snd_rn_pci_acp3x iwlwifi realtek sha256_ssse3 ucsi_acpi snd_acp_config snd typec_ucsi mdio_devres vfat sha1_ssse3 snd_soc_acpi sp5100_tco dcdbas ledtrig_audio fat squashfs aesni_intel crypto_simd cryptd usbhid rapl sparse_keymap alienware_wmi cfg80211 psmouse dell_wmi_descriptor wmi_bmof typec pcspkr nvidia_wmi_ec_backlight ccp libphy soundcore snd_pci_acp3x i2c_piix4 k10temp cm32181 roles i2c_hid_acpi dell_rbtn i2c_hid industrialio amd_pmc rfkill mac_hid pkcs8_key_parser sg crypto_user fuse dm_mod loop nfnetlink bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 nvme vivaldi_fmap nvme_core crc32c_intel xhci_pci xhci_pci_renesas i8042 nvme_common serio
Sep 19 12:43:45 archlinux kernel: nvidia_drm(POE) nvidia_uvm(POE) nvidia_modeset(POE) video wmi nvidia(POE)
Sep 19 12:43:45 archlinux kernel: CR2: 000000000000026c
Sep 19 12:43:45 archlinux kernel: ---[ end trace 0000000000000000 ]---
Sep 19 12:43:45 archlinux kernel: RIP: 0010:_nv002358kms+0xae/0x1d0 [nvidia_modeset]
Sep 19 12:43:45 archlinux kernel: Code: c6 43 0c 00 89 43 08 49 8b 87 70 0a 00 00 48 8b 80 98 01 00 00 48 85 c0 74 a2 4c 89 ff e8 1a 94 bd f0 b9 04 00 00 00 48 63 f1 <8b> 7c f0 08 85 ff 74 62 48 8d 04 f0 0f b7 70 08 66 89 73 04 0f b7
Sep 19 12:43:45 archlinux kernel: RSP: 0018:ffffb0140dfc32f8 EFLAGS: 00010206
Sep 19 12:43:45 archlinux kernel: RAX: 0000000000000244 RBX: ffffb01403636108 RCX: 0000000000000004
Sep 19 12:43:45 archlinux kernel: RDX: 0000000000000f00 RSI: 0000000000000004 RDI: ffffb01400169008
Sep 19 12:43:45 archlinux kernel: RBP: ffffb0140dfc3338 R08: 0000000000000400 R09: 0000000000000400
Sep 19 12:43:45 archlinux kernel: R10: ffffb014031b6a84 R11: ffffb014031b6a84 R12: ffffb014001696b0
Sep 19 12:43:45 archlinux kernel: R13: ffffb014036360f0 R14: ffffb014001697f0 R15: ffffb01400169008
Sep 19 12:43:45 archlinux kernel: FS: 00007d283ec3a880(0000) GS:ffff9185efb00000(0000) knlGS:0000000000000000
Sep 19 12:43:45 archlinux kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 19 12:43:45 archlinux kernel: CR2: 000000000000026c CR3: 00000005e3b98000 CR4: 0000000000f50ee0
Sep 19 12:43:45 archlinux kernel: PKRU: 55555554
You've not applied "nvidia.NVreg_EnableGpuFirmware=0", do so.
Also test the behavior w/ the main kernel and check the integrity of
pacman -Qikk nvidia-lts nvidia-utils
Online