Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Two finger scrolling on sony laptop
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
WakkaDojo
Apprentice
Apprentice


Joined: 26 Sep 2007
Posts: 174
Location: Massachusetts

PostPosted: Wed Nov 14, 2007 10:04 pm    Post subject: Two finger scrolling on sony laptop Reply with quote

I have a sony laptop and have been trying to get two finger vertical scrolling to work, unfortunately it isn't right now. Here's my relevant xorg.conf:
Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Mouse1"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "AIGLX" "false"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
        Driver  "synaptics"
        Identifier      "Mouse1"
        Option  "SendCoreEvents" "true"
        Option  "Protocol" "auto-dev"
        Option  "SHMConfig" "true"
        Option  "MinSpeed" "0.40"
        Option  "MaxSpeed" "0.75"
        Option  "AccelFactor" "0.020"
# Tapping
        Option  "TapButton1" "0"
        Option  "TapButton2" "0"
        Option  "TapButton3" "0"
# Scroll stuff
        Option  "HorizScrollDelta" "0"
        Option  "VertTwoFingerScroll" "1"
        Option  "VertScrollDelta" "5"
        # No edges
        Option  "VertEdgeScroll" "0"
        Option  "HorizEdgeScroll" "0"
EndSection


I have no errors or warning in my /var/log/Xorg.0.log. My kernel is configured appropriately. Any ideas?

// --------------------
EDIT

When messing around trying to get two finger scrolling to work I decided to take a peek at tapping (which I eventually want disabled, but anyway, this is just a debugging process). I realized that tapping doesn't work either! Perhaps the problems are related. Here's the configuration which STILL doesn't allow tapping:
Code:
Section "InputDevice"
        Driver  "synaptics"
        Identifier      "Mouse1"
        Option  "SendCoreEvents" "true"
        Option  "Protocol" "auto-dev"
        Option  "SHMConfig" "true"
        Option  "MinSpeed" "0.40"
        Option  "MaxSpeed" "0.75"
        Option  "AccelFactor" "0.020"
# Tapping
        Option  "TouchpadOff" "0"
# Scroll stuff
        Option  "HorizScrollDelta" "0"
        Option  "VertTwoFingerScroll" "1"
        Option  "VertScrollDelta" "5"
        # No edges
        Option  "VertEdgeScroll" "0"
        Option  "HorizEdgeScroll" "0"
EndSection
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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