I can't seem to get it working as well as I once did, but I've got a
laptop with a touchpad and I'd like to get my USB wheel mouse working at
the same time.

Here's what I've already got in my /etc/X11/XF86Config-4:

---
Section "InputDevice"
        Identifier      "Touchpad"
        Driver          "mouse"
        Option          "Device"        "/dev/psaux"
        Option          "Protocol"      "PS/2"
        Option          "Emulate3Buttons"       "on"
EndSection

Section "InputDevice"
        Identifier      "USBMouse"
        Driver          "mouse"
        Option          "Device"        "/dev/pointer"
        Option          "Name"  "AutoDetected"
        Option          "Protocol"      "IMPS/2"
        Option          "Vendor"        "AutoDetected"
        Option          "ZAxisMapping"  "4 5"
EndSection

Section "ServerLayout"
        Identifier      "MyXLayout"
        Screen          "Screen0"
        InputDevice     "Mouse0"        "CorePointer"
        InputDevice     "USBMouse"      "SendCoreEvents"
        InputDevice     "Keyboard0"     "CoreKeyboard"
EndSection
---

If I have anything regarding the USB mouse in /etc/sysconfig/mouse,
gpm pukes and I'd rather have it default to the touchpad anyway.

Does anyone have any pointers?

Thanks,

-Charlie
-- 
GPG Key fingerprint = 4F36 EC4F 2F2C 5F59 9690  09E5 4C0F 9DB0 8623 53CE
C Code.
C Code Run.
Run, Code, RUN!
        PLEASE!!!!

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to