DPモニターの自動表示選択を無効にする方法

DPモニターの自動表示選択を無効にする方法

だから、2つのモニターがあります。 1つは0°から2160pにDPを介して接続され、もう1つは1080pから270°にHDMIを介して接続されます。 2160pはマスターデバイス(KDEシステム設定で)に接続されているため、マスタープラズマバーなどが含まれています。他のディスプレイには別のプラズマツールバーも含まれています。

問題は、DPモニターの電源を切るたびに無効になり、他のモニターがデフォルトモニターになることです。これが私がログから得たものです。

[ 42102.666] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 42102.666] (**) NVIDIA(0):     device Samsung U28E590 (DFP-2) (Using EDID frequencies has
[ 42102.666] (**) NVIDIA(0):     been enabled on all display devices.)
[ 42102.669] (--) NVIDIA(GPU-0): Samsung U28E590 (DFP-2): connected
[ 42102.669] (--) NVIDIA(GPU-0): Samsung U28E590 (DFP-2): Internal DisplayPort
[ 42102.669] (--) NVIDIA(GPU-0): Samsung U28E590 (DFP-2): 960.0 MHz maximum pixel clock
[ 42102.669] (--) NVIDIA(GPU-0): 
[ 42102.684] (II) NVIDIA(0): Setting mode "NULL"
[ 42103.605] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1080x1920 +3840+0 {ViewPortIn=1080x1920, ViewPortOut=1920x1080+0+0, Rotation=270}"
[ 42103.669] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1080x1920 +3840+0 {ViewPortIn=1080x1920, ViewPortOut=1920x1080+0+0, Rotation=270}, DP-0: nvidia-auto-select @1920x2160 +0+0 {ViewPortIn=1920x2160, ViewPortOut=1920x2160+0+0}"
[ 42115.632] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 42115.632] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 42115.632] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 42115.632] (--) NVIDIA(GPU-0): 
[ 42116.379] (II) NVIDIA(0): Setting mode "NULL"
[ 42116.626] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 42116.626] (**) NVIDIA(0):     device Samsung U28E590 (DFP-2) (Using EDID frequencies has
[ 42116.626] (**) NVIDIA(0):     been enabled on all display devices.)
[ 42116.628] (--) NVIDIA(GPU-0): Samsung U28E590 (DFP-2): connected
[ 42116.628] (--) NVIDIA(GPU-0): Samsung U28E590 (DFP-2): Internal DisplayPort
[ 42116.628] (--) NVIDIA(GPU-0): Samsung U28E590 (DFP-2): 960.0 MHz maximum pixel clock
[ 42116.628] (--) NVIDIA(GPU-0): 
[ 42116.636] (II) NVIDIA(0): Setting mode "NULL"
[ 42117.451] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1080x1920 +3840+0 {ViewPortIn=1080x1920, ViewPortOut=1920x1080+0+0, Rotation=270}"
[ 42117.512] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1080x1920 +3840+0 {ViewPortIn=1080x1920, ViewPortOut=1920x1080+0+0, Rotation=270}, DP-0: nvidia-auto-select @3840x2160 +0+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"
[ 42361.756] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @3840x2160 +0+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"
[ 42373.727] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1080x1920 +3840+0 {ViewPortIn=1080x1920, ViewPortOut=1920x1080+0+0, Rotation=270}, DP-0: nvidia-auto-select @3840x2160 +0+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"

問題は、モニターがオフになると、私のプラズマが完全に混乱することです。以前はHDMIで2つのモニターを使用していましたが、この問題は発生しなかったため、これがDisplayPortに関連していると思います。 (とにかくそれを信じたいのですが、DPプロトコルはデバイスの状態をGPU​​に通知する機能を提供します。

Xに動的構成を完全に無視し、常に静的構成を使用させる方法はありますか(これはデスクトップなのであまり気にしません)。これは私のxrandr出力です。

Screen 0: minimum 8 x 8, current 4920 x 2160, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 1080x1920+3840+0 right (normal left inverted right x axis y axis) 510mm x 287mm
   1920x1080     60.00*+  50.00  
   ~~ snip ~~
DP-0 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 607mm x 345mm
   3840x2160     60.00*+  30.00  
   ~~ snip ~~
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)

どこで初期化されるのかわかりません。 KDEシステム設定を使って設定したので、そうなると思いますが、設定がどこにあるのかわかりません。 (KDE4にはkrandrccというファイルがありました/etc/X11/xorg.conf.dが、Plasma 5には存在しません)/usr/share/X11/xorg.conf.d。私はPlasma 5とArch Linuxを使用しています。

ベストアンサー1

おすすめ記事