Mick <michaelkintzios <at> gmail.com> writes:
> > > Now I want to disable the synaptic pad on a laptop. > Or if you want to use the xorg configuration files you can try creating: > /etc/X11/xorg.conf.d/10-evdev.conf > and adding the option: > Option "TouchpadOff" "1" FANTASTIC! Section "InputClass" Identifier "touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Option "TouchpadOff" "1" Driver "synaptics" Works like a charm! thx Mick, James