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 06-29-2018, 08:44 AM   #1
Sharpshooter
LQ Newbie
 
Registered: Jun 2018
Posts: 2

Rep: Reputation: Disabled
Bodhi Linux and ACPI


Hi,

I installed Bodhi 5.0 on my EEEPC 1215b. Everything works well except some ACPI keys (sleep key, (dis)activate touchpad, click on tap etc.).

Can someone help me to make this options work ?

Thanks.
 
Old 06-30-2018, 02:39 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by Sharpshooter View Post
Hi,

I installed Bodhi 5.0 on my EEEPC 1215b. Everything works well except some ACPI keys (sleep key, (dis)activate touchpad, click on tap etc.).

Can someone help me to make this options work ?

Thanks.
Get aterminal open. You need to run acpid with the '-l' option, which logs events to syslog. In one terminal, run
Code:
tail -f /car/log,/messages
or whatever your log file is. Then press all function keys, and see what's logged.
 
Old 06-30-2018, 07:59 AM   #3
Jeff91
Bodhi Developer
 
Registered: Jan 2009
Location: Bloomington, IL
Distribution: Bodhi
Posts: 379

Rep: Reputation: 68
If you open the "quick launcher" and search for "key bindings" you should be able to bind those function keys to do as you want.

There is a built in Moksha command for suspending the system, but for something like disabling the touch pad you'll probably need to find a command to run online for your specific touchpad version.
 
Old 08-19-2018, 12:15 PM   #4
Sharpshooter
LQ Newbie
 
Registered: Jun 2018
Posts: 2

Original Poster
Rep: Reputation: Disabled
I installed synaptics driver and now I can click with a tap.

But I didn't find how to disactivate the pad.
 
Old 08-19-2018, 01:43 PM   #5
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Is the touchpad deactivation a big thing? Why not just leave it and avoid sitting on it :-)
 
Old 08-19-2018, 01:47 PM   #6
Jeff91
Bodhi Developer
 
Registered: Jan 2009
Location: Bloomington, IL
Distribution: Bodhi
Posts: 379

Rep: Reputation: 68
Should be able to do that using the xinput command as detailed here: https://askubuntu.com/questions/6595...e-the-touchpad
 
Old 08-23-2018, 04:41 AM   #7
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Hello there

For touchpad matter I recommended the touchpad-indicator to my colleague. Maybe not ideal, but working solution

Stefan
 
Old 08-23-2018, 01:26 PM   #8
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
I use an external trackball and ocassionally bump the trackpad, so thought I'd try. Xinput method worked for me. Not sure if I would need to add to startup commands or not as I haven't rebooted...

Code:
bodhi@VPCF115FM:~$ xinput list

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

sudo apt install xinput

bodhi@VPCF115FM:~$ sudo apt install xinput
[sudo] password for bodhi: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  xinput
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 26.4 kB of archives.
After this operation, 71.7 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 xinput amd64 1.6.2-1build1 [26.4 kB]
Fetched 26.4 kB in 1s (50.9 kB/s) 
Selecting previously unselected package xinput.
(Reading database ... 230282 files and directories currently installed.)
Preparing to unpack .../xinput_1.6.2-1build1_amd64.deb ...
Unpacking xinput (1.6.2-1build1) ...
Processing triggers for man-db (2.8.3-2) ...
Setting up xinput (1.6.2-1build1) ...
bodhi@VPCF115FM:~$ xinput list
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ Sony Vaio Jogdial                       	id=7	[slave  pointer  (2)]
⎜   ↳ Microsoft Microsoft Trackball Optical® 	id=11	[slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS GlidePoint                	id=13	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Sony Vaio Keys                          	id=6	[slave  keyboard (3)]
    ↳ Power Button                            	id=9	[slave  keyboard (3)]
    ↳ Video Bus                               	id=8	[slave  keyboard (3)]
    ↳ UVC Camera (064e:2100): Sony Vi         	id=10	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=12	[slave  keyboard (3)]
bodhi@VPCF115FM:~$ xinput --disable 13
bodhi@VPCF115FM:~$
 
  


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
Bodhi linux linuxfan54 Linux - Newbie 4 06-25-2018 08:52 PM
LXer: Ubuntu 18.04-Based Bodhi Linux 5.0 Enters Beta with Bodhi Builder Improvements LXer Syndicated Linux News 0 05-30-2018 11:12 AM
LXer: About Linux Weekly Roundup - End of Bodhi, Linux Myths Debunked and Turin turns to Linux LXer Syndicated Linux News 0 09-16-2014 02:15 AM
LXer: Bodhi Linux 2.4.0 Released, One Year Left Until Bodhi 3.0.0 LXer Syndicated Linux News 0 09-14-2013 05:21 PM
Linux ACPI and BIOS ACPI - problem to understand and giving out bugs marisdembovskis Linux - Software 3 09-20-2007 10:22 PM

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

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