<?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>Technitribe &#187; Linux</title>
	<atom:link href="http://blog.lnx.cx/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lnx.cx</link>
	<description>not at all like a diatribe</description>
	<lastBuildDate>Mon, 02 Apr 2012 16:51:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fedora 15 and the Lenovo T520 Thinkpad</title>
		<link>http://blog.lnx.cx/2011/09/14/fedora-15-and-the-lenovo-t520-thinkpad/</link>
		<comments>http://blog.lnx.cx/2011/09/14/fedora-15-and-the-lenovo-t520-thinkpad/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 06:27:22 +0000</pubDate>
		<dc:creator>Tim Bielawa</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Xorg]]></category>
		<category><![CDATA[fedora 14]]></category>
		<category><![CDATA[fedora 15]]></category>
		<category><![CDATA[kms]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[T520]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://blog.lnx.cx/?p=161</guid>
		<description><![CDATA[I just went through a harrowing experience of attempting to install Fedora 14 on a Lenovo T520 Thinkpad with my good friend, abutcher. The issue presented itself first as X failing to start after the installer loaded. After switching into low graphics mode we were able to go through the installer successfully. But that did [...]]]></description>
			<content:encoded><![CDATA[<p>I just went through a harrowing experience of attempting to install Fedora 14 on a Lenovo T520 Thinkpad with my good friend, <a href="http://afrolegs.com">abutcher</a>. The issue presented itself first as X failing to start after the installer loaded. After switching into low graphics mode we were able to go through the installer successfully. But that did not solve our problems completely. After booting into the desktop we were unable to change the display resolution from 1280&#215;1024 to the native 1600&#215;900.</p>
<p>We started as most people would, Googling for numerous combinations of &#8220;fedora 14 thinkpad T520&#8243;, &#8220;sandybridge linux&#8221;, &#8220;sandybridge fedora&#8221;, etc. The results were surprising. Numerous sources report the T520 works with &#8220;<a href="http://mo.morsi.org/blog/node/344">no special setup needed</a>.&#8221; This was not true for us. We Tried installing a newer Kernel from rawhide and the newer<code> xorg-x11-drv-intel</code> driver (2.16). This did not fix the issue.</p>
<p>To compound our confusion, we noticed numerous posts referencing a BIOS option to disable the Nvidia 4200M (Optimus) card. Our system showed no signs of said card or any &#8220;internal&#8221;/&#8221;external&#8221; BIOS option.</p>
<p>Next we attempted installing Fedora 15. *ugh* GNOME 3 was not on our list of things to try today. But it was all we could think of.</p>
<p>This also did not work.</p>
<p>I started doing some heavy research. Somehow I ended up researching Kernel Mode Setting (KMS). The <a href="http://wiki.debian.org/KernelModesetting">Debian Wiki</a> was an especially useful resource for this.</p>
<blockquote><p>Kernel Mode Setting (KMS) provides faster mode switching for X and console. It also provides native-resolution VTs on some laptops and netbooks which, prior to this, would use some standard mode, e.g. 800×600 on a 1024×600 panel.</p></blockquote>
<p>This was relevant to my interests. &#8220;KMS provides native-resolution virtual terminals&#8221; you say? A quick trip to <code>/boot/grub/grub.conf</code> showed that <strong>we were booting our kernel with the nomodeset option</strong>. We made a new boot entry (protip: never change your boot loader without leaving a known &#8220;working&#8221; entry) and omitted the nomodeset option. We also set the value of the default variable to our new entry, set <code>timeout</code> to 10, and commented out the <code>hiddenmenu</code> directive.</p>
<p>This <strong>almost</strong> worked. We removed the xorg config file (<code>/etc/X11/xorg.conf</code>) and restarted the computer for good measure.</p>
<p>voila.</p>
<p>Our Lenovo Thinkpad T520 was booting X using the laptops native resolution.</p>
<p>Just to clarify:</p>
<ul>
<li>Not ALL T520s come with the dual Intel Integrated Graphcs + Nvidia combination (ours did not)</li>
<li>This can really throw you off</li>
<li>The <code>xorg-x11-drv-nouveau</code> package/driver had nothing to do with this. That package provides an Nvidia driver (which did not affect us)</li>
<li>The <code>kmod-nvidia</code> package/driver also has nothing to do with this</li>
<li>This laptop has an integrated Intel HD 3000 Graphics chipset</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.lnx.cx/2011/09/14/fedora-15-and-the-lenovo-t520-thinkpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop Upgrade Tonight</title>
		<link>http://blog.lnx.cx/2010/02/19/desktop-upgrade-tonight/</link>
		<comments>http://blog.lnx.cx/2010/02/19/desktop-upgrade-tonight/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 01:28:10 +0000</pubDate>
		<dc:creator>Tim Bielawa</dc:creator>
				<category><![CDATA[/dev/null]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OMGNEWVERSION]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/2010/02/19/desktop-upgrade-tonight/</guid>
		<description><![CDATA[Tonight I&#8217;m upgrading my desktop (&#8220;fridge&#8221;) from Fedora 11 to 12. For my own personal benefit I&#8217;ll be documenting the process. Things I want to take note of in particular include: which additional files must be backed up for system services like samba, my current partition map, and what process I used to perform the [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight I&#8217;m upgrading my desktop (&#8220;fridge&#8221;) from Fedora 11 to 12. For my own personal benefit I&#8217;ll be documenting the process. Things I want to take note of in particular include: which additional files must be backed up for system services like samba, my current partition map, and what process I used to perform the upgrade (optical media, netboot?).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lnx.cx/2010/02/19/desktop-upgrade-tonight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux 101 Tutorial for LCSEE</title>
		<link>http://blog.lnx.cx/2009/08/30/linux-101-tutorial-for-lcsee/</link>
		<comments>http://blog.lnx.cx/2009/08/30/linux-101-tutorial-for-lcsee/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 03:39:20 +0000</pubDate>
		<dc:creator>Tim Bielawa</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Introduction]]></category>
		<category><![CDATA[LCSEE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=29</guid>
		<description><![CDATA[Andrew and I put together a small Linux 101 tutorial for new CS kids in our department. We collaborated on it using google docs for the outline and then google presentation to make the actual presentation.]]></description>
			<content:encoded><![CDATA[<p>Andrew and I put together a small Linux 101 tutorial for new CS kids in <a title="Lane Department of Computer Science and Electrical Engineering" href="http://csee.wvu.edu" target="_blank">our department</a>. We collaborated on it using google docs for the outline and then google presentation to make the actual presentation.</p>
<p><iframe src="http://docs.google.com/present/embed?id=dhmh54m7_55dns6mcdp" frameborder="0" width="410" height="342"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lnx.cx/2009/08/30/linux-101-tutorial-for-lcsee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

