using mouse wheel

2007-08-05 Thread Wojciech Puchar
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

Re: using mouse wheel

2007-08-05 Thread RW
On Sun, 5 Aug 2007 21:19:08 +0200 (CEST) Wojciech Puchar [EMAIL PROTECTED] wrote: 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

mouse wheel doesn't work

2007-07-20 Thread Zhang Weiwu
Dear everyone on the list On my xorg-6.9.0 installed on FreeBSD 6.2, USB mouse work just fine with mouse wheel; ps/2 mouse do not work. Nothing happens when scrolling mouse wheel. As I have only one ps/2 mouse I cannot test if all ps/2 mice suffer from such problem or just this one, but I am

Re: mouse wheel doesn't work

2007-07-20 Thread Nikola Lecic
Hello, On Sat, 21 Jul 2007 05:02:49 +0800 Zhang Weiwu [EMAIL PROTECTED] wrote: Dear everyone on the list On my xorg-6.9.0 installed on FreeBSD 6.2, USB mouse work just fine with mouse wheel; ps/2 mouse do not work. Nothing happens when scrolling mouse wheel. As I have only one ps/2

Re: mouse wheel doesn't work

2007-07-20 Thread Zhang Weiwu
by itself detect mouse wheel movement. Section InputDevice Identifier Mouse0 Driver mouse Option Protocol auto Option Device /dev/sysmouse Option Buttons 5 Option ZAxisMapping 4 5 EndSection Generally

Re: mouse wheel doesn't work

2007-07-20 Thread Nikola Lecic
On Sat, 21 Jul 2007 09:33:53 +0800 Zhang Weiwu [EMAIL PROTECTED] wrote: On Sat, 2007-07-21 at 01:42 +0200, Nikola Lecic wrote: I think that then middle (wheel) click doesn't work; if it does, then The middle click does work! However there is no middle key on thinkpad track-point, thus it

Re: mouse wheel doesn't work

2007-07-20 Thread Zhang Weiwu
} -p ${myport} -t ${mytype} ${_pidarg} /usr/sbin/moused ${myflags} -p ${myport} ${_pidarg} 1) enter DOS mode with a Windows 98 rescue disk 2) use the PS2.EXE form Lenovo, run 'ps2.exe tpoint autodisable'; 3) reboot, enter FreeBSD, mouse wheel is working now. It's important to do step 0 because

mouse wheel sends incorrect buttons

2007-03-10 Thread Jon Wolfgang
I am using a Microsoft Intellimouse Explorer in xwindows on FreeBSD 6.2-RELEASE. The mouse works correctly (except for the side buttons - I'll worry about those later), but the mouse wheel has some odd behaviour in apps like firefox and thunderbird. Scrolling down works correctly

Re: portupgrade xorg-* - mouse-wheel stops working under X

2006-02-02 Thread Ewald Jenisch
On Fri, Jan 27, 2006 at 10:11:44AM -0500, George Fazio wrote: 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 to use). I was able to get the mouse wheel working again by editing my xorg.conf

Re: portupgrade xorg-* - mouse-wheel stops working under X

2006-02-02 Thread Andrea Venturoli
Ewald Jenisch wrote: On Fri, Jan 27, 2006 at 10:11:44AM -0500, George Fazio wrote: 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 to use). I was able to get the mouse wheel working again

Re: portupgrade xorg-* - mouse-wheel stops working under X

2006-02-02 Thread Andrew Pantyukhin
You can always tell xmodmap that you've got 11 buttons (or whatever xorg tells you in its log). Just add ... 8 9 10 11 to the map and it will work fine once again. ___ freebsd-questions@freebsd.org mailing list

Re: portupgrade xorg-* - mouse-wheel stops working under X

2006-02-02 Thread Xn Nooby
I fixed this problem by killing moused and setting the device to /dev/psm0. I thought it was just me! On 2/2/06, Andrew Pantyukhin [EMAIL PROTECTED] wrote: You can always tell xmodmap that you've got 11 buttons (or whatever xorg tells you in its log). Just add ... 8 9 10 11 to the map and

