Setup Scripts
This guide provides information about the automated setup scripts for installing Rhino 7 on Arch Linux and Debian-based systems.
Overview
The setup scripts automate the installation process described in the manual installation guides. They handle the installation of dependencies, Wine configuration, and optional graphics driver installation.
Prerequisites
- For Arch Linux:
pacman
package manager (comes with Arch)yay
AUR helper installed-
Root privileges (sudo access)
-
For Debian/Ubuntu:
apt
package manager (comes with Debian/Ubuntu)- Root privileges (sudo access)
Usage
- Download the appropriate script for your system:
- For Arch Linux:
setup-rhino7-arch.sh
-
For Debian/Ubuntu:
setup-rhino7-debian.sh
-
Make the script executable:
-
Run the script:
-
Follow the prompts during script execution:
- The script will ask if you want to install graphics drivers
- If yes, select your graphics card type (NVIDIA, AMD, or Intel)
- For NVIDIA on Debian/Ubuntu, you'll need to specify the driver version
What the Scripts Do
The setup scripts perform the following tasks:
- Check for the appropriate package manager
- Install Wine and required dependencies
- Initialize Wine environment
- Install Wine Gecko
- Install .NET 4.8
- Install required fonts
- Install additional libraries (vkd3d, dxvk, gdiplus)
- Configure Wine settings
- Set up Direct3D renderer
- Configure theme settings for tooltip compatibility
- Install gaming performance tools (GameMode)
- Optionally install graphics drivers
After Setup
Once the script completes successfully:
- Download Rhino 7 installer
- Run the installer using Wine:
- Follow the Rhino installation process
- Complete the licensing process
Troubleshooting
If you encounter issues:
- Check the terminal output for error messages
- Ensure all prerequisites are met
- Verify your system meets the minimum requirements for Rhino 7
- Make sure you have a stable internet connection during setup
For specific issues:
- If Wine processes don't terminate properly, you can manually kill them:
- If the graphics don't work correctly after installation, try changing the Direct3D renderer:
Notes
- The scripts are designed to work with the latest versions of Arch Linux and Debian/Ubuntu
- Some commands may produce warnings or errors but still complete successfully
- The setup process may take significant time, especially during .NET 4.8 installation
- Save any work before running the scripts as they may require system restarts