Re: configurar el raton

2001-10-05 Por tema pacmac
No he visto el mensaje original, pero si te crea conflicto el gpm con el raton 
de las x, haz gpmconfig y cambia el repeat_mode a raw.
A mi me funciono :)

On Fri, Oct 05, 2001 at 05:43:42PM +0200, Hue-Bond wrote:
> Marietex, jueves 04 de octubre de 2001 a la(s) 07:34:22 +0200:
> >
> >device=/dev/psaux
> >responsivemess=
> >repeat_type=ms3
> >type=ps2
> >append=""
> 
> device=/dev/psaux
> responsiveness=
> type=ps2
> append="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\""
> repeat_type=
> 
>  La culpa seguro que es del repeat_type.
> 
> 
> >Section "Pointer"
> >   Protocol "PS/2"
> >   Device   "/dev/psaux"
> 
> Section "Pointer"
>Protocol"PS/2"
>Device  "/dev/mouse"
>Resolution  3600
> EndSection
> 
>  Funcionando así  desde Slink.  Y aprovecho para  unas preguntas
>  estúpidas: ¿El  Resolution hace algo?  ¿Para acelerar el  ratón hay
>  que subirlo o  bajarlo? He probado valores desde 100  hasta 2 y
>  nada. Es que mi escritorio es 1440x1080 y claro, el ratoncito me va
>  un pelín lento ;^).
> 
>  Mientras tanto me apaño pero cuando me compre un monitor de 19"
>  haré el  escritorio más  grande (lo  más que  pueda, como  ahora) y
>  entonces esto ya empezará a ser un problema.
> 
> 
> -- 
>  David Serrano <[EMAIL PROTECTED]> - Linux Registered User #87069




Re: configurar el raton

2001-10-05 Por tema Hue-Bond
Marietex, jueves 04 de octubre de 2001 a la(s) 07:34:22 +0200:
>
>device=/dev/psaux
>responsivemess=
>repeat_type=ms3
>type=ps2
>append=""

device=/dev/psaux
responsiveness=
type=ps2
append="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\""
repeat_type=

 La culpa seguro que es del repeat_type.


>Section "Pointer"
>   Protocol   "PS/2"
>   Device "/dev/psaux"

Section "Pointer"
   Protocol"PS/2"
   Device  "/dev/mouse"
   Resolution  3600
EndSection

 Funcionando así  desde Slink.  Y aprovecho para  unas preguntas
 estúpidas: ¿El  Resolution hace algo?  ¿Para acelerar el  ratón hay
 que subirlo o  bajarlo? He probado valores desde 100  hasta 2 y
 nada. Es que mi escritorio es 1440x1080 y claro, el ratoncito me va
 un pelín lento ;^).

 Mientras tanto me apaño pero cuando me compre un monitor de 19"
 haré el  escritorio más  grande (lo  más que  pueda, como  ahora) y
 entonces esto ya empezará a ser un problema.


-- 
 David Serrano <[EMAIL PROTECTED]> - Linux Registered User #87069


pgpYE1GfDDJVT.pgp
Description: PGP signature


Re: configurar el raton

2001-10-04 Por tema Diego Bote
Lo del dispositivo gpmdata en el XF86config es cierto, pero antes debes 
hacer que el gpm te mande a ese dispositivo todo lo que le llega por psaux. La 
manera de hacerlo, según man gpm es:

  -R name
  Causes `gpm' to act as a repeater: any  mouse  data
  received  while in graphic mode will be produced on
  the fifo `/dev/gpmdata' in protocol name.  In prin-
  ciple,  you  can use the same names as for the `-t'
  option, although repeating into some protocols  may
  not  be  implemented for a while.  In addition, you
  can specify `raw' as the name, to repeat the  mouse
  data  byte  by  byte, without any protocol transla-
  tion.  If name is omitted, it  defaults  to  `msc'.
  This  means  that you can configure the X server to
  use that fifo as a mouse  device.  This  option  is
  useful for bus-mouse owners to override the single-
  open limitation. It is also an easy way  to  manage
  those stupid dual-mode mice which force you to keep
  the middle button down while changing  video  mode.
  The option is forced on by the `-M' option.

así que en tu /etc/gpm.config debes poner algo como:

...
append="... -R ps2 ..."
...

Espero que te sirva.

Saludos.

Diego



On Wed, Oct 03, 2001 at 11:12:19PM -0700, Tha BiG PiG wrote:
> On Wednesday 03 October 2001 23:49, heissu wrote:
> > Marietex wrote:
> > > el gpm.conf
> > >
> > > device=/dev/psaux
> > > responsivemess=
> > > repeat_type=ms3
> > > type=ps2
> > > append=""
> > >
> > > Con gpm si me funciona
> > >
> > > el XF86Config
> > >
> > > Section "Pointer"
> > >Protocol"PS/2"
> > >Device  "/dev/psaux"
> > >
> > > ¿porque no funciona el ratón con las X y en consola si?
> > >
> > > Por cierto las XF86Config solo funciona desde las X donde consigo info
> > >
> > > --
> > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > with a subject of "unsubscribe". Trouble? Contact
> > > [EMAIL PROTECTED]
> >
> > Haz un "man XF86Config" en la línea de
> > comandos. Luego busca por ahí "pointer" o algo similar. Igual te da
> > alguna pista de lo que te pasa en las X.
> 
> yo tenia el mismo problema y lo solucione agregando 
> Protocol"PS/2"
> Device  "/dev/gpmdata" 
> en XF86Config
> espero ste sirva
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 
*
Diego Bote BarcoEscuela de Ingenierías Industriales
Área de Matemática Aplicada Avda. de Elvas s/nº
Departamento de Matemáticas C.P.: 06071 BADAJOZ
Universidad de Extremadura  Tlf.: 924 289600 ext 9754 Fax: 924 289601
correo-e: [EMAIL PROTECTED]
*



Re: configurar el raton

2001-10-04 Por tema Tha BiG PiG
On Wednesday 03 October 2001 23:49, heissu wrote:
> Marietex wrote:
> > el gpm.conf
> >
> > device=/dev/psaux
> > responsivemess=
> > repeat_type=ms3
> > type=ps2
> > append=""
> >
> > Con gpm si me funciona
> >
> > el XF86Config
> >
> > Section "Pointer"
> >Protocol"PS/2"
> >Device  "/dev/psaux"
> >
> > ¿porque no funciona el ratón con las X y en consola si?
> >
> > Por cierto las XF86Config solo funciona desde las X donde consigo info
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]
>
> Haz un "man XF86Config" en la línea de
> comandos. Luego busca por ahí "pointer" o algo similar. Igual te da
> alguna pista de lo que te pasa en las X.

yo tenia el mismo problema y lo solucione agregando 
Protocol"PS/2"
Device  "/dev/gpmdata" 
en XF86Config
espero ste sirva



Re: configurar el raton

2001-10-04 Por tema heissu
Marietex wrote:
> 
> el gpm.conf
> 
> device=/dev/psaux
> responsivemess=
> repeat_type=ms3
> type=ps2
> append=""
> 
> Con gpm si me funciona
> 
> el XF86Config
> 
> Section "Pointer"
>Protocol"PS/2"
>Device  "/dev/psaux"
> 
> ¿porque no funciona el ratón con las X y en consola si?
> 
> Por cierto las XF86Config solo funciona desde las X donde consigo info
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Haz un "man XF86Config" en la línea de
comandos. Luego busca por ahí "pointer" o algo similar. Igual te da
alguna pista de lo que te pasa en las X.

-- 
__

 QmSf...