Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ubuntu vmware mouse buttons

1) stop the VM
2) add these lines to the end of the .vmx file of the guest OS:
	mouse.vusb.enable = "TRUE"
	mouse.vusb.useBasicMouse = "FALSE"
	usb.generic.allowHID = "TRUE"
3) start VM - now all mouse buttons should work
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #ubuntu #vmware #mouse #buttons
ADD COMMENT
Topic
Name
6+5 =