Nvidia dual screen problem

Hi I am trying to get the resolution on my TV correct however when I followed this tutorial link only my TV was working and not at the correct resolution. what did I configure wrong?

to give you some background I have a nvidia 1080 graphics card with a monitor plugged in thought Display Port and a TV plugged in thought HDMI, all going thought the 1080.

Screen resolution test from tutorial
ghostbin-link
xorg config file

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 367.44  (buildmeister@swio-display-x86-rhel47-01)  Wed Aug 17 22:54:35 PDT 2016


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

Section "Files"
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"
    Option "ExactModeTimingsDVI" "TRUE"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Modeline "640x350_85.00" 25.02 640 656 720 800 350 351 354 368 -HSync +Vsync
    Option         "DPMS"
EndSection

Section "Device"
    Option "ModeValidation" "NoEdidModes"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Modes "640x350"
        Depth       24
    EndSubSection
EndSection

Hi @jp_jp,

take a look at your TV picture settings and the control switch for HDMI that says ā€œFull HDMIā€!.

I hope it helps. Merry Christmas. :smiley:

Hi jp_jp,

For such a new GPU youā€™ll most likely need a more recent driver, easily accomplished using the official ā€˜Graphics Driversā€™ PPA

  • Terminal
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
  • Once above is completed: ā€˜Preferencesā€™ (or ā€˜Control Centreā€™) -> Additional Driversā€™

You should now see NVIDIA driver 375.26 (most recent version) available for install

  • Reboot

For reference, PPA link
https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa

Hi @wolfman,

In case helpful (if this is what you are referring too), TV/NVIDIA driver settings, options for HDMI full/limited indicates colour range, not resolution.

1 Like

Hi @DaveB,

thanks, I didnā€™t know that, I thought that it dealt with the resolution!. :smiley: