X11:如何将重力/方向旋转90度
我需要知道是否可以将所有基于 X 的应用程序的方向旋转到 90 度。无需修改其来源。我想 X11 应该有一些配置选项。 那么如何做到这一点呢?
I need to know is it possible to rotate the orientation of all X-based apps to 90 degrees. Without modifying their sources. I guess X11 should have some configuration option for this.
So how to do this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己找到了答案。
xrandr -o left 将显示方向向左旋转。
xrandr -o right 将显示方向旋转到右侧。
xrandr -o inverted 将反转显示方向
xrandr -o normal 将设置为正常模式。
Found the answer myself.
xrandr -o left will rotate display orientation to left.
xrandr -o right will rotate display orientation to right.
xrandr -o inverted will invert display orientation
xrandr -o normal will set to normal mode.