You are not logged in.

#1 2008-12-18 04:02:42

zak89
Member
Registered: 2008-09-25
Posts: 11

Disable Touchpad?

I am running Arch on an ancient Dell laptop. It's touchpad is physically damaged, and it occasionally causes the pointer to drift uncontrollably across the screen (even if the pad is not in use). I would like to permanently disable the touchpad and just use an external mouse. However, there are only two input sections in my xorg.conf file; one for the keyboard and one for a mouse. How can I disable the touchpad? Is there a module I can blacklist?

Offline

#2 2008-12-18 05:31:10

vogt
Member
From: Toronto, Canada
Registered: 2006-11-25
Posts: 389

Re: Disable Touchpad?

Hmm, it isn't that ancient, since otherwise you'd be complaining about a trackpoint/eraserhead cursor drifting smile

Perhaps the results of this experimentation would be useful: http://ubuntuforums.org/archive/index.php/t-974438.html

Offline

#3 2008-12-18 10:23:21

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Disable Touchpad?

You should be able to turn it off in the BIOS.

Offline

#4 2008-12-18 10:56:51

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Disable Touchpad?

Tomk: I've never seen such an option in any laptop BIOS at all... Most laptops have pretty basic BIOS options.

How about putting this in rc.local:

/usr/bin/synclient TouchpadOff=1

Should do the job - permanently smile.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#5 2008-12-18 15:33:57

vogt
Member
From: Toronto, Canada
Registered: 2006-11-25
Posts: 389

Re: Disable Touchpad?

@B not every touchpad was made by synaptics, or should that work where the driver isn't synaptics?

Offline

#6 2008-12-18 15:40:27

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Disable Touchpad?

Good question... I have only one laptop and that comes with a synaptics touchpad, so tongue. Synclient is indeed owned by the synaptics package, so it's very probable that it's synaptics-specific.

The thing is if you start blacklisting modules you disable any pointing device. Maybe it can be something hal-based, or udev. I have this as part of a udev rule, so my touchpad gets disabled when I enable my bluetooth mouse.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#7 2008-12-18 16:09:00

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Disable Touchpad?

My ancient (now deceased) Dell laptop had a BIOS setting to disable the touchpad when an external mouse was plugged in - hence my suggestion.

Offline

#8 2008-12-18 16:46:52

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Disable Touchpad?

This fancy Sony has nothing whatsoever sad. But then again, it won't even let me decide how much RAM to assign to the onboard GPU either...


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#9 2008-12-22 07:10:20

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Disable Touchpad?

vogt wrote:

@B not every touchpad was made by synaptics, or should that work where the driver isn't synaptics?

Vogt, while fixing my setup to have HAL handle my mouse, I found out I have no touchpad by synaptics:

[stijn@hermes ~]$ lshal | grep -i synaptics
[stijn@hermes ~]$ lshal | grep -i alps
  info.product = 'AlpsPS/2 ALPS GlidePoint'  (string)
  input.product = 'AlpsPS/2 ALPS GlidePoint'  (string)
  info.product = 'Bluetooth Controller (ALPS/UGPZ6)'  (string)
  info.vendor = 'Alps Electric Co., Ltd'  (string)
  usb_device.product = 'Bluetooth Controller (ALPS/UGPZ6)'  (string)
  usb_device.vendor = 'Alps Electric Co., Ltd'  (string)
  usb.vendor = 'Alps Electric Co., Ltd'  (string)
  usb.vendor = 'Alps Electric Co., Ltd'  (string)
  usb.vendor = 'Alps Electric Co., Ltd'  (string)

I do have an Alps one though, which works with the synaptics driver wink. So my guess would be the utility is usable with non-Synaptics devices too.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB