Re: Problems with mouse responsiveness

2004-08-12 Thread Thomas Adam
On Thu, Aug 12, 2004 at 11:20:48PM -1200, bdee002 wrote:
 As you can Imagen, when doing delicate work with a mouse like this, it 
 would drive anyone MAD!

'man xset' - this is probably your best bet.

-- Thomas Adam
--
Frankly, Mr. Shankly, since you ask. You are a flatulent pain in 
the arse. -- Morrissey.


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



Re: Problems with mouse responsiveness

2004-08-12 Thread Wim De Smet
On Thu, 12 Aug 2004 23:20:48 -1200, bdee002 [EMAIL PROTECTED] wrote:
 I have a PS/2 optical mouse with  3 buttons  the  3rd also being the
 roller-wheel. It is currently configured as below:
 
 /dev/psaux
 imps/2
 Disabled: Enable 3 button mouse
 Disabled: Enable scroll events from mouse wheel
 
 The mouse works in all respects, except that it is non-responsive when
 the mouse is moved slowly. If I move the mouse across my deck slowly
 there is no response, once I start to increase the speed the cursor
 moves  as you would except. I have played around with the sensitivity
 etc with no solution.
 
 As you can Imagen, when doing delicate work with a mouse like this, it
 would drive anyone MAD!
 

I had some problems with a low quality mouse that wasn't performing
exactly well. Strangely enough it worked much smoother with a 2.6
kernel. Maybe it has better sampling or something. Anyway you could
try that...

greets,
Wim


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



Re: Problems with mouse responsiveness

2004-08-12 Thread John Summerfield
bdee002 wrote:
I have a PS/2 optical mouse with  3 buttons  the  3rd also being the 
roller-wheel. It is currently configured as below:

/dev/psaux
imps/2
Disabled: Enable 3 button mouse
Disabled: Enable scroll events from mouse wheel
The mouse works in all respects, except that it is non-responsive when 
the mouse is moved slowly. If I move the mouse across my deck slowly 
there is no response, once I start to increase the speed the cursor 
moves  as you would except. I have played around with the sensitivity 
etc with no solution.

As you can Imagen, when doing delicate work with a mouse like this, it 
would drive anyone MAD!

Missing info:
I presume that's from your GPM config. Unless you're using GPM (I'm not) 
that is irrelevant.
What version of Debian?
What brand and model mouse?

What X config?
I'm using a Logitech optical USB mouse on Sarge and have no problem.  
Here is the relevant config:
Section InputDevice
   Identifier  Generic Mouse
   Driver  mouse
   Option  SendCoreEventstrue
   Option  Device/dev/input/mice
   Option  Protocol  ImPS/2
   Option  Buttons   5
#   Option  Emulate3Buttons   true
   Option  ZAxisMapping  4 5
EndSection

Some brands are likely to require a different protocol.
This is from my Progeny box:
Section InputDevice
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
   Identifier  DevInputMice
   Driver  mouse
   Option  Protocol IMPS/2
   Option  Device /dev/input/mice
   Option  ZAxisMapping 4 5
   Option  Emulate3Buttons no
EndSection
It works with my IBM USB keyboard with a PS/2 mouse plugged into it:-) 
Progeny created this setup with no USB mouse installed.


--
Cheers
John
-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problems with mouse + X

2003-02-03 Thread Sid Blackley
 --- Chris M. [EMAIL PROTECTED] wrote:  For some
reason, X won't startup, saying Screens
 found; none usable.
 When Debian prompts me to configure X, my mouse
 refuses to work. If I
 select anything from Mouse Configuration, it exits
 out and leaves me
 at a blank screen, unable to get back to the
 terminal. I tried using
 Expert Mode to change my mouse to /dev/psaux, but it
 seems to always
 default back to /dev/mouse. 
  
 If you can think of anything I can do at the console
 to fix this, it
 would be much appreciated. The X config program
 never cleanly exits and
 makes me sit through the root check everytime I
 startup Linux.
  
 Thanks in advance, 
 Chris
 
ummm.. tried booting at run level 1 
dpkg -reconfigure xserver-xfree86

??

SiD

unstable yet breathing

http://movies.yahoo.com.au - Yahoo! Movies
- What's on at your local cinema?


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




Re: Problems with mouse + X

2003-02-03 Thread Seneca
On Mon, Feb 03, 2003 at 12:53:57PM -0500, Chris M. wrote:
 For some reason, X won't startup, saying Screens found; none usable.
 When Debian prompts me to configure X, my mouse refuses to work. If I
 select anything from Mouse Configuration, it exits out and leaves me
 at a blank screen, unable to get back to the terminal. I tried using
 Expert Mode to change my mouse to /dev/psaux, but it seems to always
 default back to /dev/mouse. 

Perhaps you could symlink /dev/mouse to /dev/psaux (take a look at
ln(1)).

 If you can think of anything I can do at the console to fix this, it
 would be much appreciated. The X config program never cleanly exits and
 makes me sit through the root check everytime I startup Linux.

I've always gotten my working configurations by using xf86config then
manually changing /etc/X11/XF86Config to a state that works and is
customised the way I want.

-- 
Seneca
[EMAIL PROTECTED]


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




Re: problems with mouse and ghostview

