Re: Mousewheel
From: Hasse Hund (webmaster_at_swedehost.com)
Date: 05/18/03
- Previous message: Jukka Huvinen: "Re: Mouse freezes"
- In reply to: Christian Gaier: "Mousewheel"
- Next in thread: jimf: "Re: Mousewheel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: Clan-Gaier@t-online.de (Christian Gaier), FreeBSD for Newbies <freebsd-newbies@freebsd.org> Date: Sun, 18 May 2003 12:42:46 +0200
On Sunday 18 May 2003 10.43, Christian Gaier wrote:
> Who can support me for running my mousewheel on my FreeBSD 5.0 OS?
>
Hi Christian.
This is what's working for me.
It's only working with "Protocol" "Auto"
Why ? I don't know :-)
Edit your /etc/X11/XF86Config and try this :
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "6"
EndSection
--
Regards
Hasse
webmaster@swedehost.com
_______________________________________________
freebsd-newbies@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
- Previous message: Jukka Huvinen: "Re: Mouse freezes"
- In reply to: Christian Gaier: "Mousewheel"
- Next in thread: jimf: "Re: Mousewheel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]