[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: can't disable Thinkpad touchpad



On Fri, Jul 10, 2015 at 10:07:13AM -0400, Haines Brown wrote:
> On a new Thinkpad x250, I've installed Sid. The touchpad causes
> problems, and so I want to disable it. The easy way is Fn+F8, but that
> key combination does nothing. Is this because Windows is not installed?
> What should be a sure fire way is to disable it in BIOS. I do that, but
> it has no effect.
> 
> How do I get rid of it?

According to
http://www.thinkwiki.org/wiki/Synaptics_TouchPad_driver_for_X, you can
either:

 * Execute `xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics \
   Off" 8 1` at a command prompt (or bind that to a hotkey)
 * Create a file /etc/X11/xorg.d/*.conf with the contents:

   Section "InputDevice"
     Identifier "Synaptics Touchpad"
	 Driver     "synaptics"
	 Option     "TouchpadOff"   "1"
   EndSection
   
   and restart X.

> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: [🔎] 20150710140713.GJ14247@engels.historicalmaterialism.info">https://lists.debian.org/[🔎] 20150710140713.GJ14247@engels.historicalmaterialism.info
> 

-- 
For more information, please reread.

Attachment: signature.asc
Description: Digital signature


Reply to: