ポインタの速度を下げる方法

ポインタの速度を下げる方法

私は Gnome 搭載の Ubuntu 16.04 を使用していますが、マウス ポインタの速度が少し速すぎます。設定ですでに最小に下げましたが、それでもまだ速すぎます/敏感すぎます。さらに遅くするにはどうすればよいでしょうか。

PS: 私は Linux 初心者なので、回答は具体的にしてください。

ありがとう。

答え1

私も同じ問題を抱えています。これをコピーしてターミナルに貼り付けると、ポインタの速度を遅くすることができます。

xset m 3/2 5

使い方

からman xset

   mouse   The  m option controls the mouse parameters; it may be abbreviated to 'm'. Of course, it applies to most pointing devices, not just
           mice. The parameters for the pointing device are `acceleration' and `threshold'. The acceleration can be specified as  an  integer,
           or  as  a simple fraction. Threshold is just an integer. The setting is applied to all connected pointing devices. xinput(1) should
           be used if you need device-specific settings.

関連情報