Modify your current XF86Config to look similar to this:

#Touchpad
Section "InputDevice"

     Identifier  "Mouse1"
     Driver      "mouse"
     Option "Protocol"    "PS/2"
     Option "Device"      "/dev/psaux"

EndSection

#USB
Section "InputDevice"

     Identifier  "Mouse2"
     Driver      "mouse"
     Option "Protocol"    "IMPS/2"
     Option "Device"      "/dev/input/mice"
     Option "ZAxisMapping" "4 5"  #Comment this out if you dont have the wheel

EndSection

and the ServerLayout section should have this:
     InputDevice "Mouse1" "CorePointer"
     InputDevice "Mouse2" "SendCoreEvents"

That's about it, gluck.


> I just have to figure out how to add 2 pointing devices to have it work
> properly.  I know it can be done, but I'm not sure how.



_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list