<?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>automaticable &#187; film</title>
	<atom:link href="http://www.automaticable.com/category/film/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automaticable.com</link>
	<description>adjective: of or pertaining to things that should work but go awry</description>
	<lastBuildDate>Sun, 27 Mar 2011 16:16:02 +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>How-to: Enable Surround Sound on Ubuntu Hardy</title>
		<link>http://www.automaticable.com/2008-05-28/how-to-enable-surround-sound-on-ubuntu-hardy/</link>
		<comments>http://www.automaticable.com/2008-05-28/how-to-enable-surround-sound-on-ubuntu-hardy/#comments</comments>
		<pubDate>Thu, 29 May 2008 00:36:51 +0000</pubDate>
		<dc:creator>Scott Wegner</dc:creator>
				<category><![CDATA[film]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[5.1]]></category>
		<category><![CDATA[7.1]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[daemon.conf]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[hardy heron]]></category>
		<category><![CDATA[pavumeter]]></category>
		<category><![CDATA[pulse]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[rhythmbox]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[surround]]></category>
		<category><![CDATA[surround sound]]></category>
		<category><![CDATA[totem]]></category>

		<guid isPermaLink="false">http://www.automaticable.com/?p=280</guid>
		<description><![CDATA[By default, Ubuntu Hardy Heron uses PulseAudio for audio mixing, which disables surround sound by default. I just bought new 5.1-channel speakers, but I was only heard sound coming from the front two. Disappointed, I went searching for the answer in the forums. If you want surround sound on your Linux setup, keep reading below.. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.automaticable.com/wp-content/uploads/2008/05/ss11-pavumeter.png"><img class="alignnone size-medium wp-image-281" title="PulseAudio Volume Meter" src="http://www.automaticable.com/wp-content/uploads/2008/05/ss11-pavumeter-300x127.png" alt="" width="300" height="127" /></a></p>
<p>By default, Ubuntu Hardy Heron uses PulseAudio for audio mixing, which disables surround sound by default.  I just bought new 5.1-channel speakers, but I was only heard sound coming from the front two.  Disappointed, I went searching for the answer in the forums.  If you want surround sound on your Linux setup, keep reading below..</p>
<p><span id="more-280"></span></p>
<p style="clear: left">
<p>Like I said above, Ubuntu now uses PulseAudio by default, so it dictates the kind of output you&#8217;ll be getting from your sound card.  Luckily, PulseAudio makes it very easy to enable surround via a simple configuration file.  I followed instructions <a title="HOWTO: Surround sound in pulseaudio - Ubuntu Forums" href="http://ubuntuforums.org/showthread.php?t=795525">here</a> for editing via the command-line, but using a GUI should be just as easy.</p>
<ul>
<li>Press Alt-F2 to open a &#8220;Run&#8221; dialog, and type &#8220;<code>gksudo nautilus</code>&#8220;.  This will give us a file-browser with administrator privileges.
<div style="text-align: center"><a href="http://www.automaticable.com/wp-content/uploads/2008/05/ss01-nautilus.png"><img class="alignnone size-full wp-image-282" style="float: none; clear: left" title="gksudo nautilus" src="http://www.automaticable.com/wp-content/uploads/2008/05/ss01-nautilus.png" alt="" width="500" height="181" /></a></div>
<p><strong>Warning</strong>: With this file browser we have access to do almost <em>anything</em> to our system.  Follow these instructions carefully, or things could get bad!</li>
<li>In the file browser, click on the &#8220;File System&#8221; icon on the right.  Then navigate into the &#8220;etc&#8221; folder, and then &#8220;pulse&#8221;.  This is the folder where our configuration file lives.
<div style="text-align: center"><a href="http://www.automaticable.com/wp-content/uploads/2008/05/ss02-pulse.png"><img class="alignnone size-full wp-image-283" style="float: none" title="/etc/pulse Directory" src="http://www.automaticable.com/wp-content/uploads/2008/05/ss02-pulse.png" alt="" width="500" height="357" /></a></div>
</li>
<li>Make a backup of &#8220;daemon.conf&#8221;.  Do this by selecting the file, copy it, and then paste it in the same directory.  Right click the new copy and rename it &#8220;daemon.conf.bak&#8221;.  This is just in case things go wrong&#8211; it&#8217;ll be easy to revert back to the original settings.
<div style="text-align: center"><a href="http://www.automaticable.com/wp-content/uploads/2008/05/ss03-backup.png"><img class="alignnone size-full wp-image-284" style="float: none" title="Backup daemon.conf" src="http://www.automaticable.com/wp-content/uploads/2008/05/ss03-backup.png" alt="" width="500" height="357" /></a></div>
</li>
<li>Now we&#8217;re going on edit the settings file.  Double-click on &#8220;daemon.conf&#8221; to open it in a text editor.  Remember that we have administrator privileges, so be <em>very careful</em> of the changes you make!</li>
<li>Find the following line in the file, it should be towards the bottom:<br />
<blockquote><p><code>; default-sample-channels = 2</code></p></blockquote>
<p>First, remove the &#8220;;&#8221; character to &#8220;uncomment&#8221; the line.  Then change the value from 2 to either 6, for 5.1 surround sound, or 8 for 7.1 surround.  For example:</p>
<blockquote><p><code>default-sample-channels = 6</code></p></blockquote>
<div style="text-align: center"><a href="http://www.automaticable.com/wp-content/uploads/2008/05/ss04-channels.png"><img class="alignnone size-full wp-image-285" style="float: none" title="Editing daemon.conf" src="http://www.automaticable.com/wp-content/uploads/2008/05/ss04-channels.png" alt="" width="500" height="400" /></a></div>
</li>
<li>Save the file and exit the text editor <em>and</em> file browser.  This is important so we don&#8217;t accidentally make more changes with administrator access.</li>
</ul>
<p>That&#8217;s it for the hard part.  For the changes to take effect, you will need to restart your computer.  Afterwards, there is a simple command that you can use to test your surround sound.  Press Alt-F2 to start the &#8220;Run&#8221; dialog, and enter the command:<br />
<code>speaker-test -Dplug:surround51 -c6 -l1 -twav</code><br />
or to test 7.1 surround:<br />
<code>speaker-test -Dplug:surround71 -c8 -l1 -twav</code></p>
<div style="text-align: center"><a href="http://www.automaticable.com/wp-content/uploads/2008/05/ss05-test.png"><img class="alignnone size-full wp-image-286" style="float: none" title="Surround Sound Channel Test" src="http://www.automaticable.com/wp-content/uploads/2008/05/ss05-test.png" alt="" width="500" height="181" /></a></div>
<p>This will play a sound from each speaker telling what channel it is set to.  You should hear audio out of each one.  If you don&#8217;t then you may have some of the channels disabled.  Check them with the volume manager:</p>
<ul>
<li>Right click on the volume meter in the panel and press &#8220;Open Volume Control&#8221;.
<div style="text-align: center"><a href="http://www.automaticable.com/wp-content/uploads/2008/05/ss06-volume.png"><img class="alignnone size-full wp-image-287" style="float: none" title="Volume Control" src="http://www.automaticable.com/wp-content/uploads/2008/05/ss06-volume.png" alt="" width="500" height="319" /></a></div>
</li>
<li>Make sure the &#8220;ALSA&#8221; mixer is selected.  Go to File, Change Device, and select the one that contains &#8220;Alsa Mixer&#8221;.</li>
<li>By default, many of the channels are hidden.  Select Edit, Preferences.  Make sure you have at least the following selected: Master, Front, Surround, Center, and LFE (and Side if using 7.1 sound)
<div style="text-align: center"><a href="http://www.automaticable.com/wp-content/uploads/2008/05/ss07-channels.png"><img class="alignnone size-full wp-image-288" style="float: none" title="Select Surround Sound Channels" src="http://www.automaticable.com/wp-content/uploads/2008/05/ss07-channels.png" alt="" width="201" height="374" /></a></div>
</li>
<li>Now, make sure none of the channels are muted under the &#8220;Playback&#8221; tab.  If they are, un-mute them.
<div style="text-align: center"><a href="http://www.automaticable.com/wp-content/uploads/2008/05/ss08-unmute.png"><img class="alignnone size-full wp-image-289" style="float: none" title="Unmute Channels" src="http://www.automaticable.com/wp-content/uploads/2008/05/ss08-unmute.png" alt="" width="500" height="317" /></a></div>
<p>Then use the test command above to try again.</li>
</ul>
<p>At this point you should have surround sound working via the test command.  However, some applications may also need to be setup to use surround sound.  Rhythmbox should play music using surround by default.  However, Totem Movie Player needs to be configured for it.  To do so:</p>
<ul>
<li>Open Totem Movie Player  from the Applications menu under Sound and Video, Movie Player.
<div style="text-align: center"><a href="http://www.automaticable.com/wp-content/uploads/2008/05/ss09-totem.png"><img class="alignnone size-full wp-image-290" style="float: none" title="Totem Movie Player" src="http://www.automaticable.com/wp-content/uploads/2008/05/ss09-totem.png" alt="" width="500" height="414" /></a></div>
</li>
<li>Select Edit, Preferences, and click on the &#8220;Audio&#8221; tab</li>
<li>Set the &#8220;Audio output type&#8221; to your surround-sound preference.  For example. 5.1-channel.
<div style="text-align: center"><a href="http://www.automaticable.com/wp-content/uploads/2008/05/ss10-51.png"><img class="aligncenter size-full wp-image-291" style="float: none" title="Configure Totem for Surround Sound" src="http://www.automaticable.com/wp-content/uploads/2008/05/ss10-51.png" alt="" width="500" height="519" /></a></div>
</li>
</ul>
<p>Other applications or webpages that use Flash may not use surround sound correctly.  You can test if an application is using surround sound using the PulseAudio volume meter.  To do so, press Alt-F2 to open the &#8220;Run..&#8221; dialog, and enter the command &#8220;<code>pavumeter</code>&#8220;.  You should see sound in each channel.</p>
<div style="text-align: center"><a href="http://www.automaticable.com/wp-content/uploads/2008/05/ss11-pavumeter.png"><img class="aligncenter size-full wp-image-281" style="float: none" title="PulseAudio Volume Meter" src="http://www.automaticable.com/wp-content/uploads/2008/05/ss11-pavumeter.png" alt="" width="500" height="213" /></a></div>
<p>I&#8217;ve been very happy with my surround sound so far.  What experiences have you had?  Did these instructions work for you?  Are there any other applications you&#8217;ve found that don&#8217;t work with surround sound?  Post in the comments.</p>
Similar:<ul><li><a href="http://www.automaticable.com/2008-06-25/how-to-host-a-subversion-repository-in-ubuntu-hardy/" rel="bookmark" title="June 25, 2008">How To: Host a Subversion Repository in Ubuntu Hardy</a></li>

<li><a href="http://www.automaticable.com/2008-01-18/how-to-use-your-ubuntu-computer-as-a-music-alarm-clock/" rel="bookmark" title="January 18, 2008">How-to: Use Your Ubuntu Computer as a Music Alarm Clock</a></li>
</ul><!-- Similar Posts took 21.836 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.automaticable.com/2008-05-28/how-to-enable-surround-sound-on-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>Movie Review: Iron Man</title>
		<link>http://www.automaticable.com/2008-05-03/movie-review-iron-man/</link>
		<comments>http://www.automaticable.com/2008-05-03/movie-review-iron-man/#comments</comments>
		<pubDate>Sat, 03 May 2008 20:23:44 +0000</pubDate>
		<dc:creator>Kyle Wegner</dc:creator>
				<category><![CDATA[film]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Iron Man]]></category>
		<category><![CDATA[Kyle Wegner]]></category>
		<category><![CDATA[movie]]></category>

		<guid isPermaLink="false">http://www.automaticable.com/?p=230</guid>
		<description><![CDATA[I love seeing films on opening night, and with a movie as good as Iron Man it was a great experience. The audience was really excited, cheering and clapping whenever something amazing happened. Normally I am not into the whole audience interaction thing in movie theaters, but I think Iron Man was the perfect film [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/xakaxunknownx/1524187217/"><img class="alignleft size-medium wp-image-231" title="iron-man1" src="http://www.automaticable.com/wp-content/uploads/2008/05/iron-man1-225x300.jpg" alt="iron man suit" width="225" height="300" /></a>I love seeing films on opening night, and with a movie as good as Iron Man it was a great experience. The audience was really excited, cheering and clapping whenever something amazing happened. Normally I am not  into the whole audience interaction thing in movie theaters, but I think Iron Man was the perfect film to play along with.</p>
<p>So what made the movie so good?  For a film based on a comic book, Iron Man took itself <em>very</em> seriously. There were no emo dance scenes a la Spiderman, anyway. Serious does not mean boring or dry though. Iron Man was funny; actually, it was hilarious at times. Robert Downey Jr. was the perfect match for this military mogul: smart, confident, and drunk. Speaking of smart, I don&#8217;t think there has been another comic hero movie where the main character&#8217;s super power was his smarts. At least not like Downey&#8217;s character, Tony Stark. Stark is an engineer capable of building amazing power sources the size of tennis balls out of scraps in a cave. He is an expert with computers, soldering, metalworking&#8230;pretty much everything needed to make the most powerful suit in the world. Convenient for him, huh?</p>
<p>I highly recommend this movie. It is action packed, but doesn&#8217;t focus on the explosions or fight scenes. As I mentioned earlier, it is also really smart and funny as well.  I think those are the three elements that make for a great action flick.  In the end Iron Man is about the struggle we as Americans go through having the most powerful military in the world. The best defense is a good offense, but what happens when our offense falls into the hands of our enemies?</p>
Similar:<ul><li><a href="http://www.automaticable.com/2008-05-27/what-isnt-funnier-when-drunk/" rel="bookmark" title="May 27, 2008">What isn&#8217;t funnier when drunk?</a></li>

<li><a href="http://www.automaticable.com/2008-03-25/review-panic-at-the-disco-pretty-odd/" rel="bookmark" title="March 25, 2008">Review: Panic at the Disco &#8211; Pretty. Odd.</a></li>
</ul><!-- Similar Posts took 12.595 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.automaticable.com/2008-05-03/movie-review-iron-man/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

