LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   disabling synaptics touchpad on hp ze4500 (https://www.linuxquestions.org/questions/suse-opensuse-60/disabling-synaptics-touchpad-on-hp-ze4500-300826/)

ouzo 03-12-2005 02:02 PM

disabling synaptics touchpad on hp ze4500
 
Can anyone help me with disabling the touchpad on my hp laptop while using Suse? I use a wheel mouse for input, and typing is disrupted with the touchpad on. I tried disabling through the BIOS, with no luck.
Portions of my Xorg.config is below.

Thanks,
Ouzo

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "ButtonNumber" "5"
Option "Device" "/dev/mouse"
Option "InputFashion" "Mouse"
Option "Name" "USB-Mouse;MouseManPlusPS/2 on USB"
Option "Protocol" "imps/2"
Option "ZAxisMapping" "4 5"
EndSection

Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection


All times are GMT -5. The time now is 05:43 PM.