Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved]Changing ALPS/Synaptics touchpad Sensitivity
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
ShanaXXII
Apprentice
Apprentice


Joined: 29 Jun 2014
Posts: 283
Location: Canada

PostPosted: Wed Sep 10, 2014 10:15 pm    Post subject: [Solved]Changing ALPS/Synaptics touchpad Sensitivity Reply with quote

So I have this ALPS touchpad and I don't know how to change the sensitivity of it.
It's been bothering me a little because I am not used to dragging from on edge
of the touchpad to the other and only moving 3/4 of the screen.
I have a config file in my /etc/X11/xorg.conf.d/50-synaptics.conf but I dont know what to add to change the sensitivity.

It would be nice to know how to double-tap and hold to drag and make the 1 tap registry faster.
right now when I tap once, it takes about 20 milisecs for it to register as a left-mouse click.


Last edited by ShanaXXII on Sat Sep 20, 2014 11:47 am; edited 1 time in total
Back to top
View user's profile Send private message
fernan82
n00b
n00b


Joined: 24 Jul 2014
Posts: 70

PostPosted: Sat Sep 13, 2014 12:52 am    Post subject: Reply with quote

There's two utilities that I know of that you can use kde-misc/kcm_touchpad and kde-misc/synaptiks. The latter one works best for me. I was never able to get it right with 50-synaptics.conf.
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Sat Sep 13, 2014 6:33 am    Post subject: Re: Changing ALPS/Synaptics touchpad Sensitivity Reply with quote

ShanaXXII wrote:
It would be nice to know how to double-tap and hold to drag and make the 1 tap registry faster.
right now when I tap once, it takes about 20 milisecs for it to register as a left-mouse click.
That's what I have in the cofig file for synaptics touchpad and it works well:
Code:
# /etc/X11/xorg.conf.d/synaptics.conf

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"


   Option "VertEdgeScroll" "on"
   Option "TapButton1" "1"
EndSection
Back to top
View user's profile Send private message
ShanaXXII
Apprentice
Apprentice


Joined: 29 Jun 2014
Posts: 283
Location: Canada

PostPosted: Sat Sep 13, 2014 8:03 pm    Post subject: Re: Changing ALPS/Synaptics touchpad Sensitivity Reply with quote

charles17 wrote:
Code:
# /etc/X11/xorg.conf.d/synaptics.conf

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"


   Option "VertEdgeScroll" "on"
   Option "TapButton1" "1"
EndSection


Mine is /etc/X11/xorg.conf.d/50-synaptics.conf
is there a differencee?
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Sat Sep 13, 2014 8:15 pm    Post subject: Re: Changing ALPS/Synaptics touchpad Sensitivity Reply with quote

ShanaXXII wrote:
charles17 wrote:
Code:
# /etc/X11/xorg.conf.d/synaptics.conf

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"


   Option "VertEdgeScroll" "on"
   Option "TapButton1" "1"
EndSection


Mine is /etc/X11/xorg.conf.d/50-synaptics.conf
is there a differencee?

Could not find any information about the relevance of numbering or naming in general. Even this naming works and there are no complaints in /var/log/Xorg.0.log
Quote:
/etc/X11/xorg.conf.d/device_no_vesa.conf
Back to top
View user's profile Send private message
dweezil-n0xad
Apprentice
Apprentice


Joined: 30 Oct 2006
Posts: 156
Location: Ostend, Belgium

PostPosted: Sun Sep 14, 2014 11:00 am    Post subject: Reply with quote

here are some pointers:
Code:
$ man synaptics

http://wiki.gentoo.org/wiki/Synaptics#Configuration
_________________
i7-4790K | 16GB DDR3 | GTX 970 | 500GB SSD
ASUS N56VV | i7-3630QM | 12GB DDR3 | GT 750M | 256GB SSD
Back to top
View user's profile Send private message
ShanaXXII
Apprentice
Apprentice


Joined: 29 Jun 2014
Posts: 283
Location: Canada

PostPosted: Thu Sep 18, 2014 11:07 pm    Post subject: Reply with quote

dweezil-n0xad wrote:
here are some pointers:
Code:
$ man synaptics

http://wiki.gentoo.org/wiki/Synaptics#Configuration

Got some useful stuff from that (SingleTapTimeout),
but still cant seem to configure the sensitivity.
https://wiki.archlinux.org/index.php/Touchpad_Synaptics
It shows how to use xinput to get the capabilities of ur touchpad.
Here's mine:
Code:
$ xinput list-props "AlpsPS/2 ALPS GlidePoint" | grep Capabilities
   Synaptics Capabilities (308):   1, 1, 1, 0, 0, 1, 0

From the example:
1 means yes; 0 means no
(1) device has a physical left button
(0) device does not have a physical middle button
(1) device has a physical right button
(0) device does not support two-finger detection
(0) device does not support three-finger detection
(1) device can configure vertical resolution
(1) device can configure horizontal resolution

What stumped me was that according to this guide, it says that I can configure my vertical resolution (I'm guessing this is the sensitivity) but I can't configure my horizontal resolution :/
Back to top
View user's profile Send private message
dweezil-n0xad
Apprentice
Apprentice


Joined: 30 Oct 2006
Posts: 156
Location: Ostend, Belgium

PostPosted: Fri Sep 19, 2014 10:37 pm    Post subject: Reply with quote

I use xinput to reduce the touchpad sensitivity when I extend the desktop on my second monitor. https://bbs.archlinux.org/viewtopic.php?pid=963650#p963650
changing the Constant Deceleration works best for me.
_________________
i7-4790K | 16GB DDR3 | GTX 970 | 500GB SSD
ASUS N56VV | i7-3630QM | 12GB DDR3 | GT 750M | 256GB SSD
Back to top
View user's profile Send private message
ShanaXXII
Apprentice
Apprentice


Joined: 29 Jun 2014
Posts: 283
Location: Canada

PostPosted: Sat Sep 20, 2014 11:46 am    Post subject: Reply with quote

dweezil-n0xad wrote:
I use xinput to reduce the touchpad sensitivity when I extend the desktop on my second monitor. https://bbs.archlinux.org/viewtopic.php?pid=963650#p963650
changing the Constant Deceleration works best for me.

Thank you very much
Code:
$ xinput set-prop 12 "Device Accel Constant Deceleration" 2
Now its working great :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things 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