[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:51296] Re: 解像度を640x480以外に設定できません



皆さん、毎度ありがとうございます。

山本さんのおっしゃった通り、"dpkg-reconfigure xser"でモニターの設定をしなおしました。DELLのE151FPというモニターで、
http://support.euro.dell.com/support/edocs/monitors/e151fp/Ja/specs.htm
を参考に設定しましたが、何も変わりませんでした。GNOMEの解像度の設定画面でも相変わらず"640x480"以外の選択肢は出てこなかったです。

あと、ドライバについてはよく分からなかったのですが、前述のページにVESAという記述があったので、VESAを選択しました。

その結果の、xorg.conf を貼ります。Xorg.0.log については、長すぎてメール本文に載せるのが恐いのですが、大丈夫なのですか? それとも、どこかにアップロードするものでしょうか。


以下、xorg.conf (Section "Device" 以降)


Section "Device"
    Identifier    "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
    Driver        "vesa"
    BusID        "PCI:0:2:0"
EndSection

Section "Monitor"
    Identifier    "E151FP"
    Option        "DPMS"
    HorizSync    31-60
    VertRefresh    56-75
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
    Monitor        "E151FP"
    DefaultDepth    16
    SubSection "Display"
        Depth        1
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "DRI"
    Mode    0666
EndSection