Re: vertical scrolling mouse?

2003-12-05 Thread Joerg Johannes
Am Do, den 04.12.2003 schrieb Mark Roach um 19:13:
 On Thu, 2003-12-04 at 12:48, stan wrote:
  Strolling through a CimpUSA store the other day, I noticed a new mouse from
  Microsoft, that you could push the little scrollwhell left  right on. This
  is to allow vertical csrolling something like the scrollwheel.
  
  I was wondering if it was posible to make this work under X?
 
 I think you mean horizontal. for what it's worth, my laptop's touchpad
 allows me to scroll horizontally by sliding along the bottom edge of the
 pad, so I would imagine that other mice can do it too...

How did you make that work? Mine supports this behaviour under Windows.
But how did you configure it under Linux?

thanks,
joerg

-- 
Gib GATES keine Chance!


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: vertical scrolling mouse?

2003-12-05 Thread Mark Roach
On Fri, 2003-12-05 at 12:04, Joerg Johannes wrote:
 Am Do, den 04.12.2003 schrieb Mark Roach um 19:13:
  On Thu, 2003-12-04 at 12:48, stan wrote:
   Strolling through a CimpUSA store the other day, I noticed a new mouse from
   Microsoft, that you could push the little scrollwhell left  right on. This
   is to allow vertical csrolling something like the scrollwheel.
   
   I was wondering if it was posible to make this work under X?
  
  I think you mean horizontal. for what it's worth, my laptop's touchpad
  allows me to scroll horizontally by sliding along the bottom edge of the
  pad, so I would imagine that other mice can do it too...
 
 How did you make that work? Mine supports this behaviour under Windows.
 But how did you configure it under Linux?

I downloaded the X synaptics input driver:
http://www.tuxmobil.org/touchpad_driver.html. It includes the necessary
config for your XF86config-4 file.
-- 
Mark Roach


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



vertical scrolling mouse?

2003-12-04 Thread stan
Strolling through a CimpUSA store the other day, I noticed a new mouse from
Microsoft, that you could push the little scrollwhell left  right on. This
is to allow vertical csrolling something like the scrollwheel.

I was wondering if it was posible to make this work under X?


-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: vertical scrolling mouse?

2003-12-04 Thread Mark Roach
On Thu, 2003-12-04 at 12:48, stan wrote:
 Strolling through a CimpUSA store the other day, I noticed a new mouse from
 Microsoft, that you could push the little scrollwhell left  right on. This
 is to allow vertical csrolling something like the scrollwheel.
 
 I was wondering if it was posible to make this work under X?

I think you mean horizontal. for what it's worth, my laptop's touchpad
allows me to scroll horizontally by sliding along the bottom edge of the
pad, so I would imagine that other mice can do it too...
-- 
Mark Roach


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: vertical scrolling mouse?

2003-12-04 Thread Hugo Vanwoerkom
stan wrote:
Strolling through a CimpUSA store the other day, I noticed a new mouse from
Microsoft, that you could push the little scrollwhell left  right on. This
is to allow vertical csrolling something like the scrollwheel.
I was wondering if it was posible to make this work under X?


I have an A4Tech optical mouse WOP35-PU that has 2 wheels: one for hor. 
and the other vert... if... you get it set up right by X.

I now use only vertical scrolling (see here:)

http://home.planet.nl/~woerk095/XF86Config-4

but when I make the changes for 9 buttons xev shows both wheels to use 6 
+ 7.

I'd love to know how to set it up. No luck thusfar. I use X 4.3.0 on 
Sarge and *super duper* Backstreet Ruby for multiple users.

Hugo.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Scrolling mouse

2001-05-27 Thread Reza
Hi there
I use Logitech scrolling mouse which is connected in
PS/2 , and I don't what to change to make the
scrolling works.. can anyone help me? thanks
regards,
Reza

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



Re: Scrolling mouse

2001-05-27 Thread ktb
On Sun, May 27, 2001 at 11:05:30AM -0700, Reza wrote:
 Hi there
 I use Logitech scrolling mouse which is connected in
 PS/2 , and I don't what to change to make the
 scrolling works.. can anyone help me? thanks
 regards,

Install the package -
imwheel
kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of The Panther - R. M. Rilke




Re: Scrolling mouse

2001-05-27 Thread vester

apt-get install imwheel

did it for me, simply run imwheel -k once you're in x and scrolling
should work...

of course you have to provide the right lines in your XF86Config,
depending on which version of X you're using that will be in a different
section, but basically add the following line to wherever you set-up your
mouse:

ZAxisMapping 4 5 (or alternatively: 5 4 depending on how you'd like it to
handle the scrolling)

hope that helps!

-vester


On Sun, 27 May 2001, Reza wrote:

 Hi there
 I use Logitech scrolling mouse which is connected in
 PS/2 , and I don't what to change to make the
 scrolling works.. can anyone help me? thanks
 regards,
 Reza
 
 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 



Re: Scrolling mouse

2001-05-27 Thread Romain Lerallut
On Sun, 27 May 2001, vester wrote:


 apt-get install imwheel

In case you use X4 , you don't need imwheel.

 On Sun, 27 May 2001, Reza wrote:

  Hi there
  I use Logitech scrolling mouse which is connected in
  PS/2 , and I don't what to change to make the
  scrolling works.. can anyone help me? thanks
  regards,
  Reza
 

Be careful , some Logitech mice's wheel don't work *at all* with Linux,
see there:
http://www-sop.inria.fr/koala/colas/mouse-wheel-scroll/

HTH,
Romain



Re: Scrolling mouse

2001-05-27 Thread Hall Stevenson
* Romain Lerallut ([EMAIL PROTECTED]) [010527 17:58]:

 On Sun, 27 May 2001, Reza wrote:

 Hi there I use Logitech scrolling mouse which is connected in PS/2
 , and I don't what to change to make the scrolling works.. can anyone
 help me? thanks regards, Reza

Maybe I'm reading it differently than everyone else, or maybe it's just
a non-native language thing, but does this person *NOT* want his mouse
wheel to scroll ??

Actually, I think he simply left out one word... It should read:  I use
Logitech scrolling mouse which is connected in PS/2, and I don't [know]
what to change to make the scrolling works..


Regards
Hall