web-dev-qa-db-ja.com

タッチパッドの絶対座標

しばらく前から、synclient-m(モニター)オプション(タッチパッドから絶対座標を取得するために使用できます)をサポートしなくなりました。

synclientの廃止されたバージョンを必要としない、タッチパッドから絶対座標を取得するための優れたポータブルな方法を探しています。誰かがそのような方法を知っていますか?

3
nijoakim

evtestコマンドは、この種の情報を提供できます。目的によっては、その source を確認すると役立つ場合があります。

シナプティクスドライバーの このコミット も見てください:

Remove absolute mode

Moving a touchpad in absolute mode is unusual - touchpads are disconnected
from the output device, so direct interaction is hard. There appears to be
little usage of it (I haven't seen bug reports from people claiming to use
it). Joe Shaw, author of the code and only known user doesn't have a use
for it anymore, so purge it from the repo.
3
michas