You are not logged in.
Q. For the nvidia GP106GL, is there a clear recommendation to use nvida vs nouveau? Or is this one of those things that I just have to try and see which works better?
$ lspci -k | grep -A 2 -E "(VGA|3D)"
----------------------------------------------------
b3:00.0 VGA compatible controller: NVIDIA Corporation GP106GL [Quadro P2200] (rev a1)
Subsystem: Dell GP106GL [Quadro P2200]
Kernel driver in use: nvidiaI replaced nouveau with nvidia (trying to fix a problem that might not have been related to nouveau at all). The result was an extremely large (and unusable) console font, which I eventually fixed by
removing kms from the mkinitcpio HOOKS array, and
adding (nvidia nvidia_modeset nvidia_uvm nvidia_drm) to the MODULES array
Q. Do all (4) of those nvidia modules work together? Or do I need to test them one at a time to see which ones are necessary?
Q. Does adding those module to the MODULES array do the same thing as setting nvidia_drm.modeset=1 in the kernel parameters?
# cat /sys/module/nvidia_drm/parameters/modeset
NCheers,
Last edited by dakota (2024-02-27 05:12:04)
"Before Enlightenment chop wood, carry water. After Enlightenment chop wood, carry water." -- Zen proverb
Offline
Nouveau is basically never the better choice with nvidia, if you aren't in it for ideological open source reasons, use the proprietary driver.
Yes they do and no you don't generally need to test anything yourself here, you need all of them in one form or another but the exact relevance is mostly transparent to you as an user (e.g. nvidia_uvm is required for computing/CUDA and NVENC/NVDEC usecases)
It does not, you normally do both of these things. Having it in the initramfs simply makes sure they can be loaded early, you're generally strongly reccommended to have that parameter so you get rid of the simpledrm device that can break proper monitor detection.
Offline
Thank you!
"Before Enlightenment chop wood, carry water. After Enlightenment chop wood, carry water." -- Zen proverb
Offline