Re: Re: Question on PS/2 Wheelmouse through KVM

2003-12-24 Thread Scott W
User  wrote:

 On Wednesday 24 December 2003 02:22, Scott W wrote:


Via PS2 and through the KVM, it appears there's nothing I've found yet
that will enable the wheel, although the wheel 'button' itself works.


 Are you sure that this part is located in your /etc/X11/XF86config file?:

 Section InputDevice
 Identifier  Mouse0
 Driver  mouse
 Option  Protocol auto
 Option  Device /dev/sysmouse
 Option  ZAxisMapping 4 5 # This part is for your 
mouse wheel
 EndSection


Any ideas on what to try next?  Opera in X without a scroll mouse is
like Windows claiming it's secure- it's just wrong :-(


 haha, I like this quote. :-)

 Cheers,

 Jorn



User  wrote:

 On Wednesday 24 December 2003 02:22, Scott W wrote:


Via PS2 and through the KVM, it appears there's nothing I've found yet
that will enable the wheel, although the wheel 'button' itself works.


 Are you sure that this part is located in your /etc/X11/XF86config file?:

 Section InputDevice
 Identifier  Mouse0
 Driver  mouse
 Option  Protocol auto
 Option  Device /dev/sysmouse
 Option  ZAxisMapping 4 5 # This part is for your 
mouse wheel
 EndSection


Any ideas on what to try next?  Opera in X without a scroll mouse is
like Windows claiming it's secure- it's just wrong :-(


 haha, I like this quote. :-)

 Cheers,

 Jorn



Hi Jorn- yeah, I've played with the X Device section, as well as the 
flags to moused extensively, as well as not running moused, changing the 
button and then z-axis mappings, just in case this particular mouse 
wasn't actually seeing the scroll wheel as 'button 4'...all to no avail.

Through the KVM emulation, it IDs the mouse as a MouseMan+, which works 
fine with the wheel under various RH and Linux variants on another 
system...I may wind up having to recompile the Linux kernel and/or 
modularize the mouse/PS2 driver and add some debugging to try to see if 
I can't figure this outbut of course most problems encountered have 
already been encountered by someone else, so was definitely hoping ;-)

Thanks,

Scott

PS- Jorn, your mailserver is misconfigured, if intentionally then no 
worries, but your mailer isn't filling out the From/Reply-to headers at 
all...

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Question on PS/2 Wheelmouse through KVM

2003-12-24 Thread Charles Howse
On Wednesday 24 December 2003 12:03 pm, Scott W wrote:
 User  wrote:
   On Wednesday 24 December 2003 02:22, Scott W wrote:
  Via PS2 and through the KVM, it appears there's nothing I've found yet
  that will enable the wheel, although the wheel 'button' itself works.
  
   Are you sure that this part is located in your /etc/X11/XF86config
   file?:
  
   Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  Device /dev/sysmouse
   Option  ZAxisMapping 4 5 # This part is for your

 mouse wheel

   EndSection
  
  Any ideas on what to try next?  Opera in X without a scroll mouse is
  like Windows claiming it's secure- it's just wrong :-(
  
   haha, I like this quote. :-)
  
   Cheers,
  
   Jorn

 User  wrote:
   On Wednesday 24 December 2003 02:22, Scott W wrote:
  Via PS2 and through the KVM, it appears there's nothing I've found yet
  that will enable the wheel, although the wheel 'button' itself works.
  
   Are you sure that this part is located in your /etc/X11/XF86config
   file?:
  
   Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  Device /dev/sysmouse
   Option  ZAxisMapping 4 5 # This part is for your

 mouse wheel

   EndSection
  
  Any ideas on what to try next?  Opera in X without a scroll mouse is
  like Windows claiming it's secure- it's just wrong :-(
  
   haha, I like this quote. :-)
  
   Cheers,
  
   Jorn

 Hi Jorn- yeah, I've played with the X Device section, as well as the
 flags to moused extensively, as well as not running moused, changing the
 button and then z-axis mappings, just in case this particular mouse
 wasn't actually seeing the scroll wheel as 'button 4'...all to no avail.

 Through the KVM emulation, it IDs the mouse as a MouseMan+, which works
 fine with the wheel under various RH and Linux variants on another
 system...I may wind up having to recompile the Linux kernel and/or
 modularize the mouse/PS2 driver and add some debugging to try to see if
 I can't figure this outbut of course most problems encountered have
 already been encountered by someone else, so was definitely hoping ;-)

I'm getting in late on this, but I have a wheel mouse, and a KVM.
I've installed the imwheel port.

I have this in XF86Config:

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol SysMouse
Option  Emulate3Buttons
Option  Device /dev/sysmouse
Option Buttons 5
EndSection

and this in /etc/rc.conf:

moused_enable=YES
moused_flags=-z 4

and this in ~/.xinitrc:
/usr/X11R6/bin/imwheel

See the FAQ:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#X-AND-WHEEL

-- 
Thanks,
Charles
http://howse.homeunix.net:8080

Random Murphy's Law:
Nobody notices when things go right.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Question on PS/2 Wheelmouse through KVM

2003-12-23 Thread Scott W
Hey all.  Strange but not totally surprising behavior, anyone have any 
ideas?

System:
IBM Netfinity 4500R
1G RAM
2x 667MHz PIII CPUs
Logitech Trackman Wheel PS/2
Mouse and KB through Belkin 8 port rackmount KVM
Running recent 5.X current
SMP kernel
When I was running the mouse via USB/not through the KVM, the middle 
(wheel) button worked fine, as did the wheel after a bit of tweaking on 
moused and the X config file.

Via PS2 and through the KVM, it appears there's nothing I've found yet 
that will enable the wheel, although the wheel 'button' itself works.

Running moused in debug mode in a terminal using -z4 shows buttons 
numbered 'normally' 1-3 from left to right and gives corresponding 
output for each button being depressed...however, scrolling the wheel 
gives no output, which I'm assuming it should be doing for a positive or 
negative movement value.

The same setup works fine, mouse wheel included, through the same KVM to 
another SMP Linux system, which has run RHAS2.1, 3.0, and now WhiteBox 
Linux (free 'clone' of RH3ES), without any issues, so it doesn't appear 
to be the KVM, although I've seen historically that BSD seems to have 
more than it's share of KVM input issues

Any ideas on what to try next?  Opera in X without a scroll mouse is 
like Windows claiming it's secure- it's just wrong :-(

Scott

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Wheelmouse

2002-12-16 Thread Wayne Swart
Lo everyone

i got like a generic type wheelmouse, and is running fbsd 4.7

how do you get the wheel to work? i checked google, but was
unseccessfull?!?!

thanks


Wayne



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Wheelmouse

2002-12-16 Thread Yann Golanski
Quoth Wayne Swart on Mon, Dec 16, 2002 at 16:07:46 +0200
 i got like a generic type wheelmouse, and is running fbsd 4.7
 
 how do you get the wheel to work? i checked google, but was
 unseccessfull?!?!

Add the following instead of the same named section in your
/etc/X11/XF86COnfig:
Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol Auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5
EndSection

Then compile rxvt with --with-mousewheel et voilas. 

-- 
[EMAIL PROTECTED]  -=*=-  www.kierun.org
PGP:   009D 7287 C4A7 FD4F 1680  06E4 F751 7006 9DE2 6318
IRC:   nick kierun, server spod.uk.amiganet.org, channel #sanctus
NNGS:  nick kierun, server nngs.cosmic.org, port 9696.



msg12188/pgp0.pgp
Description: PGP signature


Re: Wheelmouse

2002-12-16 Thread Pierrick Brossin
Quoting Yann Golanski [EMAIL PROTECTED]:

 Add the following instead of the same named section in your
 /etc/X11/XF86COnfig:
 Section InputDevice
 Identifier  Mouse0
 Driver  mouse
 Option  Protocol Auto
 Option  Device /dev/sysmouse
 Option  ZAxisMapping 4 5
 EndSection
 
 Then compile rxvt with --with-mousewheel et voilas. 

I bougth a PS2 Optical Mouse... Unknown Brand.
I managed to make it work. Though I have to unplug it and replug it before using
it or it would simply stay on the left corner of the screen... dunno why :)

I tried to make the wheel work but it doesn't...
Is is possible to know what parameters to put in ZAxisMapping Option ?
I mean, is there any program that says you're pushing button 3 ?
Or is it always 4 5 and I won't have my wheel working ?

Thanx

