<?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>if it&#039;s owən &#187; Guide</title>
	<atom:link href="http://owened.net/category/guide/feed" rel="self" type="application/rss+xml" />
	<link>http://owened.net</link>
	<description>it&#039;s probably awesome</description>
	<lastBuildDate>Sun, 25 Dec 2011 00:57:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How-to: Force nVidia Powermizer performance in Linux</title>
		<link>http://owened.net/2008/04/23/how-to-force-nvidia-powermizer-performance-in-linux</link>
		<comments>http://owened.net/2008/04/23/how-to-force-nvidia-powermizer-performance-in-linux#comments</comments>
		<pubDate>Tue, 22 Apr 2008 23:42:45 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[powermizer]]></category>

		<guid isPermaLink="false">http://owened.net/?p=353</guid>
		<description><![CDATA[You may wish to force the nVidia Powermizer performance level of your Linux laptop for whatever reason. I do it personally because the nVidia 8400GS in my system can run Compiz-Fusion &#8220;OK&#8221; at the lowest performance level; thus I get a great animated desktop and retain my battery life! Edit: Jump to this comment for [...]]]></description>
			<content:encoded><![CDATA[<p>You may wish to force the nVidia Powermizer performance level of your Linux laptop for whatever reason. I do it personally because the nVidia 8400GS in my system can run Compiz-Fusion &#8220;OK&#8221; at the lowest performance level; thus I get a great animated desktop and retain my battery life!</p>
<p><i>Edit</i>: Jump to <a href="http://owened.net/2008/04/23/how-to-force-nvidia-powermizer-performance-in-linux/comment-page-1/#comment-15712">this comment</a> for an alternative way to achieve this.</p>
<p>This is rather simple to achieve, as fortunately the Linux nVidia driver retains a mechanism to read Windows registry values. How do you pass Windows registry values to the nVidia Linux driver? I&#8217;m glad you asked! Just like this:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">Section &quot;Device&quot;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; Identifier &nbsp; &nbsp; &quot;Videocard0&quot;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; Driver &nbsp; &nbsp; &nbsp; &nbsp; &quot;nvidia&quot;
</div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp; VendorName &nbsp; &nbsp; &quot;NVIDIA Corporation&quot;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; BoardName &nbsp; &nbsp; &nbsp;&quot;GeForce 8400M GS&quot;&nbsp; &nbsp;
</div>
</li>
<li class="li1">
<div class="de1"># force Powermizer to a certain level at all times
</div>
</li>
<li class="li1">
<div class="de1"># PLEASE NOTE:
</div>
</li>
<li class="li1">
<div class="de1"># ENSURE you change the &#8216;x&#8217; if you copied and pasted to an actual letter &#8216;x&#8217;
</div>
</li>
<li class="li2">
<div class="de2"># WordPress is doing some funky formatting to change it to a multiplication symbol
</div>
</li>
<li class="li1">
<div class="de1"># level 0&#215;1 = highest
</div>
</li>
<li class="li1">
<div class="de1"># level 0&#215;2 = med
</div>
</li>
<li class="li1">
<div class="de1"># level 0&#215;3 = lowest
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; Option&nbsp; &quot;RegistryDwords&quot;&nbsp; &nbsp; &quot;PowerMizerLevel=0&#215;3&quot;
</div>
</li>
<li class="li2">
<div class="de2">EndSection
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
</ol>
</div>
<p>That&#8217;s  the relevant excerpt from my xorg.conf; it&#8217;s simply a matter of defining the &#8220;RegistryDword&#8221; option under the Device section, and passing in the appropriate arguments. In this case, we want to tell PowerMizerLevel to be a certain value.</p>
<p>You can copy and paste the above code, but you must be mindful of one thing: change the &#8216;x&#8217; character above to an actual &#8220;x&#8221; &#8211; WordPress is doing some funky auto-formatting to change the character from a regular letter &#8216;x&#8217; to a multiplication symbol as it lies between two numerals. After you&#8217;ve changed it, restart X, start up Compiz-Fusion or another 3D app, and keep a watch on the performance level in the nVidia utility. It doesn&#8217;t change!</p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2008/04/23/how-to-force-nvidia-powermizer-performance-in-linux/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>SoundBlaster Live 5.1 ALSA 5.1 speaker configuration</title>
		<link>http://owened.net/2008/03/29/soundblaster-live-51-alsa-51-speaker-configuration</link>
		<comments>http://owened.net/2008/03/29/soundblaster-live-51-alsa-51-speaker-configuration#comments</comments>
		<pubDate>Sat, 29 Mar 2008 04:57:18 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech-geek]]></category>

		<guid isPermaLink="false">http://owened.net/2008/03/29/soundblaster-live-51-alsa-51-speaker-configuration/</guid>
		<description><![CDATA[I&#8217;ve finally figured out the cryptic alsamixer to configure ALSA properly for use with my SoundBlaster Live 5.1 and my 5.1 speaker setup. I think a recent update has made this work properly because I&#8217;ve intermittently played with alsamixer over the years I&#8217;ve been using Linux, and I&#8217;ve never been able to get it to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally figured out the cryptic alsamixer to configure ALSA properly for use with my SoundBlaster Live 5.1 and my 5.1 speaker setup. I think a recent update has made this work properly because I&#8217;ve intermittently played with alsamixer over the years I&#8217;ve been using Linux, and I&#8217;ve never been able to get it to work properly. Though, today I can finally announce that it does. The following configuration, when pasted into your /etc/asound.state file (remember to backup your existing one first!) will hopefully &#8220;just work&#8221; &#8212; no further configuration necessary. It&#8217;s advisable to use your physical volume knob to adjust the overall volume level as I would not recommend playing with the software volume levels.</p>
<p>File&#8217;s here: <a href='http://owened.net/wp-content/uploads/2008/03/asound.conf' title='asound.conf'>asound.conf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://owened.net/2008/03/29/soundblaster-live-51-alsa-51-speaker-configuration/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

