想知道您是否可以将 2 台显示器连接到笔记本电脑。 2 台显示器的分辨率相同 (1920x1080),其中一台是 HDMI (HDMI1),另一个是 VGA(VGA1)。笔记本电脑的分辨率为 1366x768,它被称为LVDS1
我收到此错误:
could not set the configuration for CRTC 96
和
GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._gsd_2drr_2derror_2dquark.Code2: could not set the configuration for CRTC 96
如果我使用 arandr 我会收到此错误
XRandR returned error code 1: xrandr: Configure crtc 1 failed
更新
我在互联网上进行了研究,发现了以下说明:
xrandr --fb 1920x1080 --output LVDS1 --mode 1366x768 --scale-from 1920x1080 --output VGA1 --mode 1920x1080 --scale 1x1 --same-as LVDS1 --output HDMI1 --mode 1920x1080 --scale 1x1 --same-as LVDS1
现在我可以在三个显示器上看到相同的内容。我不想复制,而是扩展。为此,我使用了阿兰德但我只能扩展一个显示器。我无法分离 HDMI 和 VGA。
有人有解决方案吗?谢谢!