Fedora9 touch pad Configuration

Source: Internet
Author: User
After Fedora9 is installed, the touch pad functions are quite limited. For example, you cannot move the window, or click or double-click to view/etc/X11/xorg. after conf, it is found that the default configuration does not have any configuration related to the touchpad. Refer to xorg. add the following content to/etc/X11/xorg. confSection "InputDevice" Driver "synaptics" Identifier "Mouse0" Optio

After the installation of Fedora 9 is complete, the touch pad functions are quite limited. For example, you cannot move the window, and you cannot click or double-click to view/etc/X11/xorg. after conf, it is found that the default configuration does not have any configuration related to the touchpad, refer to the xorg. add the following content to/etc/X11/xorg. conf

Section "InputDevice"
Driver "synaptics"
Identifier "Mouse0"
Option "SHMConfig" "true"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "HorizScrollDelta" "0"
Option "InputFashion" "Mouse"
Option "Name" "Synaptics; Touchpad"
Option "Protocol" "assumerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
Option "TapButton1" "1"
Option "TapButton2" "2"
EndSection

Restart X and find that the touchpad is working properly.

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.