0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

xinput enable と xinput disable が Ubuntu 12.04 では存在しなかった

Posted at
xinput disable "Hogehoge Device Name"

みたいに書いてた ShellScript が Ubuntu 12.04 で動かなかった.xinput のバージョンはどうやら使えない方が 1.5.99.1 で使える方が 1.6.0 らしい.なんと微妙な.

1.5.99.1 (Ubuntu 12.04 の方) では

xinput set-int-prop "Hogehoge Device Name" "Device Enabled" 8 0

で無効に出来る.有効にするには最後の 01 にする.

References

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?