Files
Autodesk-Fusion-360-for-Linux/README.md

100 lines
5.0 KiB
Markdown
Raw Normal View History

2021-02-16 10:45:16 +01:00
<h1>Fusion-360 - Linux (Wine Version)</h1>
2021-02-16 11:01:29 +01:00
2021-02-16 10:45:16 +01:00
I decided to use WINE to run this program just as well under Linux as it did under Windows, so that you no longer have to run two operating systems just to be able to use Fusion 360.
As a Linux distribution I use openSuse Leap 15.2 with the desktop environment Xfce and the Wine version from the standard repositories. I also use an Nvidia graphics card and use the drivers from the community repository.
The program is actually already running, but I go a step further and have added the CUDA repository from Nvidia to use the CUDA toolkits.
This gives me more performance for Fusion 360 and my other programs that I use.
Of course you can also use another Linux distribution, because on most of these systems you also get access to the programs and packages I use.
________________________________________________
2021-02-16 11:01:29 +01:00
Here and on my other channels, as well as on my website, I will not only create instructions for installation, but also publish test reports on the respective working environments (simulation, animation, ...).
________________________________________________
My system:
OS: openSUSE Leap 15.2 x86_64
Kernel: 5.3.18-lp152.63-default
DE: Xfce
CPU: Intel i7-7700HQ (8) @ 3.800GHz
GPU: NVIDIA GeForce GTX 1060 Mobile 6G (Community Repository Nvidia)
Memory: 32GB
2021-04-12 17:32:07 +02:00
Wine version: wine-5.0 (WINEARCH = win64)<br/>
Wine version: wine-6.6 (WINEARCH = win64)
2021-02-16 11:01:29 +01:00
2021-04-12 17:29:56 +02:00
________________________________________________
2021-04-11 09:49:57 +02:00
2021-04-12 17:31:21 +02:00
Installation on openSUSE Leap & Tumbleweed:
2021-02-24 16:48:39 +01:00
2021-04-12 17:28:47 +02:00
1.) Open Yast -> Install Software -> Install these packages: wine & p7zip-full -> Reboot your system
2.) Open a Terminal -> Run this command: winetricks corefonts vcrun2017 msxml4 dxvk (minimum requirement for running Fusion 360)
2021-02-16 11:01:29 +01:00
2021-04-12 17:28:47 +02:00
3.) Run this command: winecfg
2021-04-12 17:34:03 +02:00
4.) Set the windows version to Windows 8 or 10 (only when you use the wine version 6.6 -> At the moment)
2021-02-16 11:01:29 +01:00
2021-02-24 16:48:39 +01:00
5.) Close this window
2021-02-16 11:01:29 +01:00
2021-02-24 16:48:39 +01:00
6.) Run this command: clear (It's better to see, what happens, when we clear the terminal.)
2021-02-16 11:01:29 +01:00
2021-02-24 16:48:39 +01:00
7.) Run this command(s): cd Downloads && mkdir fusion360 && cd fusion360
2021-02-16 11:01:29 +01:00
2021-02-24 16:48:39 +01:00
8.) Run this command: wget https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe (Here we downloading the installer of Fusion 360.)
2021-02-16 11:01:29 +01:00
2021-02-24 16:48:39 +01:00
9.) Run this command: 7z x -osetup/ "Fusion 360 Admin Install.exe" && curl -Lo setup/platform.py github.com/python/cpython/raw/3.5/Lib/platform.py && sed -i 's/winver._platform_version or //' setup/platform.py
2021-02-16 11:01:29 +01:00
2021-04-12 17:28:47 +02:00
10.) Run this command: wine setup/streamer.exe -p deploy -g -f log.txt --quiet (Run this command 2x)
2021-02-16 11:01:29 +01:00
2021-04-12 17:28:47 +02:00
11.) Run this command(s): cd $HOME && mkdir .Fusion360 && cd .Fusion360
2021-02-16 11:01:29 +01:00
2021-04-12 17:28:47 +02:00
12.) Run this command: env WINEPREFIX="/home/YOUR_USER_NAME/.wine" wine C:\\windows\\command\\start.exe /Unix /home/YOUR_USER_NAME/.wine/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/Autodesk/Autodesk\ Fusion\ 360.lnk (Here we opening the program Fusion 360 and this creating some files in our .Fusion360 folder.)
2021-02-16 11:01:29 +01:00
2021-04-12 17:28:47 +02:00
13.) Login with your account data
2021-02-24 17:14:31 +01:00
2021-04-12 17:28:47 +02:00
14.) Then go to preferences and in General under Graphics driver, select DirectX 9. <-- OR -->
15.) Then go to preferences and in General under Graphics driver, select OpenGL <-- This is now the best choise for Fusion 360!
2021-02-16 11:01:29 +01:00
2021-04-12 17:28:47 +02:00
16.) Close Fusion 360
2021-02-16 11:01:29 +01:00
2021-04-12 17:28:47 +02:00
17.) Run this command: winecfg -> Go to libraries -> Change these options: <-- We don't need this one, now!
2021-02-16 11:01:29 +01:00
d3d10core = disabled
d3d11 = native
d3d9 = builtin
dxgi = native
2021-02-24 16:48:39 +01:00
2021-04-12 17:28:47 +02:00
18.) Open Fusion again with this command: env WINEPREFIX="/home/YOUR_USER_NAME/.wine" wine C:\\windows\\command\\start.exe /Unix /home/YOUR_USER_NAME/.wine/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/Autodesk/Autodesk\ Fusion\ 360.lnk (It's important, that your changing to your .Fusion360 folder in our home-directory and run then this command now & in the future here.)
19.) Now everything should work so far.
2021-02-24 16:48:39 +01:00
2021-04-12 17:28:47 +02:00
* Note: Simply ignore errors that occur during installation. The installation of Fusion 360 was repeated several times to ensure that it really worked.
2021-04-12 17:30:42 +02:00
Here can you see my way to install Fusion 360 on openSUSE Leap 15.2: https://youtu.be/-BktJspJKgs
2021-02-24 16:48:39 +01:00
2021-04-12 17:28:47 +02:00
________________________________________________________________________________________________
2021-02-16 11:01:29 +01:00
2021-04-12 17:31:21 +02:00
Installation on Ubuntu, Linux Mint, ...: Still in progress!!! -> https://youtu.be/NJTV_enR6io & https://www.youtube.com/watch?v=R-ev3dhNM98
2021-04-12 17:28:47 +02:00
________________________________________________________________________________________________
________________________________________________________________________________________________
2021-02-16 11:01:29 +01:00
Which workspaces I have tested:
- construction (works)
- animation (works)
2021-04-12 17:28:47 +02:00
- rendering (works , but when you will saving a rendered file, then you must changing something: https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/releases/tag/v1.2
- production (works)
- simulation (Local calculation dosn't work at the moment)
2021-02-16 11:01:29 +01:00
Further changes to Fusion 360 will be made and further tests will be carried out as well.