Instructions Linux

Downloading the driver and changing the file mode

  1. 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
  2. Make the downloaded file executable
    sudo chmod +x ./NVIDIA-Linux-x86_64-580.142.run

Installing the driver on Ubuntu

  1. Upgrade the system packages:
    sudo apt-get update 
    sudo apt-get upgrade
  2. Reboot and install the required dependencies
    sudo apt-get install gcc make dkms acpid pkg-config linux-headers-$(uname -r) libglx0 libopengl0 libglvnd-dev
  3. Download the driver and make the file executable
  4. 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)
  5. 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.conf
    This 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.
  6. The installer will compile kernel modules.
  7. The installer will ask you to rebuild the initramfs - agree
  8. Reboot and enjoy

FrankenDriver © 2024-2025 | Host: Loading... | Time: