You are not logged in.
After a random amount of time in certain games I get a gpu lockup with the following in journalctl
Aug 19 18:24:07 dagda kernel: NVRM: GPU at PCI:0000:01:00: GPU-49823a5e-68a0-a496-ed6a-a1fe9bb3f5d3
Aug 19 18:24:08 dagda kernel: NVRM: Xid (PCI:0000:01:00): 8, pid=33304, Channel 0000001e
Aug 19 18:24:08 dagda /usr/lib/gdm-x-session[1474]: (WW) NVIDIA: Wait for channel idle timed out.I think it's a driver issue, but I'm not too sure how to downgrade to 440 to test that because it needs a patch and when I tried i ran into dependency trouble
Offline
To downgrade nvidia and its nvidia-utils dependency:
sudo pacman -U https://archive.archlinux.org/packages/n/nvidia/{"nvidia-utils-440.82-2","nvidia-440.82-9"}-x86_64.pkg.tar.zstYou'll also need to downgrade the kernel. Assuming you're using the default linux kernel:
sudo pacman -U https://archive.archlinux.org/packages/l/linux/linux-5.6.8.arch1-1-x86_64.pkg.tar.zstOffline