Re: portupgrade xorg-* - mouse-wheel stops working under X

2006-02-02 Thread George Fazio
A friend of mine pointed me to this message from one of the Xorg lists. I have not yet had time to test it, and it will probably be a couple days before I do. Hope this helps everyone out. -George From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Hopf Sent: Thursday,

Mouse wheel not working after upgrading KDE

2006-02-01 Thread David Israelsson
After upgrading KDE to the new 3.5 version from ports, my mouse wheel stopped working. I have the line: Option ZAxisMapping 4 5 in my xorg.conf, which has always worked fine before. xev does not report any events at all when scrolling the wheel in kde. In other wm's it works just like

portupgrade xorg-* - mouse-wheel stops working under X

2006-01-27 Thread Ewald Jenisch
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

Re: portupgrade xorg-* - mouse-wheel stops working under X

2006-01-27 Thread George Fazio
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 to 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

Re: mouse wheel problem

2005-09-03 Thread Wayne Sierke
to the mouse-wheel, plus another button on top behind the wheel, so that's 7 buttons. But then there's the wheel button itself which is the third or middle button, so surely there are 8 buttons on this mouse, plus the Z dir of the wheel. Curious. Wayne

Re: mouse wheel problem

2005-09-01 Thread Efren Bravo
-0600 Subject: Re: mouse wheel problem Alejandro Pulver wrote: On Tue, 30 Aug 2005 11:57:18 -0500 Efren Bravo [EMAIL PROTECTED] wrote: Hi, I've written on /etc/rc.conf : moused_port=/dev/psm0 moused_flags=-r high -z 4 moused_type=auto

Re: mouse wheel problem

2005-09-01 Thread Dave McCammon
--- Alejandro Pulver [EMAIL PROTECTED] wrote: On Tue, 30 Aug 2005 11:57:18 -0500 Efren Bravo [EMAIL PROTECTED] wrote: Hi, I've written on /etc/rc.conf : moused_port=/dev/psm0 moused_flags=-r high -z 4 moused_type=auto moused_enable=YES and on

Re: mouse wheel problem

2005-09-01 Thread Ed Stover
On Thu, September 1, 2005 10:38 am, Dave McCammon wrote: --- Alejandro Pulver [EMAIL PROTECTED] wrote: On Tue, 30 Aug 2005 11:57:18 -0500 Efren Bravo [EMAIL PROTECTED] wrote: Hi, I've written on /etc/rc.conf : moused_port=/dev/psm0 moused_flags=-r high -z 4 moused_type=auto

Re: mouse wheel problem

2005-08-31 Thread Alejandro Pulver
On Tue, 30 Aug 2005 11:57:18 -0500 Efren Bravo [EMAIL PROTECTED] wrote: Hi, I've written on /etc/rc.conf : moused_port=/dev/psm0 moused_flags=-r high -z 4 moused_type=auto moused_enable=YES and on /etc/X11/xorg.conf Section InputDevice Identifier

mouse wheel problem

2005-08-30 Thread Efren Bravo
Hi, I've written on /etc/rc.conf : moused_port=/dev/psm0 moused_flags=-r high -z 4 moused_type=auto moused_enable=YES and on /etc/X11/xorg.conf Section InputDevice Identifier Mouse0 Driver mouse Option Protocol auto

mouse wheel problem

2005-08-30 Thread Robert Huff
Efren Bravo writes: Section InputDevice Identifier Mouse0 Driver mouse Option Protocol auto Option Device /dev/sysmouse Option Buttons 5 Option ZAxisMapping 4 5 EndSection But the

Re: mouse wheel problem

2005-08-30 Thread Gary W. Swearingen
Efren Bravo [EMAIL PROTECTED] writes: Have I a bad configuration? You might need these in your /etc/rc.conf (and a re-boot): moused_enable=YES moused_flags=-z 4 5 ##moused_flags=-m 1=3 -m 3=1 -z 4 5 ## I'll try un-swapped buttons for a while. moused_port=/dev/psm0 moused_type=auto

