<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=7631&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / Quad monitors using two cards]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=7631</link>
		<description><![CDATA[The most recent posts in Quad monitors using two cards.]]></description>
		<lastBuildDate>Mon, 10 Dec 2012 07:05:10 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Quad monitors using two cards]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28258#p28258</link>
			<description><![CDATA[<p>I could be off base here, but it seems to me that assigning the same identifier (Device0) to both of your graphics cards could result in the exact scenario you&#039;ve described as your problem.&#160; Especially considering that you reference a &quot;Device1&quot; a few lines down...</p>]]></description>
			<author><![CDATA[dummy@example.com (auralarch)]]></author>
			<pubDate>Mon, 10 Dec 2012 07:05:10 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28258#p28258</guid>
		</item>
		<item>
			<title><![CDATA[Quad monitors using two cards]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28147#p28147</link>
			<description><![CDATA[<p>I have a pair of GT 430&#039;s using the dvi and vga ports on both cards. I can&#039;t get xfce 4.12 to see the second card just the first card. I have pasted my xorg.conf below. Anyone else using more then one adapter ?</p><br /><div class="codebox"><pre class="vscroll"><code>Section &quot;ServerLayout&quot;
    Identifier     &quot;Layout0&quot;
    Screen      0  &quot;Screen3&quot;
    Screen      1  &quot;Screen2&quot; RightOf &quot;Screen3&quot;
    Screen      2  &quot;Screen1&quot; RightOf &quot;Screen2&quot;
    Screen      3  &quot;Screen0&quot; RightOf &quot;Screen1&quot;
    InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;
    InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;
    Option         &quot;Xinerama&quot; &quot;1&quot;
EndSection

Section &quot;Files&quot;
EndSection

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

Section &quot;InputDevice&quot;
    # generated from default
    Identifier     &quot;Keyboard0&quot;
    Driver         &quot;kbd&quot;
EndSection

Section &quot;Monitor&quot;
    Identifier     &quot;Monitor0&quot;
    VendorName     &quot;Unknown&quot;
    ModelName      &quot;Unknown&quot;
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         &quot;DPMS&quot;
EndSection

Section &quot;Monitor&quot;
    Identifier     &quot;Monitor1&quot;
    VendorName     &quot;Unknown&quot;
    ModelName      &quot;Unknown&quot;
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         &quot;DPMS&quot;
EndSection

Section &quot;Monitor&quot;
    Identifier     &quot;Monitor2&quot;
    VendorName     &quot;Unknown&quot;
    ModelName      &quot;Unknown&quot;
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         &quot;DPMS&quot;
EndSection

Section &quot;Monitor&quot;
    Identifier     &quot;Monitor3&quot;
    VendorName     &quot;Unknown&quot;
    ModelName      &quot;Unknown&quot;
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         &quot;DPMS&quot;
EndSection

Section &quot;Device&quot;
    Identifier     &quot;Device0&quot;
    Driver         &quot;nvidia&quot;
    VendorName     &quot;NVIDIA Corporation&quot;
    BusID	   &quot;PCI:1:0:0&quot;
    Option         &quot;Monitor-VGA-1&quot; &quot;Monitor0&quot;
    Option	   &quot;Monitor-DVI-I-1&quot; &quot;Monitor1&quot;
EndSection

Section &quot;Device&quot;
    Identifier     &quot;Device0&quot;
    Driver         &quot;nvidia&quot;
    VendorName     &quot;NVIDIA Corporation&quot;
    BusID  	   &quot;PCI:2:0:0&quot;
    Option	   &quot;Monitor-VGA-1&quot; &quot;Monitor2&quot;
    Option         &quot;Monitor-DVI-I-1&quot; &quot;Monitor3&quot;
EndSection

Section &quot;Screen&quot;
    Identifier     &quot;Screen0&quot;
    Device         &quot;Device0&quot;
    Monitor        &quot;Monitor0&quot;
    DefaultDepth    24
    SubSection     &quot;Display&quot;
        Depth       24
    EndSubSection
EndSection

Section &quot;Screen&quot;
    Identifier     &quot;Screen1&quot;
    Device         &quot;Device0&quot;
    Monitor        &quot;Monitor1&quot;
    DefaultDepth    24
    SubSection     &quot;Display&quot;
        Depth       24
    EndSubSection
EndSection

Section &quot;Screen&quot;
    Identifier     &quot;Screen2&quot;
    Device         &quot;Device1&quot;
    Monitor        &quot;Monitor2&quot;
    DefaultDepth    24
    SubSection     &quot;Display&quot;
        Depth       24
    EndSubSection
EndSection

Section &quot;Screen&quot;
    Identifier     &quot;Screen3&quot;
    Device         &quot;Device1&quot;
    Monitor        &quot;Monitor3&quot;
    DefaultDepth    24
    SubSection     &quot;Display&quot;
        Depth       24
    EndSubSection
EndSection</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (moos3)]]></author>
			<pubDate>Thu, 29 Nov 2012 16:41:50 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28147#p28147</guid>
		</item>
	</channel>
</rss>
