Ubuntu8.04 experience the mouse wheel

Source: Internet
Author: User
When I was working in Zhongshan a few days ago, I downloaded a new Ubuntu version 8.04. I have used Ubuntu releases several times before, but I am not very familiar with them. I just want to use them. I still use CentOS and FreeBSD releases. After the installation, a problem is found. After the installation in Vmware is complete, you do not need to manually install vmwaretools. However, there is a small problem that the mouse wheel cannot be used. My solution is as follows: in the/etc/X11 directory, there is an xorg. conf file, rat

When I was working in Zhongshan a few days ago, I downloaded a new Ubuntu version 8.04. I have used Ubuntu releases several times before, but I am not very familiar with them. I just want to use them. I still use CentOS and FreeBSD releases.

After the installation, a problem is found. After the installation in Vmware is complete, you do not need to manually install vmware tools. However, there is a small problem that the mouse wheel cannot be used. My solution is as follows:

There is an xorg. conf file under the/etc/X11 directory. The mouse configuration is here. In this directory, you will find another file named xorg. conf. beforeVMwareToolsInstall. Check the file name and content. After installing vmware-tools. the conf file has been modified, so a backup is made. After Entering the file, check the parameters configured with the mouse. The configuration is obviously different. The configuration is as follows:

Section "InputDevice"

Identifier "Mouse0"

Driver "mouse"

Option "Protocol" "IMPS/2"

Option "Device" "/dev/input/mice"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "yes"

EndSection

This is the configuration in the backup, and the configuration of xorg. conf is:

Section "InputDevice"

Identifier "Mouse0"

Driver "mouse"

Option "Protocol" "ps/2"

Option "Device" "/dev/input/mice"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "yes"

EndSection

See it. Hehe changed the ps/2 To IMPS/2, and then restarted the machine. The scroll wheel is ready for use.

PS: You need to add Option "Protocol" and modify the Driver.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.