How to get glidepad and USB mouse to work at same time...
Nathan Toone
nathan at toonetown.com
Wed Dec 24 18:41:14 GMT 2003
I have the following in my xf86config file:
Section "InputDevice" #USB Mouse - Microsoft
Intellimouse - 7 buttons
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/input/mice"
Option "InputFashion" "Mouse"
Option "Name" "USB-Mouse;IMPS/2"
#Option "Protocol" "imps/2"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "6 7" #Change to ZAxisMapping "4 5" if
you don't have thumb buttons
Option "Buttons" "7" #Change to buttons "5" if you don't
have thumb buttons
EndSection
Section "InputDevice" #PS2 Mouse (touchpad on my laptop)
Driver "mouse"
Identifier "Mouse[3]"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "on"
Option "Name" "Autodetection"
Option "Protocol" "ps/2"
Option "Vendor" "Sysp"
EndSection
Section "ServerLayout" #only need to change the mouse lines
...
InputDevice "Mouse[3]" "SendCoreEvents"
InputDevice "Mouse[1]" "CorePointer"
...
EndSection
On Wednesday 24 December 2003 10:11 am, Tim Laughlin wrote:
> I can get one or the other mouse to work but not together.. I have a USB
> mouse and a glide pad PS2 mouse (laptop). Any thoughts.. Using Fedora
> Core 1.
>
> Thanks!
>
> Tim
___________________________________________________
This message is from the kde mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
More information about the kde
mailing list