Skip to content

Instantly share code, notes, and snippets.

@apxangels
Created April 27, 2025 14:41
Show Gist options
  • Select an option

  • Save apxangels/e489d204d0dac7758f7ca578a2c5c0f1 to your computer and use it in GitHub Desktop.

Select an option

Save apxangels/e489d204d0dac7758f7ca578a2c5c0f1 to your computer and use it in GitHub Desktop.
vmware-wstation-debian-problems

If you have problems with: Drag and drop Copy and paste Keyboard input lag And you are using vmware workstation 17.x with linx guest:

  1. Make sure you are set setting "Enable drag and drop" and "Enable copy and paste" in "Virtual Machine Settings -> Options -> Guest Isolation"
  2. Make sure you have this lines in .vmx file of your VM:
keyboard.vusb.enable = "TRUE"
keyboard.allowBothIRQs = "FALSE"
isolation.tools.copy.disable = "FALSE"
isolation.tools.dnd.disable = "FALSE"
isolation.tools.paste.disable = "FALSE"
isolation.tools.hgfs.disable= "FALSE"
keyboard.allowBothIRQs = "FALSE"
keyboard.vsub.enable = "TRUE"

keyboard.vsub.enable = "TRUE" also resolve problems with keyboards in vmware workstation 17.xx with linux guests Before you add this lines to vmx, poweroff your vm. 3. Make sure you are not using Wayland shit. Jst use x11 (logout and change yor session to x11)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment