(In reply to comment #1) > git bisect and a stack trace seem indicated here; I'm not seeing any trouble > with media keys on this build. The crash happens when plugging a usb keyboard on a computer with a simple/standard keyboard, and using the multimedia keys in the usb keyboard. I started with tag 1.5.99.3, after the revert of mpx, etc, as in this computer, everything, but X Server was the latest released tarball. 1.5.99.3 is "good" in the sense that it doesn't crash, but the event is not sent to any window, but it should be "acceptable" to require properly configuring xkb in this case :-) % git bisect log # bad: [251d0d8090322b2c9dc0c8b7bef001f338d19433] Update version to 1.5.99.901 (1.6 RC1) # good: [523aae1fa6d8002e55e85aee49f113b7eb9a6df3] Bump version to 1.5.99.3 (1.6 beta3) git bisect start 'origin/server-1.6-branch' 'xorg-server-1.5.99.3' # good: [6c635faa6ff0474199f4f7375022efe1e8ffa8f1] XQuartz: update quoting in case X11.app is moved to a directory with a space. (cherry picked from commit cc805dc799efa37c8dcefa3db04d87e9b835ffbd) (cherry picked from commit ecc3a7b6090552c309fe8e264d527ddd666a5761) git bisect good 6c635faa6ff0474199f4f7375022efe1e8ffa8f1 # good: [2ce48363b862db134624797bc071f8c45323a075] xfree86: don't call CheckMotion if a device hasn't been enabled. #19176 git bisect good 2ce48363b862db134624797bc071f8c45323a075 # good: [8cfb353078d9b5d03a9633304038141a60adc970] dix: Fix handling of do_not_propagate_mask window attribute. git bisect good 8cfb353078d9b5d03a9633304038141a60adc970 # good: [69ddac23281534a06c0acb3005a09e4448594925] Apple: Don't use DRI2 (cherry picked from commit a1d35cee5907a76977ee43c49cb55c8f411c9794) git bisect good 69ddac23281534a06c0acb3005a09e4448594925 # bad: [6be355b8e8cabeb5832ce9970a83782ea46fd4d1] dix: drop x/y back into last.valuators before updating the history (#19285) git bisect bad 6be355b8e8cabeb5832ce9970a83782ea46fd4d1 cut & paste of the first bad commit (for easier visualization): % git show 6be355b8e8cabeb5832ce9970a83782ea46fd4d1 commit 6be355b8e8cabeb5832ce9970a83782ea46fd4d1 Author: Peter Hutterer