Message boards :
Number crunching :
No support for NVidia 5000 series?
Message board moderation
Previous · 1 · 2
| Author | Message |
|---|---|
Eric DriverSend message Joined: 8 Jul 11 Posts: 1433 Credit: 795,069,189 RAC: 882,257 |
Just to make everyone clear, what's reported in the post is not the actual driver version number. That is just what the Boinc client reports since the client is unable to report Nvidia driver version numbers past two decimal units. All drivers with xxx.xxx format will report as xxx.99 Thanks for pointing that out. I was unaware of this flaw in the client. Do you know if all clients do this, or just the older ones? |
|
Send message Joined: 4 Jan 25 Posts: 39 Credit: 163,444,939 RAC: 668,412 |
In Windows i've only ever seen the driver expressed as xxx.xx I've never seen more than 2 digits after the . EDIT- I'm running v566.36 In Device manager, the driver version is listed as 32.0.15.6636, but it's always been referred to in the xxx.xx format (Nvidia settings, GPU-Z shows the full number, then in brackets (xxx.xx). Grant Darwin NT, Australia. |
Keith MyersSend message Joined: 14 May 23 Posts: 18 Credit: 300,163,599 RAC: 403,516 |
It is in all versions for Linux clients. Nvidia never releases Windows drivers beyond .99 versions restricting to XXX.xx format. But for Linux drivers, they allow XXX.xxx versioning. This is what broke the client for server code that wouldn't recognize more than two decimal digits in the driver version number and then wouldn't send work to clients because it would not recognize an installed Nvidia driver. You can see the original https://github.com/BOINC/boinc/issues/3893 issue raised. Decision was made to just truncate any driver version number over two decimal digits to .99 since the proper and correct fix would entail a lot of work in both the client and server software stacks. The issue was just marked as a bug, (kludge fix) and closed. https://github.com/BOINC/boinc/pull/3897/files |
Eric DriverSend message Joined: 8 Jul 11 Posts: 1433 Credit: 795,069,189 RAC: 882,257 |
It is in all versions for Linux clients. Nvidia never releases Windows drivers beyond .99 versions restricting to XXX.xx format. But for Linux drivers, they allow XXX.xxx versioning. This is what broke the client for server code that wouldn't recognize more than two decimal digits in the driver version number and then wouldn't send work to clients because it would not recognize an installed Nvidia driver. Thanks for the explanation. I was unaware of this. |
Eric DriverSend message Joined: 8 Jul 11 Posts: 1433 Credit: 795,069,189 RAC: 882,257 |
To summarize, if you are having a problem with a 5000 series GPU on linux, try the following driver: 575.64 We know that it works on some hosts. |
|
Send message Joined: 1 Feb 17 Posts: 28 Credit: 91,629,276 RAC: 837,408 |
I reached my goal at another project and updated the driver for the 5080. Ran into the same issue as getting a driver to work the first time with the 5080 and Ubuntu 24. The driver would install OK but the 5080 would not be recognized by nvidia-smi or the BOINC client. The open driver works. Posting to maybe help another sudo apt install nvidia-driver-580-open |