「DFP-0」に有効なモードがないため、解像度が低い - Mint-17 NVidia

「DFP-0」に有効なモードがないため、解像度が低い - Mint-17 NVidia

モニターの解像度(現在1280 x 800で実行されている)を上げるためにxorg.confを構成できないようです。私は何時間もこれをやってきました。私はこのすべてに初めて触れたので、私が何を間違っているのかわかりません。

  • モニター:モニター1台 - Dell 3007wfp、通常2560x1600で実行できます。
  • グラフィックカード:NVIDIA 300 NVS
  • オペレーティングシステム:ミント17
  • ドライバー: nvidia-340.96-0ubuntu0.14.04.1

グラフィックカードは少なくとも2048x1280をサポートする必要があると思います!出力からモデル行をコピーしましたcvt 2048 1280

sudo nvidia-xconfigで生成されたいくつかのチュートリアルに従い、xorg.conf次の部分を構成しました。

Section "Monitor"
    Identifier     "3007WFP"
    VendorName     "DELL"
    Modeline       "2048x1280_60.00"  220.25  2048 2192 2408 2768  1280 1283 1289 1327 -hsync +vsync
    ModelName      "3007WFP"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "3007WFP"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "2048x1280"
    EndSubSection
EndSection

しかし、私が見るとき、私/var/log/Xorg.0.logは見る:

[     6.704] (--) NVIDIA(0): Valid display device(s) on NVS 300 at PCI:5:0:0
[     6.704] (--) NVIDIA(0):     CRT-0
[     6.704] (--) NVIDIA(0):     CRT-1
[     6.704] (--) NVIDIA(0):     DELL 3007WFP (DFP-0) (boot, connected)
[     6.704] (--) NVIDIA(0):     DFP-1
[     6.704] (--) NVIDIA(0):     DFP-2
[     6.704] (--) NVIDIA(0):     DFP-3
[     6.704] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     6.704] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[     6.705] (--) NVIDIA(0): DELL 3007WFP (DFP-0): Internal TMDS
[     6.705] (--) NVIDIA(GPU-0): DELL 3007WFP (DFP-0): 165.0 MHz maximum pixel clock
[     6.705] (--) NVIDIA(0): DFP-1: Internal TMDS
[     6.705] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     6.705] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[     6.705] (--) NVIDIA(GPU-0): DFP-2: 480.0 MHz maximum pixel clock
[     6.705] (--) NVIDIA(0): DFP-3: Internal DisplayPort
[     6.705] (--) NVIDIA(GPU-0): DFP-3: 480.0 MHz maximum pixel clock
[     6.705] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[     6.705] (**) NVIDIA(0):     device DELL 3007WFP (DFP-0) (Using EDID frequencies has
[     6.705] (**) NVIDIA(0):     been enabled on all display devices.)
[     6.705] (WW) NVIDIA(0): No valid modes for "DFP-0:2048x1280"; removing.
[     6.705] (WW) NVIDIA(0): 
[     6.705] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[     6.705] (WW) NVIDIA(0):     "nvidia-auto-select".
[     6.705] (WW) NVIDIA(0): 
[     6.705] (II) NVIDIA(0): Validated MetaModes:
[     6.705] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[     6.705] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
[     6.744] (--) NVIDIA(0): DPI set to (50, 50); computed from "UseEdidDpi" X config
[     6.744] (--) NVIDIA(0):     option
[     6.744] (--) Depth 24 pixmap format is 32 bpp
[     6.744] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[     6.789] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
  • 使用すると、空のOption "UseEDID" "False" 画面が表示されます。

  • また、設定に1280x800用のモデルラインが含まれており、そのモードを使用するように要求すると同じエラーが発生しますが、自動モードを使用すると1280x800に解決されますか?

このフォーラムがこの種の質問に適していない場合は、別の場所に案内してください。私の質問をすべて削除してください。

ベストアンサー1

おすすめ記事