Difference between revisions of "Autodesk Fusion 360"

From Blue-IT.org Wiki

(Created page with "* Be sure to have a NVIDIA graphics card with opengl support * Install VMware-player * Be sure to give the installed virtual machine (Windows) enough RAM from the graphics...")
 
Line 1: Line 1:
 +
== Fusion 360 in VMware-player virtual machine ==
 +
 
* Be sure to have a NVIDIA graphics card with opengl support
 
* Be sure to have a NVIDIA graphics card with opengl support
 
* Install [[VMware]]-player
 
* Install [[VMware]]-player
Line 8: Line 10:
  
 
I tested this with a XEON system with integrated graphic card. I added a simple NVIDIA GT 610 (2GB RAM, passive cooled, costs around 40 €).
 
I tested this with a XEON system with integrated graphic card. I added a simple NVIDIA GT 610 (2GB RAM, passive cooled, costs around 40 €).
 +
 +
[[Category:CAD & 3D print]]
 +
[[Category:Virtualisation]]
 +
[[Category:VMware]]
 +
[[Category:Ubuntu]]

Revision as of 13:27, 5 February 2018

Fusion 360 in VMware-player virtual machine

  • Be sure to have a NVIDIA graphics card with opengl support
  • Install VMware-player
  • Be sure to give the installed virtual machine (Windows) enough RAM from the graphics card (recommended 1GB)
  • start vmware-player with
export DRI_PRIME=1; /usr/bin/vmplayer /path/to/virtualmachine_name.vmx

or if you installed VIX(vmrun)

export DRI_PRIME=1; vmrun -T player start  /path/to/virtualmachine_name.vmx

I tested this with a XEON system with integrated graphic card. I added a simple NVIDIA GT 610 (2GB RAM, passive cooled, costs around 40 €).