こんにちは。 linux(XFree86-4)で、グラフィックカードを交換(GeForce2MX400->Matrox400) しました。 そうしたら、解像度が1280x1024->1024x768となってしまいました。 (ディスプレイの周波数:60.2kHz 75Hz) Ctrl Alt +/- でも、解像度がより低くなるだけです。 直すにはどう設定したらいいのですか? XF86Config-4の抜粋を以下に示します Section "Monitor" # -- 1400x1050 -- # 1400x1050 @ 60Hz, 65.8 kHz hsync Modeline "1400x1050" 129 1400 1464 1656 1960 1050 1051 1054 1100 +HSync +VSync # 1400x1050 @ 70Hz, 76.8 kHz hsync Modeline "1400x1050" 151 1400 1464 1656 1960 1050 1051 1054 1100 +HSync +VSync # 1400x1050 @ 75Hz, 82.3 kHz hsync Modeline "1400x1050" 162 1400 1464 1656 1960 1050 1051 1054 1100 +HSync +VSync # 1400x1050 @ 85Hz, 93.2 kHz hsync Modeline "1400x1050" 184 1400 1464 1656 1960 1050 1051 1054 1100 +HSync +VSync EndSection Section "Device" Identifier "Matrox Millennium G400" Driver "mga" BoardName "Unknown" EndSection Section "Device" Identifier "Linux Frame Buffer" Driver "fbdev" BoardName "Unknown" EndSection Section "Screen" Identifier "Screen0" Device "Matrox Millennium G400" Monitor "CustomConfiguration" DefaultDepth 16 # Subsection "Display" # Depth 24 # Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" # EndSubSection Subsection "Display" Depth 16 Modes "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection # Subsection "Display" # Depth 8 # Modes "1280x1024" #"1152x864" "1024x768" "800x600" "640x480" # EndSubSection