由于“DFP-0”没有有效模式而导致分辨率低 - Mint-17 NVidia

由于“DFP-0”没有有效模式而导致分辨率低 - Mint-17 NVidia

我似乎无法配置 xorg.conf 来提高显示器分辨率(当前以 1280x800 运行)。我已经为此工作了几个小时。我对这一切都是新手,所以我不知道我做错了什么。

  • 显示器:一台显示器 - Dell 3007wfp,我通常可以在 2560x1600 分辨率下运行它
  • 显卡:Nvidia 300 NVS
  • 操作系统:Mint 17
  • 驱动程序:nvidia-340.96-0ubuntu0.14.04.1

我认为显卡至少应该支持2048x1280!我从输出中复制了模型行cvt 2048 1280

我遵循了几个xorg.conf由 sudo nvidia-xconfig 生成的教程,并配置了以下部分:

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 的 modeline 并要求它使用该模式,我会得到相同的错误,但当它使用自动模式时,它会解析为 1280x800?

如果这个论坛不适合此类问题,请让我到其他地方,我会非常乐意删除我的问题。

相关内容