Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2006 10:11:44 -0500
From:      George Fazio <gfazio@gmail.com>
To:        Ewald Jenisch <a@jenisch.at>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: portupgrade xorg-* -> mouse-wheel stops working under X
Message-ID:  <3ed41cef0601270711k40730c94ke55c3c1d27391fec@mail.gmail.com>
In-Reply-To: <20060127130817.GA4157@aurora.oekb.co.at>
References:  <20060127130817.GA4157@aurora.oekb.co.at>

next in thread | previous in thread | raw e-mail | index | archive | help
I had the same issue. My mouse wheel stopped working, and imwheel started
using it for my broswer back/forward (instead of the buttons it's suppose t=
o
use). I was able to get the mouse wheel working again by editing my
xorg.conf file, but I'm still having issues with imwheel which seem to stem
from xmodmap saying my mouse should have 11 buttons and not 7 (which worked
prior to the upgrade).

Not sure what you're configuration is, but I had...

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/sysmouse"
    Option "Buttons" "7"
    Option "ZAxisMapping" "6 7"

I change two lines, and disabled moused in my rc.conf file and killed the
process...

    Option "Device"      "/dev/psm0"
    Option "ZAxisMapping" "4 5"

And, here's my .kde/Autostart/mouse.sh file that starts imwheel (failing
right now) incase anyone has any ideas on this.

xmodmap -e "pointer =3D 1 2 3 4 5 6 7"
imwheel -k -b "67"

Hope this helps.

Goerge

On 1/27/06, Ewald Jenisch <a@jenisch.at> wrote:
>
> Hi,
>
> Some days ago I "portupgraded" my system including some of the "xorg-"
> ports like xorg-clients, xorg-server etc.
>
> Since that upgrade the mouse wheel doesn't work any more under X-win
>
> The problem definitely came with the upgrade. I've used the mouse
> wheel for months without problems and didn't change anything
> "mouse-related" in my config (i.e. /etc/rc.conf, and
> /usr/X11R6/lib/X11/xorg.conf)
>
>



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