You are not logged in.

#1 2016-05-27 00:47:33

RogerH
Member
Registered: 2016-04-05
Posts: 8

[SOLVED] Disable Trackpad completely?

I have a Thinkpad X300 (perfect candidate for Bunsenlabs), but I cannot figure out how to completely disable the trackpad. I created an xorg.conf.d as per these instructions (https://wiki.debian.org/SynapticsTouchp … ptics.conf) but the trackpad is still running. I would appreciate any help, please. Thanks in advance.

Offline

#2 2016-05-27 00:54:04

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,143
Website

Re: [SOLVED] Disable Trackpad completely?

You should post the content of the file you created (use CODE tags, please).

sample

I don't care what you do at home. Would you care to explain?

Offline

#3 2016-05-27 05:30:18

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Disable Trackpad completely?

RogerH wrote:

trackpad

Also, please clarify exactly what you mean by "trackpad" -- is this term synonymous with "touchpad" or is it different?

I am the proud owner of an X201 but I'm not very good with the nomenclature, I don't even know what the red nipple thing is called...
:8

Offline

#4 2016-05-27 05:42:09

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,143
Website

Re: [SOLVED] Disable Trackpad completely?

I call it "the clown-nipple" and I de-niplified mine soon after purchase, only because I wasn't using it and an edge was catching my finger as I typed.

I know people who swear by that clitoris, though.


I don't care what you do at home. Would you care to explain?

Offline

#5 2016-05-27 13:17:20

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,661

Re: [SOLVED] Disable Trackpad completely?

Here is a script (command) that should toggle the touchpad on/off -

#!/bin/bash
synclient TouchpadOff=$(synclient -l | grep -c 'TouchpadOff.*=.*0')

You can run it in whatever autostart file you're using to toggle the touchpad off when you log in; then set up a key binding to toggle it on if you ever need it.

Last edited by PackRat (2016-05-27 21:24:59)


You must unlearn what you have learned.
    -- yoda

Offline

#6 2016-05-27 17:52:38

RogerH
Member
Registered: 2016-04-05
Posts: 8

Re: [SOLVED] Disable Trackpad completely?

Thank you! I edited ~/.config/openbox/autostart and added that line, works perfectly.

Offline

#7 2016-05-27 21:25:36

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,661

Re: [SOLVED] Disable Trackpad completely?

No problem.

Please mark your thread as solved.


You must unlearn what you have learned.
    -- yoda

Offline

#8 2016-05-27 21:30:08

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,143
Website

Re: [SOLVED] Disable Trackpad completely?

^I took care of it.


I don't care what you do at home. Would you care to explain?

Offline

Board footer

Powered by FluxBB