On Wed, 07 Dec 2005 11:29:49 +0200, Yann Golanski <[EMAIL PROTECTED]> wrote:
Quoth [EMAIL PROTECTED] on Wed, Dec 07, 2005 at 07:03:19 +0000
After installing FreeBSD 6.0, I was no longer able to scroll using the
wheel on my Logitech Optical Mouse. I ran moused with the -fd flags
and confirmed that the mouse daemon was catching the z-axis events.
My xorg.conf looked OK to me:
The following works fine with a Logitech UltraX optical mouse.
However, I have using it in PS2 mode and not usb. Maybe the problem is
there?
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
option "Buttons" "6"
EndSection
I am running:
; uname -a
FreeBSD hovel.york.ac.uk 6.0-RC1 FreeBSD 6.0-RC1 #0: Sun Oct 9
20:32:57 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
i386
; pkg_info | grep xorg
xorg-clients-6.8.2_1 X client programs and related files from X.Org
xorg-documents-6.8.2 Documentation of X11 protocol and libraries from
X.Org
xorg-fonts-100dpi-6.8.2 X.Org 100dpi bitmap fonts
xorg-fonts-75dpi-6.8.2 X.Org 75dpi bitmap fonts
xorg-fonts-encodings-6.8.2 X.Org font encoding files
xorg-fonts-miscbitmaps-6.8.2 X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-6.8.2 X.Org TrueType fonts
xorg-fonts-type1-6.8.2 X.Org Type1 fonts
xorg-fontserver-6.8.2 X font server from X.Org
xorg-libraries-6.8.2 X11 libraries and headers from X.Org
xorg-manpages-6.8.2 X.Org library manual pages
xorg-server-6.8.2_7 X.Org X server and related programs
It's works for me:
Logitech UltraX optical mouse, USB-mode
dmesg:
ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/20.00, addr 3, iclass 3/1
ums0: 4 buttons and Z dir.
xorg.conf:
...
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "6"
Option "ZAxisMapping" "4 5"
EndSection
uname -a:
FreeBSD callisto 6.0-STABLE FreeBSD 6.0-STABLE #4: Sat Dec 3 12:07:10 EET
2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/callisto amd64
pkg_info | grep xorg
xorg-6.8.2 X.Org distribution metaport
xorg-clients-6.8.2_1 X client programs and related files from X.Org
xorg-documents-6.8.2 Documentation of X11 protocol and libraries from X.Org
xorg-fonts-100dpi-6.8.2 X.Org 100dpi bitmap fonts
xorg-fonts-75dpi-6.8.2 X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-6.8.2 X.Org Cyrillic bitmap fonts
xorg-fonts-encodings-6.8.2 X.Org font encoding files
xorg-fonts-miscbitmaps-6.8.2 X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-6.8.2 X.Org TrueType fonts
xorg-fonts-type1-6.8.2 X.Org Type1 fonts
xorg-fontserver-6.8.2 X font server from X.Org
xorg-libraries-6.8.2 X11 libraries and headers from X.Org
xorg-manpages-6.8.2 X.Org library manual pages
xorg-nestserver-6.8.2 Nesting X server from X.Org
xorg-printserver-6.8.2_2 X Print server from X.Org
xorg-server-6.8.2_7 X.Org X server and related programs
xorg-vfbserver-6.8.2 X virtual framebuffer server from X.Org
--
WBR Android Andrew [:]
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"