I’m not getting a GPU or CUDA option in Cycles; could anyone explain what I need to do?
My technical setup is:
Fedora 19 64 bit, recently updated
GTX 760 video card
nvidia drivers from rpmfusion
CUDA not installed as it has not been released for Fedora 19 yet
various Blender builds, including the download from the website (also the Fedora repository version); all have the same issue
So I start Blender, set Cycles render, go to user preferences > system, and…
what I expect from the documentation is some sort of dropdown that enables me to select CPU or GPU (CUDA?)
what I get is a button saying ‘no hardware’ and a dropdown with just CPU.
So can anyone help me? What should I be doing? Is this the correct forum for this issue? Do I need to install CUDA?
Notes:
I know there are other posts here about Cycles, but they do not answer my question, and I thought it best to keep my issues in a separate thread.
Nvidia’s CUDA has two install options. I cannot get CUDA installed properly with either of them. The RPM route only works for Fedora 18 (I am on 19) and if I delete the rpmfusion driver and install the CUDA driver my video does not work. The Run route stops with a compiler error; it does not work with the current gcc. First, I need to know if CUDA is essential for Blender GPU rendering.
Doublebishop: thanks for replying, and yes, I know that I need somehow to get CUDA working. But what exactly do I do? I’m a CUDA newbie, in other words (I have used earlier versions of Blender). I need some basic installation instructions.
I do not want to build blender myself. I have done so in the past, but it is a lot of effort and I always find myself disabling FFMPEG or something to make it build.
But the question is still, why do I not have the GPU enabled? Do I need to install CUDA anything?
No.
I meant which driver version, latest is 319.60, I use 319.29.
Find out with nvidia-settings in terminal.
You could try other Cuda render engine Octane for Linux: http://render.otoy.com/downloads.php
Testfiles in download area.
There are Blender builds that do not include the precompiled CUDA Kernel so you need to install CUDA Toolkit. But if you’ve downloaded the official binary or daily build (builder.blender.org/download), they include precompiled CUDA Kernel and you do not need install CUDA toolkit.
Have you checked that the nvidia driver is loaded properly (xorg log)? Are you able to open nvidia-settings? What output obtained with the next commands?
lsmod | grep -i nvidia
glxinfo | grep -i render
For “glxinfo” maybe you need install an extra package (mesa-utils for Ubuntu)