MS Intellimice optical 'shutting down' anyone?

Wolfgang wolfgang at rpi.net.au
Thu Mar 11 11:52:25 UTC 2004


On Thu, 2004-03-11 at 02:25, Andre Costa wrote:
> On Thu, 11 Mar 2004 01:47:00 +1100
> Wolfgang <wolfgang at rpi.net.au> wrote:
> 
> [...]
> > I just remembered the other reason for going all USB. If you connect
> > both a PS/2 and USB mice on the same system, USB seems to disable the
> > PS/2 Mouse (I use a KVM here)
> 
> Shouldn't be a problem here, I don't intend to use two mice at once, but
> it's useful info anyway.
> 
> BTW: what's your USB module settings (/etc/modules.conf)?
> 
> Best,
> 
> Andre
> 
> PS: 3h with "nv" driver and still running... ;) (haven't tried UT2004
> demo though, since GL support is currently disabled)
> 
> -- 
> Andre Oliveira da Costa
> 

My XFree86 settings are as follows:-

Section "InputDevice"
	Identifier  "Logitech Cordless Optical MX-700"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "Buttons" "8"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
	Option	    "Resolution" "800"
	Option	    "SampleRate" "100"
EndSection

Section "InputDevice"
	Identifier  "Logitech Marble Trackball"
	Driver      "mouse"
	Option	    "Device" "/dev/mouse1"
	Option	    "Protocol" "IMPS/2"
	Option	    "Buttons" "4"
	Option	    "Emulate3Buttons" "no"
	Option	    "Resolution" "800"
	Option	    "SampleRate" "100"
EndSection

And my modules.conf file for USB here..

alias usb-controller usb-ohci
alias usb-controller1 ehci-hcd

And that's basically it.

Wolf






More information about the fedora-list mailing list