You are not logged in.

#1 2018-01-29 18:47:19

Gryffyn
Member
Registered: 2015-05-23
Posts: 4

Can't get TwinView to work no matter what

Hey all,
I have an Nvidia 8800 GTS 512. I've got the 304.xx driver (and just this driver) installed, as well as kernel headers. I can't seem to get Twinview to work at all.
In nvidia-settings, I have TwinView enabled.
https://i.imgur.com/6dvP3Lo.png

Here's my xorg.conf:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
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"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "AMW M179D"
    HorizSync       30.0 - 80.0
    VertRefresh     55.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8800 GTS 512"
    Option         "Coolbits" "1"
EndSectionSection "ServerLayout"
    Identifier     "TwinLayout"
    Screen         0 "metaScreen" 0 0
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    Option         "Enable" "true"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    Option         "Enable" "true"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"

    #refer to the link below for more information on each of the following options.
    Option         "MetaModes"          "1280x1024, 1280x1024"
    Option         "ConnectedMonitor"   "DVI-I-2, DVI-I-3"
    Option         "MetaModeOrientation" "DVI-I-2 LeftOf DVI-I-3"
EndSection

Section "Screen"
    Identifier     "metaScreen"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "True"
    SubSection "Display"
        Modes          "1280x1024"
    EndSubSection
EndSection


Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "DFP-0: 1280x1024_75 +0+0, DFP-1: 1280x1024_75 +1280+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

And here's my 10-monitor.conf in /etc/X11/xorg.conf.d/:

Section "ServerLayout"
    Identifier     "TwinLayout"
    Screen         0 "metaScreen" 0 0
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    Option         "Enable" "true"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    Option         "Enable" "true"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"

    #refer to the link below for more information on each of the following options.
    Option         "MetaModes"          "1280x1024, 1280x1024"
    Option         "ConnectedMonitor"   "DVI-I-2, DVI-I-3"
    Option         "MetaModeOrientation" "DVI-I-2 LeftOf DVI-I-3"
EndSection

Section "Screen"
    Identifier     "metaScreen"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "True"
    SubSection "Display"
        Modes          "1280x1024"
    EndSubSection
EndSection

Thanks!


Mod Edit - Replaced oversized images with links.
CoC - Pasting pictures and code

Last edited by Slithery (2018-01-29 18:52:54)


Microsoft isn't evil, it just makes really crappy operating systems.
                                                                      - Linus Torvalds

Offline

#2 2018-01-29 23:32:12

B1omman
Member
Registered: 2016-02-16
Posts: 36

Re: Can't get TwinView to work no matter what

I see you actually did something similar to what the wiki says on the 10-monitor.conf. That xorg.conf is just not gonna give you anything, other than problems. Remove it.

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"

    #refer to the link below for more information on each of the following options.
    Option         "MetaModes"          "1280x1024, 1280x1024"
    Option         "ConnectedMonitor"   "DVI-I-2, DVI-I-3"
    Option         "MetaModeOrientation" "DVI-I-2 LeftOf DVI-I-3"
EndSection

Where do you get DVI-I-2/3 from? From that screenshot you have two connections called DFP-0/1.

Offline

#3 2018-01-30 00:09:09

Gryffyn
Member
Registered: 2015-05-23
Posts: 4

Re: Can't get TwinView to work no matter what

Xrandr refers to those displays as DVI-I-2 and DVI-I-3, whereas nvidia refers to them as DFP-0 and DFP-1.


Microsoft isn't evil, it just makes really crappy operating systems.
                                                                      - Linus Torvalds

Offline

#4 2018-01-30 00:40:45

B1omman
Member
Registered: 2016-02-16
Posts: 36

Re: Can't get TwinView to work no matter what

Well, I'm actually not sure why I even asked about that as they are mostly the same thing, could be from being so confused about what you have actually put in your configs. It would probably not make any difference using the connection name as opposed to the display device name. Still, remove that xorg.conf. Try it again and provide the X log.

Offline

Board footer

Powered by FluxBB