Dell xps 13 9350 上的外接显示器

Dell xps 13 9350 上的外接显示器

再次,Ub​​untu 在 Dell XPS 13(9350,2016 型号)上出现了一些奇怪的问题。我拿到了 Dell DA200 适配器(USB-C 转 HDMI/VGA/以太网/USB3.0)来连接外接显示器。我测试了两台显示器:一台有 VGA 端口,另一台有 VGA 和 DVI 端口。以下是我的测试结果:

Ubuntu, DVI-connection with screen: no display (though linux recognizes it)
Ubuntu, VGA-connection both screens: working display
Windows, DVI-connection with screen: working display
  • 内核:4.6.0-040600rc7-generic
  • Linux:Ubuntu 16.04
  • 显示管理器:Gnome

编辑:问题不在于系统完全无法工作。它显然只适用于某些分辨率。我目前的屏幕分辨率为 1680x1050。此显示器的标准分辨率为 1920x1080。但是,我在工作时有一台 Dell U2515H (2560x1440),该分辨率也不起作用。我还没有尝试过 1920x1080 和 2560x1440 之间的任何分辨率,但我希望任何分辨率都能正常工作。

xrandr -q编辑 2:屏幕设置为工作分辨率时的输出与设置为非工作分辨率时的输出相同。以下是非工作分辨率的输出:

Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+1920+0 (normal left inverted right x axis y axis) 294mm x 165mm
   1920x1080     59.93*+  59.93  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      60.00  
   1280x1024     60.02  
   1440x900      59.89  
   1280x960      60.00  
   1368x768      60.00  
   1360x768      59.80    59.96  
   1152x864      60.00  
   1280x720      60.00  
   1024x768      60.00  
   1024x576      60.00  
   960x540       60.00  
   800x600       60.32    56.25  
   864x486       60.00  
   640x480       59.94  
   720x405       60.00  
   640x360       60.00  
DP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
   1920x1080     60.00*+
   1600x1200     60.00  
   1680x1050     59.88  
   1280x1024     75.02    60.02  
   1440x900      74.98    59.90  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   640x480       75.00    72.81    66.67    59.94  
   720x400       70.08  
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)

答案1

看来这是与 i915 相关的内核错误。错误报告已在此处提交https://bugs.freedesktop.org/show_bug.cgi?id=93578。我们需要等待修复。

相关内容