<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>phrog blog</title>
	<atom:link href="http://blog.phrog.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phrog.org</link>
	<description>Let it snow, let it snow, let it SNOW!</description>
	<lastBuildDate>Wed, 21 Jul 2010 21:24:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.6.3" -->
	<copyright>2006-2007 </copyright>
	<managingEditor>me@phrog.org (phrog blog)</managingEditor>
	<webMaster>me@phrog.org (phrog blog)</webMaster>
	<category>posts</category>
	<ttl>14400</ttl>
	<image>
		<url>http://blog.phrog.org/wp-content/plugins/podpress/images/cover150.jpg</url>
		<title>phrog blog</title>
		<link>http://blog.phrog.org</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>um.. where is the snow?</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>phrog blog</itunes:author>
	<itunes:owner>
		<itunes:name>phrog blog</itunes:name>
		<itunes:email>me@phrog.org</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.phrog.org/wp-content/plugins/podpress/images/cover300.jpg" />
		<item>
		<title>2010 Steamboat Springs Free Summer Concert Series lineup</title>
		<link>http://blog.phrog.org/2010/06/11/2010-steamboat-springs-free-summer-concert-series-lineup/</link>
		<comments>http://blog.phrog.org/2010/06/11/2010-steamboat-springs-free-summer-concert-series-lineup/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 14:45:39 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[day to day]]></category>
		<category><![CDATA[tunes]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/?p=247</guid>
		<description><![CDATA[June 26: Big Kenny July 23: Rhythm Devils featuring Mickey Hart, Bill Kreutzmann and Keller Williams July 30: Easy Star All-Stars Aug. 13: JJ Grey and MOFRO Aug. 20: The Emmitt-Nershi Band]]></description>
			<content:encoded><![CDATA[<blockquote><p>June 26: Big Kenny<br />
July 23: Rhythm Devils featuring Mickey Hart, Bill Kreutzmann and Keller Williams<br />
July 30: Easy Star All-Stars<br />
Aug. 13: JJ Grey and MOFRO<br />
Aug. 20: The Emmitt-Nershi Band
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2010/06/11/2010-steamboat-springs-free-summer-concert-series-lineup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Black Flickering Lines in Mplayer?</title>
		<link>http://blog.phrog.org/2010/02/08/black-flickering-lines-in-mplayer/</link>
		<comments>http://blog.phrog.org/2010/02/08/black-flickering-lines-in-mplayer/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 02:37:35 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[geek speak]]></category>
		<category><![CDATA[instal notes]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/?p=246</guid>
		<description><![CDATA[Today I made the mistake of upgrading my girlfriends LinuxMint on her Dell mini 10. After a new kernel was installed the video went to shit. It uses the Intel GMA500 &#8220;Poulsbo&#8221; video hardware. I thought it would improve performance to do the entire upgrade like this one here. However the upgrade just made everything [...]]]></description>
			<content:encoded><![CDATA[<p>Today I made the mistake of upgrading my girlfriends LinuxMint on her Dell mini 10. After a new kernel was installed the video went to shit. It uses the Intel GMA500 &#8220;Poulsbo&#8221; video hardware. </p>
<p>I thought it would improve performance to do the entire upgrade like this one <a href="https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo/">here</a>. However the upgrade just made everything shitty. Soon after the upgrade I attempted to playback a nice big video with mplayer and I got a shitty choppy playback and a shitty black flickering bar towards the lower part of the playback. So, I googled for a few hours only to find a ton of others bitching about this driver and how much Intel sucks for this. After readin about all i could fucking stand about the psb driver, one of my old i810 video tips came to mind. Appending &#8220;mem=&#8221; to your kernel boot line to specify how much memory the kernel uses, Leaving some for the video system.</p>
<p>In your grub/menu.lst find your kernel line:</p>
<p><code>kernel /boot/vmlinuz-2.6.31-16-generic root=/dev/sda5 ro quiet splash</code></p>
<p>Add &#8220;mem=SOMETHING LESS THAN YOUR ACTUAL MEMORY&#8221;</p>
<p><code>kernel /boot/vmlinuz-2.6.31-16-generic root=/dev/sda5 ro quiet splash mem=1000mb</code></p>
<p>Her mini 10 only has a gig of memory so I am using &#8220;mem=1000&#8243;, thats in Megabytes and there is 1024 of them in a Gig of ram so this should leave me 24MB&#8217;s for video.. if it needs it.</p>
<p>Wouldn&#8217;t ya know it, It worked. <img src='http://blog.phrog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Hope this stupid post helps somebody out. Please share your comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2010/02/08/black-flickering-lines-in-mplayer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress for Android</title>
		<link>http://blog.phrog.org/2010/02/08/wordpress-for-android/</link>
		<comments>http://blog.phrog.org/2010/02/08/wordpress-for-android/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 08:20:10 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[day to day]]></category>
		<category><![CDATA[geek speak]]></category>
		<category><![CDATA[useless]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/2010/02/08/wordpress-for-android/</guid>
		<description><![CDATA[WordPress for Android has been released. This of my first post to my blog from my phone. I guess it is working!]]></description>
			<content:encoded><![CDATA[<p>WordPress for Android has been released.  This of my first post to my blog from my phone. I guess it is working! </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2010/02/08/wordpress-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stevie Ray Vaughan in Steamboat Springs, 1981 ???</title>
		<link>http://blog.phrog.org/2010/02/07/stevie-ray-vaughan-in-steamboat-springs/</link>
		<comments>http://blog.phrog.org/2010/02/07/stevie-ray-vaughan-in-steamboat-springs/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 00:32:47 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[day to day]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/2010/02/07/244/</guid>
		<description><![CDATA[Stevie Ray Vaughan in Steamboat Springs, 1981 ?]]></description>
			<content:encoded><![CDATA[<p>Stevie Ray Vaughan in Steamboat Springs, 1981 ?</p>
<p><center><img alt="Stevie Ray Vaughan in Steamboat Springs, 1981 ??" src="http://img715.imageshack.us/img715/404/aussssrvfeb81wc.jpg" title="Stevie Ray Vaughan in Steamboat Springs, 1981 ??" class="alignnone" width="288" height="438" /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2010/02/07/stevie-ray-vaughan-in-steamboat-springs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steamboat Springs Linux Users Group</title>
		<link>http://blog.phrog.org/2009/11/22/steamboat-springs-linux-users-group/</link>
		<comments>http://blog.phrog.org/2009/11/22/steamboat-springs-linux-users-group/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 00:45:30 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[day to day]]></category>
		<category><![CDATA[geek speak]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/?p=243</guid>
		<description><![CDATA[A few years ago I kicked around the idea of a Steamboat Springs Linux Users Group. The domain I purchased for this project has sat quite dormant until just recently, some other Linux users in the Steamboat area have shown some interest. So, here it is.. finally.. The Steamboat Springs Linux Users Group. If you [...]]]></description>
			<content:encoded><![CDATA[<p>A few years ago I kicked around the idea of a Steamboat Springs Linux Users Group. The domain I purchased for this project has sat quite dormant until just recently, some other Linux users in the Steamboat area have shown some interest. So, here it is.. finally..  <a href="http://sslug.net">The Steamboat Springs Linux Users Group</a>. If you a Steamboat Springs local and a Linux geek also. please visit and create your login.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2009/11/22/steamboat-springs-linux-users-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Greyboy Allstars &#8211; 2009-07-10 Howelsen Hill, Steamboat Springs, CO</title>
		<link>http://blog.phrog.org/2009/07/19/the-greyboy-allstars-2009-07-10-howelsen-hill-steamboat-springs-co/</link>
		<comments>http://blog.phrog.org/2009/07/19/the-greyboy-allstars-2009-07-10-howelsen-hill-steamboat-springs-co/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 21:12:13 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[day to day]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[torrents]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/2009/07/19/the-greyboy-allstars-2009-07-10-howelsen-hill-steamboat-springs-co/</guid>
		<description><![CDATA[Just an FYI that the recording of the free concert of The Greyboys is on the brand spanking new COtapers.org tracker.]]></description>
			<content:encoded><![CDATA[<p>Just an FYI that the recording of the free concert of The Greyboys is on the brand spanking new <a href="http://bt.cotapers.org/torrents.php?id=83&#038;torrentid=92">COtapers.org</a> tracker.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2009/07/19/the-greyboy-allstars-2009-07-10-howelsen-hill-steamboat-springs-co/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mplayer output to the TV</title>
		<link>http://blog.phrog.org/2009/06/18/mplayer-output-to-the-tv/</link>
		<comments>http://blog.phrog.org/2009/06/18/mplayer-output-to-the-tv/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 19:06:23 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[geek speak]]></category>
		<category><![CDATA[instal notes]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/?p=240</guid>
		<description><![CDATA[Alright, you have a Linux server connected to your television. You don&#8217;t want to have to plug a keyboard into it to play movies, right? You most likely have some other computer on the network you would like to launch mplayer from and then have the output to the television. Well thanks to xservers we [...]]]></description>
			<content:encoded><![CDATA[<p>Alright, you have a Linux server connected to your television. You don&#8217;t want to have to plug a keyboard into it to play movies, right? You most likely have some other computer on the network you would like to launch mplayer from and then have the output to the television. Well thanks to xservers we can take care of this. <img src='http://blog.phrog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Log into your server and create a /usr/local/bin/mplaytv script like this:</p>
<p><code><br />
#!/bin/bash<br />
DISPLAY=:0.0 mplayer -fs -zoom "$1"<br />
</code></p>
<p>Make sure you make it executable.</p>
<p><code>chmod 755  /usr/local/bin/mplaytv</code></p>
<p>Now you can play something with the new script and the output will go to the xserver attached to the TV.<br />
Make sure you run the mplaytv script as the user logged into the xsession on the server, or you will get xsession errors. </p>
<p><code>mplaytv Some_Video.avi</code> </p>
<p>You should see some activity in your shell and mplayer controls are attached to that shell, So keyboard shortcuts also work remotely. <img src='http://blog.phrog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Linux Media, Done.<br />
Simple ain&#8217;t it?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2009/06/18/mplayer-output-to-the-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skijam 2009 Torrents</title>
		<link>http://blog.phrog.org/2009/02/07/skijam-2009-torrents/</link>
		<comments>http://blog.phrog.org/2009/02/07/skijam-2009-torrents/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 17:36:57 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[tunes]]></category>
		<category><![CDATA[audio]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/?p=238</guid>
		<description><![CDATA[The Wailers 2009-01-14 FLAC Todd Snider 2009-01-16 FLAC Sam Bush Band 2009-01-16 FLAC]]></description>
			<content:encoded><![CDATA[<p><a href="http://cotapers.org/BT/wailers2009-01-14.phrog.flac16.torrent">The Wailers 2009-01-14 FLAC</a></p>
<p><a href="http://cotapers.org/BT/toddsnider2009-01-16.phrog.flac16.torrent">Todd Snider 2009-01-16 FLAC</a></p>
<p><a href="http://cotapers.org/BT/sam_bush2009-01-16.phrog.flac16.torrent">Sam Bush Band 2009-01-16 FLAC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2009/02/07/skijam-2009-torrents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bud Light Rocks the Boat 2009</title>
		<link>http://blog.phrog.org/2009/01/14/bud-light-rocks-the-boat-2009/</link>
		<comments>http://blog.phrog.org/2009/01/14/bud-light-rocks-the-boat-2009/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 17:05:32 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[day to day]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/?p=237</guid>
		<description><![CDATA[The Steamboat Ski Area has announced the lineup for 2009’s Bud Light Rocks the Boat free winter concert series. All concerts are free and are at the Gondola Square base area. Shows start at 3 p.m., except for a 7 p.m. performance by Citizen Cope. ■ March 7: Yo Mama’s Big Fat Booty Band (funky [...]]]></description>
			<content:encoded><![CDATA[<p>The Steamboat Ski Area has announced the lineup for 2009’s Bud Light Rocks the Boat free winter concert series. All concerts are free and are at the Gondola Square base area. Shows start at 3 p.m., except for a 7 p.m. performance by Citizen Cope.</p>
<p>■ March 7: Yo Mama’s Big Fat Booty Band (funky dance music from Asheville, N.C.)</p>
<p>■ March 14: The Reverend Peyton’s Big Damn Band (alternative blues from Indiana)</p>
<p>■ March 21: John Brown’s Body (reggae and electronica from Cambridge, Mass.)</p>
<p>■ March 26: Citizen Cope (a hip-hop-influenced pop and rock act from Brooklyn, N.Y.)</p>
<p>■ April 4: Ryan Shaw (a soul singer from Brooklyn, N.Y.)</p>
<p>■ April 12: Ozomatli (a hip-hop- and funk-influenced Latin dance band from Los Angeles)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2009/01/14/bud-light-rocks-the-boat-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gaper story &#8211; &#8220;Where&#8217;s Margie?&#8221;</title>
		<link>http://blog.phrog.org/2008/12/14/gaper-story-wheres-margie/</link>
		<comments>http://blog.phrog.org/2008/12/14/gaper-story-wheres-margie/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 05:36:42 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[day to day]]></category>
		<category><![CDATA[Gapers]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/2008/12/14/gaper-story-wheres-margie/</guid>
		<description><![CDATA[Went skiing today with haroldt. This is the gaper story for the day.We arrived late, but hey, at least we got up the mountain on a powder day. Took off like storm troopers looking for freshies and did quite well on triangle and in the lolly-gag trees. Time was running out but we ended up [...]]]></description>
			<content:encoded><![CDATA[<p>Went skiing today with haroldt. This is the gaper story for the day.We arrived late, but hey, at least we got up the mountain on a powder day.</p>
<p>Took off like storm troopers looking for freshies and did quite well on triangle and in the lolly-gag trees. Time was running out but we ended up at the south peak chair at 3:30. A great place to end up at that time because you are far away from the base area and have two chair rides to get you home. Still..</p>
<p>We rode up the south peak chair and then hit ROLEX. This kicked both of our asses good. Headed for the Elkhead chair with nothing left in our legs. It appeared there was no line at all and I was looking forward to having a place to sit down. (really I was)</p>
<p>This is when the gaper stuff begins.</p>
<p>I slide up to Elkhead ready to sit down and there is a couple in the lift line ahead of me, hey I&#8217;m chill. I have to wait a few seconds for harlodt to slide up behind, so I just stand there waiting. Then harlodt arrives. We are ready to sit down, but there is an obstruction. The couple (now know as the gaper couple) is asking the lift-op how to get off the mountain and he is more than happy to take time to explain the nuances of skiing the Elkhead saddle. &#8220;You go up this chair&#8230; then you have to take a left&#8230;(and so on and so on and so on)&#8221; By this time, it is quite noticeable that several chairs have gone by. And, ah, hey!, we are back here!, waiting! The kind gaper wife offers to scoot over to let us pass. She says, &#8220;Would you like to go around? Go around.&#8221; The magic words! We say thanks and all that to be polite and scoot on up to the red line, together with the gaper couple. The lift-op with his Elvis sunglasses on and not knowing WTF is happening hollers out, &#8220;FOLLOW THIS CHAIR!&#8221;</p>
<p>Push&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; I go.<br />
Push&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; haroldt goes.<br />
Push&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; gaper guy goes .<br />
his wife&#8230;&#8230;&#8230;&#8230;.. left behind.<br />
 <img src='http://blog.phrog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://blog.phrog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://blog.phrog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://blog.phrog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://blog.phrog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Gaper guy starts talking to us for a moment thinking we were his wife, then caught himself.<br />
Gaper guy: &#8220;Where&#8217;s Margie?&#8221;<br />
phrog: &#8220;She decided to ride the next chair. See.. She is just back there don&#8217;t worry (pointing).<br />
This chair goes to the same place as that one.&#8221; <img src='http://blog.phrog.org/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
<p>To Be Continued&#8230;&#8230;&#8230;?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2008/12/14/gaper-story-wheres-margie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
