My Box is lenovo sl510 .. When i install fedora XFCe 14 , I notice touch pad is not
working .. Search internet got good tips from linuxquestions.org
so i share my experience in my blog ..
file is ====> su -c ' vi /usr/share/X11/xorg.conf.d/50-synaptics.conf'
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
#add new line --
Option "TapButton1" "1"
EndSection
# Quirks for special touchpads
# Some devices have the buttons as part of the lower edge of the
# touchpad. Pressing a button moves the cursor, causing cursor jumps and
# erroneous clicks.
# Use the synaptics area property to work around this, udev labels these
# devices for us as touchpad_button_overlap.
# Affected: Dell Mini
Section "InputClass"
Identifier "touchpad button overlap"
MatchIsTouchpad "on"
MatchTag "touchpad_button_overlap"
Option "AreaBottomEdge" "4000"
EndSection
Thanking You ...
No comments:
Post a Comment