I was having the same problem and found using "SendCoreEvents" in the
ServerLayout section.

The pertinent sections of my 'xorg.conf' are as follows:

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

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "mouse"         "SendCoreEvents"
#       InputDevice     "Configured Mouse"
#       InputDevice     "stylus"        "SendCoreEvents"
#       InputDevice     "cursor"        "SendCoreEvents"
#       InputDevice     "eraser"        "SendCoreEvents"
EndSection

-- 
evdev mice: "Fatal server error:bogus pointer event from ddx"
https://bugs.launchpad.net/bugs/97643
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to