Got it working, here are tips (Arch Linux) #415
feldi12
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I got the Fusion360 working under my arch linux, and below are problems and solutions I came across. Remember to run all the wine commands in proper prefix where you set install dir when running crinkflys install script.
box-run.sh
fails on my system, but runningWINEPREFIX='<install dir' FUSION_IDSDK=false WINEDEBUG=-all,-d3d wine '<Fusion360.exe path>'
works. Fusion360.exe should be in yours C:\user<username>\AppData folder in wine prefix. Run find-iname fusion360.exe
to find itadskidmgr://
and a lot of text after that. Then find AdskIdentityManager.exe in your fusion360 wine prefix, navigate there and runwine AdskIdentityManager.exe '<insert the link here>'
. The ' ' are important and remember about the prefix.Lastly, I had some bad performance issues. I'm running nvidia GT1030 with nvidia proprietary driver (dkms package) and Fusion would not smoothly render anything. Even sketching a rectangle was a slideshow. Also there was high Xorg usage at times. This was solved by adding
options nvidia_drm modeset=1 fbdev=1
to/etc/modprobe.d/nvidia.conf
as advised in Arch wiki (needs system restart). Now everything runs smoothly (loads a bit slow - about 30 seconds).Problems still unsolved:
Hope this helps someone
Cheers
Setup:
Intel(R) Xeon(R) CPU E3-1220 v5 @ 3.00GHz
16GB of RAM
nvidia GT1030, nvidia proprietary driver
Arch Linux LTS kernel branch
Beta Was this translation helpful? Give feedback.
All reactions