Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate DXVK and use DirectX 9 *solved* #79

Closed
cryinkfly opened this issue Sep 3, 2021 · 2 comments
Closed

Activate DXVK and use DirectX 9 *solved* #79

cryinkfly opened this issue Sep 3, 2021 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@cryinkfly
Copy link
Owner

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":

  • /$HOME/.wineprefixes/fusion360/drive_c/users/$USER/Application Data/Autodesk/Neutron Platform/Options
  • /$HOME/.wineprefixes/fusion360/drive_c/users/$USER/AppData/Roaming/Autodesk/Neutron Platform/Options

3) After that you must change your Wine configuration:

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

Then you go to libraries and change these things:

  • d3d10core = disabled
  • d3d11 = native
  • d3d9 = builtin
  • dxgi = native

4) You can now start Autodesk Fusion 360!

@ManuGithubSteam
Copy link

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

@TN-1
Copy link
Contributor

TN-1 commented Sep 4, 2021

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants