Re: Anyone got three monitors working?

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

 



Thomas Cameron <thomas.cameron@xxxxxxxxxxxxxxx> writes:
> I do not, DJ, but that's exactly what I want. Any recommendations as far 
> as video card setup? I was thinking two identical 1X PCI Express cards 
> with two outputs each and the proprietary NVidia driver. Thoughts?

This is my xorg.conf, specific to my monitor layout of course (one 30"
and three 20", two 9800GT PCIe cards (despite the 7950GS in the text,
it's an old file)).

Section "ServerLayout"
	Identifier	"Layout0"
	screen		0 "Screen0" 0 0
	screen		1 "Screen2" LeftOf "Screen0"
	screen		2 "Screen3" RightOf "Screen0"
	screen		3 "Screen1" RightOf "Screen3"
	Inputdevice	"Keyboard0"	"CoreKeyboard"
	Inputdevice	"Mouse0"	"CorePointer"
	Option		"Xinerama"	"true"
EndSection

#Section "Files"
    #ModulePath      "/usr/lib/xorg/modules/extensions/nvidia"
    #ModulePath      "/usr/lib/xorg/modules"
    #FontPath        "unix/:7100"
#EndSection

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

Section "ServerFlags"
    Option         "AIGLX" "on"
    Option	   "IgnoreABI" "true"
    Option	   "DontZap" "false"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Dell"
    ModelName      "3008WFP 2560x1600"
    HorizSync       31.0 - 94.0
    VertRefresh     56.0 - 86.0
    Option         "dpms"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Dell"
    ModelName      "2001FP 1600x1200"
    HorizSync       31.0 - 80.0
    VertRefresh     56.0 - 76.0
    Option         "dpms"
EndSection

Section "Monitor"
    Identifier     "Monitor2"
    VendorName     "Dell"
    ModelName      "2001FP 1600x1200"
    HorizSync       31.0 - 80.0
    VertRefresh     56.0 - 76.0
    Option         "dpms"
EndSection

Section "Monitor"
    Identifier     "Monitor3"
    VendorName     "Dell"
    ModelName      "2001FP 1600x1200"
    HorizSync       31.0 - 80.0
    VertRefresh     56.0 - 76.0
    Option         "dpms"
EndSection



Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "nvidia"
    BoardName      "nvidia 7950GS"
    Option	   "RandRRotation" "off"
    BusID	   "PCI:2:0:0"
    Screen	   0
	Option	"RenderAccel"	"true"
	Option	"NoRenderExtension"	"false"
	Option	"DamageEvents"	"true"
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "nvidia"
    BoardName      "nvidia 7950GS"
    Option	   "RandRRotation" "off"
    BusID	   "PCI:2:0:0"
    Screen	   1
	Option	"RenderAccel"	"true"
	Option	"NoRenderExtension"	"false"
	Option	"DamageEvents"	"true"
EndSection

Section "Device"
    Identifier     "Videocard2"
    Driver         "nvidia"
    VendorName     "nvidia"
    BoardName      "nvidia 7950GS"
    Option	   "RandRRotation" "off"
    BusID	   "PCI:3:0:0"
    Screen	   0
    #Option	   "Rotate" "CCW"
    Option	   "Rotate" "Left"
	Option	"RenderAccel"	"true"
	Option	"NoRenderExtension"	"false"
	Option	"DamageEvents"	"true"
EndSection

Section "Device"
    Identifier     "Videocard3"
    Driver         "nvidia"
    VendorName     "nvidia"
    BoardName      "nvidia 7950GS"
    Option	   "RandRRotation" "off"
    BusID	   "PCI:3:0:0"
    Screen	   1
    #Option	   "Rotate" "CCW"
    Option	   "Rotate" "Left"
	Option	"RenderAccel"	"true"
	Option	"NoRenderExtension"	"false"
	Option	"DamageEvents"	"true"
EndSection



Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "True"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "2560x1600"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "True"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1600x1200"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Videocard2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "True"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1600x1200"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen3"
    Device         "Videocard3"
    Monitor        "Monitor3"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "True"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1600x1200"
    EndSubSection
EndSection



Section "Extensions"
   Option         "Composite" "Disable"
EndSection

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux