Re: Scroll mouse

2004-02-18 Thread Kevin D. Kinsey, DaleCo, S.P.
Valerian Galeru wrote: How can i make the scroll button work??? __ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools ___ [EMAIL PROTECTED] mailing list http://lists.freebs

Re: Scroll mouse

2004-02-18 Thread Valerian Galeru
How can i make the scroll button work??? __ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/f

Re: scroll mouse

2003-02-27 Thread Alistair Phillips
On Wed, 26 Feb 2003, Thanos Tsouanas wrote: >> >> Hello everyone.. >> I am having a similar problem which wont fix with those :( >> Im using 4.7-stable and a logitech usb mouse with wheel... >> >> from the XF86Config file... >> >> Section "InputDevice" >> Identifier "Mouse0" >> Driver "mouse" >> Op

Re: scroll mouse

2003-02-27 Thread Scott Mitchell
On Wed, Feb 26, 2003 at 10:01:46AM -0500, Asenchi wrote: > To add on to what everyone else said, I would do this also: > > Option "Protocol" "auto" > > Option "Device" "/dev/ums0" > > This should fix your problem. I would take moused_enable="NO" > completely out of rc.co

Re: scroll mouse

2003-02-26 Thread Pierrick Brossin
John Bleichert wrote: For my Logitech 2-button/wheel mouse it's Option ZAxisMapping "4 5" Logical since you probably have a button on the scroll itself then it's a 3 buttons and not 2 buttons mouse -- Pierrick Brossin IT Employee 15, Ch. du Château, 1422 Grandson, Switzerland Mail Prof: [EMAIL P

Re: scroll mouse

2003-02-26 Thread John Bleichert
On Wed, 26 Feb 2003, Bill Moran wrote: > Brian Henning wrote: > > Since my mouse is a logitech 2 button mouse with a scroll wheel i was thinking > > this should be my config > > in my XF86Config. i will comment all the entries for moused in my rc.conf. > > > > Section "InputDevice" > > Identif

Re: scroll mouse

2003-02-26 Thread Bill Moran
Brian Henning wrote: Since my mouse is a logitech 2 button mouse with a scroll wheel i was thinking this should be my config in my XF86Config. i will comment all the entries for moused in my rc.conf. Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" O

Re: scroll mouse

2003-02-26 Thread Brian Henning
- Original Message - From: "Willie Viljoen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "freebsd" <[EMAIL PROTECTED]>; "Brian Henning" <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 1:18 PM Subject: Re: scroll mouse > On

Re: scroll mouse

2003-02-26 Thread Asenchi
On Wed, 2003-02-26 at 05:37, Thanos Tsouanas wrote: > Hello everyone.. > I am having a similar problem which wont fix with those :( > Im using 4.7-stable and a logitech usb mouse with wheel... > > from the XF86Config file... > > Section "InputDevice" > Identifier "Mouse0" > Drive

Re: scroll mouse

2003-02-26 Thread Marc LeMaire
On February 26, 2003 08:43 am, John Bleichert wrote: > On Wed, 26 Feb 2003, Thanos Tsouanas wrote: > > Hello everyone.. > > I am having a similar problem which wont fix with those :( > > Im using 4.7-stable and a logitech usb mouse with wheel... > > > > from the XF86Config file... > > > > Section "

Re: scroll mouse

2003-02-26 Thread John Bleichert
On Wed, 26 Feb 2003, Thanos Tsouanas wrote: > > Hello everyone.. > I am having a similar problem which wont fix with those :( > Im using 4.7-stable and a logitech usb mouse with wheel... > > from the XF86Config file... > > Section "InputDevice" > Identifier "Mouse0" > Driver

Re: scroll mouse

2003-02-26 Thread Tijl Coosemans
On Wed, 26 Feb 2003 02:37:55 -0800 (PST), Thanos Tsouanas wrote: > Hello everyone.. > I am having a similar problem which wont fix with those :( > Im using 4.7-stable and a logitech usb mouse with wheel... > > from the XF86Config file... > > Section "InputDevice" > Identifier "Mouse0" >

Re: scroll mouse

2003-02-26 Thread Thanos Tsouanas
Hello everyone.. I am having a similar problem which wont fix with those :( Im using 4.7-stable and a logitech usb mouse with wheel... from the XF86Config file... Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "MouseSystems" O

Re: scroll mouse

2003-02-25 Thread Brian Henning
[snip] thanks for all the input. I will give it a try. i am pretty sure i can get it working from here. Brian To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: scroll mouse

2003-02-25 Thread Asenchi
Brian, You need to set 'moused_enable="NO"' or just comment it out. Then find your mouse in dmesg: %dmesg | grep psm #if it is ps2 You will also need to set your XF86Config file similar to: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option

Re: scroll mouse

2003-02-25 Thread Asenchi
uot;freebsd" <[EMAIL PROTECTED]>; "Brian > Henning" <[EMAIL PROTECTED]> > Sent: Tuesday, February 25, 2003 1:18 PM > Subject: Re: scroll mouse > > > > On Tuesday 25 February 2003 21:11, someone, possibly joshua lokken, typed: > > > >/usr/X

Re: scroll mouse

2003-02-25 Thread Bill Moran
Brian Henning wrote: Hello- i have a logitech 2 button mouse with a wheel in the middle. i would like to get the wheel to work in x-windows, but i can't get the scrolling to work. here is what i have done so far. rc.conf moused_type="ps/2" moused_port="/dev/psm0" moused_enable="YES" moused

Re: scroll mouse

2003-02-25 Thread Brian Henning
- Original Message - From: "Willie Viljoen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "freebsd" <[EMAIL PROTECTED]>; "Brian Henning" <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 1:18 PM Subject: Re: scroll mouse > On

Re: scroll mouse

2003-02-25 Thread John Bleichert
On Tue, 25 Feb 2003, Brian Henning wrote: > > On Tue, 25 Feb 2003 13:05:11 > > Brian Henning wrote: > > >Hello- > > >i have a logitech 2 button mouse with a wheel in the middle. > > >i would like to get the wheel to work in x-windows, but i can't get the > > >scrolling to work. > > >here is what i

Re: scroll mouse

2003-02-25 Thread Willie Viljoen
On Tuesday 25 February 2003 21:11, someone, possibly joshua lokken, typed: > >/usr/X11R6/lib/X11/XF86Config > >... > >Section "InputDevice" > >Identifier "Mouse0" > >Driver "mouse" > >Option "Protocol" "MouseSystems" > >Option "Device" "/dev/sysmouse" > >Option "Buttons" "5" > >

Re: scroll mouse

2003-02-25 Thread Brian Henning
- Original Message - From: "joshua lokken" <[EMAIL PROTECTED]> To: "freebsd" <[EMAIL PROTECTED]>; "Brian Henning" <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 1:11 PM Subject: Re: scroll mouse > > -- > > On Tue, 25 Feb

Re: scroll mouse

2003-02-25 Thread joshua lokken
-- On Tue, 25 Feb 2003 13:05:11 Brian Henning wrote: >Hello- >i have a logitech 2 button mouse with a wheel in the middle. >i would like to get the wheel to work in x-windows, but i can't get the >scrolling to work. >here is what i have done so far. > >rc.conf > >moused_type="ps/2" >m