最终我试图镜像我的显示器,但无论我如何尝试,这样做都会使我的系统崩溃(至少是 X 服务器,而且我似乎无法让它再次运行)所以我必须重新启动。
我最近设置了一个运行 Fedora 25 的双显示器系统。我登录到我的用户并选择了 GNOME on Xorg 选项。
所以我运行时xrandr
的输出如下:
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 8192 x 8192
DP-1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.00*+
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
720x400 70.08
DP-2 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.00*+
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
720x400 70.08
这一切看起来都是正确的,但是当我尝试xrandr --output DP-2 --same-as DP-1
我的一个显示器变成空白时,另一个显示器不再响应点击或任何其他交互。
的输出xrandr --output DP-2 --same-as DP-1 -v --dryrun
如下:
xrandr program version 1.5.0
crtc 1: disable
screen 0: 1920x1080 506x285 mm 96.25dpi
crtc 0: 1920x1080 60.00 +0+0 "DP-2"
crtc 1: 1920x1080 60.00 +0+0 "DP-1"
/etc/X11/
或下没有配置文件/etc/X11/xorg.conf.d
。