Re: mouse wheel problem

2005-08-30 Thread David Kirchner
On 8/30/05, Efren Bravo [EMAIL PROTECTED] wrote: Section InputDevice Identifier Mouse0 Driver mouse Option Protocol auto Option Device /dev/sysmouse Option Buttons 5 Option ZAxisMapping 4 5 EndSection But the

RE: HOWTO : Setting Up a mouse + wheel on a traditional ps/2 port in FBSD 5.3

2005-02-28 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Valery Sent: Saturday, February 26, 2005 10:35 PM To: freebsd-questions@freebsd.org Subject: HOWTO : Setting Up a mouse + wheel on a traditional ps/2 port in FBSD 5.3 * Setting Up a mouse + wheel

Re: HOWTO : Setting Up a mouse + wheel on a traditional ps/2 port in FBSD 5.3

2005-02-28 Thread Valery
Ted Mittelstaedt wrote: Hey Valery, a few things on this: This only works for mice that support the intellimouse protocol. Simplest way to find out if your mouse supports this is to kill the moused daemon, then issue the command: moused -p /dev/psm0 -t auto -d -f All right, this explain a lot of

RE: HOWTO : Setting Up a mouse + wheel on a traditional ps/2 port in FBSD 5.3

2005-02-28 Thread Ted Mittelstaedt
-Original Message- From: Valery [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 4:24 AM To: Ted Mittelstaedt Cc: freebsd-questions@freebsd.org Subject: Re: HOWTO : Setting Up a mouse + wheel on a traditional ps/2 port in FBSD 5.3 Ted Mittelstaedt wrote: Hey Valery

HOWTO : Setting Up a mouse + wheel on a traditional ps/2 port in FBSD 5.3

2005-02-27 Thread Valery
* Setting Up a mouse + wheel on a traditional ps/2 port in FBSD 5.3 ... and others ... * 1. Must know ps2 bus : the ps/2 bus is mapped as /dev/psm0 /dev/psm0 : support only 'ps/2' protocol ( moused(8) ) moused: map /dev/psm0 as a virtual port to /dev

mouse wheel

2004-12-09 Thread dusan
hi there. can somebody tell me the best way how to configure mouse wheel on freebsd ?? thx alt ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: mouse wheel

2004-12-09 Thread Kevin D. Kinsey, DaleCo, S.P.
dusan wrote: hi there. can somebody tell me the best way how to configure mouse wheel on freebsd ?? thx alt ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: mouse wheel

2004-12-09 Thread martin hudec
Hello, On Thu, Dec 09, 2004 at 05:32:07PM +0100 or thereabouts, dusan wrote: hi there. can somebody tell me the best way how to configure mouse wheel on freebsd ?? thx alt never heard about mouse wheel in console environment, never needed to use it. But if your question is pointed out for X

Re: mouse wheel

2004-12-09 Thread Dan Kilbourne
martin hudec extolled: never heard about mouse wheel in console environment, never I use it daily - highlight with the mouse to select and copy text, middle click to paste. Quite convenient. -- ___ Dan ___ [EMAIL PROTECTED] mailing list http

Re: mouse wheel

2004-12-09 Thread Danny Howard
dusan wrote: hi there. can somebody tell me the best way how to configure mouse wheel on freebsd ?? thx alt dusan, Someone already has: http://www.gsoft.com.au/~doconnor/x-wheel.html -danny ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5)

2004-09-26 Thread Seahawk
2004, David Gerard wrote: I've just installed the latest 5.3 beta with XOrg 6.7.0. The mouse works, except I can't get the mouse wheel to work. The mouse section of xorg.conf is as follows: I recently switched to X.org without changing any of my configuration. My mouse section looks like

Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5)

2004-09-25 Thread David Gerard
I've just installed the latest 5.3 beta with XOrg 6.7.0. The mouse works, except I can't get the mouse wheel to work. The mouse section of xorg.conf is as follows: Section InputDevice Identifier Mouse0 Driver mouse Option Protocol Auto Option Device

