我试图在两个显示器上最大化我的应用程序(例如chrome)。 以下命令有效,但我不明白为什么。谁能解释一下?
# DP-1/DP-2 are the display names
# Run the commands in terminal, not in bash file
xrandr --output DP-1 --panning 5120x1440
xrandr --output DP-1 --off
xrandr --output DP-1 --auto
xrandr --output DP-2 --right-of DP-1
xrandr --output DP-1 --panning 0x0+0+0
顺便说一下,xrandr更改的配置文件在哪里?我在Ubuntu 18.04上找不到它。许多人说这是xorg.conf文件。但是我找不到这样的文件。