Wayland

使用libinput將觸摸屏和wacom平板電腦映射到wayland下的不同顯示器

  • August 4, 2021

我最近切換到 Wayland,並在 Ubuntu 20.04 上執行 sway。我正在嘗試將我的觸摸屏和 wacom 數位板映射到特定顯示器。我有 3 台顯示器連接並正常工作。我一直在閱讀libinput文件但無法找到解決方案。PC 辨識設備,並且它們工作,但是,它們被映射到所有可用區域。我嘗試使用,xinput map-to-output但是它顯示一條警告消息,然後給出一個錯誤:

WARNING: running xinput against an Xwayland server. See the xinput man page for details.
Unable to find output 'eDP-1'. Output may not be connected.

任何幫助表示讚賞。

我在這裡找到了答案: https ://man.archlinux.org/man/sway-input.5

將此添加到配置可以解決問題

input <input_device_identifier> map_to_output <output_device_identifier>

引用自:https://unix.stackexchange.com/questions/663158