Siduction Forum

Siduction Forum => Software - Support => Topic started by: sotnik on 2024/04/08, 21:16:00

Title: nouveau with nvidia
Post by: sotnik on 2024/04/08, 21:16:00
Has anyone managed to install nvidia drivers with the following procedure:

Quote
$ mkdir /tmp/nouveau
$ cd /tmp/nouveau
$ wget https://raw.github.com/envytools/firmware/master/extract_firmware.py
$ wget http://us.download.nvidia.com/XFree86/Linux-x86/325.15/NVIDIA-Linux-x86-325.15.run
$ sh NVIDIA-Linux-x86-325.15.run --extract-only
$ python extract_firmware.py
# mkdir /lib/firmware/nouveau
# cp -d nv* vuc-* /lib/firmware/nouveau/

See for example the following links
https://nouveau.freedesktop.org/VideoAcceleration.html (https://nouveau.freedesktop.org/VideoAcceleration.html)

http://dev1galaxy.org/viewtopic.php?id=4389 (http://dev1galaxy.org/viewtopic.php?id=4389)

https://askubuntu.com/questions/1471918/missing-firmware-nouveau-nvc1-fuc084 (https://askubuntu.com/questions/1471918/missing-firmware-nouveau-nvc1-fuc084)