[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: LTSP: No mouse wheel with USB (solved)



Hi Uwe,

thank you, ...

Am Donnerstag 11 Januar 2007 12:27 schrieb Uwe Döbereiner:
> Hello, this works for me, since a long time ago:
>
> Section "InputDevice"
>         Identifier      "Configured Mouse"
>         Driver          "mouse"
>         Option          "CorePointer"
>         Option          "Device"                "/dev/input/mice"
>         Option          "Protocol"              "ImPS/2"
> #       Option          "Protocol"              "PS/2"
> #       Option          "Emulate3Buttons"       "true"
>         Option          "Emulate3Buttons"       "false"
>         Option          "ZAxisMapping"          "4 5"
> EndSection

I found some documentation from Klaus Ade. Accordingly I added

[ltsp001]
        # Test USBmouse with wheel:

        X_MOUSE_PROTOCOL  = "imps/2"
        X_MOUSE_DEVICE    = "/dev/input/mice"
        RCFILE_01               = "usbdev"

which seems to be working. usbdev refers to a file that looks like this:
$ cat /opt/ltsp/i386/etc/rc.d/usbdev    

#!/bin/sh
echo "USB Mouse Support..."
insmod usbcore
insmod usb-uhci
insmod input
insmod mousedev
insmod usbmouse
echo "USB Keyboard Support..."
insmod keybdev
insmod usbkbd

# script created according to klaus-ade at
# http://www.skolelinux.no/~klaus/newnotater/x2220.html




Reply to: