Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2007 21:19:08 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        freebsd-questions@freebsd.org
Subject:   using mouse wheel
Message-ID:  <20070805211444.N32915@wojtek.tensor.gdynia.pl>

next in thread | raw e-mail | index | archive | help
i just bought some cheap PS/2 mouse (A4 tech) 3-keys while middle key is a 
wheel that can be both pressed and rolled


no rolling works both in text and xorg

moused_enable="YES"

in rc.conf

and

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


in xorg.conf

do i have to add something?

my friend uses USB mouse and scrolling works as is.



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