Instructions Linux
Downloading the driver and changing the file mode
-
Copy the wget link and paste it into the command line
wget https://getfile.dokpub.com/yandex/get/https://disk.yandex.ru/d/OS6zTgUN7Olhbw -O NVIDIA-Linux-x86_64-580.142.run
-
Make the downloaded file executable
sudo chmod +x ./NVIDIA-Linux-x86_64-580.142.run
Installing the driver on Ubuntu
-
Upgrade the system packages:
sudo apt-get update sudo apt-get upgrade
-
Reboot and install the required dependencies
sudo apt-get install gcc make dkms acpid pkg-config linux-headers-$(uname -r) libglx0 libopengl0 libglvnd-dev
- Download the driver and make the file executable
- Switch to the terminal view of your system by pressing Alt + Ctrl + F3
Log in and stop the GDM service:sudo systemctl stop gdm
Sometimes after stopping the service you need to switch back to the terminal.
(just press Alt + Ctrl + F3) - Start the installation process:
sudo ./NVIDIA-Linux-x86_64-580.142.run
Warning!
If the installer asks you to disable Nouveau, allow the installer to disable it for you. You may need to abort the installer after this!
The installer usually returns an error at this step. I strongly recommend manually rebuilding the initramfs and rebooting the system after the installer adds these files:
/etc/modprobe.d/nvidia-installer-disable-nouveau.conf
/usr/lib/modprobe.d/nvidia-installer-disable-nouveau.confThis step is responsible for almost 90% of the success.sudo update-initramfs -u -k all && reboot
After rebooting, start the installation process again starting from step 4. - The installer will compile kernel modules.
- The installer will ask you to rebuild the initramfs - agree
- Reboot and enjoy
FrankenDriver © 2024-2025 | Host: Loading... | Time: