[mythtv-users] Gyration mouse/keyboard and RH9

Joseph A. Caputo jcaputo1 at comcast.net
Tue Sep 9 14:01:26 EDT 2003


On Tuesday 09 September 2003 04:16 pm, Dr. Doug L. Hoffman wrote:
> I've just installed mythtv on a pundit box with a PVR 250 and everything
> seems great. I moved my Gyration keyboard and mouse to the pundit and
> the mouse doesn't seem to be working correctly after configuring the
> device(s) on reboot. The mouse will only move the cursor vertically.
> Does anyone have any pointers about this? I did some archive searches
> but there wasn't anything uptodate. Thx.
> 
> Doug


Did you have a mouse working on this system previously?  Was it PS/2 or USB?  
Do you have the following in your /etc/X11/XF86Config?

-JAC

-----------------------------------------------------------------------------------

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "USB Mice" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

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



More information about the mythtv-users mailing list