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

Re: Mouse wheel not working in unstable



On Fri, Feb 06, 2004 at 03:34:42PM +0000, J.S.Sahambi wrote:
> I installed Debian/unstable on a new machine which has optical Microsoft 
> Intellimose with usb interface. The usb connector of the mouse is 
> connected to the ps2 style connector of the PC with a usb-ps2 converter.
> 
> The mosue is working but the scrolling is not working in any 
> application. Can anybody give some hints?
> thanks

Mine is working with the following configuration:

/etc/gpm.conf:

device=/dev/input/mice
responsiveness=
repeat_type=raw
type=imps2
append=""
sample_rate=

/etc/X11/XF86Config-4:

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
        InputDevice    "USB Mouse" "CorePointer"
EndSection

...


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


Regards
Johann
-- 
Johann Spies          Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch

     "He hath not dealt with us after our sins; nor rewarded
      us according to our iniquities. For as the heaven is 
      high above the earth, so great is his mercy toward 
      them that fear him. As far as the east is from the 
      west, so far hath he removed our transgressions from 
      us."                  Psalms 103:10-12 

Attachment: signature.asc
Description: Digital signature


Reply to: