Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Touchpad configuration
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Tractor Girl
Apprentice
Apprentice


Joined: 16 May 2013
Posts: 159

PostPosted: Mon Aug 05, 2013 4:36 pm    Post subject: [SOLVED] Touchpad configuration Reply with quote

I've got a problem with touchpad configuration.
In Debian I have this file /etc/X11/xorg.conf.d/10-synaptics.conf with:
Code:
Section "InputClass"
    Identifier "touchpad"
    Driver "synaptics"
    MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
        Option "RTCornerButton" "2"
        Option "RBCornerButton" "3"
        Option "VertEdgeScroll" "on"
        Option "VertTwoFingerScroll" "on"
        Option "HorizEdgeScroll" "on"
        Option "HorizTwoFingerScroll" "on"
        Option "CircularScrolling" "on"
        Option "CircScrollTrigger" "2"
        #Option “SHMConfig” “on”
EndSection


In Gentoo, without this file touchpad is working, but it is far from perfection. The problem is - when I put this file into Gentoo - touchpad is not working at all.

I also tried another confiuration found on this forum - but it's the same thing - touchpad doesn't respond:
Code:
Section "InputClass"
   Identifier   "touchpad catchall"
   Driver      "synaptics"
   Option      "LeftEdge"      "1700"
   Option      "RightEdge"      "5300"
        Option      "TopEdge"      "1700"
        Option      "BottomEdge"      "4200"
        Option      "FingerLow"      "25"
        Option      "FingerHigh"      "30"
        Option      "MaxTapTime"      "180"
        Option      "MaxTapMove"      "220"
        Option      "VertScrollDelta"   "100"
        Option      "MinSpeed"      "0.7"
        Option      "MaxSpeed"      "0.8"
        Option      "AccelFactor"      "0.0010"
        Option      "SHMConfig"      "on"
        Option      "VertTwoFingerScroll"   "1"
        Option      "HorizTwoFingerScroll"   "1"
        Option      "TapButton1"      "1"
   MatchIsTouchpad   "on"
   MatchDevicePath   "/dev/input/event*"
EndSection


Maybe this is because I forgot to add "synaptics" to INPUT variable in /etc/portage/make.conf, and some dependencies of xorg-server were emerged without it?
If this is the case, which packages should I reinstall?


Last edited by Tractor Girl on Mon Aug 05, 2013 7:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
Tractor Girl
Apprentice
Apprentice


Joined: 16 May 2013
Posts: 159

PostPosted: Mon Aug 05, 2013 7:50 pm    Post subject: Reply with quote

Ok it's working.
I've added "synaptics" to INPUT_DEVICES and reinstalled xorg-drivers.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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