The installation of Ubuntu in VMware, but found that the middle mouse button can not be used, many users do not accept this, especially to see the Web users accustomed to. It is not known whether VMware is the cause or other installation methods have such a problem. So, the internet search a bit, found that it is not my one encounter such a problem, many master predecessors have also encountered, this is better to do more. Masarica Horong, still very grateful to them. Here is my solution to share with you.
SUDOGEDIT/ETC/X11/XORG.CONF//Here is the edit configuration file, the configuration file can be opened in Ubuntu, but there is no modified permissions, so you must enter the administrator's privileges to modify. The following is edited in the Open text.
The "Input Device" section of the
Option "Protocol" "PS/2"
Replaced by
Option "Protocol" "IMPS/2"
My xorg.conf originally did not have this statement, added.
Ctrl+alt+backspace reboot x, or no effect.
Online in check, found that my configuration is still less sentence:
Option "Emulate3buttons" "Yes"
In addition, my drive is: Driver "Vmmouse"
And generally common is: Driver "Mouse"
Complete Configuration paragraph:
section "InputDevice"
Identifier "Configured Mouse"
Driver "Vmmouse"
Option "Protocol" "IMPS/2"
Option "Corepointer"
Option "Device" "/dev/input/mice"
Option "Zaxismapping" "4 5"
Option "Emulate3buttons" "Yes"
Endsection
At this point, all the changes have been completed, at this time can be very comfortable to use our mouse.