From fdebian at elbirol.net Wed Jul 1 17:24:43 2026 From: fdebian at elbirol.net (Fernando) Date: Wed, 1 Jul 2026 18:24:43 +0200 Subject: Bug#1128843: nvidia-driver: WARNING at nv_drm_revoke_modeset_permission (nvidia-drm-drv.c:1226) References: <790d60c7bf288aa526ee4e0ba2b2f6258cb3bb31.camel@gmail.com> Message-ID: It seems that you use the proprietary flavor (https://wiki.debian.org/NvidiaGraphicsDrivers#Current_driver_types) of the Nvidia driver. I believe that you cannot change to the open flavor of Nvidia's drivers because your Nvidia MX130 is too old for it, but in my case the warning stopped after making the change. To change from nvidia-kernel-dkms (proprietary flavor) to nvidia-open-kernel-dkms (open favor) I did the following: apt purge --auto-remove '*nvidia*' '*nvidia*:i386' '*cuda*' '*cuda*:i386' apt install nvidia-open-kernel-dkms nvidia-driver The first purge may be overkill, but it worked for me.