Thinkad w540 ドッキングステーションと Linux Mint

Thinkad w540 ドッキングステーションと Linux Mint

私は Lenovo Thinkpad w540 を持っていて、Mint 16 を実行しています。ラップトップをドッキング ステーションにドッキングすると、すべてがフリーズします。ドッキングを解除して、ログイン ウィンドウが読み込まれるまで待つ必要があります。何が問題なのかを調べるにはどうすればよいでしょうか。

これまでにわかったことは次のとおりです。xrandrドッキング前とドッキング後にコマンドを実行しましたが、違いがあります。これが問題の原因でしょうか? ドッキングなしで、外部モニターをラップトップに直接接続した場合:

$ xrandr 
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080      60.1*+   59.9  
   1680x1050      60.0     59.9  
   1600x1024      60.2  
   1400x1050      60.0  
   1280x1024      60.0  
   1440x900       59.9  
   1280x960       60.0  
   1360x768       59.8     60.0  
   1152x864       60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 connected (normal left inverted right x axis y axis)
   1920x1200      60.0 +
   1680x1050      60.0  
   1600x900       60.0  
   1280x1024      60.0  
   1440x900       59.9  

ドッキングすると、外部モニターはドッキング ステーションを介して接続されます。

$ xrandr 
Screen 0: minimum 320 x 200, current 3840 x 1200, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080      60.1*+   59.9  
   1680x1050      60.0     59.9  
   1600x1024      60.2  
   1400x1050      60.0  
   1280x1024      60.0  
   1440x900       59.9  
   1280x960       60.0  
   1360x768       59.8     60.0  
   1152x864       60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected 1920x1200+1920+0 (normal left inverted right x axis y axis) 0mm x 0mm
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP2 connected (normal left inverted right x axis y axis)
   1920x1200      60.0 +
   1920x1080      60.0  
   1680x1050      60.0  
   1600x900       60.0  
   1280x1024      60.0  
   1440x900       59.9  
   1280x800       59.8  
   1280x720       60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        60.0  
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

このコマンドを実行しようとすると:

xrandr --auto --output DP2 --mode 1920x1200 && xrandr --auto --output eDP1 --mode 1920x1080 --left-of DP2

画面が再びフリーズしてしまい、ノートパソコンの電源を切らなければなりません。何かアドバイスはありますか?

答え1

質問に答えてからその回答を削除したユーザーは、実は正しかったのです。

ミントを にアップグレードし17たら、フリーズの問題はなくなりました。

関連情報