View previous topic :: View next topic |
Author |
Message |
Sharkyzz n00b
Joined: 30 Nov 2003 Posts: 57 Location: Netherlands
|
Posted: Tue Dec 09, 2003 5:08 pm Post subject: Touchpad 2.4+touchpad (synaptics) |
|
|
Hello,
Just a little question how do i make my touchpad on my Sony VAIO PCG-GRT816S work?
Thnkz!
Sam |
|
Back to top |
|
|
tobimat80 Apprentice
Joined: 27 May 2003 Posts: 272 Location: Trier - Germany
|
Posted: Wed Dec 10, 2003 9:07 am Post subject: |
|
|
If you are using >= xfree-4.3.0-r3 I think the synaptics drivers are already included. Otherwise try ACCEPT_KEYWORDS=~x86 emerge synaptics. Then you have to copy "synaptics_drv.o" in your XFree module directory (e.g.: /usr/X11R6/lib/modules/drivers).
Edit your XF86Conf:
Insert
and Quote: | Section "InputDevice"
Identifier "Mouse1"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Edges" "1900 5400 1800 3900"
Option "Finger" "25 30"
Option "MaxTapTime" "20"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0007"
Option "SHMConfig" "on"
Option "UpDownScrolling" "on"
Option "Protocol" "ImPS/2"
EndSection
|
and Quote: | Section "ServerLayout"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
|
Tell me if it works!
Regards,
Tobis _________________ Wer Rechtschreibfehler findet, darf sie behalten und auf DVD brennen! |
|
Back to top |
|
|
|