Ubuntu – Virtualization options on Ubuntu – are there others besides virtualbox

driversvirtualboxvirtualization

The only reason I ask about other virtualization options is because after moving to Ubuntu and Linux from Windows, I still have a few apps that I want to use from the Adobe Creative Suite, e.g. Photoshop, among others.
The problem is that Virtualbox only lets me give up to 128MB of memory for video, which is probably system memory and not from my video card.
In fact, my video card is not recognized inside the Windows 10 guest. I know I installed the extension pack. I'm almost certain that I have the guest additions also installed. I have a 2.5k monitor (as in about 2500px wide) but I am not able to select a resolution anywhere near that in the guest OS. I also have an AMD Radeon R9-270X video card.
Do I need a different product or am I missing something with my Virtualbox setup?
Thanks,
Bruce

Best Answer

QEMU

QEMU is a generic and open source machine emulator and virtualizer.

When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performance.

When used as a virtualizer, QEMU achieves near native performance by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, and S390 guests.

QEMU is a member of Software Freedom Conservancy.

Text from QEMU's Official Wiki

IMHO

One of the best Emulators. It does what it promises and it does good. It won't do anything else, it doesn't do a lot of things but emulating a machine. It's worth a try if you wish just to have a machine inside of another machine.

Good luck!