Re: [DNG] Tochpad scrolling on devuan

2016-05-11 Thread ael
On Thu, Apr 28, 2016 at 10:13:32AM -0400, Steve Litt wrote: > > There *is* such a daemon. I tried it for a little while and didn't like > it. That's why I don't remember the daemon's name. It is /usr/bin/syndaemon and is part of xserver-xorg-input-synaptics in debian, at least. ael

Re: [DNG] Tochpad scrolling on devuan

2016-04-28 Thread fuumind
This is a gem! I don't know how many times I have accidentally brushed at the touchpad while typing and moved the cursor to somewhere it shouldn't be or deleted text. Maybe one could write a daemon that disables the touchpad n seconds after the any-key has been pressed... :) /fuumind On Wed,

Re: [DNG] Tochpad scrolling on devuan

2016-04-27 Thread Steve Litt
On Wed, 27 Apr 2016 11:25:19 +0200 aitor_czr wrote: > On 04/27/2016 11:21 AM, aitor_czr wrote: > > If so, try doing: > > synclient TouchpadOff=1 > > > > for enabling the touchpad, and: > > > > synclient TouchpadOff=0 > > > > for disabling it. > > Sorry, it's in the

Re: [DNG] Tochpad scrolling on devuan

2016-04-27 Thread David Hare
Good you got scrolling to work. In case it helps, this is what works for me to enable tap functions, rather than mess with xorg configs: synclient TapButton1=1 LBCornerButton=2 RBCornerButton=3 MaxTapTime=140 SingleTapTimeout=140 MaxDoubleTapTime=140 Try first in a user terminal, if it works

Re: [DNG] Tochpad scrolling on devuan

2016-04-27 Thread fuumind
Hi all! Thank you for all the great help with getting my touchpad working better! I now have two finger scrolling working (I discovered in the process that my hardware do support it.) Adding the option line 'Option "VertTwoFingerScroll" "on"' to the file

Re: [DNG] Tochpad scrolling on devuan

2016-04-27 Thread aitor_czr
On 04/27/2016 11:21 AM, aitor_czr wrote: If so, try doing: synclient TouchpadOff=1 for enabling the touchpad, and: synclient TouchpadOff=0 for disabling it. Sorry, it's in the other way around: synclient TouchpadOff=0 enables the touchpad :) Aitor.

Re: [DNG] Tochpad scrolling on devuan

2016-04-27 Thread aitor_czr
Hi fuumind, On 04/26/2016 10:32 PM, aitor_czr wrote: On 04/26/2016 08:04 PM, fuumind wrote: >>Hi fuumind, >> > >> >On 04/26/2016 02:00 PM, fuumind wrote: >>> >>Thanks for the link! >>> >> >>> >>My kernel went from

Re: [DNG] Tochpad scrolling on devuan

2016-04-26 Thread aitor_czr
On 04/26/2016 08:04 PM, fuumind wrote: Hi fuumind, > >On 04/26/2016 02:00 PM, fuumind wrote: >>Thanks for the link! >> >>My kernel went from 3.16 to 4.4 but still no scrolling. >> >>also: >> >>lsmod|grep -iE

Re: [DNG] Tochpad scrolling on devuan

2016-04-26 Thread dev1fanboy
The synaptics driver is usually the way to go. Check if it's installed by dpkg -l | grep synaptics, if not then apt-get install xserver-xorg-input-synaptics. Usually any options you want will have to be configured as the defaults are pretty basic, the archlinux wiki has some good info on the

Re: [DNG] Tochpad scrolling on devuan

2016-04-26 Thread fuumind
Thanks for the link! My kernel went from 3.16 to 4.4 but still no scrolling. also: lsmod|grep -iE "apple|cyapa|sermouse|synap|psmouse|vsxx|bcm" btbcm 16384 1 btusb bluetooth 516096 24 bnep,btbcm,btrtl,btusb,btintel psmouse 122880 0 And freeciv

Re: [DNG] Tochpad scrolling on devuan

2016-04-26 Thread David Hare
deb http://packages.devuan.org/merged jessie-backports main in your sources.list.. Do be careful to comment that line immediately after use, I'm not the only one who had problems with unintentional "upgrades" from backports. Some of my posts might not have made the list properly, my usual mail

Re: [DNG] Tochpad scrolling on devuan

2016-04-26 Thread fuumind
I doubt that my hardware is too new. It is a Dell Latitude E6410 that I bought second hand a couple of years ago. :) How would I go about upgrading to a backported kernel? Is there a repo somewhere I can use or do I need to build it myself? /fuumind On Mon, 25 Apr 2016 21:27:39 -0400 Hendrik

Re: [DNG] Tochpad scrolling on devuan

2016-04-25 Thread Hendrik Boom
On Tue, Apr 26, 2016 at 02:01:46AM +0100, David Hare wrote: > On 26 April 2016 at 02:00, David Hare wrote: > > I recently did a devuan-based install on a quite new Dell laptop. > > Many things did not work properly (sound, wlan, touchpad). A newer > > "backport" kernel

Re: [DNG] Tochpad scrolling on devuan

2016-04-25 Thread David Hare
On 26 April 2016 at 02:00, David Hare wrote: > I recently did a devuan-based install on a quite new Dell laptop. > Many things did not work properly (sound, wlan, touchpad). A newer > "backport" kernel sorted it all. > > On 25 April 2016 at 20:19, fuumind

[DNG] Tochpad scrolling on devuan

2016-04-25 Thread fuumind
Hi! I am trying to get touchpad scrolling working on my new Devuan setup. So far I've figured out that it is probably pmouse that is driving the hardware by stealing the following from http://unix.stackexchange.com/questions/131432/which-driver-is-handling-my-touchpad : lsmod|grep -iE