1

I am using Ubuntu 18.04.2 and I updated the nvidia driver to 440 using sudo apt install nvidia-driver-440.

Unfortunately, after this update, the performance that I obtain using the NVIDIA Optical Flow SDK are worse than before. For this reason, I would like to roll back to my previous driver version that is 430.50.

I already tried with 435 and the performance are the same as 440.

My problem is that, whatever I tried according to old posts, the system still installs the 440 instead of 430.

The output of apt policy nvidia-driver-430 is

nvidia-driver-430:                                                                                                                                                                            
  Installed: (none)
  Candidate: 440.59-0ubuntu0.18.04.1
  Version table:
     440.59-0ubuntu0.18.04.1 500
        500 http://it.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages                                                                                                      
        500 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic/main amd64 Packages

Indeed, if I try to install the driver using the usually suggested recipe

sudo apt purge nvidia*
sudo reboot
sudo apt install nvidia-driver-430
sudo reboot

the version 440 gets installed.

How can I restore that specific version of the driver?

A very similar question that I found is this. However, a solution was not provided.

Edit: Just in case, I want to confirm that I already tried adding the graphics-drivers ppa.

user2768957
  • 11
  • 1
  • 3

0 Answers0