Здравствуйте, Уважаемые форумчане! Понимаю, что тема очень часто возникает, но пока ни одно из решений мне не помогло, поэтому приходится обращаться за помощью к Вам: пытаюсь установить проприетарный драйвер Nvidia для видеокарты GeForce 1650ti установленной в ноутбуке Acer Aspire 7.
Какие мероприятия были проведены:
0. Проверка наличия устройств:
ffp@ffp-pc:~$ lspci -k | grep -EA2 "VGA|3D|Display"
00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
Subsystem: Acer Incorporated [ALI] Device 142f
Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1f95 (rev a1)
Subsystem: Acer Incorporated [ALI] Device 142f
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
1. Установку пытался реализовать по инструкции из wiki.astralinux.ru - результат отрицательный;
2. Актуальный драйвер был взят с официального сайта Nvidia;
3. Актуальная версия драйвера для моей видеокарты 460.84;
4. В файл /etc/modprobe.d/blacklist.conf были добавлены строки
blacklist nouveau
options nouveau modeset=0
5. В файле /etc/initramfs-tools/modules строка
#nouveau modeset=1
отсутствовала;
6. При первой попытке установки (из любопытства попробовал просто сделать файл *.run исполняемым и запустить из GUI) получил следующую ошибку (вполне ожидаемую):
You appear to be running an X server; please exit X before installing. For further details, please see the section INSTALLING THE NVIDIA DRIVER in the README available on the Linux driver download page at www.nvidia.com
7. Соответственно,
sudo update-initramfs -u -k all
8. И fly тормозил
sudo systemctl stop fly-dm.service
9. Отключил иксы и перезагрузился в консоль. При попытке запуска получил следующую ошибку:
An NVIDIA kernel module 'nvidia' appears to already be loaded in your kernel. This may be because it is in use (for example, by an X server, a CUDA program, or the NVIDIA Persistence Daemon), but this may also happen if your kernel was configured without support for module unloading. Please be sure to exit any programms that may be using the GPU(s) before attempting to upgrade your driver. If no GPU-based programms are running, you know that your kernel supports module unloading, and you still receive this message, then an error may have occured that has corrupted an NVIDIA kernel module's usage count, for which the simplest remedy is to reboot your computer.
10. Проверка, что драйвер не установлен:
ffp@ffp-pc:~$ glxinfo | grep OpenGL
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.1.7
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.1.7
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.1.7
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
Помогите пожалуйста разобраться, что именно я делаю не так?
Буду признателен за помощь.