Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Want to disable trackpad
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
z3r0phr34k
n00b
n00b


Joined: 07 Jan 2015
Posts: 3

PostPosted: Fri Jan 09, 2015 12:28 am    Post subject: Want to disable trackpad Reply with quote

I keep bumping my trackpad in gentoo. I use a wired mouse, and i want the trackpad disabled but i have found nothing about it on google or duckduckgo.

Help?
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Fri Jan 09, 2015 12:37 am    Post subject: Reply with quote

Permanently? Remove synaptics from the INPUT_DEVICES your make.config.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
Budoka
l33t
l33t


Joined: 03 Jun 2012
Posts: 777
Location: Tokyo, Japan

PostPosted: Fri Jan 09, 2015 1:39 am    Post subject: Reply with quote

Generally you can disable it in the BIOS as well.
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Fri Jan 09, 2015 9:10 am    Post subject: Reply with quote

z3r0phr34k ...

You might want to 'toggle' it rather than disable it completely. If it is a synaptics trackpad x11-drivers/xf86-input-synaptics comes with 'synclient' ... I use the following 'toggle_trackpad' script:

Code:
#!/bin/sh

if [ $(synclient -l | awk '/TouchpadOff/{print $3}') = "0" ] ; then
    synclient TouchpadOff=1
else
    synclient TouchpadOff=0
fi

HTH & best ... khay
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum