-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
is vGPU necessary for hardware 3D acceleration in VirtualBox #93
Comments
Hello, yes you need it. Please switch guest type to Windows 10 (to use VBoxSVGA) or Linux (to use VMSVGA) - there isn't real difference, but VirtualBox switching automaticaly GPU type base on guest type regardless of the user's opinion. |
Thanks. No where did i find instructions telling me i need vGPU, or set the vm guest type to Windows 10 to use VBoxSVGA. Either im blind or naive, or adding those instructions somewhere would be nice. |
I don't think you can brick something (hardware wise) on the host by doing anything in the Virtual machine. Also, you don't need to know the exact type of host GPU - see the installation instructions. |
My gpu doesnt have vGPU enabled by default. As far as i can figure out by researching online, to enable it, you need to patch the GPUs firmware, which i imagine can brick the GPU. The install instructions you link dont explain how to enable vGPU on a GPU. |
I don't think SoftGPU uses "vGPU" (paravirtualization). Just follow the instructions and report back when/if there is a problem. |
The project maintainer told me in the reply that it does need vGPU. #93 (comment) |
He meant that you need to enable "Enable 3D Acceleration" checkbox.
|
Sorry to confuse you. @Torinde and @ride2x4 has right. I’m using “vGPU” for virtual video card in virtual machine – and because this is a bit tough work, I tend to write about these technology problems, but it can be confusing to users. In user point of view in really only mean “tick enable 3D acceleration checkbox”. Please don’t do any firmware or hardware modifications! Problem of course is that “Virtual GPU” currently have 2 meanings: Virtual GPU = paravirtual GPU = video card in virtual machine but without emulation of some real hardware. It is primary optimized for fast and universal interpretation on host. Doesn’t require specific hardware = SoftGPU is using this. NVIDIA virtual GPU = Intel GVT-g = allow split GPU to multiple instances, mainly for GPU computation usage. NOT used by SoftGPU (and without support in VirtualBox, VMWare Workstation and QEMU on Windows). Special HW and SW required. |
is vGPU necessary for hardware 3D acceleration in VirtualBox?
Also, do i need to check 'Enable 3D acceleration' for it to work? Because when i check it, it always reverts back to VBoxVGA.
I'm just trying to play some Win98 games with 3D acceleration with a RTX 3080.
The text was updated successfully, but these errors were encountered: