小智 6
如果鼠标移动方向错误,但屏幕正确,则可以执行以下操作。
使用xinput识别鼠标:
xinput list
Run Code Online (Sandbox Code Playgroud)
找到鼠标和显示的行id=X(X鼠标 ID 在哪里)后,请执行以下操作:
xinput set-prop X "Coordinate Transformation Matrix" -1 0 1 0 -1 1 0 0 1
Run Code Online (Sandbox Code Playgroud)
不要忘记替换X为您从 获得的实际数字id=X。
这是我在我的机器上得到的xinput list。