<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Eddie On Everything &#187; video</title>
	<atom:link href="http://www.eddieoneverything.com/tag/video/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eddieoneverything.com</link>
	<description>Don&#039;t get me started</description>
	<lastBuildDate>Mon, 23 Aug 2010 16:19:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Force a Full-Screen Game To Run In A Window In XP</title>
		<link>http://www.eddieoneverything.com/windows-xp/how-to-force-a-full-screen-game-to-run-in-a-window-in-xp.php</link>
		<comments>http://www.eddieoneverything.com/windows-xp/how-to-force-a-full-screen-game-to-run-in-a-window-in-xp.php#comments</comments>
		<pubDate>Tue, 09 Feb 2010 16:13:37 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[windows xp]]></category>
		<category><![CDATA[full screen]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/?p=581</guid>
		<description><![CDATA[Man, nothing bothers me more than computer applications that insist on going full-screen in Windows. (OK, some things bother me more.  But it *is* annoying.) This behavior seems to be prevalent in many computer games, and I can&#8217;t for the life of me understand why developers insist on abusing their users in this way. [...]]]></description>
			<content:encoded><![CDATA[<p>Man, nothing bothers me more than computer applications that insist on going full-screen in Windows. (OK, some things bother me more.  But it *is* annoying.) This behavior seems to be prevalent in many computer games, and I can&#8217;t for the life of me understand why developers insist on abusing their users in this way.  Hey people, I have a freaking GIGANTIC monitor with enough space to view many applications at once. Why should I have to devote all 26&#8243; of my screen real estate to a game that can easily run in an 800&#215;600 window? </p>
<p>Unfortunately, there is not always an easy solution to this problem.  However, there are a few things you, kind user, can do to try to fix this broken-by-design behavior. </p>
<p><strong>1.  Try hitting &#8220;ALT-Enter&#8221; </strong>while the game or application is running.  ALT-ENTER is a Windows key command that instructs an application to run in windowed mode.  Depending on which game you are playing, this may work.  (This is the easiest solution.)</p>
<p><strong><a href="http://forums.techguy.org/games/523219-how-do-i-force-game.html" target="_blank">2.</a>  Try altering the command line switch</strong> in the application shortcut to specify windowed mode.  Here&#8217;s how:</p>
<ol>
<li>Right click on the shortcut of the file and go to properties.</li>
<li>Go to the box that says &#8220;target.&#8221;  It&#8217;ll look something like: &#8220;C:\Program Files\Warcraft III\Frozen Throne.exe&#8221;.  Add the switch &#8220;-window&#8221; to end of the command.  For instance, in the above example, it&#8217;ll then look like this: &#8220;C:\Program Files\Warcraft III\Frozen Throne.exe&#8221; -window</li>
<li>If adding &#8220;-window&#8221; doesn&#8217;t work, try adding just &#8220;-w&#8221;.  (This works for some Sims games, like Sims2.)</li>
<li>If neither of those work, check the user manual to see if there is another switch that does work.  If you find one, post it in the comments to help other people out!</li>
</ol>
<p>For this method to work, the game developers must have specifically coded for this option.  It will not work on all games.</p>
<p><strong>3.  Try using <a href="http://appaholic.co.uk/2007/10/16/dxwnd-force-almost-anything-into-a-windowed-mode/" target="_blank">DXWNnd</a>.</strong>  There&#8217;s a program out there that&#8217;s called &#8220;dxwnd.&#8221;  This program intercepts DirectX applications and forces them to run in windowed mode.  I have had mixed results with this program &#8211; the colors don&#8217;t always render properly.  Still, it&#8217;s worth a shot.  To try this method, do the following:</p>
<ol>
<li>Download and save <a href="http://appaholic.co.uk/2007/10/16/dxwnd-force-almost-anything-into-a-windowed-mode/" target="_blank">dxwnd.exe</a></li>
<li>Right click the dxwnd&#8217;s window pane</li>
<li>Select &#8220;Add&#8221;</li>
<li>Use the &#8220;&#8230;&#8221; button to browse for your fullscreened executable</li>
<li>Select the DirectX version of your executable if it&#8217;s known, if not, leave it set to &#8220;Automatic&#8221;</li>
<li>If your executable runs in 256 (8-bit) colored mode, check the &#8220;Emulate 256 Color Palette&#8221; check box</li>
<li>Click &#8220;OK&#8221;</li>
<li>Now that you have an entry for your executable, simply double click it or run the game/application itself. What&#8217;s neat is as long as dwwnd is running, it will intercept the launching of the application itself, so it&#8217;s not necessary to use dxwnd itself to start your game/application</li>
</ol>
<p>This is an old tool, and I was not able to get it to work properly on any of my games.  I hope it works for you, though!</p>
<p><strong>4.  &#8220;Sizer&#8221; lets you automatically resize a window.</strong>  Another option to try is the freeware <a href="http://www.brianapps.net/sizer.html" target="_blank">Sizer</a> application.  Sizer allows you to resize any window to an exact, predefined size.  </p>
<ol>
<li>Download and install <a href="http://www.brianapps.net/sizer.html" target="_blank">Sizer</a>.</li>
<li>Run the program.  It will appear in your system tray.</li>
<li>Run the program you want to resize.  Hit ALT-TAB to show the Windows Start Bar.  Right click on the Application and choose the desired size.</li>
</ol>
<p>I was able to get Sizer to work on my Magic: The Gathering game, but not on Jeopardy: 2003.  </p>
<p><strong>5.  Virtualization method:</strong> If the above fail, and you still want to run this application in a window, consider setting up a Virtual PC and running the application within it.  To do this, you&#8217;ll need to download virtualization software like Sun&#8217;s <a href="http://www.virtualbox.org/" target="_blank">Virtual Box</a>, set up a virtual PC running Windows (Or OSX, whatever your poison :), then install the software into that virtual machine.  This is by far the most complicated method and may not be for everybody.  But it *should* work each and every time. </p>
<p>I had to use the VirtualBox method to get my Jeopardy 2003 game to run in windowed mode.  If you are able to get any of your games running in windowed mode, post how you did it in the comments!</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php" title="AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it">AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php" title="How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error">How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-get-a-kingwin-usb-drive-enclosure-to-work-in-windows-xp.php" title="How To Get a Kingwin USB Drive Enclosure To Work In Windows XP">How To Get a Kingwin USB Drive Enclosure To Work In Windows XP</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-run-device-manager-from-the-windows-command-line.php" title="How To Run Device Manager From The Windows Command Line">How To Run Device Manager From The Windows Command Line</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-re-mount-a-usb-drive-in-windows-without-rebooting.php" title="How to Re-Mount a USB Drive in Windows Without Rebooting">How to Re-Mount a USB Drive in Windows Without Rebooting</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/installing-webui-in-utorrent-2-0.php" title="Installing WebUI in uTorrent 2.0">Installing WebUI in uTorrent 2.0</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/fix-the-synergy-copy-and-paste-clipboard-problem-on-xp.php" title="Fix the Synergy Copy-and-Paste Clipboard Problem on XP">Fix the Synergy Copy-and-Paste Clipboard Problem on XP</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/windows-xp/how-to-force-a-full-screen-game-to-run-in-a-window-in-xp.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Watch Flash Videos Full-Screen on Dual Monitor Setup</title>
		<link>http://www.eddieoneverything.com/internet/how-to-watch-flash-videos-full-screen-on-dual-monitor-setup.php</link>
		<comments>http://www.eddieoneverything.com/internet/how-to-watch-flash-videos-full-screen-on-dual-monitor-setup.php#comments</comments>
		<pubDate>Sun, 06 Dec 2009 03:08:05 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/?p=467</guid>
		<description><![CDATA[If you have a dual monitor setup, you&#8217;ve probably tried to watch a flash video on one screen while working on the other.  As you likely know by now, it doesn&#8217;t work &#8211; as soon as you click the mouse on the other screen, the Flash video snaps back to regular size.  Pretty [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a dual monitor setup, you&#8217;ve probably tried to watch a flash video on one screen while working on the other.  As you likely know by now, it doesn&#8217;t work &#8211; as soon as you click the mouse on the other screen, the Flash video snaps back to regular size.  Pretty annoying, I know.</p>
<p>Fortunately, there&#8217;s a way around this. Polish blogger D.I.Z. has created a <a href="http://my.opera.com/d.i.z./blog/2009/04/22/watch-fullscreen-flash-while-working-on-another-screen" target="_blank">patch</a> that will allow you to watch a full screen video on one monitor while working on another.  The patch, a single DLL file, is available at his <a href="http://my.opera.com/d.i.z./blog/2009/04/22/watch-fullscreen-flash-while-working-on-another-screen">blog</a>.</p>
<p>To install the patch, you simply download a single DLL file &amp; replace the version on your system.</p>
<p>This hack should work in Windows XP, Windows Vista, and Windows 7.  And of course, if you upgrade your flash player, you will lose the changes.  Bookmark this page so you check back for new versions of the DLL file needed for future releases.</p>
<p><a href="http://my.opera.com/d.i.z./blog/2009/04/22/watch-fullscreen-flash-while-working-on-another-screen" target="_blank">Link to D.I.Z.&#8217;s blog.</a></p>
<p>Found at  <a href="http://lifehacker.com/5419028/keep-flash-videos-in-full-screen-on-dual-monitors" target="_blank">Lifehacker</a>.</p>
<p>A <a href="http://www.reddit.com/r/entertainment/comments/abhgy/keep_flash_videos_in_full_screen_on_dual_monitors/" target="_blank">Reddit thread</a> on the matter.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-ialmrnt5-display-driver-error.php" title="How to fix the ialmrnt5 display driver error">How to fix the ialmrnt5 display driver error</a></li><li><a href="http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php" title="AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it">AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php" title="How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error">How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-run-device-manager-from-the-windows-command-line.php" title="How To Run Device Manager From The Windows Command Line">How To Run Device Manager From The Windows Command Line</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-re-mount-a-usb-drive-in-windows-without-rebooting.php" title="How to Re-Mount a USB Drive in Windows Without Rebooting">How to Re-Mount a USB Drive in Windows Without Rebooting</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/fix-the-synergy-copy-and-paste-clipboard-problem-on-xp.php" title="Fix the Synergy Copy-and-Paste Clipboard Problem on XP">Fix the Synergy Copy-and-Paste Clipboard Problem on XP</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-take-a-screenshot-of-a-movie-in-windows-xp.php" title="How To Take A Screenshot Of A Movie In Windows XP">How To Take A Screenshot Of A Movie In Windows XP</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/internet/how-to-watch-flash-videos-full-screen-on-dual-monitor-setup.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix the ialmrnt5 display driver error</title>
		<link>http://www.eddieoneverything.com/windows-xp/how-to-fix-the-ialmrnt5-display-driver-error.php</link>
		<comments>http://www.eddieoneverything.com/windows-xp/how-to-fix-the-ialmrnt5-display-driver-error.php#comments</comments>
		<pubDate>Tue, 25 Jul 2006 23:35:45 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[windows xp]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[tech support]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video drivers]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/windows-xp/how-to-fix-the-ialmrnt5-display-driver-error.php</guid>
		<description><![CDATA[I&#8217;ve been having a problem with my graphics adapter for a while now.
What happens is that my computer freezes up for about 10 seconds, then resizes the monitor resolution to 640&#215;480 and displays everything in 4 colors.  An error box then pops up with some nonsense about the ialmrnt5 driver malfunctioning, and I&#8217;m forced [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->I&#8217;ve been having a problem with my graphics adapter for a while now.</p>
<p>What happens is that my computer freezes up for about 10 seconds, then resizes the monitor resolution to 640&#215;480 and displays everything in 4 colors.  An error box then pops up with some nonsense about the ialmrnt5 driver malfunctioning, and I&#8217;m forced to reboot the PC to get back to my normal display resolution.</p>
<p>The odd thing about this error is that it doesn&#8217;t occur when I&#8217;m performing any graphics-intense functions &#8211; it usually happens when my PC is just sitting there, minding its P&#8217;s and Q&#8217;s, and I move the mouse to get the monitor to turn on.  (hmm, maybe it&#8217;s a power-save feature error?)</p>
<p>Anyway, some research suggests that <a href="http://developer.intel.com/support/graphics/intel915g/sb/CS-016497.htm">installing the latest Intel video drivers</a> will fix the problem.  (Update: Page is down.  <a href="http://www.eddieoneverything.com/life-tips/cached-page-intel-ialmrnt5-display-driver-error.php">Here is a cached copy</a>.)</p>
<ol>
<li><a href="http://developer.intel.com/support/graphics/intel915g/sb/CS-016497.htm">Download the drivers from here</a> (Update:  Site looks down. <a href="http://web.archive.org/web/20080630052429rn_2/downloadcenter.intel.com/Product_Filter.aspx?ProductID=1764" target="_blank">Here is a cached copy</a>.)</li>
<li>Install and follow the instructions.</li>
</ol>
<p>I haven&#8217;t had any problems since making the update &#8212; I&#8217;ll update if I do.<br />
<!--adsense#largerectanglenowrap--></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-delete-a-file-that-is-in-use-by-another-person-or-program.php" title="How To Delete A File That Is In Use By Another Person Or Program">How To Delete A File That Is In Use By Another Person Or Program</a></li><li><a href="http://www.eddieoneverything.com/internet/how-to-watch-flash-videos-full-screen-on-dual-monitor-setup.php" title="How To Watch Flash Videos Full-Screen on Dual Monitor Setup">How To Watch Flash Videos Full-Screen on Dual Monitor Setup</a></li><li><a href="http://www.eddieoneverything.com/articles/acrobatinfo-exe-is-as-bad-as-a-virus-how-to-remove-it.php" title="AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it">AcrobatInfo.exe is as bad as a Virus &#8211; How to remove it</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-fix-the-clocks-an-error-occurred-while-windows-was-synchronizing-with-error.php" title="How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error">How to Fix the clock&#8217;s &#8220;An Error Occurred While Windows was synchronizing with&#8221; Error</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-run-device-manager-from-the-windows-command-line.php" title="How To Run Device Manager From The Windows Command Line">How To Run Device Manager From The Windows Command Line</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/how-to-re-mount-a-usb-drive-in-windows-without-rebooting.php" title="How to Re-Mount a USB Drive in Windows Without Rebooting">How to Re-Mount a USB Drive in Windows Without Rebooting</a></li><li><a href="http://www.eddieoneverything.com/windows-xp/fix-the-synergy-copy-and-paste-clipboard-problem-on-xp.php" title="Fix the Synergy Copy-and-Paste Clipboard Problem on XP">Fix the Synergy Copy-and-Paste Clipboard Problem on XP</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/windows-xp/how-to-fix-the-ialmrnt5-display-driver-error.php/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>
