"Bob La Quey" <[EMAIL PROTECTED]> writes:

> Is there any way to turn off the touch pad on a laptop?

 1: Make sure you are using the synaptics driver on your /dev/psaux device in
    xorg.conf.

 2: Make sure your touchpad has shared memory on in the device section.

      Option "SHMConfig" "on"

 3a: If you want to control the touchpad via the console, install the
 synaptic tools package ( or driver package ).

    Try to run this in a virtual console:

        # turn off
        $ synclient touchpadoff=1

        # turn on
        $ synclient touchpadoff=0

 3b: Install the "ksynaptics" application for KDE.

 Hope that helps ^_^

 Cheers,
 GA

--  Example (xorg.conf):

Section "ServerLayout"
        Identifier     "daedalus"
        Screen      0  "Screen0" 0 0
        InputDevice    "Synaptics0" "AlwaysCore"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

<SNIP>

Section "InputDevice"
        Identifier "Synaptics0"
        Driver "synaptics"
        Option "SendCoreEvents" "true"
        Option "Device" "/dev/psaux"
        Option "Protocol" "auto-dev"
        Option "HorizEdgeScroll" "0"
        Option "SHMConfig" "on"
EndSection

-- 
Guillermo Antonio Amaral Bastidas (gamaral)
Free/Libre/Open-Source Software Developer : http://www.guillermoamaral.com/
KDE Developer & KDE e.V. Member : http://www.kde.org/


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to