Henrik Sandklef <h...@sandklef.com> writes:

> How about your input devices, can you list them?
>   You can use xinput (with no args).

Hi. I'm attaching a recorded file that has some mouse motion. I start in
one corner, then move to the middle and trace out a star. You can see
the path with this:

 awk -F, '$2==6 {print $3,$4}' /tmp/xnee.xns | feedgnuplot --lines --points 
--domain

On my box, replaying with

 cnee --force-core-replay --replay -f /tmp/xnee.xns

works, but omitting the --force-core-replay has the behavior described
earlier: cursor moves to the top-left and insists on staying there.

xinput output:

  ⎡ Virtual core pointer                          id=2    [master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
  ⎜   ↳ Synaptics Touchpad                        id=7    [slave  pointer  (2)]
  ⎜   ↳ trackpoint                                id=8    [slave  pointer  (2)]
  ⎜   ↳ Logitech USB Receiver                     id=16   [slave  pointer  (2)]
  ⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
      ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
      ↳ Generic Keyboard                          id=6    [slave  keyboard (3)]
      ↳ Power Button                              id=9    [slave  keyboard (3)]
      ↳ Video Bus                                 id=10   [slave  keyboard (3)]
      ↳ Sleep Button                              id=11   [slave  keyboard (3)]
      ↳ ThinkPad Extra Buttons                    id=12   [slave  keyboard (3)]
      ↳ ACPI Virtual Keyboard Device              id=13   [slave  keyboard (3)]
      ↳   USB Keyboard                            id=14   [slave  keyboard (3)]
      ↳   USB Keyboard                            id=15   [slave  keyboard (3)]
      ↳ Logitech USB Receiver                     id=17   [slave  keyboard (3)]


I have an /etc/X11/xorg.conf. Relevant pieces:

    Section "ServerLayout"
            Identifier     "Default Layout"
            InputDevice    "Generic Keyboard"
            InputDevice    "Synaptics Touchpad"
            InputDevice    "trackpoint"
    EndSection

    Section "InputDevice"
            Identifier  "trackpoint"
            Option      "Device" 
"/dev/input/by-path/platform-i8042-serio-2-event-mouse"
            Driver      "evdev"
            Option      "Protocol" "ImPS/2"
            Option      "Emulate3Buttons" "false"
            Option      "EmulateWheel" "true"
            Option      "EmulateWheelTimeOut" "0"
            Option      "EmulateWheelButton" "0"
            Option      "EmulateWheelInertia" "10"
            Option      "XAxisMapping" "6 7"
            Option      "ZAxisMapping" "4 5"
            Option      "YAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
            Identifier  "Synaptics Touchpad"
            Driver      "synaptics"
            Option      "Device" 
"/dev/input/by-path/platform-i8042-serio-1-event-mouse"
            Option      "HorizScrollDelta" "60"
            Option      "HorizEdgeScroll" "1"
            Option      "VertEdgeScroll"  "1"
            Option      "EmulateMidButtonTime" "0"
            Option      "VertTwoFingerScroll" "0"
            Option      "SHMConfig" "on"
            Option      "RTCornerButton" "4"
            Option      "RBCornerButton" "5"
            Option      "LTCornerButton" "0"
            Option      "LBCornerButton" "0"
            Option      "TapButton1" "1"
            Option      "TapButton2" "0"
            Option      "TapButton3" "0"
            Option      "Emulate3Buttons" "0"
            Option      "MinSpeed" "0.3"
            Option      "MaxSpeed" "0.4"
            Option      "AccelFactor" "0.5"
    EndSection



None of that looks particularly noteworthy to me, but I'm no expert.

Attachment: xnee.xns
Description: Binary data

Reply via email to