答案1
我不知道为什么会发生这种情况,但你应该能够使用以下命令来解决这个问题:
- 打开终端ctrl++altt
输入以下命令:
xrandr --output $(xrandr | grep 'primary' | cut -d' ' -f1) --rotate normal
这应该会使旋转恢复正常
如果这没有帮助,请尝试反向命令:
xrandr --output $(xrandr | grep 'primary' | cut -d' ' -f1) --rotate inverted
答案2
这解决了我的问题
sudo apt remove iio-sensor-proxy