Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2005 12:22:25 -0400
From:      Robert Huff <roberthuff@rcn.com>
To:        "freeBSD " <freebsd-questions@freebsd.org>
Subject:   mouse wheel problem
Message-ID:  <17172.34753.231182.647778@jerusalem.litteratus.org>
In-Reply-To: <WorldClient-F200508301157.AA57180001@dhl.co.cu>
References:  <WorldClient-F200508301157.AA57180001@dhl.co.cu>

next in thread | previous in thread | raw e-mail | index | archive | help

Efren Bravo writes:

>  Section "InputDevice"  
>          Identifier  "Mouse0"  
>          Driver      "mouse"  
>          Option      "Protocol" "auto"  
>          Option      "Device" "/dev/sysmouse"  
>          Option      "Buttons" "5"  
>          Option      "ZAxisMapping" "4 5"  
>  EndSection  
>    
>  But the scrollwheel doesn't work. I've tried with Kde's Applications.  
>    
>  Have I a bad configuration?  

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Device" "/dev/sysmouse"
         Option      "Protocol" "auto"
         Option      "Buttons" "7"
         Option      "ZAxisMapping" "4 5"
         Option      "Emulate3Buttons"
         Option      "ChordMiddle"
EndSection

	works for me under plain X.  (I don't use KDE.)


					Robert Huff




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17172.34753.231182.647778>