4K解像度でのみ利用可能ですか?

4K解像度でのみ利用可能ですか?

だから私はしばらくKDEビルドでManjaroを使用してきましたが、全体的に非常に満足しています。

時々私を悩ませる質問が一つあります。外部モニタの1つでは、4K解像度のみを使用できます。

まず、私のシステム構成は次のとおりです。

Dell Precision 7540(ノートブック)

KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2
Kernel Version: 5.10.7-3-MANJARO
OS Type: 64-bit
Processors: 16 × Intel® Core™ i9-9980HK CPU @ 2.40GHz
Memory: 125.6 GiB of RAM
Graphics Processor (IGPU): Mesa Intel® UHD Graphics 630
Graphics Processor (dGPU): AMD Radeon Pro WX3200
External monitor 1: Eizo Foris 2434 (FHD, fine)
External monitor 2: Acer XB280HK (UHD, the one in question)

両方の外部モニターはWD19TB Thunderbolt 3ドッキングステーションを介して接続されています(しかしそれはうまく機能します)。 PS:テスト済みで、これは問題ではありません。下記をご覧ください。

$ xrandr
Screen 0: minimum 8 x 8, current 7679 x 2160, maximum 32767 x 32767
eDP1 connected 1920x1080+5759+1080 (normal left inverted right x axis y axis) 340mm x 190mm
1920x1080 59.98 + 59.93 47.98*
1680x1050 59.88
1400x1050 59.98
1600x900 60.00 59.95 59.82
1280x1024 60.02
1400x900 59.96 59.88
1280x960 60.00
1368x768 60.00 59.88 59.85
1280x800 59.81 59.91
1280x720 59.86 60.00 59.74
1024x768 60.00
1024x576 60.00 59.90 59.82
960x540 60.00 59.63 59.82
800x600 60.32 56.25
864x486 60.00 59.92 59.57
640x480 59.94
720x405 59.51 60.00 58.99
640x360 59.84 59.32 60.00
DP1 disconnected (normal left inverted right x axis y axis)
DP1-1 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 620mm x 340mm
3840x2160 60.00*+ 24.00
DP1-2 disconnected (normal left inverted right x axis y axis)
DP1-3 connected 1920x1080+3840+1080 (normal left inverted right x axis y axis) 530mm x 300mm
1920x1080 60.00*+ 50.00 59.94
1680x1050 59.88
1600x900 60.00
1280x1024 60.02
1280x720 60.00 50.00 59.94
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
DP2 disconnected (normal left inverted right x axis y axis)
DP3 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)
DisplayPort-1-3 disconnected (normal left inverted right x axis y axis)
DisplayPort-1-4 disconnected (normal left inverted right x axis y axis)
DisplayPort-1-5 disconnected (normal left inverted right x axis y axis)
HDMI-A-1-2 disconnected (normal left inverted right x axis y axis)

指示:

  • DP1-1はUltra HDモニターです。
  • DP1-3はFHDモニターです。
  • eDPは内部ノートブック画面です(通常は無効になっていますが、ここではそうではありません)。

これまでにテストした内容は次のとおりです。

  • FHD解像度をxrandrにカスタム解像度として追加します。追加は問題ありませんが、切り替え後に黒い画面が表示されます。
  • Windows 10デュアルブートがあるのでそこで確認しました。問題ありません。期待どおりに低い解像度を選択できます。
  • DellのmDPポートを直接試してみましたが、何も変わりませんでした。残念ながら、私のAcerモニタにはDPポートが1つしかありません。 sono HDMIをお試しください。

ここで問題になる可能性についてもっとアイデアを持っている人はいますか?

挨拶


編集:カスタム解像度を追加しようとした方法:

$ cvt 1920 1080
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
    Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xrandr --addmode DP1-1 1920x1080_60.00

後でxrandrをもう一度確認してください(切り捨て)

DP1 disconnected (normal left inverted right x axis y axis)
DP1-1 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 620mm x 340mm
   3840x2160     60.00*+  24.00  
   1920x1080_60.00  59.96  
DP1-2 disconnected (normal left inverted right x axis y axis)

ただし、前述のように後で解像度を選択すると、黒い画面のみが表示されます。 4Kに戻すことができます。

ベストアンサー1

おすすめ記事