重新连接戴尔 Latitude 至坞站时出现问题

重新连接戴尔 Latitude 至坞站时出现问题

我在 Dell Latitude E7450 上使用带有 i3wm 的 Ubuntu 16.04,并将其连接到扩展坞 Dell F310c。我有两个显示器连接到扩展坞,启动时一切正常。

问题是,当我从工作站拿走计算机并放回去时,我必须注销并重新登录才能使两个外部显示器再次工作。xrandr 告诉我显示器已连接:

bernahec@cronopio~$
|
15:30--->xrandr
Screen 0: minimum 8 x 8, current 5520 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+3600+0 (normal left inverted right x axis y axis) 309mm x 174mm
   1920x1080     60.02*+  59.93    47.99  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1280x1024     60.02  
   1440x900      59.89  
   1280x960      60.00  
   1360x768      59.80    59.96  
   1152x864      60.00  
   1024x768      60.00  
   800x600       60.32    56.25  
   640x480       59.94  
DP1 disconnected (normal left inverted right x axis y axis)
DP1-1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 473mm x 296mm
   1680x1050     59.88*+
   1280x1024     75.02    60.02  
   1152x864      75.00  
   1024x768      75.08    60.00  
   800x600       75.00    60.32  
   640x480       75.00    60.00  
   720x400       70.08  
DP1-2 connected 1920x1080+1680+0 (normal left inverted right x axis y axis) 521mm x 293mm
   1920x1080     60.00*+  50.00    59.94  
   1680x1050     59.88  
   1600x900      59.98  
   1280x1024     75.02    60.02  
   1440x900      59.90  
   1280x800      59.91  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.08    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
DP1-3 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

但是当我重新运行 xrandr 以连接到屏幕时,什么也没有发生。使用 --verbose 我得到以下输出:

bernahec@cronopio~$
|
15:34--->xrandr --verbose --output eDP1 --right-of DP1-2 --output DP1-1 --left-of DP1-2
crtc 0:    1920x1080  60.02 +3600+0 "eDP1"

有人知道是否有一个守护进程可以重新启动,而不是注销并重新登录吗?或者有什么关于如何调试这个问题的想法吗?我在 dmesg、kern.log 或 syslog 中找不到任何对我有帮助的东西。

相关内容