Re: Mouse behavior with kernel 2.6.X ( running 2.6.4 and 2.6.3 on another machine)

2004-03-22 Thread Pigeon
On Mon, Mar 22, 2004 at 06:34:48PM -0500, Faheem Mitha wrote:
 On Mon, 22 Mar 2004, Pigeon wrote:
 
  Ah, right... It does for me, but then I've only got the one mouse, on
  the PS/2 port, and I've told 2.6 to use /dev/psaux. So you could try
  something like this (untested, bit yucky, but should work):
 
  - configure X appropriately for 2.4, and copy /etc/X11/XF86Config to
  /etc/X11/XF86Config-2.4
  - configure X appropriately for 2.6, and copy /etc/X11/XF86Config to
  /etc/X11/XF86Config-2.6
 
  # cat  /etc/init.d/xf86configfudge
  #!/bin/bash
  XCONF=/etc/X11/XF86Config-2.`uname -r | cut -d '.' -f 2`
  echo Installing X config: $XCONF
  cp $XCONF /etc/X11/XF86Config
  ^D
  # chmod a+x /etc/init.d/xf86configfudge
  # ln -s /etc/init.d/xf86configfudge /etc/rc2.d/S10xf86configfudge
 
  - may need editing if you're using XF86Config-4, but the principle
  remains the same.
 
 Thanks for the detailed outline. Unfortunately there does not appear to be
 a general mechanism for this. 

In fact, I wouldn't be too surprised if there was, but buried in
obscurity somewhere! ... because...

 I suppose that the need for different X
 config files depending on kernel version only appears rarely.

...this is true. I don't think there was any need for a change between
2.2 and 2.4; and most people don't switch back and forth between
radically different kernel versions very often... I suspect you won't
have to either once 2.6 has been out a bit longer.

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x21C61F7F


pgp0.pgp
Description: PGP signature


Re: Mouse behavior with kernel 2.6.X ( running 2.6.4 and 2.6.3 on another machine)

2004-03-21 Thread Faheem Mitha
On Fri, 19 Mar 2004 04:02:46 +0200, Micha Feigin [EMAIL PROTECTED] wrote:
 On Thu, Mar 18, 2004 at 02:35:22PM +, n.v.t n.v.t wrote:
 Hi,
 
 I'm struggling witht his for a while. I have been running 2.6. But I don't 
 like the mouse behavior at all. It's *to* fast compared to 2.4. How can I 
 get the 2.4 mouse behavior back?
 

 If you are using both a ps2 mouse (/dev/ps2) and usb (/dev/input/mice),
 or at least both interfaces for some reason (common on laptops), then
 you need to use only /dev/input/mice on 2.6 since all mice are piped
 there emulated as ImPS2, or try using /dev/input/mouse[n]

I've been having the same problem, with a PS/2 and USB mouse installed
in tandem. Looks from this info like I need to choose between running
2.4 and 2.6. Any suggestions about how I could dualboot between both?

Please CC me, I'm not on the list.
 Faheem. 


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



Re: Mouse behavior with kernel 2.6.X ( running 2.6.4 and 2.6.3 on another machine)

2004-03-21 Thread Pigeon
On Sun, Mar 21, 2004 at 04:31:49PM +, Faheem Mitha wrote:
 I've been having the same problem, with a PS/2 and USB mouse installed
 in tandem. Looks from this info like I need to choose between running
 2.4 and 2.6. Any suggestions about how I could dualboot between both?
 
 Please CC me, I'm not on the list.

grub

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x21C61F7F


pgp0.pgp
Description: PGP signature


Re: Mouse behavior with kernel 2.6.X ( running 2.6.4 and 2.6.3 on another machine)

2004-03-19 Thread Enrique Samson Jr.
Micha Feigin wrote:
I'm struggling witht his for a while. I have been running 2.6. But I don't 
like the mouse behavior at all. It's *to* fast compared to 2.4. How can I 
get the 2.4 mouse behavior back?
on the other hand, i find the default mouse setting on 2.6.3 better. 
One hitch though, mouse freezes a few seconds after kdm starts.

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



Re: Mouse behavior with kernel 2.6.X ( running 2.6.4 and 2.6.3 on another machine)

2004-03-18 Thread Andreas Janssen
Hello

n.v.t n.v.t ([EMAIL PROTECTED]) wrote:

 I'm struggling witht his for a while. I have been running 2.6. But I
 don't like the mouse behavior at all. It's *to* fast compared to 2.4.
 How can I get the 2.4 mouse behavior back?

If you use a PS2 mouse, remove the

InputDevice Generic Mouse

line in your XFree config file (Section Server Layout). With 2.6, also
PS/2 mice can be accesed through /dev/input/mice additionally to /dev
psaux, and maybe the signals from the mouse are now read twice by X.

best regards
Andreas Janssen

-- 
Andreas Janssen [EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html


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



Re: Mouse behavior with kernel 2.6.X ( running 2.6.4 and 2.6.3 on another machine)

2004-03-18 Thread Paul Johnson
n.v.t n.v.t [EMAIL PROTECTED] writes:

 I'm struggling witht his for a while. I have been running 2.6. But I
 don't like the mouse behavior at all. It's *too* fast compared to
 2.4. How can I get the 2.4 mouse behavior back?

In what situation are we talking about?  In games, in X, with
gpm...give us some detail.

-- 
 .''`. Paul Johnson [EMAIL PROTECTED]
: :'  :
`. `'` proud Debian admin and user
  `-   Debian.  Because it *must* work.  debian.org   aboutdebian.com


pgp0.pgp
Description: PGP signature


Re: Mouse behavior with kernel 2.6.X ( running 2.6.4 and 2.6.3 on another machine)

2004-03-18 Thread Micha Feigin
On Thu, Mar 18, 2004 at 02:35:22PM +, n.v.t n.v.t wrote:
 Hi,
 
 I'm struggling witht his for a while. I have been running 2.6. But I don't 
 like the mouse behavior at all. It's *to* fast compared to 2.4. How can I 
 get the 2.4 mouse behavior back?
 

If you are using both a ps2 mouse (/dev/ps2) and usb (/dev/input/mice),
or at least both interfaces for some reason (common on laptops), then
you need to use only /dev/input/mice on 2.6 since all mice are piped
there emulated as ImPS2, or try using /dev/input/mouse[n]

 
 Joe
 
 Ps: Please CC me. I'm not subscribed. ;=)
 
 _
 MSN Zoeken, voor duidelijke zoekresultaten! http://search.msn.nl
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 
 
 +++
 This Mail Was Scanned By Mail-seCure System
 at the Tel-Aviv University CC.
 


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