Tweaks to make to VMware .vmx files
# Disables touchscreen emulation | |
touchscreen.vusb.present = "FALSE" | |
# Enables support for nested hypervisors | |
hypervisor.cpuid.v0 = "FALSE" | |
vhv.enable = "TRUE" | |
vpmc.enable = "TRUE" | |
mce.enable = "TRUE" | |
vhu.enable = "TRUE" | |
# Enables raw HID mouse pass-thru so all buttons work | |
mouse.vusb.enable = "TRUE" | |
mouse.vusb.useBasicMouse = "FALSE" | |
usb.generic.allowHID = "TRUE" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment