mouse wheel problem

Robert Huff roberthuff at rcn.com
Tue Aug 30 16:25:55 GMT 2005


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



More information about the freebsd-questions mailing list