disabling touchpad on notebook

Darrell Esau Darrell.Esau at Sun.COM
Sat Dec 11 00:38:27 UTC 2004


Hello all,

I have a Dell Inspiron 4000 laptop running FC3.  I'd like to disable the 
touchpad and use only a microsoft USB wheelmouse.  

Currently when I plug the USB mouse in, it works fine, however the touchpad is 
also working.

Does anyone know what to do with the xorg.conf to disable the touchpad?

Below are what I believe to be the relevant sections of the xorg.conf file:

Thanks,
d


Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
EndSection




More information about the fedora-list mailing list