
Eliminé todos los controladores de nvidia con apt:lista apta --instalada | grep nvidiano devuelve nada. Pero si miro dmesg, veo por ejemplo:
[ 4.148454] NVRM: API mismatch: the client has the version 410.104, but
NVRM: this kernel module has the version 430.50. Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
y también si corrolsmod | grep nvidia:
nvidia_drm 49152 1
nvidia_modeset 1114112 1 nvidia_drm
nvidia 19038208 1 nvidia_modeset
drm_kms_helper 180224 1 nvidia_drm
drm 483328 4 drm_kms_helper,nvidia_drm
ipmi_msghandler 102400 2 ipmi_devintf,nvidia
¿Cómo elimino todas estas cosas de mi sistema?
Respuesta1
Ok, finalmente logré hacerlo y no fue tan complejo. Primero, tuve que obtener el nombre de mi kernel actual:
stiv@gaidar:~$ uname -a
Linux gaidar 5.0.0-31-generic #33~18.04.1-Ubuntu SMP Tue Oct 1 10:20:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
luego fui a esta carpeta:
stiv@gaidar:/lib/modules$ ls /lib/modules/
5.0.0-23-generic 5.0.0-25-generic 5.0.0-27-generic 5.0.0-29-generic 5.0.0-31-generic
Esto contenía.koarchivos dentro:
stiv@gaidar:~$ ls /lib/modules/5.0.0-31-generic/updates/dkms
nvidia-drm.ko nvidia.ko nvidia-modeset.ko nvidia-uvm.ko
Los eliminé y así me deshice de este brillante controlador.