Kernels .1855+

Clyde E. Kunkel clydekunkel7734 at cox.net
Thu Jan 19 20:02:42 UTC 2006


Mike Chambers wrote:
> On Thu, 2006-01-19 at 10:12 -0700, Stephen J. Smoogen wrote:
> 
>> Ok does the Wireless mouse connect via the PS/2 connector or USB?
>> What USB modules are loaded in that case?
>> Does using a different mouse (non-wireless but USB) make the problem go away.
> 
> It connects via PS/2.  And I'll have to dig out another mouse to try it.
> I thought of doing that already, just haven't gotten around to it yet,
> since I just noticed it this morning.
> 
> More to follow soon,
> 

I have a MS wireless intellimouse explorer 2.0 connected to the PS/2 
mouse port via a kvm.  Works fine on an ASUS P4P800, P4C800-E, and 
P4C800-Deluxe.  Here is part of xorg.conf:

.
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Buttons" "7"
         Option      "Device" "/dev/input/mice"
	Option	    "Name" "ImExps/2 Generic Explorer Mouse"
         Option      "Protocol" "explorerps/2"
	Option	    "Vendor" "Sysp"
         Option      "ZAxisMapping" "4 5"
EndSection

Hope this helps.  Good luck.

-- 
Regards,

Old Fart
(my reply-to address is "munged" to defeat spambots)




More information about the fedora-test-list mailing list