summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 8a550027c1e66f5f2eaff315e14427fc0ddadafc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Installation of the Synaptics-Touchpad-Driver for XFree 4.x
===========================================================

Author: Stefan Gmeiner <riddlebox@freesurf.ch>
Date: 20.04.02

needs: - XFree 4.x
       - Using with Kernel 2.4.x for x < 10 needs a kernel-patch (see
         source-code)

1. If you installing the driver by binary (recommended) you can go to
step 3.

2. Change in the "Makefile" the path to the xfree-sourcecode tree by
changig the Variable TOP. Then type "make" to build the driver
"synaptics_drv.o".

3. Copy the driver-modul "snyaptics_drv.o" into the XFree-module path
"ex. /usr/X11R6/lib/modules/input/".

4. Load the driver by changig the XFree configuration file through
adding the line 'Load "synaptics"' in the modul-section.

5. Add/Replace in the InputDevice-section for the touchpad the
following lines:

Section "InputDevice"
  Driver  	"synaptics"
  Identifier  	"Mouse[1]"
  Option 	"Device"  	"/dev/psaux"
  Option	"LeftEdge"      "1900"
  Option	"RightEdge"     "5400"
  Option	"TopEdge"       "3900"
  Option	"BottomEdge"    "1800"
  Option	"Finger"	"25 30"
  Option	"MaxTapTime" "20"
  Option	"MaxTapMove" "220"
  Option	"VertScrollDelta" "100"
  Option	"MinSpeed"	"0.02"
  Option	"MaxSpeed"	"0.18"
  Option	"AccelFactor" "0.0010"
#  Option	"Repeater"	"/dev/ps2mouse"
#  Option	"SHMConfig"	"on"
EndSection

Change the Identifier to the same name as in the ServerLayout-section.
The Option "Repeater" und "SHMConfig" are at the moment for testing.

6. Add the "CorePointer" option to the InputDevice line at the ServerLayout section:

Section "ServerLayout"
...
  InputDevice "Mouse[1]"  "CorePointer"
...

7. Start/Restart the X-Server. If the touchpad doesn't work go to
step 8.

8. a) Check the XFree-Logfiles
   b) Try to start the XServer with 'startx -- -logverbose 8' for more
      Output
If you can't get the driver working, mail the logfiles and the
configuration file to me.