Heisenberg Asked: 2020-08-13 23:44:36 +0800 CST2020-08-13 23:44:36 +0800 CST 2020-08-13 23:44:36 +0800 CST 如何在 Wayland 上旋转屏幕 772 我想在 Ubuntu 20.04 (Wayland) 上旋转我的屏幕,但 xrandr 不起作用。有没有 xrandr 的替代品,或者我可以让 xrandr 在 Wayland 上工作? display-resolution display wayland 20.04 2 个回答 Voted Best Answer Saroumane 2021-01-03T20:37:10+08:002021-01-03T20:37:10+08:00 我使用 gnome-randr。它“尝试使用 mutter 的 dbus-api 为 gnome 桌面重新实现 'xrandr' 的一些功能。目前尚未对分数缩放支持进行测试。” 你可以在这里下载:https ://gitlab.com/Oschowa/gnome-randr 然后你: $ chmod +x gnome-randr.py 你也可以用这个替换第一行: #!/usr/bin/env python3 并运行它 $ ./gnome-randr.py 它将为您提供显示器的当前配置和名称,例如 DP-1 DVI-1 HDMI-1。 然后你可以使用 xrandr 语法: $ ./gnome-randr.py --output DP-1 --rotate left 帮助也适用于所有可能性: $ ./gnome-randr.py -h usage: gnome-randr.py [options] where options are: --current --dry-run --persistent --global-scale <global-scale> --output <output> --auto --mode <mode> --rate <rate> --scale <scale> --off --right-of <output> --left-of <output> --above <output> --below <output> --same-as <output> --rotate normal,inverted,left,right --primary Thomas C. 2022-01-27T23:23:53+08:002022-01-27T23:23:53+08:00 在 KDE 中,您可以使用 libkscreen 中的 kscreen- doctor 例如: kscreen-doctor output.1.rotation.left kscreen-doctor output.1.rotation.normal
我使用 gnome-randr。它“尝试使用 mutter 的 dbus-api 为 gnome 桌面重新实现 'xrandr' 的一些功能。目前尚未对分数缩放支持进行测试。”
你可以在这里下载:https ://gitlab.com/Oschowa/gnome-randr 然后你:
你也可以用这个替换第一行:
并运行它
它将为您提供显示器的当前配置和名称,例如 DP-1 DVI-1 HDMI-1。
然后你可以使用 xrandr 语法:
帮助也适用于所有可能性:
在 KDE 中,您可以使用 libkscreen 中的 kscreen- doctor
例如: