Thanks for Must(QQ ID)'s big help for installing Houdini in CentOS7.

- download HOUDINI_FX_V12.5.371_LINUX_X64_GCC44-XFORCE

- unzip and untar to /home/user0/tools/sidefx/HOUDINI_FX_V12.5.371_LINUX_X64_GCC44-XFORCE

- setup

$su
#/home/user0/tools/sidefx/HOUDINI_FX_V12.5.371_LINUX_X64_GCC44-XFORCE/houdini-12.5.371-linux_x86_64_gcc4.4/houdini.inistall

you can see [1] for more details

- crack

- stop Houdini License Server

/etc/init.d/sesinetd stop

- replace sesinetd:

#rm /usr/lib/sesi/sesinetd
#cp /home/user0/tools/sidefx/HOUDINI_FX_V12.5.371_LINUX_X64_GCC44-XFORCE/sesinetd /usr/lib/sesi/
#chmod 777 /usr/lib/sesi/sesinetd

-restart Houdini License Server

#/etc/init.d/sesinetd stop
#/etc/init.d/sesinetd start

- regist

- Applications>Side Effects Software>License Administrator>Server Information, record your Server host and Server Code

-

#/home/user0/tools/sidefx/HOUDINI_FX_V12.5.371_LINUX_X64_GCC44-XFORCE/houdini12_5keygen-linux

input your Server host and Server Code,

it will list many messsage like this:

SERVER .....

LICENSE Generic Houdini-Master .....

- copy these lines(at least 5 lines) into License Administrator, one line each time.

NOTE: You MUST input the line "SERVER ...."  first.

- start Houdini

On my Thinkpad t430 the shader on default object, e.g. box or sphere, is black. And if I try to move the object, Houdini crashes.

I find this post [2], it says that the crash is caused by display driver issue.

Then I set BIOS>Config>Display> use discrete card.

It works well now.

Reference:

1. http://bbs.ideasr.com/thread-4766-1-1.html

2. http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&p=156227

Install Houdini 12.5 x64 in CentOS 7的更多相关文章

  1. Install .NET Core SDK on Linux CentOS / Oracle x64 | .NET

    原文:Install .NET Core SDK on Linux CentOS / Oracle x64 | .NET Linux发行版  CentOS / Oracle添加dotnet产品Feed ...

  2. Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux

    Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux¶ Overview Use this tutorial t ...

  3. Install Apache, PHP And MySQL On CentOS 7 (LAMP)

    This tutorial shows how you can install an Apache2 webserver on a CentOS 7.0 server with PHP5 suppor ...

  4. Transaction check error: file /etc/rpm/macros.ghc-srpm from install of redhat-rpm-config-9.1.0-80.el7.centos.noarch conflicts with file from package epel-release-6-8.noarch Error Summary ----------

    ./certbot-auto certonly 报错: Transaction check error:   file /etc/rpm/macros.ghc-srpm from install of ...

  5. How to Install Apache Tomcat 8.5 on CentOS 7.3

    How to Install Apache Tomcat 8.5 on CentOS 7.3 From: https://www.howtoforge.com/tutorial/how-to-inst ...

  6. How to Install Apache Solr 4.5 on CentOS 6.4

    By Shay Anderson on October 2013 Knowledge Base  /  Linux  /  How to Install Apache Solr 4.5 on Cent ...

  7. Install Maya 2015 x64 in CentOS 7

    Thanks for Must(QQ ID)'s big help for installing Maya in CentOS7. This is my steps for installing ma ...

  8. [转载]Install Opera 12.16 Web Browser in CentOS/RHEL and Fedora

    FROM: http://tecadmin.net/install-opera-web-browser-in-centos-rhel-fedora/ Opera is an modern web br ...

  9. ASP.NET Core 2.0 MVC 发布部署--------- SUSE 16 Linux Enterprise Server 12 SP2 X64 具体操作

    .Net Core 部署到 SUSE 16 Linux Enterprise Server 12 SP2 64 位中的步骤 1.安装工具 1.apache 2..Net Core(dotnet-sdk ...

随机推荐

  1. jQuery $.each用法[转]

    jQuery $.each用法 以下内容非原创,来自百度文库http://wenku.baidu.com/view/4796b6145f0e7cd18425368e.html 通过它,你可以遍历对象. ...

  2. Direct3D 10学习笔记(一)——初始化

    本篇将简单整理Direct3D 10的初始化,具体内容参照< Introduction to 3D Game Programming with DirectX 10>(中文版有汤毅翻译的电 ...

  3. RabbitMQ在window的搭建

    RabbitMq window 搭建设置过程,网上有些说的不太明白,所以亲自操刀测试过程,参考了很多人的资料,多谢各位大神的宝贵资料第一步:装RabbitMq运行环境,类似一个虚拟机的东东 1.otp ...

  4. css3 TransformZ() 3D缩放

    transformZ()函数做了一个在Z轴移动的工作,3D空间中,Z轴垂直于x-y所在平面-也就是界面所在的平面,而我们的视角正好垂直于xy平面,所以进行transformZ() 3D缩放,其实在我们 ...

  5. Html.RenderPartial与Html.RenderAction

    Html.RenderPartial与Html.RenderAction的区别     Html.RenderPartial与Html.RenderAction这两个方法都是用来在界面上嵌入用户控件的 ...

  6. SQLiteDeveloper破解

    Sqlite 管理工具 SQLiteDeveloper及破解 功能特点 表结构设计,数据维护,ddl生成,加密数据库支持,sqlite2,3支持 唯一缺憾,收费,有试用期 下载地址: http://w ...

  7. webclient的简单实用

    这是我在项目中调用别人写好的接口口是使用的1.简单的url传参 List<ArticleModel> result = new List<ArticleModel>(); st ...

  8. CSS3中:nth-child和:nth-of-type的区别深入理解。 关于:nth-child和:nth-of-type的区别之前一直没太注意,经深入理解才发现里面其实暗藏玄机

    关于:nth-child和:nth-of-type的区别之前一直没太注意.最近打算深入了解一些CSS3,才发现里面其实暗藏玄机. :nth-child可以选择父元素下的字元素,:nth-of-type ...

  9. CentOS 7 安装 MySQL Database

    CentOS 7 安装 MySQL Database 1. 现在安装包,MySQL的安装包被分成了社区版和企业版,而本文将记录社区版本MySQL安装过程,下载MySQL版本如下: mysql-5.7. ...

  10. 关于MVC中Start.cs文件的作用

    当我们建立默认的 .NET Framework4.5.2框架下的Web  MVC 应用程序后,调试过程中我发现在程序启动页面加载完成会执行一段代码,这段代码让人有点摸不着头脑,因为之前完全没见过,调试 ...