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

Re: Logitech Cordless Mouseman Optical



Have the builtin mouse and LogitechCordlessMousemanOptical working in
console and X thusly

Modified /etc/gpm.conf and /etc/init.d/gpm to generate

/usr/sbin/gpm -m /dev/psaux -t ps2 -Rraw -M -m /dev/input/mice -t ps2
-Rraw

Modified /etc/X11/XF86Config-4

Section "InputDevice"
	Identifier 	"GPMMouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/gpmdata"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"GPMMouse"		"CorePointer"



On Sat, 7 Sep 2002, Paul Galbraith wrote:

> I've got a Logitech Cordless Mouseman Optical mouse, which connect to
> the PS2 port of my computer.  The mouse works fine in Windows on the
> same machine, but I cannot get it to work with gpm.
>
> /dev/psaux seems to be the proper input, as moving the mouse produces
> some erratic results.  I've tried most of the types that are listed by
> "gpm -t help" (the obvious looking ones to me, at least: ms, mman,
> autops2, amongst others) and cannot get gpm working.
>
> Has anyone successfully configured this mouse under woody, and can you
> please post your gpm.conf file?  Thanks!
>
> Paul
>
>
> =====
> Paul Galbraith
> paul_galbraith@yahoo.com
> +1 (416) 420 4267
>
> ______________________________________________________________________
> Post your free ad now! http://personals.yahoo.ca
>
>
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>



Reply to: