概述
Ubuntu 下旋转显示器屏幕
之前说到,我喜欢把显示器竖过来看网页和电子书,查了一下在Ubuntu里面旋转屏幕的方法,据说用 xrandr -o left 就可以了。不过我运行之后,遇到了这个错误:
$ xrandr -o left
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 153 (RANDR)
Minor opcode of failed request: 2 (RRSetScreenConfig)
Serial number of failed request: 12
Current serial number in output stream: 12
需要修改一下xorg.conf:
sudo gedit /etc/X11/xorg.conf
在屏幕(screen)一段,增加一句设置:
Option “RandRRotation”
然后重启一下X(可以按 Ctrl+Alt+退格键),就可以用 xrandr 旋转屏幕了:
xrandr -o left 向左旋转90度
xrandr -o right 向右旋转90度
xrandr -o inverted 上下翻转
xrandr -o normal 回到正常角度
最后
以上就是虚拟小伙为你收集整理的Ubuntu 下旋转显示器屏幕 Ubuntu 下旋转显示器屏幕的全部内容,希望文章能够帮你解决Ubuntu 下旋转显示器屏幕 Ubuntu 下旋转显示器屏幕所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复