Page 1 of 3

Octane installatin under Linux

Posted: Sat Jul 26, 2014 2:16 pm
by enricocerica
Hi,

Is there a detailed process somewhere to install everything required to run Octane under Ubuntu ? I mean Nvidia drivers, Cuda, ...

Thanks

Re: Octane installatin under Linux

Posted: Sun Jul 27, 2014 9:28 pm
by abstrax
enricocerica wrote:Hi,

Is there a detailed process somewhere to install everything required to run Octane under Ubuntu ? I mean Nvidia drivers, Cuda, ...

Thanks
No, there isn't. The only thing you have to do is to install one of the recent graphics drivers (which support CUDA 6). Other than that, you just have to unpack the archive and off you go.

Re: Octane installatin under Linux

Posted: Mon Jul 28, 2014 3:25 pm
by enricocerica
Thanks Abstrax,

That's indeed what I've done but when I start Octane it dosen't find any GPU :(
The graphic drivers are not the last but recent enough, anyway I'll check to be sure they include CUDA 6.
Duno if this is relevant but my primary graphic card (for display) is the onboard one (Intel) ...

Re: Octane installatin under Linux

Posted: Mon Jul 28, 2014 4:47 pm
by mib2berlin
Hi enricocerica, I never got Intel GPU for display and Nvidia GPU for Octane/Cycles to work on my Opensuse linux. May it is a way on Ubuntu.
Start nvidia-settings in terminal to look if the Nvidia modul/driver is loaded.
Try to connect the display to the first Nvidia card, then the driver should be loaded.

Cheers, mib

Re: Octane installatin under Linux

Posted: Mon Jul 28, 2014 6:03 pm
by enricocerica
mib2berlin wrote: Try to connect the display to the first Nvidia card, then the driver should be loaded.
Thanks mib2berlin,

I did that after disabling the onboard GPU in the Bios and indeed ubuntu starts and uses the Nvidia card and the drivers seems loaded but even in that situation I can't see any GPU in Octane.

Which Nvidia drivers are you using ? I tried with 331.xx and 340.24, if you use a newer one, could you provide any tips to install it, I tried to install more recent versions via the terminal as I had to stop X server but I had to reinstall ubuntu :(

Re: Octane installatin under Linux

Posted: Mon Jul 28, 2014 8:28 pm
by grimm
I had an issue with the newer drivers in Linux Mint, it might be the same issue. I'm using the 331 drivers but I had to install the nvidia-331-updates to get CUDA. The recommended Nvidia drivers in Mint did not have the CUDA libraries built in so neither Blender or Octane could see the card(s). I'm not sure how to fix it in Ubuntu. :(

Jason

Re: Octane installatin under Linux

Posted: Tue Jul 29, 2014 7:02 am
by mib2berlin
Hi, the latest driver from my Suse repository doesn´t work with Cuda too, I installed 340.24 from Nvidia.
How it work for me:

Log out from your xserver session
Open terminal with "STRG + ALT + F1"
Login
"su init 3" (May you don´t need this but it shut down the xserver for sure)
"su sh nvidia.driver.run"
Say yes to all :)
Restart

If the xserver doesn´t start you don´t have to reinstall Ubuntu, reinstall your old driver with "apt get install driver.xyz"
Find out these commands before you start, it is a risk to install a driver like this make sure your work files are save.

Cheers, mib

Re: Octane installatin under Linux

Posted: Tue Jul 29, 2014 7:52 am
by face_off
I too have had issues. Ubuntu 14.04 comes with open source graphics drivers, which don't work with Octane. Changing to the official Nvidia drivers in the driver manager resulting in an error during the install. And regardless, Octane 1.55/2.04 needs Nvidia drivers 332 onwards, so 331 won't work. I couldn't get the Nvidia official 340 drivers to install.

Paul

Re: Octane installatin under Linux

Posted: Tue Jul 29, 2014 9:32 am
by mib2berlin
It is may needed to install:

dkms - Dynamic Kernel Module Support Framework

It install all dependencies to resource kernel header files, for example, to build kernel modules.
It is may easier to use a special ppa to install latest driver:

http://www.binarytides.com/install-nvid ... ntu-14-04/

But on your own risk.

Cheers, mib

Re: Octane installatin under Linux

Posted: Tue Jul 29, 2014 12:17 pm
by face_off
Thanks mib

I follow the instructions in your link - and there is plenty that can go wrong if you've already tried to unsuccessfully install drivers. However for other's reference - the top answer at http://askubuntu.com/questions/379504/p ... 3-10-64bit worked for me.

Octane Standalone now running in Ubuntu 14.04.

Paul