Re: Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5)

2004-09-25 Thread Benjamin Walkenhorst
On Sat, 25 Sep 2004 12:44:46 +0100 David Gerard [EMAIL PROTECTED] wrote: I've just installed the latest 5.3 beta with XOrg 6.7.0. The mouse works, except I can't get the mouse wheel to work. The mouse section of xorg.conf is as follows: [ ... ] The last two option lines

Re: Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5)

2004-09-25 Thread Alex de Kruijff
On Sat, Sep 25, 2004 at 12:44:46PM +0100, David Gerard wrote: I've just installed the latest 5.3 beta with XOrg 6.7.0. The mouse works, except I can't get the mouse wheel to work. The mouse section of xorg.conf is as follows: Section InputDevice Identifier Mouse0 Driver

Re: Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5)

2004-09-25 Thread David Gerard
Benjamin Walkenhorst wrote: David Gerard [EMAIL PROTECTED] wrote: I've just installed the latest 5.3 beta with XOrg 6.7.0. The mouse works, except I can't get the mouse wheel to work. The mouse section of xorg.conf is as follows: I recently switched to X.org without changing any of my

Re: Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5)

2004-09-25 Thread Joe Altman
On Sat, Sep 25, 2004 at 12:44:46PM +0100, David Gerard wrote: I've just installed the latest 5.3 beta with XOrg 6.7.0. The mouse works, except I can't get the mouse wheel to work. The mouse section of xorg.conf is as follows: Section InputDevice Identifier Mouse0 Driver

Re: Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5)

2004-09-25 Thread Benjamin Walkenhorst
On Sat, 25 Sep 2004 22:27:41 +0100 David Gerard [EMAIL PROTECTED] wrote: Unfortunately, neither of these suggestions work, either separately or together! More detail: the mouse is a Compaq (Logitech) USB optical mouse. I did try moused_port=/dev/ums0 as well. Any other ideas? I am sorry

Re: Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5)

2004-09-25 Thread David Gerard
Joe Altman wrote: On Sat, Sep 25, 2004 at 12:44:46PM +0100, David Gerard wrote: The mouse section of xorg.conf is as follows: Option Protocol Auto Case on the word auto? Check the log to see if the Protocol Auto is unknown, or otherwise throws an error. Appears not: (**) Option

Re: Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5)

