<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>How to start DUAL DISPLAY AND DUAL SCREEN</title>
		<link>http://www.allegro.cc/forums/view/606981</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Mon, 11 Apr 2011 11:22:03 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>How to start DUAL DISPLAY AND DUAL SCREEN ?</p><p>Is there any infomation for this ?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (leixiong)</author>
		<pubDate>Sun, 10 Apr 2011 09:39:38 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Depends if you are using Allegro 4 or Allegro 5. With Allegro 5 its easy. Just look at the <a href="http://docs.liballeg.org/display.html">Display and Monitor apis</a>. For Allegro 4 you&#39;re out of luck.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Sun, 10 Apr 2011 09:48:04 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>There is a foreground window to display animation, the background for change parameter.</p><p>The background change some parameter, then the foreground display correspond animation.</p><p>The background and foreground is all alone in different desktop and can not see each other.</p><p>Example:<br />In Windows XP I can install two display card and echo one connect to a monitor. Then I can </p><p>extend the desktop. The main window is normal ID to 1 and the expand is ID to 2. My program </p><p>can display animation on main window and display background on extend desktop.</p><p>Can linux do this ? </p><p>When I install two display card in computer and setup linux (Debian) the system is dead.</p><p>I see that we can open two windows but they all display in one desktop. They can see each</p><p>other.</p><p>Can anyone help me to do this ? </p><p>Thanks, Lei Xiong
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (leixiong)</author>
		<pubDate>Sun, 10 Apr 2011 18:13:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/606981/912685#target">leixiong</a> said:</div><div class="quote"><p>Can linux do this ?</p></div></div><p>Sure, but you need to understand how to set something like that up in the xorg.conf file. I suggest you get studying <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" /></p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>I see that we can open two windows but they all display in one desktop. They can see each other.</p></div></div><p>When you have two video outputs, you need to tell allegro to create the window on secondary outputs. take a look at <span class="source-code"><a href="http://www.allegro.cc/manual/al_set_new_display_adapter"><span class="a">al_set_new_display_adapter</span></a></span>. That&#39;s the function you use prior to <span class="source-code"><a href="http://www.allegro.cc/manual/al_create_display"><span class="a">al_create_display</span></a></span> to tell allegro to create the display on a specific output.</p><p>The easiest (and likely only way) way to get dual screens in allegro+linux+X is to use a graphics card with two or more ouputs built in.</p><p>OpenGL on linux doesn&#39;t play nicely with separate graphics cards. As far as I know there is no way to get OpenGL to work properly across two separate graphics cards, at least with the open source drivers (Mesa/DRI are broken when trying to use GL/GLX from two separate cards in the same program).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Sun, 10 Apr 2011 21:37:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I see.</p><p>I will setup dual vidio system  first with xorg.conf .</p><p>Then I can write program with  &quot; al_set_new_display_adapter al_create_display&quot; that </p><p>provide by  allegro.</p><p>Thanks a lot.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (leixiong)</author>
		<pubDate>Mon, 11 Apr 2011 11:22:03 +0000</pubDate>
	</item>
</rss>
