我有一台运行 Ubuntu 22.04 的 HP Zbook G15,配备 Quadro M1000M GPU 和两个外接显示器:一个连接到 HDMI,一个通过 usb-c 转 HDMI 适配器连接到 usb-c 端口。问题是我无法永久设置。我想
Laptop screen (DP-3) Monitor 1 (DP-0) Monitor 2 (DP-4)
目前我得到:
Monitor 1 (DP-0) Laptop screen (DP-3) Monitor 2 (DP-4)
好的。
我试过了:
- /etc/X11/xorg.conf 编辑“屏幕”部分的行
Option "metamodes" "DP-3: nvidia-auto-select +0+0, DP-0: nvidia-auto-select +1920+0, DP-4: nvidia-auto-select +3840+0"
但被完全忽略了。
- 运行 xrandr 命令
xrandr --output DP-3 --pos 0x0 --output DP-0 --pos 1920x0 --output DP-4 --pos 3840x0
这确实有效,但我不知道如何使它永久生效。尝试了 .xsession、.xprofile 和 .xinit,但我不知道这样做是否正确。哪个应该有效?如何正确执行?谢谢。