You are not logged in.

#26 2026-05-05 10:15:44

niko787
Member
Registered: 2022-03-10
Posts: 18

Re: [Solved] Problem installing legacy nvidia drivers

This is the output of the two commands:

[demo@demo-hp ~]$ modprobe -c | grep -v alias  | grep -E 'nvidia|nouveau'
blacklist nouveau
blacklist nouveau
options nouveau modeset=0
options nvidia_drm modeset=1
[demo@demo-hp ~]$ pacman -Ql  nvidia-390xx-utils | grep modprobe
nvidia-390xx-utils /usr/bin/nvidia-modprobe
nvidia-390xx-utils /usr/lib/modprobe.d/
nvidia-390xx-utils /usr/lib/modprobe.d/nvidia-390xx-utils.conf
nvidia-390xx-utils /usr/share/man/man1/nvidia-modprobe.1.gz

Offline

#27 2026-05-05 14:49:04

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,272

Re: [Solved] Problem installing legacy nvidia drivers

You're now blacklisting nouveau twice, "nouveau modeset=0" is pointless since it's blacklisted and "options nvidia_drm modeset=1" is as expected and means that the "nvidia_drm.modeset=1" should™ eb redundant.

Offline

#28 2026-05-05 19:58:50

niko787
Member
Registered: 2022-03-10
Posts: 18

Re: [Solved] Problem installing legacy nvidia drivers

I deleted the file /etc/modprobe.d/nouveau.conf and was able to boot with the nvidia driver loaded, but if i remove nvidia-drm.modeset=1 from /etc/default/grub it still loads the graphical interface with one available resolution: 640x480

Offline

#29 2026-05-06 08:43:25

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,272

Re: [Solved] Problem installing legacy nvidia drivers

That sounds as if the nvidia module provides special meaning to the kernel parameter now (since the parameter itself gets set via modprobe) - regardless of the simpledrm hack.

Offline

Board footer

Powered by FluxBB