我已将三台显示器连接到我的扩展坞。两台使用显示端口,一台使用 HDMI。扩展坞使用 USB-C 连接器连接到笔记本电脑。所有其他输入(如网络、鼠标和键盘)也连接到扩展坞。两台显示器设置为纵向模式,是我并排放置的主要工作显示器。
此设置对于正常操作来说是正确的。我的四个显示器都正常工作,没有问题。
我想将两个纵向显示器用作一个组合显示器。根据研究,xrandr 应该可以做到这一点,但在我的情况下不起作用。xrandr 确实可以看到所有显示器,并且能够使用基本命令(例如关闭显示、更改分辨率等),但无法连接两个显示器。
我还看到了一张屏幕截图,其中显示的小程序有加入/镜像屏幕的按钮,但我在小程序中没有看到这些按钮。
使用扩展坞时,有没有办法连接显示器?目标是将 DP-2-1 和 DP-2-2 组合成一个大显示器
xrandr --listmonitors 的输出
0: +*eDP-1 1920/344x1080/194+4080+840 eDP-1
1: +DP-2-3 1920/525x1080/297+0+840 DP-2-3
2: +DP-2-2 1080/527x1920/296+3000+0 DP-2-2
3: +DP-2-1 1080/527x1920/296+1920+0 DP-2-1
xrandr | grep linked 的输出
eDP-1 connected primary 1920x1080+4080+840 (normal left inverted right x axis y axis) 344mm x 194mm
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-2-1 connected 1080x1920+1920+0 left (normal left inverted right x axis y axis) 527mm x 296mm
DP-2-2 connected 1080x1920+3000+0 right (normal left inverted right x axis y axis) 527mm x 296mm
DP-2-3 connected 1920x1080+0+840 (normal left inverted right x axis y axis) 525mm x 297mm
Ubuntu 22.04,所有服务包均已更新。