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

Second monitor doesn't quite work



Last week I replaced my video card. The old one, made by Zotac, contains the Nvidia GT630 chip set. It has two DVI outputs, which I used to feed two monitors: a BenQ GL2760 and my trusty old Sharp LL-T19D1-B. The new card (ASUS with the GT730 chip set) has only one DVI output, but also has HDMI; I switched the BenQ monitor over to its HDMI input.

I used the Nvidia X Server Settings utility to set up the displays; it detected both monitors. I set it up to use the larger BenQ monitor as the primary display, but when I boot the system the POST and boot messages come up on the Sharp monitor. Once the boot is complete, the desktop appears on the BenQ monitor. The Sharp is black; I can move the mouse pointer over it but no windows will open on it. If I try to drag an existing window from the BenQ to the Sharp, it flips into an alternate desktop. Interestingly, xscreensaver finds both monitors and displays on both. However, xrandr can only find the BenQ monitor (HDMI-0); the Sharp monitor (DVI-D-0) doesn't show up.

I tried swapping the monitors, but that just caused everything from boot to desktop to appear on the Sharp monitor; the BenQ stayed black (except for the mouse pointer and xscreensaver output).

I'm running Bullseye. Originally I was using versio 390.xx of the Nvidia driver, but upgrading to 470.161.03 had no effect.

Any idea why the second monitor is sort of there but not quite? Below is a copy of the xorg.conf generated by the Nvidia setup utility.

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 470.141.03

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    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      "BenQ GL2760"
    HorizSync       30.0 - 83.0
    VertRefresh     50.0 - 76.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Sharp LL-T19D1-B"
    HorizSync       31.0 - 68.0
    VertRefresh     60.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce GT 730"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce GT 730"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "HDMI-0: nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
Option "metamodes" "DVI-D-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

--
/~\  Charlie Gibbs                  |  You can't save the earth
\ /  <cgibbs@kltpzyxm.invalid>      |  unless you're willing to
 X   I'm really at ac.dekanfrus     |  make other people sacrifice.
/ \  if you read it the right way.  |    -- Dogbert the green consultant


Reply to: