Another option is cloud computing.
Another option is cloud computing.
Hello everyone! I'm trying to figure out the best way forward. Recently switched from Windows 10 to Linux Mint 20, which is fine so far. However, I need special software that only runs on Windows, like Fusion360. My idea was to set up a virtual machine using VirtualBox with a Windows 10 VM. After testing, the experience was good with some guest extensions, but performance is slow for things like Fusion. The VM has six cores and eight GB of RAM, which should be sufficient. I've enabled VirtualBox's 3D enhancement and turned on virtualization in my BIOS. Overall, most programs run well, though not all. I'm considering GPU pass-through as a solution, but my rig only has an Intel 1060 with integrated graphics and a Ryzen 2600 CPU without built-in graphics. That means I'd need a dedicated GPU for the guest, which isn't guaranteed. Dual boot isn't an option because I can't reboot every hour. I'm also looking into alternatives to VirtualBox and thinking about building another PC with Windows 10 for remote access via tools like TeamViewer. My aim is to use Linux as my main OS while still having a Windows environment for certain programs. Any advice or similar experiences would be appreciated!
I am no linux user, but isn't Wine the tool you're looking for? https://gist.github.com/probonopd/0fab25...41822bd530
Virtualization is the only solution available. +1 for the link above, many people are talking about getting Fusion360 to run on Linux. For improved 3D performance in a virtual machine, consider GPU passthrough using a second GPU. Alternatively, you can try dual booting Linux and Windows 10.
The Lutris script is available at the provided link. Please review all instructions carefully. It functions correctly but may be worth testing the script yourself first.
I don't understand your configuration. The alternative approach is to utilize WSL (Windows Subsystem Linux). You can run a terminal and execute Linux commands from any supported distros to interact with the OS. There are two versions: WSL1 functions like Wine but for Linux applications, which may have compatibility challenges. WSL2 runs your preferred distro alongside Windows 10, using its kernel inside a lightweight virtual machine—this offers better speed and broader system file support. While you can still see Linux processes in the Windows Task Manager, there’s no graphical interface available. XSerevr is a popular choice, with many online guides. X410 is an option but it's not free. Official GUI support with GPU acceleration is expected soon (timing uncertain), and you’ll need compatible drivers for that. Most users at work prefer WSL2 for Linux development, making it easier to work with Docker and Linux-only tools while staying within Windows.