LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 09-06-2018, 05:27 PM   #16
RonCam
Member
 
Registered: Dec 2008
Posts: 138

Rep: Reputation: 52

Quote:
Originally Posted by rrashkin View Post
Actually, I managed to make the fix persistent by adding the xinput command to my start commands: xinput --set-prop 12 277 1
I was very happy with the touchpad management in 3.x and thought that could simply be 'transplanted' into 5.0. Now I see it's more complicated than that, barring some input from Bodhi developers. Your fix sounds easy enough to try, and then one could see how many capabilities, if any, it gives the touchpad -- beyond simply responding a tap.
 
Old 09-06-2018, 05:32 PM   #17
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,833

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
@RonCam: Examine the current touchpad settings with
Code:
xinput
Using the relevant device ID (or name) run
Code:
xinput list-props <device_ID>
Report back here with that output.

If necessary, a custom touchpad file with 'Option "Tapping" "on"' can be used to ensure 'tap-to-click is enabled persistently. For example /etc/X11/xorg.conf.d/30-touchpad.conf...
Code:
Section "InputClass"
    Identifier "touchpad"
    Driver "libinput"
    MatchIsTouchpad "on"
    Option "Tapping" "on"
EndSection
Refer the man page for more info...
Code:
man libinput
 
Old 09-06-2018, 05:36 PM   #18
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,833

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
BTW, it should also be possible to run the following to get the current settings (for all input devices)...
Code:
sudo libinput-list-devices
 
Old 09-06-2018, 05:49 PM   #19
hemlocktree
Member
 
Registered: Aug 2018
Posts: 719

Rep: Reputation: 311Reputation: 311Reputation: 311Reputation: 311
no problem It just does not work for me. the main issue re: trackpads in 5 is that i cannot scroll with one finger but i have to use 2 fingers to scroll. I also see no settings for any of this. i am getting used to the 2 finger scroll salute. Other than this issue i have nothing bad to say re: bodhi 5!
 
Old 09-10-2018, 12:18 PM   #20
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,389

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Quote:
Originally Posted by Mill J View Post
Most desktop environments have an autostart feature that allows you to run any command at start-up.
~/.e/e/applications/startup/startupcommands
 
1 members found this post helpful.
Old 09-27-2018, 07:32 PM   #21
Stella456
Member
 
Registered: Sep 2013
Posts: 219

Rep: Reputation: 82
Having the same problem on two machines. Tap on mousepad doesn't work (and I also have a stiff left mouse button!) Any advice on how to activate it would be welcome - I am a novice with commands so noddy language would help :-)

Apart from that Bodhi 5 is brilliant. Bodhi 2.4 was my favourite - because it fitted on an Eee 4GB pc and had lovely themes bring back the moon and twinkling stars theme please!)

Last edited by Stella456; 09-27-2018 at 07:33 PM.
 
Old 09-28-2018, 03:32 AM   #22
Stella456
Member
 
Registered: Sep 2013
Posts: 219

Rep: Reputation: 82
Fix! From this page - the same touchpad issue is in Ubuntu to. Just ran the command installing the synaptics driver and it has worked for me.

sudo apt-get install xserver-xorg-input-synaptics
sudo apt-get update
sudo apt-get dist-upgrade

And now all tickety-boo

https://askubuntu.com/questions/9715...6-04-lts-gnome
 
Old 10-02-2018, 09:14 AM   #23
RonCam
Member
 
Registered: Dec 2008
Posts: 138

Rep: Reputation: 52
Question

Quote:
Originally Posted by serendipity7000 View Post
... Just ran the command installing the synaptics driver and it has worked for me.
Sounds like the best solution, yet.

Last edited by RonCam; 10-02-2018 at 11:01 AM.
 
Old 10-02-2018, 10:53 AM   #24
RonCam
Member
 
Registered: Dec 2008
Posts: 138

Rep: Reputation: 52
Question

Quote:
Originally Posted by serendipity7000 View Post
... Just ran the command installing the synaptics driver and it has worked for me.
I located a post that 'echoes' your suggestion, as being correct, but then it goes on to add an additional package, like so:
Code:
sudo apt-get install gnome-tweaks
Has anyone tried this? Does it add any functionality, or could it introduce an incompatibility, since Bodhi uses Moksha, and not Gnome? Any ideas would be welcome.

edit:
Probably xorg-xinput or synclient would be better.

Last edited by RonCam; 10-02-2018 at 12:02 PM.
 
Old 10-15-2018, 06:24 AM   #25
Stella456
Member
 
Registered: Sep 2013
Posts: 219

Rep: Reputation: 82
I don't know - I just did the command in my post above and it worked fine.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Manjaro Touchpad Tap to Click llewellen Linux - Laptop and Netbook 6 11-06-2016 11:33 AM
how to disable tap to click with touchpad Knightron Slackware 4 02-11-2012 01:14 AM
how to enable touchpad tap click Xfce fastestOS Slackware 4 08-30-2009 04:27 AM
how to disable touchpad's tap click? fastestOS Slackware 3 08-26-2008 01:59 AM
Touchpad won't tap-click Detour Linux - Laptop and Netbook 3 11-08-2004 08:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi

All times are GMT -5. The time now is 08:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration