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

Re: Debian 11, Nvidia Quadro P400, 2xiiyama 2560x1440, nvidia driver



On Mon, 6 Sep 2021, Anssi Saari wrote:

Roger Price <debian@rogerprice.org> writes:

Before I plunge into the details, does anyone have a working xorg.conf
for such a setup?  I would prefer to start with something that works
rather than describe in detail something that doesn't work.

Maybe just dump the xorg.conf? If you use a desktop environment then it
likely has a GUI tool to set the monitors up. Or use xrandr?

I attach a report from inxi -Gay showing incorrect DP-0 monitor resolution plus my xorg.conf and parts of Xorg.0.conf

When I move to run level 5 in a fresh system start, the result is not always the same. Sometimes DP-0 (on the right) is receiving signal for a short time. After 15-30 minutes DP-2 (on the left) goes dark and I have to reboot. Sometimes one or the other monitor will change to 900x1600 on its own without any user action.

Roger

________________________________________________________________________________
Graphics:
  Device-1: NVIDIA GP107GL [Quadro P400] driver: nvidia v: 460.91.03
  bus ID: 03:00.0 chip ID: 10de:1cb3 class ID: 0300
  Display: server: X.Org 1.20.11 driver: loaded: nvidia
  display ID: localhost:10.0 screens: 1
  Screen-1: 0 s-res: 1440x2560 s-dpi: 96 s-size: 381x677mm (15.0x26.7")
  s-diag: 777mm (30.6")
  Monitor-1: DP-0 res: 900x1600 hz: 60
  Monitor-2: DP-2 res: 1440x2560 hz: 60
  OpenGL: renderer: Quadro P400/PCIe/SSE2 v: 4.6.0 NVIDIA 460.91.03
  direct render: Yes

________________________________________________________________________________
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 460.91.03

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Idek Iiyama PL2783Q"
    HorizSync       120.0 - 120.0
    VertRefresh     48.0 - 70.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro P400"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-2"
    Option         "metamodes" "DP-2: nvidia-auto-select +0+0 {rotation=left}, DP-0: nvidia-auto-select +1440+0 {rotation=left}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

________________________________________________________________________________
Parts of Xorg.0.log :

[    61.700] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep  6 18:54:06 2021
[    61.702] (==) Using config file: "/etc/X11/xorg.conf"
[    61.702] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    61.704] (==) ServerLayout "Layout0"
[    61.704] (**) |-->Screen "Screen0" (0)
[    61.704] (**) |   |-->Monitor "Monitor0"
[    61.705] (**) |   |-->Device "Device0"
[    61.705] (**) |-->Input Device "Keyboard0"
[    61.705] (**) |-->Input Device "Mouse0"
[    61.705] (**) Option "Xinerama" "0"

[    61.755] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-2"
[    61.755] (**) NVIDIA(0): Option "SLI" "Off"
[    61.755] (**) NVIDIA(0): Option "MultiGPU" "Off"
[    61.755] (**) NVIDIA(0): Option "BaseMosaic" "off"
[    61.755] (**) NVIDIA(0): Stereo disabled by request
[    61.755] (**) NVIDIA(0): NVIDIA SLI disabled.
[    61.755] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[    61.755] (**) NVIDIA(0): Option "MetaModes" "DP-2: nvidia-auto-select +0+0 {rotation=left}, DP-0: nvidia-auto-select +1440+0 {rotation=left}"
[    61.755] (**) NVIDIA(0): Enabling 2D acceleration
[    61.755] (II) Loading sub module "glxserver_nvidia"
[    61.755] (II) LoadModule: "glxserver_nvidia"
[    61.755] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[    61.833] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    61.833] 	compiled for 1.6.99.901, module version = 1.0.0
[    61.833] 	Module class: X.Org Server Extension
[    61.833] (II) NVIDIA GLX Module  460.91.03  Fri Jul  2 05:46:33 UTC 2021
[    61.836] (II) NVIDIA: The X server supports PRIME Render Offload.
[    61.837] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:3:0:0
[    61.837] (--) NVIDIA(0):     DFP-0
[    61.837] (--) NVIDIA(0):     DFP-1
[    61.837] (--) NVIDIA(0):     DFP-2 (boot)
[    61.838] (--) NVIDIA(0):     DFP-3
[    61.838] (--) NVIDIA(0):     DFP-4
[    61.838] (--) NVIDIA(0):     DFP-5
[    61.838] (II) NVIDIA(0): NVIDIA GPU Quadro P400 (GP107GL-A) at PCI:3:0:0 (GPU-0)
[    61.838] (--) NVIDIA(0): Memory: 2097152 kBytes
[    61.838] (--) NVIDIA(0): VideoBIOS: 86.07.8f.00.02
[    61.838] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    61.839] (--) NVIDIA(GPU-0): Idek Iiyama PL2783Q (DFP-0): connected
[    61.839] (--) NVIDIA(GPU-0): Idek Iiyama PL2783Q (DFP-0): Internal DisplayPort
[    61.839] (--) NVIDIA(GPU-0): Idek Iiyama PL2783Q (DFP-0): 1440.0 MHz maximum pixel clock
[ 61.839] (--) NVIDIA(GPU-0): [ 61.845] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    61.845] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    61.845] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 61.845] (--) NVIDIA(GPU-0): [ 61.845] (--) NVIDIA(GPU-0): Idek Iiyama PL2783Q (DFP-2): connected
[    61.845] (--) NVIDIA(GPU-0): Idek Iiyama PL2783Q (DFP-2): Internal DisplayPort
[    61.845] (--) NVIDIA(GPU-0): Idek Iiyama PL2783Q (DFP-2): 1440.0 MHz maximum pixel clock

[    61.859] (II) NVIDIA(0): Validated MetaModes:
[ 61.859] (II) NVIDIA(0): [ 61.859] (II) NVIDIA(0): "DP-2:nvidia-auto-select+0+0{rotation=left},DP-0:nvidia-auto-select+1440+0{rotation=left}"
[    61.859] (II) NVIDIA(0): Virtual screen size determined to be 2340 x 2560
[    61.863] (--) NVIDIA(0): DPI set to (38, 119); computed from "UseEdidDpi" X config
[    61.863] (--) NVIDIA(0):     option
[    61.864] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[    61.864] (II) NVIDIA:     access.
[    61.867] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon

[    76.338] (II) NVIDIA(0): Setting mode "DP-2: nvidia-auto-select @1440x2560 +0+0 {ViewPortIn=1440x2560, ViewPortOut=2560x1440+0+0, Rotation=90}"
[    76.480] (II) NVIDIA(0): Setting mode "DP-2: nvidia-auto-select @1440x2560 +0+0 {ViewPortIn=1440x2560, ViewPortOut=2560x1440+0+0, Rotation=90},
                             DP-0: nvidia-auto-select @900x1600 +0+0 {ViewPortIn=900x1600, ViewPortOut=1600x900+0+0, Rotation=90}"


Reply to: