How to make X use gpm to read from Synaptics touchpads

This is for gpm vsn 1.19.6. For other versions, it may or may not work. Do not use this hack for other mice.

Here's what to do:
[ use_wmode y ]
[ tossing_enabled n ]
[ min_toss_time 10 ]
[ max_toss_time 300 ]
[ min_toss_dist 15 ]
[ corner_taps_enabled n ]
[ low_pressure 40 ]
[ speed_up_pressure 40 ]
Most of those options are rather personal, of course.
gpm -R msc -t synps2
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "MouseSystems"
        Option      "Device" "/dev/gpmdata"                      Option      "Buttons" "3"
        Option      "Emulate3Buttons" "no"
EndSection
Back to my Linux on a Compaq Presario 1711 T page.

Last modified by Daniel Wagenaar , Jan 6, 2002.