<?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>I Live in a Box</title>
	<atom:link href="http://iliveinabox.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://iliveinabox.com</link>
	<description>Feelin&#039; Boxed In?</description>
	<lastBuildDate>Fri, 13 Apr 2012 23:30:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Going From Linux CLI to GUI with Dual Monitor Displays</title>
		<link>http://iliveinabox.com/?p=6</link>
		<comments>http://iliveinabox.com/?p=6#comments</comments>
		<pubDate>Fri, 13 Apr 2012 23:28:36 +0000</pubDate>
		<dc:creator>drobuddy</dc:creator>
				<category><![CDATA[6.x]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[dual monitors]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://iliveinabox.com/?p=6</guid>
		<description><![CDATA[First, we need to download a GUI if we are at the command line : # yum groupinstall &#8220;KDE desktop&#8221; /** or &#8220;Gnome desktop&#8221; if you prefer **/ Change to a different terminal using Ctrl + Alt + F1-F6; run &#8230; <a href="http://iliveinabox.com/?p=6">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First, we need to download a GUI if we are at the command line :</p>
<p><strong># yum groupinstall &#8220;KDE desktop&#8221;</strong> /** or &#8220;Gnome desktop&#8221; if you prefer **/</p>
<p>Change to a different terminal using <strong>Ctrl + Alt + F1-F6</strong>; run &#8216;startx&#8217; to bring up the GUI.</p>
<p>Ok, now we need to manually configure XRandR from the CLI (in theory, this should work on any recent Linux distro that has XRandR installed, but I&#8217;m using my preferred OS: CentOS 6.2).</p>
<p>Open a terminal window from within the X environment (GUI) and run:</p>
<p><strong>xrandr -q</strong> /** Queries the connected monitors and returns screen names, resolutions, refresh rates **/</p>
<p><strong>xrandr &#8211;output VGA-0 off</strong> /** Disable mirrored monitor if it is currently on; replace VGA-0 with relevant output from xrandr -q **/</p>
<p><strong>xrandr &#8211;output VGA-0 &#8211;left-of LVDS</strong> /** Can be &#8211;left-of, &#8211;right-of, etc **/</p>
<p>Voila! We now have dual monitors displayed again.</p>
<p>To return back to the CLI environment, press <strong>Ctrl + Alt + and F1</strong>.</p>
<p>To return to your running starx environment, press <strong>Ctl + Alt + F7</strong>.</p>
<p>I haven&#8217;t figured out how to shutdown the startx session without rebooting the machine; and it is a waste of resources to have it running in the background if you&#8217;re not actively using it. Any insight? All ideas are welcomed&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://iliveinabox.com/?feed=rss2&#038;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting Over</title>
		<link>http://iliveinabox.com/?p=1</link>
		<comments>http://iliveinabox.com/?p=1#comments</comments>
		<pubDate>Tue, 06 Dec 2011 01:15:11 +0000</pubDate>
		<dc:creator>drobuddy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iliveinabox.com/?p=1</guid>
		<description><![CDATA[This blog is currently under construction. When it does come online, it&#8217;ll primarily be used for documenting technical processes and quick reference materials.]]></description>
			<content:encoded><![CDATA[<p>This blog is currently under construction.</p>
<p>When it does come online, it&#8217;ll primarily be used for documenting technical processes and quick reference materials.</p>
]]></content:encoded>
			<wfw:commentRss>http://iliveinabox.com/?feed=rss2&#038;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

