AMD / ATIグラフィックスカード(AMD E-350)を搭載したCompaq 100BデスクトップにDELL U2410モニターを接続しています。インストールされているO / SはUbuntu 10.04 LTSです。
コンピューターは、DVI接続を介してモニターに接続されます。
問題は、デスクトップ解像度をネイティブの1920x1200に設定できないことです。最大許容解像度は1600x1200です。
私はxrandr
ユーティリティについていくつかの研究を行っています。残念ながら、使用しようとすると、必要な解像度に設定できません。まず、出力名(と思われるDVI-0
)を報告せず、default
代わりに言います。それなしでは、--fb
オプションを使用できません。
EDIDユーティリティは、モニターを適切に識別しているようです。からの出力はget-edid
次のとおりです。
# EDID version 1 revision 3
Section "Monitor"
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
Identifier "DELL U2410"
VendorName "DEL"
ModelName "DELL U2410"
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
HorizSync 30-81
VertRefresh 56-76
# Max dot clock (video bandwidth) 170 MHz
# DPMS capabilities: Active off:yes Suspend:yes Standby:yes
Mode "1920x1200" # vfreq 59.950Hz, hfreq 74.038kHz
DotClock 154.000000
HTimings 1920 1968 2000 2080
VTimings 1200 1203 1209 1235
Flags "-HSync" "+VSync"
EndMode
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
EndSection
ただし、xrandr -q
コマンドは以下を返します。
Screen 0: minimum 640 x 400, current 1600 x 1200, maximum 1600 x 1200
default connected 1600x1200+0+0 0mm x 0mm
1600x1200 0.0*
1280x1024 0.0
1152x864 0.0
1024x768 0.0
800x600 0.0
640x480 0.0
720x400 0.0
解像度を設定しようとすると、次のメッセージが表示されます。
$ xrandr --fb 1920x1200
xrandr: screen cannot be larger than 1600x1200 (desired size 1920x1200)
$ xrandr --output DVI-0 --auto
warning: output DVI-0 not found; ignoring
画面解像度を1920x1200に設定するにはどうすればよいですか?なぜ出力がxrandr
識別されないのDVI-0
ですか?
Ubuntuバージョン10.04以降を実行している同じコンピューターが、問題なく正しい解像度を検出することに注意してください。このマシンでは、レガシーハードウェアの互換性の問題のためにアップグレードできません。
また、[ハードウェアドライバー]ダイアログにオプションのスクリーンドライバーが表示されません。
----
更新:
この質問への答えに続いて、私はいくつかの進歩を得ました。必要なモードがリストにxrandr -q
リストされましたが、そのモードに切り替えることはできません。Monitorsアプレット(新しいモードが表示されます)を使用すると、次のような応答が得られます。
The selected configuration for displays could not be applied. Could not set the configuration to CRTC 262
。
コマンドラインからは次のようになります。
$ cvt 1920 1200 60
# 1920x1200 59.88 Hz (CVT 2.30MA) hsync: 74.56 kHz; pclk: 193.25 MHz
Modeline "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
$ xrandr --newmode "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
$ xrandr -q
Screen 0: minimum 640 x 400, current 1600 x 1200, maximum 1600 x 1200
default connected 1600x1200+0+0 0mm x 0mm
1600x1200 0.0*
1280x1024 0.0
1152x864 0.0
1024x768 0.0
800x600 0.0
640x480 0.0
720x400 0.0
1920x1200_60.00 (0x120) 193.0MHz
h: width 1920 start 2056 end 2256 total 2592 skew 0 clock 74.5KHz
v: height 1200 start 1203 end 1209 total 1245 clock 59.8Hz
$ xrandr --addmode default 1920x1200_60.00
$ xrandr -q
Screen 0: minimum 640 x 400, current 1600 x 1200, maximum 1600 x 1200
default connected 1600x1200+0+0 0mm x 0mm
1600x1200 0.0*
1280x1024 0.0
1152x864 0.0
1024x768 0.0
800x600 0.0
640x480 0.0
720x400 0.0
1920x1200_60.00 59.8
$ xrandr --output default --mode 1920x1200_60.00
xrandr: Configure crtc 0 failed
別の情報(誰かに役立つ場合):
$ sudo lshw -c video
*-display UNCLAIMED
description: VGA compatible controller
product: ATI Technologies Inc
vendor: ATI Technologies Inc
physical id: 1
bus info: pci@0000:00:01.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list
configuration: latency=0
resources: memory:c0000000-cfffffff(prefetchable) ioport:f000(size=256) memory:feb00000-feb3ffff
----
更新2:更新されたlshw
リストは次のとおりです。
$ sudo lshw -numeric -c video
*-display UNCLAIMED
description: VGA compatible controller
product: ATI Technologies Inc [1002:9802]
vendor: ATI Technologies Inc [1002]
physical id: 1
bus info: pci@0000:00:01.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list
configuration: latency=0
resources: memory:c0000000-cfffffff(prefetchable) ioport:f000(size=256) memory:feb00000-feb3ffff