-- 
Pierrick Brossin
IT Swiss - QUARK Media House
6a Puits Godet, 2000 Neuchatel, Switzerland
Tel Prof: +41-327201423 Mobile Priv: +41-794137145 
Mail Prof: [EMAIL PROTECTED] Mail Priv: [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Wheelmouse

2002-12-16 Thread Robin Damm
On Mon, Dec 16, 2002 at 04:07:46PM +0200, Wayne Swart wrote:
 i got like a generic type wheelmouse, and is running fbsd 4.7
 
 how do you get the wheel to work? i checked google, but was
 unseccessfull?!?!

Add the following line to the Input Device section defining your mouse in
/etc/X11/XF86Config.

Option ZAxisMapping 4 5

See the FAQ at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#X-AND-WHEEL.

Most of the info in FAQ only applies to classic X/Motif apps. GTK/QT apps
should work fine with only ZAxisMapping added.

Cheers.

-- 
Robin Damm [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Wheelmouse

2002-12-16 Thread Wayne Swart
got it working thnks :)
now only need to add it to opera, wich is actually where i want to use it


On Mon, 16 Dec 2002, Robin Damm wrote:

 On Mon, Dec 16, 2002 at 04:07:46PM +0200, Wayne Swart wrote:
  i got like a generic type wheelmouse, and is running fbsd 4.7
 
  how do you get the wheel to work? i checked google, but was
  unseccessfull?!?!

 Add the following line to the Input Device section defining your mouse in
 /etc/X11/XF86Config.

 Option ZAxisMapping 4 5

 See the FAQ at
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#X-AND-WHEEL.

 Most of the info in FAQ only applies to classic X/Motif apps. GTK/QT apps
 should work fine with only ZAxisMapping added.

 Cheers.

 --
 Robin Damm [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Wheelmouse

2002-12-16 Thread Robin Damm
On Mon, Dec 16, 2002 at 03:18:53PM +0100, Pierrick Brossin wrote:
 Quoting Yann Golanski [EMAIL PROTECTED]:
 
  Add the following instead of the same named section in your
  /etc/X11/XF86COnfig:
  Section InputDevice
  Identifier  Mouse0
  Driver  mouse
  Option  Protocol Auto
  Option  Device /dev/sysmouse
  Option  ZAxisMapping 4 5
  EndSection
  
  Then compile rxvt with --with-mousewheel et voilas. 
 
 I bougth a PS2 Optical Mouse... Unknown Brand.
 I managed to make it work. Though I have to unplug it and replug it before using
 it or it would simply stay on the left corner of the screen... dunno why :)
 
 I tried to make the wheel work but it doesn't...
 Is is possible to know what parameters to put in ZAxisMapping Option ?
 I mean, is there any program that says you're pushing button 3 ?
 Or is it always 4 5 and I won't have my wheel working ?

The command xev will show you the X events generated when clicking
various buttons on the mouse.

The ZAxisMapping parameters 4 5 are generally expected to be the
wheel but not always.

More details available in /usr/X11R6/lib/X11/doc/README.mouse.

-- 
Robin Damm [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Wheelmouse

2002-12-16 Thread Robin Damm
On Mon, Dec 16, 2002 at 04:38:01PM +0200, Wayne Swart wrote:
 got it working thnks :)
 now only need to add it to opera, wich is actually where i want to use it

No problem. Just installed the native opera release and wheel
scrolling works fine without adding anything else. YMMV.

-- 
Robin Damm [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Wheelmouse

2002-12-16 Thread lewiz
On Mon, Dec 16, 2002 at 04:07:46PM +0200, Wayne Swart wrote:
 i got like a generic type wheelmouse, and is running fbsd 4.7

How about this anybody.  I have a Logitech TrackMan Marble FX.  It's
actually a trackball.  It has four buttons.  Left, right and middle work
fine.  However, the Windows software provides a scroll function when a
forth button is pressed in conjunction with moving the ball.

I've used xev and I can generate events for left, middle and right
buttons but nothing happens for the fourth button.

I am actually using MouseSystems /dev/sysmouse (in conjunction with
moused) as I have two mice.

I can switch to just PS/2 but does anybody know how I might set up
similar functionality in FreeBSD as Windows.  Also, is there any way I
can make my middle button double-click (but also retain other uses, when
defined in applications)?

Many thanks.

-lewiz.

-- 
Sanity is the trademark of a weak mind.
-- Mark Harrold

--|| url: http://lewiz.info/ | http://www.westwood.karoo.net/pgpkey ||--



msg12243/pgp0.pgp
Description: PGP signature