Houdini 4.0.4 + Linux + NVIDIA
If you are trying to run Houdini
4.0.4 under Linux with an NVIDIA card, you will likely run into some problems.
First, make sure you've got the latest drivers and that they're correctly
installed:
tar xzvf houdini4.0.4-lnx-xtra-libs.tgz
When you source the houdini_setup script, it prepends your LD_LIBRARY_PATH with $HFS/dsolib, so it should pick up the correct version of the shared libs when you run Houdini. You can check this by running ldd on houdini, e.g.: > cd $HFS/bin
Also, you'll probably want to turn off AA lines once you get things running. It seriously kills performance on my box. Go to Edit->Preferences and turn off the "Draw Lines Smoothly" option. Good luck! |