2004-09-25 Thread David Gerard
Benjamin Walkenhorst wrote: I have been using PS/2 for mouse and keyboard since I got my first ATX-board. I tried a USB-mouse once, under Linux, and it didn't work, so I never tried again... ;-/ If it has to do with the mouse being a USB-mouse, I'm out of my element. =( The same mouse on the

Re: Mouse wheel on XOrg 6.7.0 (FreeBSD 5.3-beta5)

2004-09-25 Thread Alex de Kruijff
On Sat, Sep 25, 2004 at 10:27:41PM +0100, David Gerard wrote: Benjamin Walkenhorst wrote: David Gerard [EMAIL PROTECTED] wrote: I've just installed the latest 5.3 beta with XOrg 6.7.0. The mouse works, except I can't get the mouse wheel to work. The mouse section of xorg.conf is as follows

IMPS/2 for mouse-wheel not supported

2004-05-18 Thread Richard Bradley
Hi, I have a brand new Microsoft optical wheel mouse with a 'tilt wheel'. It works as a 3-button mouse under X with: Option Protocol PS/2 Option Device/dev/psm0 but the wheel doesn't work (i.e. doesn't even show up in `xev`) The X documentation: [

Re: IMPS/2 for mouse-wheel not supported

2004-05-18 Thread John Oxley
Here is an excerpt from my XF86Config Option ProtocolAuto Option Device /dev/sysmouse Option ZAxisMapping 4 5 You may also want to include Option Buttons 5 On Tue 2004-05-18 (16:23), Richard Bradley wrote: Hi, I have a brand new Microsoft optical wheel mouse with a 'tilt

Re: IMPS/2 for mouse-wheel not supported

2004-05-18 Thread Richard Bradley
On Tue 2004-05-18 (16:23), Richard Bradley wrote: Hi, I have a brand new Microsoft optical wheel mouse with a 'tilt wheel'. It works as a 3-button mouse under X but the wheel doesn't work (i.e. doesn't even show up in `xev`) The X documentation: [

Re: Mouse Wheel in X

2004-01-31 Thread Jorn Argelo
On Saturday 31 January 2004 18:49, Jammet wrote: Im running 4.9 right now, and i have a Logitech Trackman for a mouse. My current XFree86Config file looks like this with the mouse section Section InputDevice Identifier Mouse0 Driver mouse Option Device /dev/sysmouse Option Protocol Auto

Problems with my Mouse Wheel of Genisu NetScroll+

2003-07-08 Thread =?unknown-8bit?q?Lu=EDs_Vit=F3rio?= Cargnini
Hi i have a Genius NetScroll+. In version 4.X my mouse wheel worked fine, but now on version 5.0 and 5.1 it isn't working more. This is a know problem or could be only with me ? I'm asking this because i have done everything that is mandatory to mouse wheel works but it ins't working

RE: Problems with my Mouse Wheel of Genisu NetScroll+

2003-07-08 Thread Will Saxon
-Original Message- From: Luís Vitório Cargnini [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 11:49 AM To: [EMAIL PROTECTED] Subject: Problems with my Mouse Wheel of Genisu NetScroll+ Hi i have a Genius NetScroll+. In version 4.X my mouse wheel worked fine, but now

Re: Problems with my Mouse Wheel of Genisu NetScroll+

2003-07-08 Thread =?unknown-8bit?q?Lu=EDs_Vit=F3rio?= Cargnini
Thanks, i been using the moused and put the flags -z 4 5, and at my X configuration file i have the buttons 5. I'll try to do how you are saying and puting too the ZAxisMapping, maybe it work, later i'll post the results. Thanks again! -- Thanks Regards Luís Vitório Cargnini pgp0.pgp

Mouse wheel Not working in 5.0/5.1

2003-06-16 Thread Ken Thompson
Hello all, I have two systems set up on FreeBSD, one with 5.0 and one with 5.1. I can't seem to get the wheel to work on either one even though I have added Option ZAxisMapping 4 5 to my XFree86Config. One mouse is a cheap M$ and the other is an OEM Logitech.. Both are detected and work

Re: Mouse wheel Not working in 5.0/5.1

2003-06-16 Thread Chris
Below is mine. - I suspect your issues my be either the proto, or the device. FYI - I'm using a Logitec wheel via PS/2 port # Identifier and driver Identifier Mouse1 Driver mouse Option ProtocolAuto Option Device /dev/sysmouse Option Buttons5 Option

Re: Mouse wheel Not working in 5.0/5.1

2003-06-16 Thread sweetleaf
I had the same problem with my logitech scroll mouse. I fixed it with the following in my XF86Config: Section InputDevice Identifier Mouse0 Driver mouse Option Protocol auto Option Device /dev/sysmouse Option Emulate3Buttons true

Re: Mouse wheel Not working in 5.0/5.1

2003-06-16 Thread Chris
I think what's going on here, or not understood is simply this. Taking my mouse, you have the left and right button (1 2) the wheel, it is clickable (3) and then the Up/Down motion (4 and 5) I did mine manually. This worked for me. Chris On Monday 16 June 2003 08:08 pm, sweetleaf wrote: I

Mouse wheel configuration

2002-12-17 Thread omax
Hi all , I have PS/2 standart mouse I am trying to configura mouse wheel as was described today. This is my XF86Config section Section InputDevice Identifier Mouse0 Driver mouse Option Protocol auto Option Device /dev/sysmouse

Re: Mouse wheel configuration

2002-12-17 Thread dick hoogendijk
I have PS/2 standart mouse I am trying to configura mouse wheel as was described today. The right config would be: Section InputDevice Identifier Mouse0 Driver mouse Option Protocol auto Option Device /dev/sysmouse Option Buttons