You are not logged in.
Pages: 1
Hi all,
I promise I've tried to find information about this but have hit a wall.
I installed bunsenlabs on a Lenovo Thinkpad e555 and I cannot get two-finger scrolling to work. It seems that the synaptics settings, whether accessed through the GUI application or the config files, have no effect on the behavior of the trackpad. The only way to address it is to grab scrollbars with either tapping or clicking, very different process.
As far as I have found, the problem is that gpointing-device-settings is the only way to control this model trackpad. This software is in wheezy and sid, only, and has been sitting for a while.
The trackpad problem is too annoying for me to keep using bunsenlabs on my laptop. This is a shame because it's the only thing that doesn't work perfectly but it's so irritating that I can't accommodate myself to it.
Does anyone have any suggestions? For now I'm using Manjaro XFCE. I like it plenty but I would rather have Debian as my base again and honestly the aesthetics of bunsenlabs is still better.
Thanks muchly for any feedback.
ND
“If you miss the present moment, you miss your appointment with life. That is very serious!”
– Thich Nhat Hanh
Offline
Don't the Debian instructions work for you? https://wiki.debian.org/InstallingDebia … Trackpoint
Last edited by damo (2016-10-08 23:23:17)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
I'll try it and reply. I don't think I came across those directions. Derp.
“If you miss the present moment, you miss your appointment with life. That is very serious!”
– Thich Nhat Hanh
Offline
I'm just throwing this out there because it may be a solution, as this is somewhat related to the turning-off-the-#@*!&%-tap-to-click in synclient (I feel very strongly about turning off tap-to-click, can you tell?).
As synclient has two settings for two-finger scroll -- VertTwoFingerScroll and HorizTwoFingerScroll -- and each defaults to 0 (off) in the long list of synclient settings, you need to turn them on. So to a terminal and type in (one at a time):
synclient VertTwoFingerScroll=1
synclient HorizTwoFingerScroll=1
But wait, there's more! If this works, it will be active only until you shut down your computer. Want to have it start up next time you boot? Simple.
You have to edit your autostart by right-clicking on the desktop, going to Preferences > Openbox > Edit autostart and add this to the bottom of the file:
#Enable two-finger scrolling
synclient VertTwoFingerScroll=1 &
synclient HorizTwoFingerScroll=1 &
And that way, at least theoretically (and this is how it works for turning off the tap-to-click), your synclient settings will be set to vertical and horizontal two-finger scrolling.
I hope this helps.
Res publica non dominetur
Offline
Edit autostart and add this to the bottom of the file:
#Enable two-finger scrolling synclient VertTwoFingerScroll=1 HorizTwoFingerScroll=1 &
fixed that for you.
Offline
Or just add the options to the line we already have:
https://github.com/BunsenLabs/bunsen-co … ostart#L25
EDIT: I hate tap-to-click as well
Last edited by Head_on_a_Stick (2016-10-21 06:49:03)
Offline
lcafiero wrote:Edit autostart and add this to the bottom of the file:
#Enable two-finger scrolling synclient VertTwoFingerScroll=1 HorizTwoFingerScroll=1 &
fixed that for you.
Six of one, half-dozen of the other. Two ways of doing the same thing, apparently.
Res publica non dominetur
Offline
...
Six of one, half-dozen of the other. Two ways of doing the same thing, apparently.
Except it is only one process instead of two?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
One process or two? How big a difference does that make, exactly?
Lesson learned.
Res publica non dominetur
Offline
One process or two? How big a difference does that make, exactly?.....
Probably not much, but more elegant?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Probably not much, but more elegant?
*shrug* Granted. However, how exactly the original solution is "fixed" -- fixing something implies that it was/is broken -- is still a mystery, since both solutions essentially work, elegantly or otherwise.
Again, lesson learned: I yield to others in answering questions from here on in.
Res publica non dominetur
Offline
Again, lesson learned: I yield to others in answering questions from here on in.
what is this, are you hurt or what?
i was just trying to improve something. it's the way of foss. no harm intended.
in any case, HoaS' subsequent remark "fixes" it even better.
Offline
Games of code golf are a common recreation on these boards, please don't take any suggestions as personal slights, that is not the way they are intended.
Your contributions are always welcome lcafiero, please don't be discouraged.
Offline
it's the way of foss.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Pages: 1