問題は、デスクトップの解像度がよく戻り、再起動後にデフォルトの低解像度に設定されることです。 1600x900に設定すると、画面上部から約1.5cm、左から約5ピクセルほど離れた点でディスプレイが終了します。もう一つの問題は、PCとモニタの間にVGAスイッチャがあることです。 「カスタム画面解像度GUI」を実行しましたが、最大画面解像度は1920×1080と計算されました。新しいモードを作成して追加できますが(xrandrのリストにないため)、そのモードに切り替えることはできません。
$ xrandr
Screen 0: minimum 320 x 200, current 1600 x 900, maximum 16384 x 16384
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
DP-1 connected primary 1600x900+0+0 (normal left inverted right x axis y axis) 256mm x 192mm
1024x768 60.00 +
1600x900 60.00*
1280x1024 60.02
1440x900 59.89
1280x960 60.00
1366x768 59.79
1280x720 60.00
800x600 60.32
640x480 59.94
1920x1080_60.00 59.98
3840x2160_60.00 59.98
HDMI-3 disconnected (normal left inverted right x axis y axis)
$ 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 --verbose
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 29
Current serial number in output stream: 29
同様の問題をスキャンしました。グラフィックカードが内蔵されているため、NVIDIAドライバの問題はありません。頑張りましたLinux Mintで画面解像度を変更するしかし、いつも同じ間違いを犯します。また、 ChatGPT を使用して問題診断コマンドをサポートします。 BadNameエラーについて説明した後、提案されたコマンドと結果は次のとおりです。
$ cat /var/log/Xorg.0.log | grep -i error
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
$ xrdb -query
*customization: -color
Xft.dpi: 96
Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.rgba: rgb
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630]
それでは提案はありません。 (私たちのITタスクはまだ安全です;-))
問題を診断するために実行する次のコマンドに関する提案はありますか?