xorg.conf 中的 XInput 坐标变换矩阵

zsa*_*ank 6 xorg touchscreen

如何在 xorg.conf 中设置坐标变换矩阵?

https://wiki.ubuntu.com/X/InputCoordinateTransformation

现在,我在启动时将它设置在脚本中,但理想情况下 - 我希望能够拔下屏幕并将其重新插入并且仍然使用设置。

zsa*_*ank 11

通过查看源代码弄清楚了:

Option "TransformationMatrix" "0.36 0 0.64 0 1 0 0 0 1"
Run Code Online (Sandbox Code Playgroud)