LinuxQuestions.org
Visit Jeremy's Blog.
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 02-08-2020, 02:29 PM   #1
linuxfarm
Member
 
Registered: Feb 2020
Posts: 80

Rep: Reputation: 32
where are trackpad settings?


I only see mouse settings - no trackpad. Is there someplace to find it or is there a download? 1 laptop works great and the other is sketchy. mouse works great but i do not always use a mouse. Thanks.
 
Old 02-08-2020, 05:23 PM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
You're missing some important details to help us help you:

1. Distribution and version information
Code:
cat /etc/os-release
2. Kernel version
Code:
uname -r
3. To obtain input device info, run the following commands in a terminal
Code:
xinput list
Find the line in the output pertaining to your touchpad (even when reported as a mouse) eg for device 10 you would do
Code:
xinput list-props 10
Code:
dmesg |grep -i "input"
It can be the case that newer touchpad devices are not fully supported by the current running kernel, and will often be treated as a basic mouse device instead. That is why I asked for the kernel version and touchpad hardware details. Sometimes, installing a newer kernel is required to gain the necessary support.
 
1 members found this post helpful.
Old 02-08-2020, 05:40 PM   #3
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
installing xserver-xorg-input-synaptics helped me with some trackpad issues like vertical scrolling and tap to click.
 
Old 02-08-2020, 05:43 PM   #4
linuxfarm
Member
 
Registered: Feb 2020
Posts: 80

Original Poster
Rep: Reputation: 32
xinput list

Command 'xinput' not found, but can be installed with:

sudo apt install xinput

got that - i am running bodhi 5 by the way.
 
Old 02-08-2020, 06:28 PM   #5
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
Where's the requested output? Don't leave us to speculate please.
 
Old 02-08-2020, 06:49 PM   #6
linuxfarm
Member
 
Registered: Feb 2020
Posts: 80

Original Poster
Rep: Reputation: 32
cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.4 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic


uname -r
4.15.0-20-generic


sorry i thought it was going to mean bodhi 5 so that is why i did not run it.
 
1 members found this post helpful.
Old 02-08-2020, 09:54 PM   #7
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
....and the touchpad hardware details? The xinput and dmesg commands I gave earlier would give us that information.

Some guidance for you...
https://wiki.ubuntu.com/DebuggingTou...debugging_tips
https://askubuntu.com/questions/1109...in-my-notebook

At the very least you could post the output of
Code:
cat /proc/bus/input/devices

Last edited by ferrari; 02-08-2020 at 10:02 PM.
 
Old 02-09-2020, 05:56 AM   #8
linuxfarm
Member
 
Registered: Feb 2020
Posts: 80

Original Poster
Rep: Reputation: 32
listen, i appreciate your help but i am hesitant from eearlier past experiences running commands i have no clue what the heck i am doing. been there and done that 15 years ago with forum help that 75% of the time crashed my laptops. so don't be nasty; i was just being cautious and hesitant to run stuff.
 
1 members found this post helpful.
Old 02-09-2020, 07:19 AM   #9
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
cautious can certainly be prudent since it is your system that will have to be cleaned up if it gets messy. do you have any questions about the commands you have been asked to run? dmesg shows some system info and cat just displays file text in your terminal so those are usually fairly benign to run if asked. they don't start any other processes.

for example, my trackpad shows up after running dmesg | grep -i "input" as:
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
 
Old 02-09-2020, 07:24 AM   #10
linuxfarm
Member
 
Registered: Feb 2020
Posts: 80

Original Poster
Rep: Reputation: 32
ok thank you!

xinput list-props 10

Command 'xinput' not found, but can be installed with:

sudo apt install xinput

dmesg |grep -i "input" doesn't come back with any response but goes back to commnd prompt. tried it 2x.
 
Old 02-09-2020, 10:55 AM   #11
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
Quote:
Originally Posted by linuxfarm View Post
listen, i appreciate your help but i am hesitant from eearlier past experiences running commands i have no clue what the heck i am doing. been there and done that 15 years ago with forum help that 75% of the time crashed my laptops. so don't be nasty; i was just being cautious and hesitant to run stuff.
??? No one is being nasty. None of the above commands do anything other than elicit definitive information about your system. Remember we're not over your shoulder to look for ourselves. If you follow the link to the Ubuntu wiki I gave (post #7), it will also show you how to diagnose this for yourself with similar steps/commands.

Last edited by ferrari; 02-09-2020 at 11:03 AM.
 
Old 02-09-2020, 10:59 AM   #12
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
Quote:
Originally Posted by linuxfarm View Post
ok thank you!

xinput list-props 10

Command 'xinput' not found, but can be installed with:

sudo apt install xinput
It is asking you to install the 'xinput' package (that is why the command is not found). Do
Code:
sudo apt install xinput
The device '10' was just an example. You need to run
Code:
xinput list
first, and from that determine which ID pertains to the touchpad device (if any). Then you run 'xinput list-props <numeric device ID>'

As mentioned before you can also do
Code:
cat /proc/bus/input/devices
to get a list of Xorg input devices registered in the system.

BTW, when posting output, it's best if you enclose it within CODE tags (refer to the '#' button in the advanced forum editor).

Last edited by ferrari; 02-09-2020 at 11:03 AM.
 
Old 02-21-2020, 05:29 AM   #13
Stella456
Member
 
Registered: Sep 2013
Posts: 219

Rep: Reputation: 82
Quote:
Originally Posted by cordx View Post
installing xserver-xorg-input-synaptics helped me with some trackpad issues like vertical scrolling and tap to click.
This is also what I use to get synaptics and tap to click - very easy. Just type this in the terminal

sudo apt-get install xserver-xorg-input-synaptics

after hitting return then

sudo apt-get update
sudo apt-get dist-upgrade

(hit return after both)

Then you need to reboot for it to become effective :-). Don't worry it can't do any harm. I am also limited in my knowledge of terminal commands.
 
  


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
Trackpoint and Trackpad settings (ThinkPad T61p) kevmccor Slackware - Installation 0 11-22-2015 07:45 PM
Toshiba Wireless Keyboard with built in "trackpad" - Trackpad not working. plowers Linux - Newbie 1 11-02-2010 11:12 PM
Powerbook Trackpad and KDE espositopm Linux - Hardware 1 02-26-2003 10:05 PM
USB Mouse and Trackpad Mouse problems macshark Linux - Hardware 6 12-24-2002 10:56 PM
XFree86 ps/2 & Trackpad mouse jumping problems zorbital Linux - Hardware 0 10-28-2002 05:27 PM

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

All times are GMT -5. The time now is 04:57 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