简而言之: X.org是Libinput的依赖项吗?
换句话,利宾能独立工作吗?
问题主要是关于使用一些输入设备进行黑客攻击。我试图通过一个无头的树莓圆周率路由USB/PS1/蓝牙输入。我希望这是尽可能通用的,同时保持我的安装尽可能少。
发布于 2021-10-12 00:17:13
根据手册的说法:
libinput is a library to handle input devices and provides device detection and input
device event processing for most Wayland compositors and the X.Org xf86-input-libinput
driver.
The libinput tools are a set of tools to debug, interface with and analyze data for
libinput. These tools create libinput contexts separate from that of the compositor/X
server and cannot change settings in a running session. See section COMMANDS for a list
of available commands.
libinput's API documentation and details on features and various high-level concepts are
available online at https://wayland.freedesktop.org/libinput/doc/latest/
The man page for the X.Org xf86-input-libinput driver is libinput(4).https://askubuntu.com/questions/1368701
复制相似问题