web-dev-qa-db-ja.com

Dell XPS 13 9350の外部モニター

Dell XPS 13(9350、2016年モデル)でのUbuntuに関する奇妙な問題がもう一度あります。外部モニターを接続するために、Dell DA200アダプター(USB-CからHDMI/VGA/Ethernet/USB3.0)を入手しました。 2つのモニターをテストしました。1つにはVGAポートがあり、もう1つには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の間で試したことはありませんが、どの解像度でも機能することを望みます。

Edit2:xrandr -qの出力は、画面が機能していない解像度に設定されている場合と同様に、機能している解像度に設定されている場合に等しくなります。以下は、機能しない解像度の出力です。

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)
7
Rien Heuver

I915に関連するカーネルバグのようです。バグレポートがここに提出されました https://bugs.freedesktop.org/show_bug.cgi?id=93578 修正を待つ必要があります。

1
Vil