Ubuntu 16.04 外接显示器挂起后开启缓慢

Ubuntu 16.04 外接显示器挂起后开启缓慢

我有一台带有 3 个显示器的台式机,运行带有显卡的 Ubuntu 16.04:AMD PITCAIRN 上的 Gallium 0.4(DRM 2.43.0 / 4.4.0-72-generic,LLVM 3.8.0)。

一台显示器是通过 DVI 电缆连接的 Chimei CMV221D。从挂起状态恢复后,大约需要 5-10 分钟才能重新开启。其他两台显示器工作正常。

如果我运行“屏幕显示”程序并稍微移动显示器的一个位置,然后点击“应用”,那么 Chimei 显示器有时会被唤醒(并非总是)。

如果计算机只是因不活动而进入睡眠状态或我锁定屏幕,则不会发生此问题。它似乎还需要长的暂停以重现它。

3 台显示器均逆时针旋转,奇美位于右侧。奇美显示器的分辨率为 1680x1050 (16:10)。

我见过这个相关问题但不清楚如何使用xset我的特定显示器。

xrand --query在显示器工作和不工作时运行了,输出是一样的。

这是我针对 Chimei 显示器的 xrandr 输出:

$ xrandr --query
...
DVI-0 connected 1050x1680+2340+370 left (normal left inverted right x axis y axis) 408mm x 511mm
   1680x1050     59.95*+
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1152x864      75.00  
   1024x768      75.08    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   640x480       75.00    72.81    66.67    60.00  
   720x400       70.08  
...

这是完整的 xrandr 输出:

$ xrandr --query
Screen 0: minimum 320 x 200, current 3390 x 2560, maximum 16384 x 16384
DisplayPort-0 connected primary 1440x2560+900+0 left (normal left inverted right x axis y axis) 597mm x 336mm
   2560x1440     59.95*+
   1920x1080     60.00    60.00    50.00    59.94  
   1920x1080i    60.00    50.00    59.94  
   1680x1050     59.88  
   1280x1024     75.02    60.02  
   1440x900      59.90  
   1280x960      60.00  
   1280x800      59.91  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1440x576      50.00  
   1024x768      75.08    70.07    60.00  
   1440x480      60.00    59.94  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    66.67    60.00    59.94  
   720x400       70.08  
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-0 connected 1050x1680+2340+370 left (normal left inverted right x axis y axis) 408mm x 511mm
   1680x1050     59.95*+
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1152x864      75.00  
   1024x768      75.08    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   640x480       75.00    72.81    66.67    60.00  
   720x400       70.08  
DVI-1 connected 900x1600+0+453 left (normal left inverted right x axis y axis) 443mm x 249mm
   1600x900      60.00*+
   1440x900      74.98    59.90  
   1280x800      74.93    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 

提前致谢!

相关内容