经验分享 · 2024年5月13日

Linux: xrandr different screen with unique rotation

The trick is to use the newer --rotate instead of -o which needs to be used with a --output argument:

Examples

Use xrandr –listmonitors to see all names of screens. You may got DSI-1, HDMI-1, etc.

and you can string these together for -- like so: xrandr --output VGA1 --auto --output HDMI2 --auto --right-of VGA1 or for |- like so: xrandr --output VGA1 --auto --pos 0x0 --rotate left --output HDMI2 --auto --pos 1200x300