¿Como hacer que el mouse y el "pointmouse" del portátil funcionen simultáneamente?
-
Tengo SuSE 9 instalado en un portátil y quiero poder usar simultáneamente el "pointmouse" (alias clítoris :rolleyes: ) y el mouse externo. (En Windows me funciona sin problemas)
El mouse externo és un Wheelmouse Logitech PS/2.
¿Como tengo que configurar las xFree para que los 2 funcionen a la vez?
-
Pues no hay mucha diferencia con uno de sobremesa…
Mira, yo tengo el touchpad del portatil y un IntelliMouse de Microsoft pinchado a un USB, y en el XF86Config tengo puesto esto:
Section "InputDevice"
Driver "mouse"
Identifier "Mouse1"Option "Protocol" "PS/2"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
EndSectionCon eso funcionan ambos simultaneamente

-
el "pointmouse" (alias clítoris )
:risitas: :risitas:
-
Esto es lo que tengo yo en el XF86Config y con esta configuración el mouse externo funciona correctamente, pero si intento usar el "pointmouse" el cursor se vuelve loco.
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/mouse"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection -
Quizá funcione poniendo sólo 1 identificador de ratón, pero en principio lo que necesitas es mapearlo al final….
Tú ten 2 opciones de ratón como las siguientes:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "Resolution" "400"
Option "ZAxisMapping" "4 5"
EndSectionSection "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/usbmouse"
Option "Resolution" "400"
Option "ZAxisMapping" "4 5"
EndSectionY al final mapea el 2º ratón para que mande eventos al primero, vía SendCoreEvents:
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
Screen "screen1"
EndSectionJordi
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Registrarse Conectarse