保留 nvidia-470xx 但使用 nouveau 驱动时 dmesg 一直有 NVRM 的错误

我保留了 nvidia-470xx-utils nvidia-470xx-dkms 等包,并且安装了 vulkan-nouveau lib32-vulkan-nouveau 驱动

且在 /usr/lib/modprobe.d/nvidia-470xx-utils.conf 中注释了 blacklist nouveau

/usr/lib/modules-load.d/nvidia-470xx-utils.conf 中注释了 nvidia-uvm

/etc/mkinitcpio.conf 中的 MODULES 添加了 nouveau 并且重新 mkinitcpio

虽然重启后可以正常使用 nouveau 驱动,但是 dmesg 中一直有以下内容存在:

nvidia-nvlink: Nvlink Core is being initialized, major device number 234
NVRM: The NVIDIA probe routine was not called for 1 device(s).
NVRM: This can occur when a driver such as: 
NVRM: nouveau, rivafb, nvidiafb or rivatv 
NVRM: was loaded and obtained ownership of the NVIDIA device(s).
NVRM: Try unloading the conflicting kernel module (and/or
NVRM: reconfigure your kernel without the conflicting
NVRM: driver(s)), then try loading the NVIDIA kernel module
NVRM: again.
NVRM: No NVIDIA devices probed.
nvidia-nvlink: Unregistered the Nvlink Core, major device number 234

请问该怎么解决..?