小弟的笔记本在用ubuntu 13.04的时候发现,默认的鼠标加速度用起来不顺手,于是在profile文件直接加了一行 xset m 0 成功将鼠标加速取消。但在合上盖子系统suspend然后唤醒后,鼠标加速度又恢复成默认值。
xset m 0
我希望我的系统的鼠标加速度一直是0,不知道如何实现?
走同样的路,发现不同的人生
xinput set-prop 鼠标设备id "Device Accel Velocity Scaling" 1
I solved it myself, just write the above line into the startup profile file
I solved it myself, just write the above line into the startup profile file