Common Install
Install Nvidia-driver
# elrepo-release and epel-release are part of extras# epel may not be necessary, but it does not hurt to enable it.% dnf install elrepo-release epel-release -y
# CRB/PowerTools must be enabled% crb enable
# Perform a dnf update now% dnf update -y
# Reboot if you had a kernel update% init 6
The driver installation is straightforward.
# Install the kmod driver% dnf install kmod-nvidia
# If you find the driver is not available, enable the testing repository.% dnf config-manager --enable elrepo-testing
# Once installation is done, reboot% init 6
Some users may want cuda support. RPMFusion does provide a cuda subpackage.
% dnf install xorg-x11-drv-nvidia-cuda
Install Houdini
Old Installer way
- Unpack the tar,gz file, and go into the folder
- From terminal:
sudo bash houdini.install
- Run the installing
cd /opt/hfs20.5.522
source houdini_setup
- The might showing miss “libSxx” (something like this)
sudo dnf install libGLU libXScrnSaver
- Run houdini:
houdini