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.