What are is the LATEST STABLE proprietary drivers for UBUNTU 16.04 and NVIDIA Geforce GTX 1050 (4gb)? There are simply too many answers which I have compiled below:
Nvidia site says 450(450.66) is the latest for GTX 1050 (not Ubuntu version specific)
- download from Nvidia site and install
- apt-get has its own install
sudo apt-get nvidia-\*\*450\*\*
,
Additional drivers tab in
Software and Updates
only shows version390
- Note:
graphics-drivers
PPA's have not been added yet.
- Note:
launchpad says
430
(430.40)Current long-lived branch release:
nvidia-430
(430.40) Dropped support for Fermi series (https://nvidia.custhelp.com/app/answers/detail/a_id/4656)Launchpad also says old branch for GeForce 10 series (1050) is 390.129
Old long-lived branch release:
nvidia-390
(390.129) For GF1xx GPUs usenvidia-390
(390.129)Launchpad here shows overview of packages (scroll down).
Here the version names contain 16.04 for
430
.Ubuntu recommended drivers shows different version for ubuntu. If I go by this then only
384
has supported versions for 16.04 (Xenial Xerus)
These are some ofthe links I looked into:
[1] --> https://askubuntu.com/a/851144/443958
[2] --> https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa
[3] --> https://askubuntu.com/a/937898/443958
[4] --> ubuntu 18.04 how do I install drivers for my NVIDIA GeForce GTX 1050?
[5] --> How do I install the Nvidia drivers?
graphics-drivers
ppa just nowsudo add-apt-repository ppa:graphics-drivers/ppa
and I get more options in theadditional drivers
tab such as410
,430
etc... with ("open source") on it's side. – Pandian Le Sep 26 '20 at 17:09additional drivers
tab next to 430? Looks like a glitch. I see 430 in and even 440 on Nvidias website even. – Pandian Le Sep 26 '20 at 17:32nvidia-smi
shows that I am using430
. Just one followup: When I dodpkg --get-selections | grep nvidia
I still seenvidia-390 deinstall
andnvidia-430 install
. Is that ok? Can I ignore this? – Pandian Le Sep 26 '20 at 18:27sudo apt-get purge nvidia390 nvidia-opencl-icd-390
or something. Or do I just leave it like that? – Pandian Le Sep 26 '20 at 18:42nvidia-smi
shows 2 processes running (433mb in use withxorg
andcompiz
), version as 430.64. Reboot seems to have no issues. P.S. I am still trying to get the gpu to work or be recognized withpytorch and fastai
– Pandian Le Sep 26 '20 at 18:53