On Tue, 2006-05-02 at 13:50 -0400, Christopher E wrote:
> Hello all,
> 
> I am wondering what I need to do to get my wheel (scroll) to work
> inside of gnome?
> 
> In my xorg I have auto as the protocal, and for the location to
> /dev/input/mice what else do I nned for geting my mouse wheel to work
> inside of Gnome?
> 
> Thanks for your help ahead of time!
> 
> Sincerely,
> Christopher
> 

>From my xorg.conf file:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mouse0"
        Option      "ZAxisMapping" "4 5"
EndSection

That ZAxisMapping line is the one you need to get the mouse wheel
working...

-- 
gentoo-user@gentoo.org mailing list

Reply via email to