How to switch from the open nvidia driver to the nvidia proprietary driver?

How to switch from the open nvidia driver to the nvidia proprietary driver?

with the open driver, after resume I get:

kernel: NVRM: RmHandleDNotifierEvent: RmHandleDNotifierEvent: Failed to handle ACPI D-Notifier event, status=0x11

and eventually the cpus and the fans go to 100% until a crash or I stop it with sysrq-REISUB.

$ sudo /sbin/modinfo nvidia | grep license
        License:        Dual MIT/GPL
$ nvidia-smi
Mon Sep  7 18:24:09 2026
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 610.57.04              KMD Version: 610.57.04     CUDA UMD Version: 13.3     |

On the nvidia forum, people have mentioned that until this is fixed in the open driver, to use the proprietary one. I’d like to do that to test it and see if this fix my problem.

Thanks

If your kernel is 6.18 then

sudo pacman -Syu linux618-nvidia

To check your active kernel

uname -r

Or

mhwd-kernel -li

Please have a look at

I think it could come down to something like sudo mhwd -i pci video-nvidia.

@elfroggio

A reminder: Please provide your system information in accordance with forum guidelines each time you start a Support topic.
See the Mini-HowTo. :point_down:


[Mini-HowTo] Provide System Information

Basic details provided by *-fetch type apps might give enough information for someone wishing to buy a computer, however, for Support purposes it’s best to ask your system directly.

Output of the inxi command will generate more useful and detailed information for those who may wish to help:


Suggested inxi command (use either):

inxi -zv8 (short-form)
inxi --filter --verbosity=8 (long-form)

Command output should be presented as pre-formatted text in accordance with forum guidelines. :eyes:


Running inxi within a chroot environment

  • Add --color=0 to the long-form command, or…
  • Change the short-form command to inxi -zv8c0

Your privacy is respected


:thinking:

FYI, modinfo does not need to be run with sudo. Second of all, /sbin/ and /usr/sbin/ are symlinks to /usr/bin/. Manjaro is an Arch based distro, not Debian based.