[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian lenny no muestra puntero del mouse



El Sun, 25 Jan 2009 08:21:23 -0500
mmejiav <mauricio.mejia.v@gmail.com> va dir:

> saludos cordiales
> 
... el puntero del mouse no se muestra... 

> La configuración de xorg.conf esta en:
> http://b0r0las.pastebin.com/f55662830

tu fichero xorg.conf, respecto al ratón:
-----------------------------------------
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection
-----------------------------------------


Mi mconfiguración:

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

explicación:

Section "InputDevice"
    Identifier     "Configured Mouse" --> etiqueta de la cosa.
    Driver         "mouse" ----> para qué le sirve a xorg
    Option         "CorePointer" ---> función
    Option         "Device" "/dev/input/mice" --> donde se conecta
    Option         "Protocol" "ImPS/2" --> es un ratón ps2
    Option         "Emulate3Buttons" "true" -->algunas features
EndSection
------------------------------------------

Como ves, te falta darle alguna información más al fichero para que pueda funcionar.

Prueba ponerle lo que yo, si tu ratón es un ps2.
O prueba a reconfigurar las X's.

Suerte

> 
> de antemano agradezco cualquier ayuda / guía que me podáis brindar.
> 
> -- 
> J Mauricio Mejia Vargas
> b0r0las
> Usuario Linux # 381752
> Key fingerprint = 6836 8F5E 0C7F BF7A C52C  431A B700 C780 EF92 4AD3
> blog trágico - cómico: http://mmejiav.wordpress.com


-- 
 _________________________________________________
/ gpg --keyserver pgp.mit.edu --recv-keys 2E402485 \
\_________________________________________________ /
     \
      \  (__)      _           _     _     _         
         (\/)     | |__  _   _| |__ | |__ | | ___ 
  /-------\/      | '_ \| | | | '_ \| '_ \| |/ _ \
 / | 666 ||       | | | | |_| | |_) | |_) | |  __/
*  ||----||       |_| |_|\__,_|_.__/|_.__/|_|\___| 
   ~~    ~~                                       
   Registered user num. 368051 
   and did not take anything above.
------
1f u c4n r34d th1s u r34lly n33d t0 g37 |41d



Reply to: