xrandrを使用して外部モニタを開くことができません

xrandrを使用して外部モニタを開くことができません

私はi3を搭載したMacbook ProでLinuxを実行していますが、HDMIポートの外部モニタを除いて、すべてがうまく動作します。 xrandr でモニターを表示できますが、xrandr で構成すると、モニターにはまだ「信号なし」と表示されます。

ノートパソコンの画面で時々設定すると、画面はモニターの解像度xrandr --output HDMI-0 --autoに合わせて縮小されますが、外部モニターはまだオンにならないことがあります。

私の/etc/xorg.conf.d/10-monitor.confは次のようになります:

Selection "Monitor"
    Identifier  "DP-2"
    Option      "Primary" "true"
EndSelection

Selection "Monitor"
    Identifier  "HDMI-0"
    Option      "Above" "DP-2"
EndSelection

私のxrandr -q出力は次のとおりです

Screen 0: minimum 8 x 8, current 2880 x 1800, maximum 16384 x 16384
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected (normal left inverted right x axis y axis)
   1920x1080     60.00 +  59.94    50.00    60.05    60.00    50.04  
   1680x1050     59.95  
   1600x1200     60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  
DP-2 connected primary 2880x1800+0+0 (normal left inverted right x axis     y axis) 331mm x 207mm
   2880x1800     59.99*+
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
VGA-1-1 disconnected (normal left inverted right x axis y axis)

ベストアンサー1

おすすめ記事