nvidia-libs installed not run any CUDA software

Questions about Wine on Linux
Locked
aug
Level 3
Level 3
Posts: 75
Joined: Sat Oct 30, 2021 4:21 am

nvidia-libs installed not run any CUDA software

Post by aug »

Thanks for reading my topic.
I have downloaded nvidia-libs from https://github.com/SveSop/nvidia-libs
After used the command
WINEPREFIX=/home/username/.wine/ ./setup_nvlibs.sh install

Command have done message

[1/2] nvcuda :
Creating DLL override...
Creating symlink to nvcuda.dll.so...
[2/2] nvapi :
Creating DLL override...
Creating symlink to nvapi.dll...
[1/3] 64 bit nvcuda :
Creating DLL override...
Creating symlink to nvcuda.dll.so...
[2/3] 64 bit nvoptix :
Creating DLL override...
Creating symlink to nvoptix.dll.so...
[3/3] 64 bit nvapi64 :
Creating DLL override...
Creating symlink to nvapi64.dll...
Symlinks created in /home/augusto/.wine/. Do NOT remove this source folder!

The files was copied to WINE path , but when trying start CUDA softwares ( MediaCoder ) not any CUDA or NVENC acceleration available.
Video card is GT 640 using driver 470.182.03 CUDA Version: 11.4

In nvidia-libs site have the information

Release: 0.7.8
Requires nVidia proprietary driver branch 510+ for best compatibility with OptiX and CUDA.
Perhaps is requirement driver 510 or only for better compatibility ?

Thanks for your reply.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: nvidia-libs installed not run any CUDA software

Post by jkfloris »

Do "simple" programs like GPU Caps Viewer and/or CUDA-Z work?
aug
Level 3
Level 3
Posts: 75
Joined: Sat Oct 30, 2021 4:21 am

Re: nvidia-libs installed not run any CUDA software

Post by aug »

Geforce 600 and some GT 7XX Kepler need use nvidia-libs 0.7.6 being the last version compatible.
Now CUDA-Z works .... MediaCoder show CUDA option, but happen errors when trying enconding.
I have copied files from WINE Staging 7.21 in 8.10 .... CUDA and NVENC are listed in MediaCoder , but happen errors when trying enconding.

The files are :

nvapi.dll
nvcuda.dll
nvcuvid.dll
nvencodeapi.dll
wpcap.dll

Have an nice day.
Locked