Public bug reported:

Binary package hint: xserver-xorg-input-evdev

The recent update to evdev (1.1.5-0ubuntu1) made it possible to start
with the recommended evdev config for mice without an immediate crash
(no set_bit error).

Now I get so far as seeing an "X" cursor, and then crash. Relevant part
of log:

Fatal server error:
bogus pointer event from ddx

$ grep MX- Xorg.0.log 
(**) MX-: Core Pointer
(II) MX-: Found 2 relative axes.
(II) MX-: Configuring as pointer.
(II) MX-: Found 3 mouse buttons
(**) MX-: Configuring 2 relative axes.
(II) MX-: Configured 3 mouse buttons
(**) MX-usb-0000:00:1d.7-7.1/input0: Core Pointer
(II) MX-usb-0000:00:1d.7-7.1/input0: Found 4 relative axes.
(II) MX-usb-0000:00:1d.7-7.1/input0: Configuring as pointer.
(**) MX-usb-0000:00:1d.7-7.1/input0: HWHEELRelativeAxisButtons: 6 7.
(**) MX-usb-0000:00:1d.7-7.1/input0: WHEELRelativeAxisButtons: 4 5.
(II) MX-usb-0000:00:1d.7-7.1/input0: Found 16 mouse buttons
(**) MX-usb-0000:00:1d.7-7.1/input0: Configuring 4 relative axes.
(II) MX-usb-0000:00:1d.7-7.1/input0: Configured 20 mouse buttons
(II) XINPUT: Adding extended input device "MX-usb-0000:00:1d.7-7.1/input0" 
(type: MOUSE)
(II) XINPUT: Adding extended input device "MX-" (type: MOUSE)
(**) MX-: 2 valuators.
(II) MX-: Init
(**) MX-usb-0000:00:1d.7-7.1/input0: 4 valuators.
(II) MX-usb-0000:00:1d.7-7.1/input0: Init
(II) MX-: On
(II) MX-usb-0000:00:1d.7-7.1/input0: On

So it seems to load. xorg.conf contains:

Section "InputDevice"
        Identifier  "MX"
        Driver      "evdev"
        Option      "evBits"        "+1-2"
        Option      "keyBits"       "~272-287"
        Option      "relBits"       "~0-2 ~6 ~8"
EndSection

and

        InputDevice     "MX"                    "CorePointer"

in the ServerLayout section


Ideas?

** Affects: xserver-xorg-input-evdev (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
evdev mice: "Fatal server error:bogus pointer event from ddx"
https://launchpad.net/bugs/97643

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to