Ubuntu 16.04に新しいモニターを接続しましたが、画像がぼやけており、モニターは「画質を向上させるために解像度を2560x1440に変更します」と文句を言います。問題は、Ubuntuで既に解像度を2560x1440に設定していることです。
xrandr
からの出力は次のとおりです。
Screen 0: minimum 8 x 8, current 2560 x 1440, maximum 32767 x 32767
LVDS1 connected (normal left inverted right x axis y axis)
1600x900 60.01 + 40.00
1440x900 59.89
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
800x450 60.00
640x480 59.94
720x405 60.00
640x360 60.00
DP1 disconnected (normal left inverted right x axis y axis)
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)
HDMI3 disconnected (normal left inverted right x axis y axis)
VGA1 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 698mm x 393mm
2560x1440 59.95*+
1920x1080 60.00
1600x1200 60.00
1680x1050 59.95
1400x1050 59.98
1600x900 60.00
1280x1024 75.02 60.02
1440x900 59.89
1152x864 75.00
1280x720 60.00
1024x768 75.08 70.07 60.00
832x624 74.55
800x600 72.19 75.00 60.32 56.25
640x480 75.00 72.81 66.67 60.00
720x400 70.08
test_mode 59.95
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
これはget-edid
からの出力です:
leonti ~ $ Sudo get-edid | parse-edid
[Sudo] password for leonti:
This is read-edid version 3.0.2. Prepare for some fun.
Attempting to use i2c interface
No EDID on bus 0
No EDID on bus 3
No EDID on bus 4
No EDID on bus 5
No EDID on bus 6
No EDID on bus 7
No EDID on bus 8
2 potential busses found: 1 2
Will scan through until the first EDID is found.
Pass a bus number as an option to this program to go only for that one.
128-byte EDID successfully retrieved from i2c bus 1
Looks like i2c was successful. Have a good day.
Checksum Correct
Section "Monitor"
Identifier "VX3209-2K"
ModelName "VX3209-2K"
VendorName "VSC"
# Monitor Manufactured week 27 of 2017
# EDID version 1.3
# Analog Display
DisplaySize 700 390
Gamma 2.20
Option "DPMS" "true"
Horizsync 24-82
VertRefresh 50-75
# Maximum pixel clock is 170MHz
#Not giving standard mode: 1920x1080, 60Hz
#Not giving standard mode: 1680x1050, 60Hz
#Not giving standard mode: 1600x1200, 60Hz
#Not giving standard mode: 1600x900, 60Hz
#Not giving standard mode: 1440x900, 60Hz
#Not giving standard mode: 1400x1050, 60Hz
#Not giving standard mode: 1280x1024, 60Hz
#Not giving standard mode: 1280x720, 60Hz
Modeline "Mode 0" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync
EndSection
モニターはViewsonic VX3209-2K
がVGAケーブルを介してLenovo T420に接続されています。
このモニターをHDMIケーブルで別のラップトップ(Macbook)に接続しようとしましたが、画像が鮮明で、解像度が間違っているという警告が出ないため、問題はモニターではなく現在のセットアップにあるようです。
画像をシャープにするために調整できる設定はありますか?何を試せますか?
乾杯、レオンティ
問題は、VGAケーブルでコメントが示唆したとおりでした。
以下は、Lenovo T420仕様からの注記です。Maximum external resolution: 2560x1600 (DisplayPort)@60Hz; 2048x1536 (VGA)@75Hz; 1920x1200@60Hz (single-link DVI-D via cable 45J7915
システムがEDIDファイルを正しく読み取っていたにもかかわらず、VGAケーブルでその解像度(2560x1440)を使用できませんでした。
本日、DisplayPortケーブルが届き、ネイティブ解像度でモニターを使用できるようになりました。