Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Touchpad 2.4+touchpad (synaptics)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Sharkyzz
n00b
n00b


Joined: 30 Nov 2003
Posts: 57
Location: Netherlands

PostPosted: Tue Dec 09, 2003 5:08 pm    Post subject: Touchpad 2.4+touchpad (synaptics) Reply with quote

Hello,

Just a little question how do i make my touchpad on my Sony VAIO PCG-GRT816S work?

Thnkz!

Sam :)
Back to top
View user's profile Send private message
tobimat80
Apprentice
Apprentice


Joined: 27 May 2003
Posts: 272
Location: Trier - Germany

PostPosted: Wed Dec 10, 2003 9:07 am    Post subject: Reply with quote

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
Quote:
Load "synaptics"

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum