X11:如何将重力/方向旋转90度

发布于 2024-09-19 13:29:46 字数 78 浏览 3 评论 0原文

我需要知道是否可以将所有基于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月无声 2024-09-26 13:29:46

我自己找到了答案。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文