<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Roll Tide Roll !!! &#187; PCLinuxOS</title>
	<atom:link href="http://blogtide.wordpress.com/category/pclinuxos/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogtide.wordpress.com</link>
	<description>Interesting things from the web.</description>
	<lastBuildDate>Fri, 20 Mar 2009 20:19:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blogtide.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a1bb189ca3ae7977f148b8b844b78f24?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Roll Tide Roll !!! &#187; PCLinuxOS</title>
		<link>http://blogtide.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blogtide.wordpress.com/osd.xml" title="Roll Tide Roll !!!" />
		<item>
		<title>VMware PCLinuxOS MiniMe 2008</title>
		<link>http://blogtide.wordpress.com/2008/02/14/vmware-pclinuxos-minime-2008/</link>
		<comments>http://blogtide.wordpress.com/2008/02/14/vmware-pclinuxos-minime-2008/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 20:09:25 +0000</pubDate>
		<dc:creator>Tide</dc:creator>
				<category><![CDATA[PCLinuxOS]]></category>

		<guid isPermaLink="false">http://blogtide.wordpress.com/2008/02/14/vmware-pclinuxos-minime-2008/</guid>
		<description><![CDATA[- I had to use IDE instead of Sata to get it to install in VMware Workstation.
- rpm -ivh V*.rpm to install the vmware-tools
- I ran the vmnet stuff at the end like they said to get the network up then rebooted
- Had to run alsaconf to get sound working after vmware-tools install
- Changed repo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogtide.wordpress.com&blog=1091040&post=36&subd=blogtide&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>- I had to use IDE instead of Sata to get it to install in VMware Workstation.</p>
<p>- rpm -ivh V*.rpm to install the vmware-tools</p>
<p>- I ran the vmnet stuff at the end like they said to get the network up then rebooted</p>
<p>- Had to run alsaconf to get sound working after vmware-tools install</p>
<p>- Changed repo in Synaptic and installed some software</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/blogtide.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/blogtide.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogtide.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogtide.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blogtide.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blogtide.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blogtide.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blogtide.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blogtide.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blogtide.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blogtide.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blogtide.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogtide.wordpress.com&blog=1091040&post=36&subd=blogtide&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blogtide.wordpress.com/2008/02/14/vmware-pclinuxos-minime-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d1a87e1599105e0f0b071fd41b9f0d3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Tide</media:title>
		</media:content>
	</item>
		<item>
		<title>Kernel Preperation</title>
		<link>http://blogtide.wordpress.com/2007/06/27/kernel-preperation/</link>
		<comments>http://blogtide.wordpress.com/2007/06/27/kernel-preperation/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 04:53:37 +0000</pubDate>
		<dc:creator>Tide</dc:creator>
				<category><![CDATA[PCLinuxOS]]></category>

		<guid isPermaLink="false">http://blogtide.wordpress.com/2007/06/27/kernel-preperation/</guid>
		<description><![CDATA[cd /usr/src/linux
make mrproper
cp /boot/config-`uname -r` .config
make oldconfig
make include/linux/version.h
make include/asm
make scripts
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogtide.wordpress.com&blog=1091040&post=18&subd=blogtide&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre style="margin-top:0;display:inline;">cd /usr/src/linux
make mrproper
cp /boot/config-`uname -r` .config
make oldconfig
make include/linux/version.h
make include/asm
make scripts</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/blogtide.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/blogtide.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogtide.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogtide.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blogtide.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blogtide.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blogtide.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blogtide.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blogtide.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blogtide.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blogtide.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blogtide.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogtide.wordpress.com&blog=1091040&post=18&subd=blogtide&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blogtide.wordpress.com/2007/06/27/kernel-preperation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d1a87e1599105e0f0b071fd41b9f0d3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Tide</media:title>
		</media:content>
	</item>
		<item>
		<title>MythTV and PCLinuxOS 2007</title>
		<link>http://blogtide.wordpress.com/2007/06/11/mythtv-and-pclinuxos-2007/</link>
		<comments>http://blogtide.wordpress.com/2007/06/11/mythtv-and-pclinuxos-2007/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 16:28:36 +0000</pubDate>
		<dc:creator>Tide</dc:creator>
				<category><![CDATA[PCLinuxOS]]></category>

		<guid isPermaLink="false">http://blogtide.wordpress.com/2007/06/11/mythtv-and-pclinuxos-2007/</guid>
		<description><![CDATA[Setting up a MythTV frontend and backend.  Using PCLinuxOS 2007 Final.  I only know this worked for me so use this information at your own risk.  Some of the steps may be a waste but I am not a Linux Guru. If anyone knows of any better ways to do any step [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogtide.wordpress.com&blog=1091040&post=17&subd=blogtide&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Setting up a MythTV frontend and backend.  Using PCLinuxOS 2007 Final.  I only know this worked for me so use this information at your own risk.  Some of the steps may be a waste but I am not a Linux Guru. If anyone knows of any better ways to do any step of this please feel free to let me know.</p>
<p>Hardware: Asus P4G8X-Deluxe, P4 2.4, 756 RAM, 40Gig and 300Gig HD, 480W PSU, ATI 9800, Hauppauge 150 (Model 1045 the non-MCE) with remote.</p>
<p>Link to the 150 card  :http://www.circuitcity.com/ssm/Hauppauge-WinTV-PVR-150-1045/sem/rpsm/oid/99358/catOid/-13043/rpem/ccd/productDetail.do</p>
<p>Installed PCLinoxOS 2007.<br />
Opened Synaptic and changed my repository to a local one.  Hit &#8220;Reload&#8221; then &#8220;Mark All Upgrades&#8221; then &#8220;Apply.</p>
<p>I then proceed with the following:<br />
gcc-c++ (4.1.1-4pclos2007)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Apply<br />
kernel-source-2.6.18.8.tex5 (1-1pclos2007)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Reboot</p>
<p>kdebase-devel (3.5.6-14pclos2007)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Apply<br />
MySQL (5.0.24a-3pclos2007)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Apply<br />
Create a point for MythTV to be able to store files.  It will try to make a /mnt/store directory.  You can either have it ready for that or have another location ready for your recording directory.  It is best to use another hard drive but for now I will just create a /mnt/store directory.  You need to do so as root.  Eventually I will mount a partition on my 2nd hardrive to mnt/store and it will run better.  For now the files are literally being stored in /mnt/store. To do so enter as root:</p>
<p>#mkdir /mnt/store</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Reboot</p>
<p>Now set the mysql root password.  Replace ?????? with your chosen root password:</p>
<p class="cmd"># mysql -u root mysql<br />
mysql&gt; UPDATE user SET Password=PASSWORD(&#8216;??????&#8217;) WHERE user=&#8217;root&#8217;;<br />
mysql&gt; FLUSH PRIVILEGES;<br />
mysql&gt; quit<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Install MythTV<br />
mythtv (0.20-2pclos2007)<br />
mythtv-backend (0.20-2pclos2007)<br />
mythtv-frontend (0.20-2pclos2007)<br />
mythtv-setup (0.20-2pclos2007)<br />
mythtv-themes (0.20-2pclos2007)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Apply<br />
Now create the MythTV database (mythconverg):</p>
<p>$ mysql -u root -p &lt; /usr/share/doc/mythtv-0.20/database/mc.sql<br />
(enter the root password)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Reboot</p>
<p>You should have an entry in Multimedia&gt;Video&gt;MythTV Setup.  You need to run this and go through each step.  The last step &#8220;channel editor&#8221; is not mandatory.</p>
<p>1.General: Make sure if you are using cable to change the choice from us-broadcast to us-cable under the section &#8220;Channel Frequency Table&#8221;!!!!!!!!!</p>
<p>2. Capture Cards: For me I changed &#8220;card type&#8221; to &#8220;MPEG-2 encoder card (PVR-x50, PVR-500)&#8221;.  My Hauppauge 150 is recognized automatically. So I ended up with one card listed as:</p>
<p>[MPEG:/dev/v4l/video0]</p>
<p>3. Video Sources: Select New Video Source. Enter a name for the new video source in the first field (Something like Cable or Antenna). You need to set up an account with DataDirect so you can retrieve you listings for your area.</p>
<p>Taken from http://www.mythtv.org/docs/mythtv-HOWTO-5.html</p>
<p>If you wish to use Zap2It DataDirect, you&#8217;ll need to establish a user account.  Go to  <a href="http://labs.zap2it.com/">http://labs.zap2it.com</a> and click on the &#8220;New User? Sign Up&#8221; link. Read the license terms, and if you agree with them click &#8220;Accept&#8221;. The next screen is the subscription registration. In the &#8220;Certificate Code&#8221; field, enter <b>ZIYN-DQZO-SBUT</b>.</p>
<p>Take note of the &#8220;Certificate Code&#8221; you will need it.</p>
<p>Enter your userid and password you setup with datadirect and select &#8220;Retrieve Lineups&#8221;.  You should see your area information apear in the &#8220;Data Direct Lineup&#8221; section.  When done hit Finish.</p>
<p>4. Input Connections: I have 5 listed: Tuner 1, S-Video 1, Composite 1, S-Vdeo 2, Composite 2.</p>
<p>Select Tuner 1 and change the &#8220;Video Source&#8221; to DataDirect or whatever you named your Video Source in step 3.</p>
<p>When done exit and open a terminal and run &#8220;mythfilldatabase&#8221;.  This will use your DataDirect account to download your tv listings.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Reboot</p>
<p>Now this step is odd but I do not have any better answers.  For some reason the mythbackend daemon will not be started as it should on boot.  The only way I fixed this (makes no sense to me) is to start and stop the daemon a few times.  This seems to do something that will make it actually start and start on boot as well.  If you only try it one time or so it will say it is starting but you can not connect to it if you try to start the frontend.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Reboot</p>
<p>MythTV should be working now and you should have channel listings.  There is a lot of configuration you can do to a lot of areas but this will get the base system up.  From here I added some of the plugins and my remote.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>These are optional plug-ins for MythTV available via Synaptic:</p>
<p>mythvideo (0.20a-3pclos2007)<br />
mytharchive (0.20a-3pclos2007)<br />
mythbrowser (0.20a-3pclos2007)<br />
mythdvd (0.20a-3pclos2007)<br />
mythmusic (0.20a-3pclos2007)<br />
mythnews (0.20a-3pclos2007)<br />
myththemes (0.20a-3pclos2007)<br />
mythweather (0.20a-3pclos2007)<br />
mythphone (0.20a-3pclos2007)<br />
mythcontrols (0.20a-3pclos2007)<br />
mythweb (0.20a-3pclos2007) &#8211; I can not install this if anyone has any luck please let me know.<br />
_________________________________________ Apply<br />
Now it is time to get the remote working.  This is easily the hardest part.</p>
<p>1. Install lirc via Synaptic.</p>
<p>2. You need to create a /etc/lircd.conf file.  The easiest way is to download one for your card or if you want you can make one.  How to make one can be found on the internet as well as links to download premade ones for various cards.  For me I used https://help.ubuntu.com/community/Install_Lirc_Feisty?action=AttachFile&amp;do=get&amp;target=lircd.conf.hauppauge.  Download this and rename it lircd.conf and place it in your /etc directory overwriting the default one.</p>
<p>3. Edit /etc/sysconfig/lirc to show:<br />
# The hardware driver to use, run lircd &#8211;driver=? for a list<br />
DRIVER=default<br />
# Hardware driver module to load<br />
HWMOD=lirc_i2c</p>
<p>4. You should now be able to open a terminal and run &#8220;irw&#8221;  This will sit and wait for you to test your remote.  If you press buttons and the terminal shoes the buttons you pressed then your all good.</p>
<p>5. Now we need to get the remote commands to talk to MythTV.  You can do this 2 ways.  Documentation on both is available online.  I did it this way.  Download a premade file containing a nice list of cammands and corresponding remote buttons.  This is for the Hauppauge remote  https://help.ubuntu.com/community/Install_Lirc_Feisty?action=AttachFile&amp;do=get&amp;target=lircrc.hauppauge  .  Place this file in your ~/ directory as ~/.lircrc.  Now take the same file and place it in your ~/.mythtv folder.  Except you need to name it lircrc without the . in front like so ~/.mythtv/lircrc</p>
<p>6. Your remote should now function within MythTV.  You can tweak this by using the mythcontrols plugin and/or editing the 2 lircrc files.</p>
<p>Hope this helps.  I really like PCLinuxOS 2007 and am just frigin happy to be running MythTV in it along with my remote.  I am so impressed at how easily things work in PCLinuxOS.  Now don&#8217;t get me wrong there was no documentation on doing this but hey if there had it would (for you it should) have only taken me about 15 mins to get this set up.  I am still trying to figure out (not going to ask just amazed it works) how my ATI 9800 works with AIGLX and Beryl right out of the box no configuring or anything!!!! I tried for ever on many distros to get that card to work with AIGLX and gave up.  Moved on to Nvidia but I had this card so I used it for this box and low and behold blam! Eye-Candy with no hassle!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/blogtide.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/blogtide.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogtide.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogtide.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blogtide.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blogtide.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blogtide.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blogtide.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blogtide.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blogtide.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blogtide.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blogtide.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogtide.wordpress.com&blog=1091040&post=17&subd=blogtide&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blogtide.wordpress.com/2007/06/11/mythtv-and-pclinuxos-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d1a87e1599105e0f0b071fd41b9f0d3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Tide</media:title>
		</media:content>
	</item>
		<item>
		<title>PCLinuxOS 2007</title>
		<link>http://blogtide.wordpress.com/2007/05/21/pclinuxos-2007/</link>
		<comments>http://blogtide.wordpress.com/2007/05/21/pclinuxos-2007/#comments</comments>
		<pubDate>Mon, 21 May 2007 15:50:34 +0000</pubDate>
		<dc:creator>Tide</dc:creator>
				<category><![CDATA[PCLinuxOS]]></category>

		<guid isPermaLink="false">http://blogtide.wordpress.com/2007/05/21/pclinuxos-2007/</guid>
		<description><![CDATA[I tried PCLinuxOS 2007TR4 and was very impressed.  Yesterday they released the final version.  I have downloaded and installed it.  This post will detail the steps I am taking to customize the installation to my liking.
1.   Installed extensions and themes for Firefox and Thunderbird.
2.   Installed : rar, kdebase-devel, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogtide.wordpress.com&blog=1091040&post=10&subd=blogtide&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I tried PCLinuxOS 2007TR4 and was very impressed.  Yesterday they released the final version.  I have downloaded and installed it.  This post will detail the steps I am taking to customize the installation to my liking.</p>
<p>1.   Installed extensions and themes for Firefox and Thunderbird.</p>
<p>2.   Installed : rar, kdebase-devel, kssh, kernel source</p>
<p>3.  Installed Nvida drivers and enabled Beryl for 3D Desktop effects.</p>
<p>4.  Added Emerald Theme repos via svn and updated both sets of themes.</p>
<p>5.   Proprietary Nvidia driver reportsed wrong refresh rate.  Ran &#8220;nvidia-settings&#8221; from command line and I was able to select the correct refresh rate.</p>
<p>6.  Changed my repo to &#8220;http://www.gtlib.gatech.edu/pub/metalab/distributions/texstar/pclinuxos/apt/pclinuxos/2007/&#8221;</p>
<p>7.  Installed : xwinwra, beryl-core, kblogger</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/blogtide.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/blogtide.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogtide.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogtide.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blogtide.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blogtide.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blogtide.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blogtide.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blogtide.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blogtide.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blogtide.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blogtide.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogtide.wordpress.com&blog=1091040&post=10&subd=blogtide&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blogtide.wordpress.com/2007/05/21/pclinuxos-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d1a87e1599105e0f0b071fd41b9f0d3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Tide</media:title>
		</media:content>
	</item>
	</channel>
</rss>