<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: OS X, dual monitors: Game in fullscreen, secondary display untouched?</title>
	<link>http://ask.metafilter.com/35513/OS-X-dual-monitors-Game-in-fullscreen-secondary-display-untouched/</link>
	<description>Comments on Ask MetaFilter post OS X, dual monitors: Game in fullscreen, secondary display untouched?</description>
	<pubDate>Sat, 01 Apr 2006 11:34:21 -0800</pubDate>
	<lastBuildDate>Sat, 01 Apr 2006 11:34:21 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: OS X, dual monitors: Game in fullscreen, secondary display untouched?</title>
		<link>http://ask.metafilter.com/35513/OS-X-dual-monitors-Game-in-fullscreen-secondary-display-untouched</link>	
		<description>Is there any way, on an Intel iMac with two displays, to make apps like World of Warcraft or Unreal Tournament leave the secondary display alone? &lt;br /&gt;&lt;br /&gt; I like to take the occasional game break during the day, but I also like to keep one eye on IM during those sessions.  With both the games mentioned, unless I run them in windowed mode, the secondary display, where I keep iChat and my inbox showing, goes blank.  Is there any way to change this?  Both have a windowed mode, but that causes some oddness with the mouse and it seems to hurt their performance a little.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.35513</guid>
		<pubDate>Sat, 01 Apr 2006 11:25:32 -0800</pubDate>
		<dc:creator>mph</dc:creator>
		
			<category>osx</category>
		
			<category>mac</category>
		
			<category>unreal</category>
		
			<category>worldofwarcraft</category>
		
			<category>displays</category>
		
	</item> <item>
		<title>By: smallerdemon</title>
		<link>http://ask.metafilter.com/35513/OS-X-dual-monitors-Game-in-fullscreen-secondary-display-untouched#552694</link>	
		<description>Power down the second monitor when you play? :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35513-552694</guid>
		<pubDate>Sat, 01 Apr 2006 11:34:21 -0800</pubDate>
		<dc:creator>smallerdemon</dc:creator>
	</item><item>
		<title>By: clord</title>
		<link>http://ask.metafilter.com/35513/OS-X-dual-monitors-Game-in-fullscreen-secondary-display-untouched#552816</link>	
		<description>OSX uses a &quot;cover window&quot; for full-screen applications. The application developer decides when creating this window whether it will fill one or both screens. As far as I can tell, the decision is arbitrary. Although perhaps it signifies to the operating system that the application is taking over all user input. &lt;br&gt;
&lt;br&gt;
It is *possible* you can open the NIB file and change this, although I am betting heavily against (ie, its probably not declarative in the NIB, but procedural in the game&apos;s startup routine). &lt;br&gt;
&lt;br&gt;
I usually run in Windowed mode, in any event. OSX is a much less &quot;full-screen-oriented&apos; operating system than Windows XP (irony?), and I almost never have problems with games played in non-fullscreen windows. What are the problems you are having with WoW?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35513-552816</guid>
		<pubDate>Sat, 01 Apr 2006 14:52:47 -0800</pubDate>
		<dc:creator>clord</dc:creator>
	</item><item>
		<title>By: symphonik</title>
		<link>http://ask.metafilter.com/35513/OS-X-dual-monitors-Game-in-fullscreen-secondary-display-untouched#552822</link>	
		<description>Unfortunately, &lt;tt&gt;&lt;a href=&quot;http://developer.apple.com/documentation/GraphicsImaging/Reference/Quartz_Services_Ref/Reference/reference.html#//apple_ref/doc/uid/TP30001070-CH1g-F17097&quot;&gt;CGDisplayCapture()&lt;/a&gt;&lt;/tt&gt; is a very efficient member of the Quartz API. It hijacks the specified displays, and there&apos;s no way any other app gets them back without quitting the executable that locked them.&lt;br&gt;
