📝 Note of race condition introduced by wrong config

This commit is contained in:
z3rOR0ne 2024-01-30 15:14:07 -08:00
parent d9369f39be
commit ff2cac515b

View file

@ -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 && \