Page 1 of 1

Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Sun Dec 03, 2023 5:24 am
by scintillascientia
Cuda is possible to install from debian repo:

Code: Select all

# apt install nvidia-cuda-dev nvidia-cuda-toolkit
However, the cuda version is 11.8 → See https://packages.debian.org/bookworm/libcudart11.0

The nvidia driver installed from the MX Linux script is version 525.125.06.

Nvidia say's for >=525.60.13 is CUDA 12.x defined. See https://docs.nvidia.com/deploy/cuda-com ... index.html

And this also comes when I enter

Code: Select all

nvidia-smi
in the terminal:

Code: Select all

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.125.06   Driver Version: 525.125.06   CUDA Version: 12.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:02:00.0 Off |                  N/A |
| N/A   46C    P8    N/A /  N/A |      4MiB /  2048MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      2420      G   /usr/lib/xorg/Xorg                  4MiB |
+-----------------------------------------------------------------------------+
So this also say one should download cuda version 12, and it would be nice if that version is installed via the MX Repo.

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Sun Dec 03, 2023 7:38 am
by scintillascientia

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Sat Dec 23, 2023 8:45 am
by oops
Hello,
FI: I also see than nvidia-driver is now: 545.29.06 (for NVIDIA-Linux-x86_64-545.29.06)
https://download.nvidia.com/XFree86/Lin ... 545.29.06/

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Tue Feb 13, 2024 5:29 am
by M0rn1n6St4r
oops wrote: Sat Dec 23, 2023 8:45 am Hello,
FI: I also see than nvidia-driver is now: 545.29.06 (for NVIDIA-Linux-x86_64-545.29.06)
https://download.nvidia.com/XFree86/Lin ... 545.29.06/
Yeah. I'm waiting for the 545 nvidia driver's, too. Blender currently complains that I don't have a compatible NVIDIA device, for GPU-renders.

My laptop has an RTX 4060 Max-Q / Mobile with 8 GB GDDR6. I would have thought that's compatible. Am I wrong?

Code: Select all

Graphics:
  Device-1: Intel Alder Lake-HX GT1 [UHD Graphics 770] driver: i915 v: kernel
  Device-2: NVIDIA AD107M [GeForce RTX 4060 Max-Q / Mobile] driver: nvidia
    v: 525.147.05
  Device-3: Chicony Integrated Camera type: USB driver: uvcvideo
  Display: x11 server: X.Org v: 1.21.1.7 driver: X:
    loaded: modesetting,nvidia unloaded: fbdev,nouveau,vesa dri: iris gpu: i915
    resolution: 2560x1600
  API: OpenGL v: 4.6 Mesa 23.1.2-1~mx23ahs renderer: Mesa Intel UHD
    Graphics (ADL-S GT1)

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Tue Feb 13, 2024 8:28 am
by trawglodyte
What feature does the 545 driver offer that the 525 driver doesn't?

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Tue Feb 13, 2024 8:51 am
by oops
trawglodyte wrote: Tue Feb 13, 2024 8:28 am What feature does the 545 driver offer that the 525 driver doesn't?
Now it is even beta 550.x.xx
https://www.nvidia.com/download/driverR ... 119/en-us/

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Tue Feb 13, 2024 9:01 am
by dolphin_oracle
if you use

Code: Select all


sudo ddm-mx -N -i nvidia

you will be offerred to pull from the nvidia developer repo.

I'm gonna caution here that I don't know how they will go on the 6.1.0-18 kernel debian recently sent out. I know debian's package doesn't build, and I have not tried the nvidia developer repo drivers on anything other than ahs or liquorix kernels.

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Tue Feb 13, 2024 9:09 am
by oops
dolphin_oracle wrote: Tue Feb 13, 2024 9:01 am if you use

Code: Select all


sudo ddm-mx -N -i nvidia

you will be offerred to pull from the nvidia developer repo....
THK, I did'n known this -N option (no man ddm-mx) ;-)

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Tue Feb 13, 2024 9:11 am
by dolphin_oracle
oops wrote: Tue Feb 13, 2024 9:09 am
dolphin_oracle wrote: Tue Feb 13, 2024 9:01 am if you use

Code: Select all


sudo ddm-mx -N -i nvidia

you will be offerred to pull from the nvidia developer repo....
THK, I did'n known this -N option ;-)
is new.

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Tue Feb 13, 2024 9:12 am
by oops
dolphin_oracle wrote: Tue Feb 13, 2024 9:11 am
oops wrote: Tue Feb 13, 2024 9:09 am
dolphin_oracle wrote: Tue Feb 13, 2024 9:01 am if you use

Code: Select all


sudo ddm-mx -N -i nvidia

you will be offerred to pull from the nvidia developer repo....
THK, I did'n known this -N option ;-)
is new.
OK ... good idea. (still missing, a man ddm-mx) ;-)

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Tue Feb 13, 2024 9:35 am
by dolphin_oracle
oops wrote: Tue Feb 13, 2024 9:12 am
dolphin_oracle wrote: Tue Feb 13, 2024 9:11 am
oops wrote: Tue Feb 13, 2024 9:09 am

THK, I did'n known this -N option ;-)
is new.
OK ... good idea. (still missing, a man ddm-mx) ;-)
ddm-mx -h does show help.

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Tue Feb 13, 2024 9:40 am
by oops
... Yes, my bad.

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Tue Feb 13, 2024 9:42 am
by dolphin_oracle
people are very welcome to contribute man pages or other documentation...the git hub is open :happy:

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Tue Feb 13, 2024 9:52 am
by oops
... Right, because I tried ddm-mx --help, instead, ddm-mx -h

Re: Can the appropriate version of Cuda for the Nvidia driver be found in Mx Repo?

Posted: Thu Feb 15, 2024 10:02 pm
by oops
dolphin_oracle wrote: Tue Feb 13, 2024 9:11 am
oops wrote: Tue Feb 13, 2024 9:09 am
dolphin_oracle wrote: Tue Feb 13, 2024 9:01 am if you use

Code: Select all

sudo ddm-mx -N -i nvidia
you will be offerred to pull from the nvidia developer repo....
THK, I did'n known this -N option ;-)
is new.
FI: OK, I know why now ... I am under MX19 and ddm-mx is in the repos V23.06.02 , and into the test repos V22.02.02MX19 instead V24.01.01

https://mxrepo.com/mx/repo/pool/main/d/ddm-mx/