From ff2cac515bc723fa1bdb192890752dbd352098a7 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 30 Jan 2024 15:14:07 -0800 Subject: [PATCH] :memo: Note of race condition introduced by wrong config --- wayland_with_nvidia.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wayland_with_nvidia.md b/wayland_with_nvidia.md index 111f9d48..9f8aad38 100644 --- a/wayland_with_nvidia.md +++ b/wayland_with_nvidia.md @@ -131,7 +131,8 @@ doas grub-mkconfig -o /boot/grub/grub.cfg ``` 4. Probably overkill, but also set it in the kernel modules as well (don't - bother with this): + bother with this!! Caused xorg to have bad race condition when utilized with + other options, currently conferring with Artix team): ``` doas touch /etc/modprobe.d/nvidia_drm.conf && \