https://bugs.freedesktop.org/show_bug.cgi?id=102039

Peter Hutterer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #12 from Peter Hutterer <[email protected]> ---
strange. Unfortunately, I don't know how to debug this remotely, it seems
everything is set up correctly. I recommend disabling anything that handles lid
switches and using evemu-event to fake those events (easier for debugging).
evemu-event --sync --type EV_SW --code SW_LID --value 1 /dev/input/eventX
to set the switch, value 0 to unset.

Run libinput-debug-events in gdb and see if lid_switch_keyboard_event() is ever
called and also if it's set up correctly in
lid_switch_toggle_keyboard_listener.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to