I don’t have a definitive answer just yet. However, I’m prototyping a utility to streamline driver assignment based on the GPU’s manufacturer and class ID. Notably, NVIDIA drivers rely on a specific class number, which simplifies identifying the right driver. This approach could improve the current method of assigning drivers.
I attempted the nvidia-drm
approach, making adjustments to the /boot/loader.conf
file, but it didn’t yield the desired results. I might revisit it later for another try.