Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[RESOLVED]Is there any chance to get CUDA on this NVIDA GPU?

Need help with peripherals or devices?
Post Reply
Message
Author
User avatar
Danielsan
Posts: 659
Joined: 2010-10-10 22:36
Has thanked: 5 times

[RESOLVED]Is there any chance to get CUDA on this NVIDA GPU?

#1 Post by Danielsan »

In this link is explained why I cannot.
https://blender.stackexchange.com/quest ... for-cycles

===============================


Hi Guys,

I am trying to enabled CUDA on this Mobile GPU that since few days has moved in the legacy section of Nvidia-Driver. My goal is to enable CUDA in order to get some rendering acceleration in Blender.

From this links is written is compatible: https://developer.nvidia.com/cuda-legacy-gpus

So this are my installed package:

Code: Select all

i A glx-alternative-nvidia                                         - allows the selection of NVIDIA as GLX provider                           
i A libegl1-nvidia-legacy-340xx                                    - NVIDIA binary EGL libraries (340xx legacy version)                       
i A libgl1-nvidia-legacy-340xx-glx                                 - NVIDIA binary OpenGL libraries (340xx legacy version)                    
i A libgl1-nvidia-legacy-340xx-glx:i386                            - NVIDIA binary OpenGL libraries (340xx legacy version)                    
i A libgl1-nvidia-legacy-340xx-glx-i386:i386                       - NVIDIA binary OpenGL 32-bit libraries (340xx legacy version)             
i A libgles1-nvidia-legacy-340xx                                   - NVIDIA binary OpenGL|ES 1.x libraries (340xx legacy version)             
i A libgles2-nvidia-legacy-340xx                                   - NVIDIA binary OpenGL|ES 2.x libraries (340xx legacy version)             
i A libnvidia-legacy-340xx-compiler                                - NVIDIA runtime compiler library                                          
i   libnvidia-legacy-340xx-cuda1                                   - NVIDIA CUDA Driver Library                                               
i A libnvidia-legacy-340xx-cuda1:i386                              - NVIDIA CUDA Driver Library                                               
i   libnvidia-legacy-340xx-cuda1-i386:i386                         - NVIDIA CUDA 32-bit runtime library (340xx legacy version)                
i A libnvidia-legacy-340xx-eglcore                                 - NVIDIA binary EGL core libraries (340xx legacy version)                  
i A libnvidia-legacy-340xx-ml1                                     - NVIDIA Management Library (NVML) runtime library                         
i   nvidia-detect                                                  - NVIDIA GPU detection utility                                             
i A nvidia-installer-cleanup                                       - cleanup after driver installation with the nvidia-installer              
i A nvidia-kernel-common                                           - NVIDIA binary kernel module support files                                
i A nvidia-legacy-340xx-alternative                                - allows the selection of NVIDIA as GLX provider                           
i A nvidia-legacy-340xx-driver                                     - NVIDIA metapackage (340xx legacy version)                                
i A nvidia-legacy-340xx-driver-bin                                 - NVIDIA driver support binaries (340xx legacy version)                    
i   nvidia-legacy-340xx-kernel-dkms                                - NVIDIA binary kernel module DKMS source (340xx legacy version)           
i A nvidia-legacy-340xx-kernel-support                             - NVIDIA binary kernel module support files (340xx legacy version)         
i   nvidia-legacy-340xx-opencl-icd                                 - NVIDIA OpenCL installable client driver (ICD)                            
i   nvidia-legacy-340xx-smi                                        - NVIDIA System Management Interface                                       
i A nvidia-legacy-340xx-vdpau-driver                               - Video Decode and Presentation API for Unix - NVIDIA driver               
i A nvidia-modprobe                                                - utility to load NVIDIA kernel modules and create device nodes            
i A nvidia-opencl-common                                           - NVIDIA OpenCL driver                                                     
i A nvidia-persistenced                                            - daemon to maintain persistent software state in the NVIDIA driver        
i A nvidia-settings-legacy-340xx                                   - tool for configuring the NVIDIA graphics driver (340xx legacy version)   
i A nvidia-support                                                 - NVIDIA binary graphics driver support files                              
i   nvidia-xconfig                                                 - X configuration tool for non-free NVIDIA drivers                         
i A xserver-xorg-video-nvidia-legacy-340xx                         - NVIDIA binary Xorg driver (340xx legacy version)
i A ocl-icd-libopencl1                                             - Generic OpenCL ICD Loader                                                
i A ocl-icd-libopencl1:i386                                        - Generic OpenCL ICD Loader 
I had to install the legacy CUDA driver with this command to avoid the installation of the current nvidia-driver:

Code: Select all

sudo aptitude install --without-recommends libnvidia-legacy-340xx-cuda1  nvidia-legacy-340xx-opencl-icd libnvidia-legacy-340xx-cuda1-i386:i386 nvidia-legacy-340xx-smi
If I open Blender 2.74 I don't see any CUDA accelaration, how this laptop still holds it's original Vista OS I noticed that Blender 2.71 (for Win) still had CUDA acceleration, after installed the 2.76b the CUDA selection is disappeared. I don't want loosing the hope but actually I have not idea how enabling CUDA or where showing its status.

Code: Select all

nvidia-detect 
Detected NVIDIA GPUs:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G86M [GeForce 8600M GS] [10de:0425] (rev a1)

Checking card:  NVIDIA Corporation G86M [GeForce 8600M GS] (rev a1) Your card is only supported up to the 340 legacy drivers series.
It is recommended to install the nvidia-legacy-340xx-driver package.

nvidia-smi 
Fri Feb  5 16:27:49 2016       
+------------------------------------------------------+                       
| NVIDIA-SMI 340.96     Driver Version: 340.96         |                       
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce 8600M GS    Off  | 0000:01:00.0     N/A |                  N/A |
| N/A   53C   P12    N/A /  N/A |    120MiB /   511MiB |     N/A      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Compute processes:                                               GPU Memory |
|  GPU       PID  Process name                                     Usage      |
|=============================================================================|
|    0            Not Supported                                               |
+-----------------------------------------------------------------------------+
Or probably I can't because CUDA is for multigpu... https://stackoverflow.com/questions/183 ... ic-gpu-i-a

I am confused...

Post Reply