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

Re: USb-mouse (logitech trackman)



On Wed, Jan 21, 2004 at 09:13:34PM +0000, Pigeon wrote:
> On Wed, Jan 21, 2004 at 03:32:12PM +0000, Roelof Wobben wrote:
> > Hai,
> > 
> > Yesterday I installed Debian Woody.
> > Everything works great only my mouse doesn'work.
> > I have a Logitach Trackman.
> > 
> > Who knows how i can make it work.
> 
> First: if you enter "cat /dev/input/mice" and move the mouse, you should see
> garbage printed to the screen. If not, try (as root) "modprobe usb-uhci" and
> "modprobe hid", then try the cat command again. If that doesn't work, please
> post the output of "lspci -v" and "lsmod".
> 
> If you get the garbage OK: make sure your /etc/X11/XF86Config has an "Input
> device" section with entries like this:
> 
> # **********************************************************************
> # Core Pointer's InputDevice section
> # **********************************************************************
> 
> Section "InputDevice"
> 
> # Identifier and driver
> 
>     Identifier	"Mouse1"
>     Driver	"mouse"
>     Option "Protocol"    "ImPS/2"
>     Option "Device"      "/dev/input/mice"
> 
> EndSection
> 
> 
> ... then restart X. (I'm not familiar with your particular mouse; you might
> need a different protocol than ImPS/2, but that one will probably work.)

Here's what works with my Logitech Marble mouse USB on Knoppix loaded to
hdd (testing/unstable):

in /etc/X11/XF86Config-4

add the following line to the"ServerLayout" section
	InputDevice    "USB Mouse" "CorePointer"

Create this:

Section "InputDevice"
        Identifier      "USB Mouse"
	Driver          "mouse"
	Option          "Device" 		"/dev/input/mice"
	Option          "SendCoreEvents" 	"true"
	Option          "Protocol" 		"IMPS/2"
	Option 		"ZAxisMapping" 		"4 5"
	Option 		"Buttons" 		"5"
	Option 		"SendCoreEvents" 	"true"
EndSection



Reply to: