最终我试图镜像我的显示器,但无论我如何尝试,这样做会使我的系统崩溃(至少是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
下没有配置文件。
这是工作组中大多数机器的问题。当我们升级到更高版本的Fedora时,问题得到解决。