&lt;br&gt;
Running &lt;tt&gt;nm&lt;/tt&gt; on the WoW executable, I can see they do call &lt;tt&gt;CGDisplayCapture&lt;/tt&gt;, and they must call it on all connected displays. They might have a Very Good Reason&#8482; for this, or they might just assume that&apos;s how they &lt;i&gt;have&lt;/i&gt; to do it, porting from the Windows environment (see clord&apos;s notes on XP being much more fullscreen-centric). Try filing a bug with them and see where it goes. Quote the API I linked above.&lt;br&gt;
&lt;br&gt;
All this being said, it&apos;s been a while since I used that API, but I &lt;i&gt;believe&lt;/i&gt; &lt;tt&gt;CGDisplayCapture&lt;/tt&gt; grants all input rights to the app that called it, which means even if they stopped capturing your secondary display, you&apos;d be able to see your IMs but may not be able to interact with them. I don&apos;t quite remember. But do try filing a bug with them, they are pretty responsive over thar at teh Blizzx0r.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35513-552822</guid>
		<pubDate>Sat, 01 Apr 2006 15:19:37 -0800</pubDate>
		<dc:creator>symphonik</dc:creator>
	</item><item>
		<title>By: symphonik</title>
		<link>http://ask.metafilter.com/35513/OS-X-dual-monitors-Game-in-fullscreen-secondary-display-untouched#552842</link>	
		<description>&lt;small&gt;Oh, and FWIW, I play WoW in windowed mode often with no noticeable performance hit. If it helps, set a macro like &lt;a href=&quot;http://www.wowwiki.com/Most_Used_Macros#Full-screen_to_windowed_mode&quot;&gt;this one&lt;/a&gt; and you can toggle back and forth between windowed and fullscreen mode whenever you hear iChat&apos;s distinctive sound. ;)&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35513-552842</guid>
		<pubDate>Sat, 01 Apr 2006 16:10:04 -0800</pubDate>
		<dc:creator>symphonik</dc:creator>
	</item><item>
		<title>By: danb</title>
		<link>http://ask.metafilter.com/35513/OS-X-dual-monitors-Game-in-fullscreen-secondary-display-untouched#552859</link>	
		<description>I dunno how powerful your machine is, but on mine (G4 PowerBook, 1.25GHz, 512MB RAM) switching between fullscreen and windowed was &quot;non-trivial,&quot; as they say.  In a crowded WoW area it could take 30 seconds or more to finish drawing all the windows.  If you have a computer like mine, I&apos;d lean towards avoiding fullscreen mode rather than toggling.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35513-552859</guid>
		<pubDate>Sat, 01 Apr 2006 17:20:45 -0800</pubDate>
		<dc:creator>danb</dc:creator>
	</item><item>
		<title>By: mph</title>
		<link>http://ask.metafilter.com/35513/OS-X-dual-monitors-Game-in-fullscreen-secondary-display-untouched#552914</link>	
		<description>I had no idea macros could do stuff like that.  Well ... vague idea, but not something I&apos;d explored.  Part of me is thrilled and part of me is thinking &quot;yet another thing my scripting compulsion is going to run wild over.&quot;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35513-552914</guid>
		<pubDate>Sat, 01 Apr 2006 19:38:07 -0800</pubDate>
		<dc:creator>mph</dc:creator>
	</item><item>
		<title>By: majick</title>
		<link>http://ask.metafilter.com/35513/OS-X-dual-monitors-Game-in-fullscreen-secondary-display-untouched#552921</link>	
		<description>You don&apos;t need a macro to toggle WoW windowed mode.  Splat-M is the default keybinding and it works just fine.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35513-552921</guid>
		<pubDate>Sat, 01 Apr 2006 19:52:45 -0800</pubDate>
		<dc:creator>majick</dc:creator>
	</item><item>
		<title>By: mph</title>
		<link>http://ask.metafilter.com/35513/OS-X-dual-monitors-Game-in-fullscreen-secondary-display-untouched#553138</link>	
		<description>Well, WoW seems pretty manageable (at least ... &quot;hear the distinctive IM tone, splat-M, check, deal, go back to gaming&quot; seems doable that way).&lt;br&gt;
&lt;br&gt;
The bigger problem child is UT2004 -- In windowed mode, it does some weird stuff with the mouse.  The motion of the mouse in the game window is sort of mismapped, to the extent that some menu items will remain just out of reach ... when I try to reach them with the mouse, it sort of warps to the opposite edge.  It clears up if I move the mouse off one of the edges then try again, but it&apos;s annoying.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35513-553138</guid>
		<pubDate>Sun, 02 Apr 2006 09:52:19 -0800</pubDate>
		<dc:creator>mph</dc:creator>
	</item>
	</channel>
</rss>
