Итак товарищи.
Вводная:
Есть дебиан stable.
Есть у меня мания ставить видеодрайвер с сайта nvidia.
rain@debian:~$ uname -a
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1 (2016-07-04) x86_64 GNU/Linux
На нем стоит видеокарточка Nvidia
rain@debian:~$ glxinfo | grep Open
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTS 250/PCIe/SSE2
OpenGL core profile version string: 3.3.0 NVIDIA 340.96
OpenGL core profile shading language version string: 3.30 NVIDIA via Cg compiler
rain@debian:~$ glxinfo | grep dire
direct rendering: Yes
Внезапно оказывается, что через HDMI выход видеокарточка не выдает сигнал.
Переустанавливаю этот же драйвер, а он мне говорит:
An NVIDIA kernel module 'nvidia-uvm' appears to already be loaded in your kernel. This may be because it is in use (for example, by the X server), but may also happen if your kernel was configured without support for module unloading. Please be sure you have exited X before attempting to upgrade your driver. If you have exited X, know that your kernel supports module unloading, and still receive this message, then an error may have occured that has corrupted the NVIDIA kernel module's usage count; the simplest remedy is to reboot your computer.
Пытаюсь его
rmmod nvidia-uvm
а он мне отвечает nvidia-uvm in use.
Я ему говорю и
/etc/init.d/lightdm stop
Он мне отвечает "ОК"
Как выгрузить модуль?