<?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>a Display of Patience &#187; games</title>
	<atom:link href="http://www.displayofpatience.net/tag/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.displayofpatience.net</link>
	<description>my favorite patient</description>
	<lastBuildDate>Sun, 18 Apr 2010 07:34:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Playing emulator games with my ps3 with linux pt. 3 &#8211; scaler</title>
		<link>http://www.displayofpatience.net/2009/07/emulator-games-ps3-linux-scaler/</link>
		<comments>http://www.displayofpatience.net/2009/07/emulator-games-ps3-linux-scaler/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 09:29:34 +0000</pubDate>
		<dc:creator>bodhi</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://www.displayofpatience.net/?p=137</guid>
		<description><![CDATA[This is a follow up on my earlier posts of playing emulator games on ps3 with linux&#8230; (pt. 1, pt. 2) As I said earlier, I wanted to do a clean install with the brand new Yellow Dog Linux 6.2 and that&#8217;s what I did. The installation wen&#8217;t fine, same as usual, and it took [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is a follow up on my earlier posts of playing emulator games on ps3 with linux&#8230; (<a href="http://www.displayofpatience.net/2008/10/playing-emulator-games-with-my-ps3-with-linux/">pt. 1</a>, <a href="http://www.displayofpatience.net/2008/10/playing-emulator-games-with-ps3-with-ydl/">pt. 2</a></em>)</p>
<p>As I said earlier, I wanted to do a clean install with the brand new Yellow Dog Linux 6.2 and that&#8217;s what I did. The installation wen&#8217;t fine, same as usual, and it took forever. Suprisingly the display was set correctly to 720p without any manual tweaking. At the time I thought it would be the ideal resolution for playing emulator games (from my earlier experiences).  There were narrow black borders around the screen, but I can live with that. So the next step, once again, was to install the actual emulators.</p>
<p>I added the <a href="http://pleasantfiction.ipower.com/bodega/viewtopic.php?f=6&amp;t=21&amp;start=0">PS3Bodega repos</a> as usual and installed following emulators: xe, vice and e-uae. At the time I did this, the YDL 6.2 repos were still missing content, so I had to manually add the dvd as a repository source (there were <a href="http://www.yellowdog-board.com/viewtopic.php?f=19&amp;t=3463&amp;sid=6632c458a3d12167ec8ad06f4db2bd7e">instructions</a> on the YDL forums for that), but it should only be a temporary problem and not needed in the future. Also, the bluetooth is not currently working in YDL 6.2, but I hope that too will be fixed soon. With the bluetooth not working, you have to use a usb cord for plugging in your controller, but luckily that works out of the box.</p>
<p>All the emulators I tried worked just about the same as before. I knew I couldn&#8217;t run most of the them in full screen, because the fps would drop dramatically. Instead I wanted to try the scaling method. With scaling, you run the emulators at their native resolution, which is usually very low. This way the fps should be fine. The <a href="http://blogs.ydl.net/billb/2008/07/16/zooma-zoom-zoom-and-a-doom-doom/">scaler</a> is an external program, which is developed for the CELL processor, and it uses the additional SPE&#8217;s to do all the work. The main CPU (PPE), which is running the emulator and the operating system, is not stressed. In other words the scaler program magnifies part of the screen, so you can get a bigger picture without using the emulators full screen or double screen actions, which would stress the main cpu and make the fps drop. The scaling method works quite well, but unfortunately it&#8217;s not very user friendly.</p>
<h2>Scaler</h2>
<p>To install the scaler, as root, do:</p>
<pre>yum install scaler</pre>
<p>Scaler is the original scaler program, but there are some modifications available, like f-scaler, which provides some additional features. Scaler is a command-line program which takes two arguments: -s and -t. &#8220;s&#8221; is for the scale, it has to be an interger, usually something between 2 and 4. The &#8220;t&#8221; is for timeout, I usually set it far (like 100000) and kill the process manually. This is how I use the scaler:</p>
<ol>
<li>Start the emulator just as usual and load up the game you want to play</li>
<li>Open terminal and start the scaler: &#8220;scaler -t 10000 -s 2&#8243;</li>
<li>-&gt; The display should now be scaled in the middle of the screen</li>
<li>Press alt-tab to switch to the emulator game</li>
<li>Use alt-mousedrag to center the window so you can see the whole screen.</li>
<li>Play</li>
<li>When finished, alt-tab change back to terminal and ctrl-c to kill the scaler process</li>
</ol>
<p>Not very userfriendly as you can see&#8230;</p>
<p>You probably might want to try the different scale options of the scaler for each emulator. Unfortunately you have to use integers, which makes it a somewhat limited tool. You cannot give the scaler an option like -s 1.5. I also figured that 720p is not very ideal for screen resolution, when using scaler, because anything over scale option 2 usually gets too big. So I changed my resolution to 1080p to get me more leverage when using the scaler. As you&#8217;re not using the emulator to get full screen, it runs perfectly ok, even if the reolution is so big. With vice for example, I use the scale option 4.</p>
<p>You can also start the scaler along with the emulator or create a script for it. You do it like this: &#8220;scaler -t 10000 -s 2 &amp; x64 &amp;&amp; killall scaler&#8221;. So that would first run the scaler, then the emulator x64 (vice) and afterwards when you quit the emulator it would also kill the scaler. I found this to be quite unusable, as you need menus to load up the games etc, but if you can or want to load the game using command line options of your emulator, it might be good way to go. I think people use that when playing mame games for example.</p>
<h2>Afterthoughts</h2>
<p>So using the scaler in my opinion is currently the best way to play emulator games in (almost) fullscreen. It&#8217;s not as easy and userfriendly as I&#8217;d hope it to be, but considering the alternatives, well, it&#8217;s basically the only way. Scaler is very helpful as it is, but I would like to see following features in the future:</p>
<ul>
<li>A Graphical User Interface. Would make it a lot easier to use for newbies</li>
<li>More scale options, not only integers. At least &#8220;half modes&#8221; like 2.5 needed.</li>
<li>The scaler could automatically get the target window size and calculate the optimal scaling to reach fullscreen (dynamic scaling)</li>
<li>Interactive scaling through hot-keys (like Ctrl+ would increase the scale and Ctrl- decrease)</li>
</ul>
<p>I know those features will most probably never be implemented but one can always wish right?</p>
<p>EDIT: Implemented <a href="http://www.displayofpatience.net/projects/scalergui/">Scalergui</a>. Check it out!</p>
<p>And here&#8217;s a little tip for those who want to use the xe multisystem emulator. It&#8217;s from <a href="http://www.yellowdog-board.com/viewtopic.php?f=19&amp;t=3171&amp;sid=6632c458a3d12167ec8ad06f4db2bd7e&amp;start=165#p30724">YDL forum.</a> I had some trouble when I wanted to use the controller to play games, but replacing these options to the configuration file(s) helped (~/.xe/rc/xerc):</p>
<pre># Joystick bindings

Joy     1       up              4
Joy     1       down            6
Joy     1       left            7
Joy     1       right           5
Joy     1       start           3
Joy     1       select          0
Joy     1       button1         15
Joy     1       button2         12
Joy     1       button3         14
Joy     1       button4         13</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.displayofpatience.net/2009/07/emulator-games-ps3-linux-scaler/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Going to try out ps3 YDL 6.2 soon</title>
		<link>http://www.displayofpatience.net/2009/07/going-to-try-out-ps3-ydl-6-2-soon/</link>
		<comments>http://www.displayofpatience.net/2009/07/going-to-try-out-ps3-ydl-6-2-soon/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 07:01:33 +0000</pubDate>
		<dc:creator>bodhi</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://www.displayofpatience.net/?p=135</guid>
		<description><![CDATA[It&#8217;s been a while since I last played around with my ps3 and linux and I thought I&#8217;d try out the latest version of Yellow Dog Linux (6.2). The goal is the same as in my previous posts: emulator games (megadrive, c64, amiga). What I have learned from past experiences is that I should probably [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I last played around with my ps3 and linux and I thought I&#8217;d try out the latest version of Yellow Dog Linux (6.2). The goal is the same as in my previous posts: emulator games (megadrive, c64, amiga). What I have learned from past experiences is that I should probably set the display straight to way to 720p, and forget about the fullscreen options found within the emulator software. Instead I should concentrate on how to use scalers specifically developed to take advantage of ps3 features (additional spu&#8217;s). Scalers are external programs that will magnify a part of the screen and they might be the way to play games in fullscreen. The trick is that they don&#8217;t use the main cpu, but the additional spe&#8217;s so the framerate shouldn&#8217;t drop. Last time I had some problems using them (they worked, but it was a pain to set them up for different emulators each time you wanted a play a game). It will be fun to see if there has been any development on that area.</p>
<p>I&#8217;m still going for YDL, since they have made some additional tweaks concerning ps3, that I&#8217;d have to do manually if using other distributions such as Ubuntu. There should be some VRAM swap tricks etc. I&#8217;m planning to do a clean install and I&#8217;m actually downloading the iso as I&#8217;m writing this. I hope I find the time to tinker with this soon and write about my latest experiences. So, hold on for &#8220;playing emulator games with my ps3 with linux pt. 3&#8243; <img src='http://www.displayofpatience.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.displayofpatience.net/2009/07/going-to-try-out-ps3-ydl-6-2-soon/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>EA NHL 09 online experience</title>
		<link>http://www.displayofpatience.net/2008/12/ea-nhl-09-online-experience/</link>
		<comments>http://www.displayofpatience.net/2008/12/ea-nhl-09-online-experience/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 12:00:15 +0000</pubDate>
		<dc:creator>bodhi</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://www.displayofpatience.net/?p=44</guid>
		<description><![CDATA[As long as I’ve played with computers and consoles I’ve also been interested in hockey games. I have a long history with them, starting from Intellivision’s NHL Hockey, to C64 games such as Super Star Ice Hockey and International Hockey, to PC classics like Face off!, along with Brett Hull and Wayne Gretzky brand games [...]]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p class="MsoNormal"><span lang="EN-GB">As long as I’ve played with computers and consoles I’ve also been interested in hockey games. I have a long history with them, starting from <a href="http://intellivisiongames.com/gamepage.php?gameId=65">Intellivision’s NHL Hockey</a>, to C64 games such as Super Star Ice Hockey and International Hockey, to PC classics like <a href="http://www.thehouseofgames.net/index.php?t=10&amp;id=153">Face off!</a>, along with Brett Hull and Wayne Gretzky brand games to the newest EA Sports and 2K games. EA dominated the hockey genre from 1994 to 2002 with no real competition. Then 2K launched their own series, which was supreme compared to EA. Then, around 2007 or 2008, EA introduced the great Skill Stick –feature and stole the crown back again. As of this moment, EA Sports NHL Hockey 09 is the best hockey game. Ever.</span></p>
<p class="MsoNormal"><span lang="EN-GB">The reason why 09 is the best, is not because of graphics or game play, which are great by the way, but because of the online experience. Finally something new, something really addictive! EASHL, the online hockey league, is just pure genius. It introduces clan-like team play completely new to hockey games. It’s just as fun as playing counter-strike clan matches, and it works just as good. Basically anyone can start a team and recruit players to join it. Then you play matches against other teams, and climb up the EASHL ladder.<span> </span>The league is divided into divisions, which hold 100 teams each. Every team plays in the same league. You start from the bottom naturally. Also, as your player gains experience, it also gains points that you can use to upgrade the abilities such as speed &amp; accuracy. If you haven’t done so already, check out some <a href="http://www.metacritic.com/games/platforms/ps3/nhl09?q=nhl%2009">reviews</a> to learn more.</span></p>
<p class="MsoNormal"><span lang="EN-GB">I have to admit that I wasn’t originally very interested in the whole online team play idea. I had played 1 vs 1 online games for many years and I thought they were as good as online hockey could ever be. The first time I tried the team play, it really didn’t feel that special. I played with some random players from around the world, a single game and no EASHL league. It was somewhat laggy and not very interesting at all. I almost left it there. I’m glad I didn’t.</span></p>
<p class="MsoNormal"><span lang="EN-GB">One day reading through one of my regular bulletin boards (not specific to games/ps3) I noticed that someone had started EASHL team with PS3 platform and was looking for players. I joined the advertised irc-channel and later the team. We actually use irc to communicate and coordinate when to play. We also chat during the matches. We could use headsets but for now irc has proven to be enough for us. We play just to have fun, so it’s not as professional as some other teams (which I hear even practice between games). </span></p>
<p class="MsoNormal"><span lang="EN-GB">The whole experience is all about the community, the team. Just as in counter-strike, when you learn to know the people you play with, the whole experience changes. You don’t just play, you spend time with other people, talk and laugh. You have a role and place in the team. Playing as a team differs a lot from playing solo. You have to consider the other people, especially when you have some connection to them, even though it’s only through irc. </span></p>
<p class="MsoNormal"><span lang="EN-GB">I almost had lost all hope for hockey games before NHL 09. Now I just wait next year, and hope that 2K comes up with something even more fun.</span></p>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.displayofpatience.net/2008/12/ea-nhl-09-online-experience/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Playing emulator games with my ps3 with linux pt. 2</title>
		<link>http://www.displayofpatience.net/2008/10/playing-emulator-games-with-ps3-with-ydl/</link>
		<comments>http://www.displayofpatience.net/2008/10/playing-emulator-games-with-ps3-with-ydl/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 06:22:43 +0000</pubDate>
		<dc:creator>bodhi</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://www.displayofpatience.net/?p=34</guid>
		<description><![CDATA[Installing Yellow Dog Linux 6.0 was even easier than installing psubuntu. I just followed instructions from the installation guide. Everything worked out of the box, even the resolution was fine from the beginning. I first chose 1080p as my resolution but quickly became aware that it&#8217;s too high for my 37 inch fullHD screen. I [...]]]></description>
			<content:encoded><![CDATA[<p>Installing Yellow Dog Linux 6.0 was even easier than installing psubuntu. I just followed instructions from the <a href="http://www.terrasoftsolutions.com/support/installation/ydl6.0_ps3_guide.pdf">installation guide</a>. Everything worked out of the box, even the resolution was fine from the beginning. I first chose 1080p as my resolution but quickly became aware that it&#8217;s too high for my 37 inch fullHD screen. I later changed it to 720p and it is much more usable. Also, some emulators really don&#8217;t run well in fullscreen 1080p (just a friendly warning). <a href="http://www.yellowdog-board.com/viewforum.php?f=19">YDL PS3 forum</a> is one of the best places to find information about after installing to set up YDL. You should definitely check out at least the first two threads on the forum: <a href="http://www.yellowdog-board.com/viewtopic.php?f=19&#038;t=2274">Please READ ME FIRST (known issues, useful links, and help</a> &#038; <a href="http://www.yellowdog-board.com/viewtopic.php?f=19&#038;t=3017">Howto: Install software (the easy way)</a>.</p>
<p>After installation and setting up it was time to test the emulators. I found out that there is an unofficial repository called PS3Bodega Software Repository which has updated emulators and other interesting software that the official ydl repositories lack. So I followed <a href="http://pleasantfiction.ipower.com/bodega/viewtopic.php?f=11&#038;t=21">these instructions</a> on how to set it up. It seems that the <a href="http://blogs.ydl.net/billb">PS3 Bodega</a> is a gold-mine to everything related ps3 and YDL (especially emulators &#038; games) so  i highly recommend it. Check out the how-to section and forums at least.</p>
<p>Again, my first choice was playing sega megadrive/genesis games. As I knew from my <a href="http://www.displayofpatience.net/?p=31">earlier experiences</a>, I didn&#8217;t even bother to try dgen. Instead I did some digging (in YDL &#038; PS3 Bodega forums) and found out that there is a multi emulator system called xe, that should run megadrive (and many other) games fine. It can be found from the Bodega repository. It worked flawlessly! Well, as I said before, first I had 1080p and the the fullscreen emulation was way too slow but after changing to 720p (which is better anyway, because now you can even read the text on screen as it&#8217;s not that small anymore) that worked fine as well. Even the pad worked right away, after choosing to use joystick from the settings menu. GREAT!</p>
<p>Then I tried vice (c64 emulator), which didn&#8217;t even launch on psubuntu. Vice can also be found from the repository. And yet again, it worked out of the box. Now, however, I ran into my first real problems. There is no fullscreen in vice. That&#8217;s right, no fullscreen! What a bummer. This is strange, as I remember playing vice with my pc-linux in fullscreen (I could be wrong, didn&#8217;t check if it can be done). Well, the ps3 version doesn&#8217;t support it, or at least the version I installed didn&#8217;t support it. Also, the emulator complained something about the sounds when started. After spending few hours to find a fix for these I came across <a href="http://www.yellowdog-board.com/viewtopic.php?f=19&#038;t=2082&#038;p=7808#p7808">this forum post</a> that saved my day. It doesn&#8217;t give you fullscreen, but it shows how to set up vice to double screen size and other settings as well (like fixing the sound problem). I guess I could have figured out the settings eventually but vice isn&#8217;t exactly the most intuitive piece of software when it comes to setting up (most of the settings are under vic-II in setting menu).</p>
<p>So now I have a working environment to play my sega &#038; commodre 64 games with my ps3. I can use my sixaxis gamepad and I&#8217;m happy. What&#8217;s next? I have already installed amiga emulator and I&#8217;ve read great things about an emulator called sdlmess (again, multi emulator system). I have also installed snes9x-gtk for super nintendo games, but haven&#8217;t tried any of these yet. I also want to set up my sixaxis controller to use bluetooth so I don&#8217;t need to attach USB cord to play games. I&#8217;m probably going try some fps games as well, and dosbox of course! It seems my exploration days are not over&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.displayofpatience.net/2008/10/playing-emulator-games-with-ps3-with-ydl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Playing emulator games with my ps3 with linux</title>
		<link>http://www.displayofpatience.net/2008/10/playing-emulator-games-with-my-ps3-with-linux/</link>
		<comments>http://www.displayofpatience.net/2008/10/playing-emulator-games-with-my-ps3-with-linux/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 07:10:54 +0000</pubDate>
		<dc:creator>bodhi</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://www.displayofpatience.net/?p=31</guid>
		<description><![CDATA[I finally got around to install linux to my ps3. I dreamed of playing c64, sega megadrive and other emulator games with it, as playing them with computer without a pad and big screen tv just doesn&#8217;t cut it. And if you can do something with your console, you should! The first thing I did [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got around to install linux to my ps3. I dreamed of playing c64, sega megadrive and other emulator games with it, as playing them with computer without a pad and big screen tv just doesn&#8217;t cut it. And if you can do something with your console, you should! </p>
<p>The first thing I did was to install bigger hd. That was surprisingly easy as the manual had detailed instructions how to do it. The only tool you need is a philips screwdriver. The linux installation requires you to format your hd anyway, so it was a natural thing to do at that point. Ps3 provides a backup utility that you can use to backup up your games, music, pictures &#038; everything to external USB-drive, so you don&#8217;t need to loose anything. The first strange thing was, that you can only partition the disk to either have 10GB to &#8220;other os&#8221; or 10GB to ps3. That&#8217;s it. I figured I was going to use my ps3 primarily for other things than linux, so I decided to allocate the smaller partition to linux. Why there is such a restriction, who knows?</p>
<p>I have used Debian &#038; Ubuntu distributions in the past with my pc so my first choice was <a href="http://psubuntu.com/">psubuntu</a>. Version 7.10 (Gutsy), as newer versions don&#8217;t support ppc <img src='http://www.displayofpatience.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I followed installation instructions from the <a href="http://psubuntu.com/wiki/HomePage">wiki</a> and about an hour later it was running fine. Fine but slow. Really slow! I guess the low amount of RAM in ps3 was the main reason, or GNOME. Well, the slowness didn&#8217;t bother me that much. There were also problems with screen overscanning but googling with keywords: &#8220;1080p full screen overscan ps3videomode&#8221; helped out a lot. The cool thing was that the sixaxis controller worked out of the box. You just needed to press the ps button to get it registered (to test and calibrate it I used jcalibrator). Also, it needed to be connected with usb cable, as bluetooth connection required some additional tweaking. I also installed new kernel, for no particular reason, and it took a lot of unanticipated work.</p>
<p>Finally I was ready to play some games. I figured I&#8217;d start with dgen, the default megadrive emulator from ubuntu repositories. It installed fine and loaded my sonic the hedgehog rom. I was eager to heard the famous &#8220;Seeegaaa&#8221; sound&#8230; Duh, segmentation fault: core dumped. What the hell? After a lot of googling I found out that dgen isn&#8217;t working with ps3, nobody seems to know why. Damn. No problem, I&#8217;ll just try some another megadrive emu. Turns out most of them are not working or not found from ubuntu repositories. I even tried to compile some of them by hand but it just took way too much effort so I gave up (for some reason compiling with ps3 seems to be a lot harder than with i386). I moved on to c64, and tried out my favorite emu vice, also from the repo. Guess what? It didn&#8217;t work. At this point I had spent an entire day trying to play emulator games with my ps3 without luck. After a good night sleep I decided to ditch ubuntu, even though I love it in pc world. It worked great in every other way except for emulators. I&#8217;m sure they would&#8217;ve worked eventually, but it just seemed like too much work. I decided to try fedora based (yuck) Yellow Dog Linux, which I think is the &#8220;preferred&#8221; ps3 linux distro. Watching youtube videos and reading forums posts I expected it to run the desired emulators&#8230; But that&#8217;s another story. (to spare you, it did run them ok).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.displayofpatience.net/2008/10/playing-emulator-games-with-my-ps3-with-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