1997-11-25 Thread Torsten Hilbrich
Ronan LEBREF - STAGIAIRE A FT.BD/CNET/DTD/RTO [EMAIL PROTECTED] writes:

 Hi!
 
 I installed ghostview from the debian package.
 
 My mouse doesn't seem to work very well with ghostview. I can zoom
 but I can't reach Menu File Page Magstep None of my 3 buttons
 mouse has effects on ghostview buttons. I don't have any problems
 with other applications. It works fine with gv for example. What can
 happen with this mouse?

Check if the numlock is activated.  This can cause problems with
programs that don't support the numlock key.  Maybe the ServerNumLock
option in /etc/X11/XF86Config can help you here:

   # Let the server do the NumLock processing.  This should only be
   # required when using pre-R6 clients
   #ServerNumLock

BTW: I use the gv program which has a better UI and don't have this
 problem.

Torsten

-- 
I haven't lost my mind -- it's backed up on tape somewhere.
Fortune Cookie
PGP Public key available


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Problems with mouse.

1997-03-03 Thread Saul Diaz Carrillo
Marc Abrams wrote:
 
 Things are changing at NetForward!
 http://www.netforward.com/changes.shtml
 ~~~
 
 Brown, Paul, BROWNPA2 wrote:
 
   I have just installed the latest version of Debian GNU/Linux (v 1.2
   I think)
   and when
   it came to the device installation section I asked it to install the
   MS Bus
   Mouse
   driver.  When the system boots up it says that it has found the bus
   mouse,
   however
   when I tried to install XFree86 it could not find any mouse attached
   no
   matter what
   device I told it to use.  To try and see if I could access the mouse
   from
   outside X
   I obtained the gpm module and installed it, but to no avail, it to
   did not
   show any
   signs of being able to access the mouse, no errors, but no mouse
   either.
 
   This is my exact setup :
 
   Debian GNU/Linux 1.2
   Old Microsoft Inport Bus Mouse Adapter Card and Mouse
   msbusmouse module installed saying that device is /dev/msmouse
   gpm installed with device set to /dev/msmouse and type set to any of
   bm/ms
   or bare
 
   When gpm goes into it's test phase it says that it connects to
   /dev/msmouse
   fine, but
   none of the types give me any joy.  Can anybody help ?
 
   I have read some older messages from this mailing list that said
   something
   about needing
   to get a new kernel version, is this still required for the latest
   version
   of Debian GNU/Linux.
   If so what do I have to get and where do I get it from ?
 
   Many thanks in advance to anybody who is able to help.
 
   Regards,
 
   Paul Brown
 
 
 Add the -R  option to your gpm configuration, and that should work. It
 did for me.
 
 marc.
Hi,

I found the same problem using an PS/2 mouse, we fixed installing a new
kernel. 

Download kernel source, and then configure to your conditions. I think
that is better that download a kernel image.

saul


Re: Problems with mouse.

1997-03-01 Thread Marc Abrams
Brown, Paul, BROWNPA2 wrote:

  I have just installed the latest version of Debian GNU/Linux (v 1.2
  I think)
  and when
  it came to the device installation section I asked it to install the
  MS Bus
  Mouse
  driver.  When the system boots up it says that it has found the bus
  mouse,
  however
  when I tried to install XFree86 it could not find any mouse attached
  no
  matter what
  device I told it to use.  To try and see if I could access the mouse
  from
  outside X
  I obtained the gpm module and installed it, but to no avail, it to
  did not
  show any
  signs of being able to access the mouse, no errors, but no mouse
  either.

  This is my exact setup :

  Debian GNU/Linux 1.2
  Old Microsoft Inport Bus Mouse Adapter Card and Mouse
  msbusmouse module installed saying that device is /dev/msmouse
  gpm installed with device set to /dev/msmouse and type set to any of
  bm/ms
  or bare

  When gpm goes into it's test phase it says that it connects to
  /dev/msmouse
  fine, but
  none of the types give me any joy.  Can anybody help ?

  I have read some older messages from this mailing list that said
  something
  about needing
  to get a new kernel version, is this still required for the latest
  version
  of Debian GNU/Linux.
  If so what do I have to get and where do I get it from ?

  Many thanks in advance to anybody who is able to help.

  Regards,

  Paul Brown


 
Add the -R  option to your gpm configuration, and that should work. It
did for me.

marc.


Re: Problems with mouse.

1997-02-28 Thread Tim Sailer
In your email to me, Brown, Paul, BROWNPA2, you wrote:
 
 Debian GNU/Linux 1.2
 Old Microsoft Inport Bus Mouse Adapter Card and Mouse
 msbusmouse module installed saying that device is /dev/msmouse
 gpm installed with device set to /dev/msmouse and type set to any of bm/ms 
 or bare
 
 When gpm goes into it's test phase it says that it connects to /dev/msmouse 
 fine, but
 none of the types give me any joy.  Can anybody help ?
 
 I have read some older messages from this mailing list that said something 
 about needing
 to get a new kernel version, is this still required for the latest version 
 of Debian GNU/Linux.
 If so what do I have to get and where do I get it from ?

Well, I have the exact same setup. My gpm.conf is:

#  /etc/gpm.conf - configuration file for gpm(1)
#  Written by Martin Schulze [EMAIL PROTECTED]
#
#  Mostly self-explanatory.  If you mouse seems to be to slow, try
#  to set responsiveness=15, append contains some random arguments appended
#  to the commandline.
#
device=/dev/inportbm
responsiveness=
type=bm
append=

Everything, including X11 works will.

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
I believe the children are our future. 
   Teach them well and let them lead the way.
  -- George Benson The Greatest Love of All
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**