Vmx hacks: Difference between revisions

674 bytes added ,  19 March 2022
Line 200: Line 200:


Beware that if you have this issue -and your host has more than one GPU- that it also might be because the wrong GPU was selected for Vulkan.
Beware that if you have this issue -and your host has more than one GPU- that it also might be because the wrong GPU was selected for Vulkan.
There's another switch to use the openGL renderer instead of Vulkan:
mks.enableVulkanRenderer = "FALSE"
mks.enableGLRenderer = "TRUE"
and a switch to allow the Vulkan rendered use unsupported devices:
mks.vk.allowUnsupportedDevices = "TRUE"
There's even a way to force your VM to use a specific GPU, such as the discrete GPU instead of the integrated GPU.. if your host has both.
mks.forceDiscreteGPU = "TRUE"
See the tips from BlueFireStorm here: [https://communities.vmware.com/t5/VMware-Workstation-Pro/VMware-Workstation-cannot-connect-to-the-virtual-machine-Vmware/m-p/2899481/highlight/true#M174703 VMware Workstation cannot connect to the virtual machine]


==== Dark Mode ====
==== Dark Mode ====
1,274

edits