要配置Ubuntu的多屏幕布局,可以使用命令行工具xrandr。以下是一些常见的xrandr命令示例:
xrandr
xrandr --output HDMI1 --auto --output HDMI2 --auto --right-of HDMI1
xrandr --output HDMI1 --auto --output HDMI2 --auto --above HDMI1
xrandr --output HDMI1 --mode 1920x1080
xrandr --output HDMI2 --off
注意:以上示例中的“HDMI1”和“HDMI2”是显示器的名称,您需要根据实际情况替换为您的显示器名称。您可以使用xrandr命令来查看显示器的名称和当前分辨率。