cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.91k stars 120 forks source link

Activate DXVK and use DirectX 9 *solved* #79

Closed cryinkfly closed 3 years ago

cryinkfly commented 3 years ago

Would you like to use Autodesk Fusion 360 with DirectX 9 instead of OpenGL?

Then you have to work through the following steps:

1) Install the package "dxvk" with the help of winetricks! Example command:

   WINEPREFIX=/home/$USER/.wineprefixes/fusion360 sh winetricks -q dxvk

2a) Autodesk Fusion 360 has already started:

Then go to preferences and in General under Graphics driver select DirectX 9. After this setting, Exit Autodesk Fusion 360.

2b) Autodesk Fusion 360 was configured by you after the installation:

Download this file: NMachineSpecificOptions.xml.zip Then you have to replace the original NMachineSpecificOptions.xml file that you received with the installation of Autodesk Fusion 360 with this file! Here you can find this original file if you have selected the "Standard Installation":

3) After that you must change your Wine configuration:

   WINEPREFIX=/home/$USER/.wineprefixes/fusion360 winecfg

Then you go to libraries and change these things:

4) You can now start Autodesk Fusion 360!

ManuGithubSteam commented 3 years ago

What is the benefit of running it with DirectX 9 ? will the GUI glitches be gone ? Thanks!

TN-1 commented 3 years ago

@ManuGithubSteam Some users report a better experience, including me. Other people have a better experience on OpenGL. It's just a matter of seeing what works best for your setup.
Its not a magical fix for everything though.