<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for tenshu.net</title>
	<atom:link href="http://www.tenshu.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tenshu.net</link>
	<description>Pondering the mystery...</description>
	<pubDate>Fri, 25 Jul 2008 13:25:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-bleeding</generator>
		<item>
		<title>Comment on Terminator 0.9 released! by denvist</title>
		<link>http://www.tenshu.net/archives/2008/07/07/terminator-09-released/#comment-39</link>
		<dc:creator>denvist</dc:creator>
		<pubDate>Thu, 17 Jul 2008 12:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/?p=168#comment-39</guid>
		<description>Thanks a lot!
I run it on my Debian Etch after some correction ;)</description>
		<content:encoded><![CDATA[<p>Thanks a lot!<br />
I run it on my Debian Etch after some correction ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transcoding video for the PS3 in Ubuntu by Ross</title>
		<link>http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/#comment-38</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Thu, 10 Jul 2008 15:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/#comment-38</guid>
		<description>rosswalker@mediaserver:~/Videos$ ffmpeg -i Muay.Thai.Fighting.Beat.avi -s 640x352 -vcodec xvid -b 1037k -acodec mp3 -ab 96k MuayThaiFightingBeat.PS3.avi
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr
  libavutil version: 1d.49.3.0
  libavcodec version: 1d.51.38.0
  libavformat version: 1d.51.10.0
  built on Mar 12 2008 14:31:53, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu4)
Input #0, avi, from 'Muay.Thai.Fighting.Beat.avi':
  Duration: 01:20:14.5, start: 0.000000, bitrate: 2447 kb/s
  Stream #0.0: Video: mpeg4, yuv420p, 720x404, 25.00 fps(r)
  Stream #0.1: Audio: 0x2000, 48000 Hz, stereo, 192 kb/s
Unknown codec 'xvid'
rosswalker@mediaserver:~/Videos$ ffmpeg -y -i Muay.Thai.Fighting.Beat.avi -acodec aac -ab 192kb -vcodec mpeg4 -b 1500kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -title "Muay Thai Chuia" Muay.Thai.Fighting.Beat.mp4
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr
  libavutil version: 1d.49.3.0
  libavcodec version: 1d.51.38.0
  libavformat version: 1d.51.10.0
  built on Mar 12 2008 14:31:53, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu4)
Input #0, avi, from 'Muay.Thai.Fighting.Beat.avi':
  Duration: 01:20:14.5, start: 0.000000, bitrate: 2447 kb/s
  Stream #0.0: Video: mpeg4, yuv420p, 720x404, 25.00 fps(r)
  Stream #0.1: Audio: 0x2000, 48000 Hz, stereo, 192 kb/s
Unknown codec 'aac'

Any Ideas?</description>
		<content:encoded><![CDATA[<p>rosswalker@mediaserver:~/Videos$ ffmpeg -i Muay.Thai.Fighting.Beat.avi -s 640&#215;352 -vcodec xvid -b 1037k -acodec mp3 -ab 96k MuayThaiFightingBeat.PS3.avi<br />
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.<br />
  configuration: &#8211;enable-gpl &#8211;enable-pp &#8211;enable-swscaler &#8211;enable-pthreads &#8211;enable-libvorbis &#8211;enable-libtheora &#8211;enable-libogg &#8211;enable-libgsm &#8211;enable-dc1394 &#8211;disable-debug &#8211;enable-shared &#8211;prefix=/usr<br />
  libavutil version: 1d.49.3.0<br />
  libavcodec version: 1d.51.38.0<br />
  libavformat version: 1d.51.10.0<br />
  built on Mar 12 2008 14:31:53, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu4)<br />
Input #0, avi, from &#8216;Muay.Thai.Fighting.Beat.avi&#8217;:<br />
  Duration: 01:20:14.5, start: 0.000000, bitrate: 2447 kb/s<br />
  Stream #0.0: Video: mpeg4, yuv420p, 720&#215;404, 25.00 fps(r)<br />
  Stream #0.1: Audio: 0&#215;2000, 48000 Hz, stereo, 192 kb/s<br />
Unknown codec &#8216;xvid&#8217;<br />
rosswalker@mediaserver:~/Videos$ ffmpeg -y -i Muay.Thai.Fighting.Beat.avi -acodec aac -ab 192kb -vcodec mpeg4 -b 1500kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -title &#8220;Muay Thai Chuia&#8221; Muay.Thai.Fighting.Beat.mp4<br />
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.<br />
  configuration: &#8211;enable-gpl &#8211;enable-pp &#8211;enable-swscaler &#8211;enable-pthreads &#8211;enable-libvorbis &#8211;enable-libtheora &#8211;enable-libogg &#8211;enable-libgsm &#8211;enable-dc1394 &#8211;disable-debug &#8211;enable-shared &#8211;prefix=/usr<br />
  libavutil version: 1d.49.3.0<br />
  libavcodec version: 1d.51.38.0<br />
  libavformat version: 1d.51.10.0<br />
  built on Mar 12 2008 14:31:53, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu4)<br />
Input #0, avi, from &#8216;Muay.Thai.Fighting.Beat.avi&#8217;:<br />
  Duration: 01:20:14.5, start: 0.000000, bitrate: 2447 kb/s<br />
  Stream #0.0: Video: mpeg4, yuv420p, 720&#215;404, 25.00 fps(r)<br />
  Stream #0.1: Audio: 0&#215;2000, 48000 Hz, stereo, 192 kb/s<br />
Unknown codec &#8216;aac&#8217;</p>
<p>Any Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A couple of X300 tidbits&#8230; by till</title>
		<link>http://www.tenshu.net/archives/2008/04/20/a-couple-of-x300-tidbits/#comment-37</link>
		<dc:creator>till</dc:creator>
		<pubDate>Mon, 02 Jun 2008 12:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2008/04/20/a-couple-of-x300-tidbits/#comment-37</guid>
		<description>Seems they have withdrawn v1.04b now as well. This morning on http://www.lenovo.com/support/site.wss/document.do?sitestyle=lenovo&#38;lndocid=MIGR-69538 they offered 1.04b, now (I just wanted to update) you can find only 1.02a...</description>
		<content:encoded><![CDATA[<p>Seems they have withdrawn v1.04b now as well. This morning on <a href="http://www.lenovo.com/support/site.wss/document.do?sitestyle=lenovo&amp;lndocid=MIGR-69538" rel="nofollow">http://www.lenovo.com/support/site.wss/document.do?sitestyle=lenovo&amp;lndocid=MIGR-69538</a> they offered 1.04b, now (I just wanted to update) you can find only 1.02a&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A couple of X300 tidbits&#8230; by cmsj</title>
		<link>http://www.tenshu.net/archives/2008/04/20/a-couple-of-x300-tidbits/#comment-36</link>
		<dc:creator>cmsj</dc:creator>
		<pubDate>Fri, 30 May 2008 16:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2008/04/20/a-couple-of-x300-tidbits/#comment-36</guid>
		<description>Yep, it works ok :)</description>
		<content:encoded><![CDATA[<p>Yep, it works ok :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A couple of X300 tidbits&#8230; by till</title>
		<link>http://www.tenshu.net/archives/2008/04/20/a-couple-of-x300-tidbits/#comment-35</link>
		<dc:creator>till</dc:creator>
		<pubDate>Fri, 30 May 2008 08:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2008/04/20/a-couple-of-x300-tidbits/#comment-35</guid>
		<description>Have you upgraded your X300 to the now released BIOS v1.04b yet? If so, any problems with Hardy?</description>
		<content:encoded><![CDATA[<p>Have you upgraded your X300 to the now released BIOS v1.04b yet? If so, any problems with Hardy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let&#8217;s be perfectly clear here&#8230; by fak3r</title>
		<link>http://www.tenshu.net/archives/2008/05/20/lets-be-perfectly-clear-here/#comment-34</link>
		<dc:creator>fak3r</dc:creator>
		<pubDate>Tue, 20 May 2008 14:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/?p=125#comment-34</guid>
		<description>Yep, I've long said that while beliefs of Scientology seem wonky, how are they any different from a white guy from the middle east would could walk on water, perform miracles and come back from the dead?  Plus he was a carpenter...oh, and his Mom didn't have sex to create him.  Ok, talk amongst yourselves now...

(ps- thanks for terminator, wish I would have thought of that!)</description>
		<content:encoded><![CDATA[<p>Yep, I&#8217;ve long said that while beliefs of Scientology seem wonky, how are they any different from a white guy from the middle east would could walk on water, perform miracles and come back from the dead?  Plus he was a carpenter&#8230;oh, and his Mom didn&#8217;t have sex to create him.  Ok, talk amongst yourselves now&#8230;</p>
<p>(ps- thanks for terminator, wish I would have thought of that!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Terminator 0.8.1 released by cmsj</title>
		<link>http://www.tenshu.net/archives/2008/02/20/terminator-081-released/#comment-33</link>
		<dc:creator>cmsj</dc:creator>
		<pubDate>Tue, 01 Apr 2008 11:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2008/02/20/terminator-081-released/#comment-33</guid>
		<description>Ivan: great! thanks very much</description>
		<content:encoded><![CDATA[<p>Ivan: great! thanks very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Terminator 0.8.1 released by Ivan Toshkov</title>
		<link>http://www.tenshu.net/archives/2008/02/20/terminator-081-released/#comment-32</link>
		<dc:creator>Ivan Toshkov</dc:creator>
		<pubDate>Tue, 01 Apr 2008 10:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2008/02/20/terminator-081-released/#comment-32</guid>
		<description>Just to let you know, that terminator 0.8.1 is now available for Gentoo users in the sunrise overlay [1].

[1] http://overlays.gentoo.org/proj/sunrise/wiki</description>
		<content:encoded><![CDATA[<p>Just to let you know, that terminator 0.8.1 is now available for Gentoo users in the sunrise overlay [1].</p>
<p>[1] <a href="http://overlays.gentoo.org/proj/sunrise/wiki" rel="nofollow">http://overlays.gentoo.org/proj/sunrise/wiki</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watching the PS3 by Bob</title>
		<link>http://www.tenshu.net/archives/2007/06/04/watching-the-ps3/#comment-31</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 08 Mar 2008 11:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/06/04/watching-the-ps3/#comment-31</guid>
		<description>Well, I finally got a PS3 and a HDMI to DVI lead. All works like a dream and it's nice to see the difference in image quality between my standard TV and the Dell monitor. I managed to get the sound running via my Logitech speakers by finding a 2 AV to female jack adapter which does the trick.

The only minor grumble I have is the slight stretching of the 16:9 PS3 image to the 16:10 monitor. I wish there was a way to get the 16:9 image with black borders but I don't think there is. It's not a huge problem and films are still watchable but I'd have liked to have been able to use the new DVD upscaling feature to watch standard DVDs in their proper ratio.

Finally, I did encounter another problem which I fixed and may be of use to other users. When I first set up the monitor all worked fine for games and menu screens but as soon as I put a standard DVD in (haven't tried BD yet) the screen went black and I had to reboot the PS3. I initially thought this was due to copy protection but it seems if I go into "Display Settings" and untick the 1080p option, it all works fine.</description>
		<content:encoded><![CDATA[<p>Well, I finally got a PS3 and a HDMI to DVI lead. All works like a dream and it&#8217;s nice to see the difference in image quality between my standard TV and the Dell monitor. I managed to get the sound running via my Logitech speakers by finding a 2 AV to female jack adapter which does the trick.</p>
<p>The only minor grumble I have is the slight stretching of the 16:9 PS3 image to the 16:10 monitor. I wish there was a way to get the 16:9 image with black borders but I don&#8217;t think there is. It&#8217;s not a huge problem and films are still watchable but I&#8217;d have liked to have been able to use the new DVD upscaling feature to watch standard DVDs in their proper ratio.</p>
<p>Finally, I did encounter another problem which I fixed and may be of use to other users. When I first set up the monitor all worked fine for games and menu screens but as soon as I put a standard DVD in (haven&#8217;t tried BD yet) the screen went black and I had to reboot the PS3. I initially thought this was due to copy protection but it seems if I go into &#8220;Display Settings&#8221; and untick the 1080p option, it all works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Terminator 0.8 released by cmsj</title>
		<link>http://www.tenshu.net/archives/2008/02/15/terminator-08-released/#comment-30</link>
		<dc:creator>cmsj</dc:creator>
		<pubDate>Sun, 17 Feb 2008 01:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2008/02/15/terminator-08-released/#comment-30</guid>
		<description>David Watson: Sorry, my bad. The notes for 0.7.1 are the ones for 0.8, that was a typo on my part.

xaxa: glad you found the docs :)</description>
		<content:encoded><![CDATA[<p>David Watson: Sorry, my bad. The notes for 0.7.1 are the ones for 0.8, that was a typo on my part.</p>
<p>xaxa: glad you found the docs :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Terminator 0.2 released by seb</title>
		<link>http://www.tenshu.net/archives/2007/07/29/terminator-02-released/#comment-29</link>
		<dc:creator>seb</dc:creator>
		<pubDate>Sat, 16 Feb 2008 17:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/07/29/terminator-02-released/#comment-29</guid>
		<description>hi</description>
		<content:encoded><![CDATA[<p>hi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Terminator 0.8 released by xaxa</title>
		<link>http://www.tenshu.net/archives/2008/02/15/terminator-08-released/#comment-28</link>
		<dc:creator>xaxa</dc:creator>
		<pubDate>Fri, 15 Feb 2008 23:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2008/02/15/terminator-08-released/#comment-28</guid>
		<description>oooh.. shame on me... i just did "man terminator" and saw the shortcuts (Ctrl-o for 'horizontal split' and Ctrl-v for 'vertical split')</description>
		<content:encoded><![CDATA[<p>oooh.. shame on me&#8230; i just did &#8220;man terminator&#8221; and saw the shortcuts (Ctrl-o for &#8216;horizontal split&#8217; and Ctrl-v for &#8216;vertical split&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Terminator 0.8 released by xaxa</title>
		<link>http://www.tenshu.net/archives/2008/02/15/terminator-08-released/#comment-27</link>
		<dc:creator>xaxa</dc:creator>
		<pubDate>Fri, 15 Feb 2008 23:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2008/02/15/terminator-08-released/#comment-27</guid>
		<description>I really like to have back the keyboard short-cut to split a window horizontally or vertically. Or are they still there?</description>
		<content:encoded><![CDATA[<p>I really like to have back the keyboard short-cut to split a window horizontally or vertically. Or are they still there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Terminator 0.8 released by David Watson</title>
		<link>http://www.tenshu.net/archives/2008/02/15/terminator-08-released/#comment-26</link>
		<dc:creator>David Watson</dc:creator>
		<pubDate>Fri, 15 Feb 2008 10:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2008/02/15/terminator-08-released/#comment-26</guid>
		<description>Do you have any more details on the changes, the changelog in the release seems to not have been updated.</description>
		<content:encoded><![CDATA[<p>Do you have any more details on the changes, the changelog in the release seems to not have been updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watching the PS3 by cmsj</title>
		<link>http://www.tenshu.net/archives/2007/06/04/watching-the-ps3/#comment-25</link>
		<dc:creator>cmsj</dc:creator>
		<pubDate>Sat, 15 Dec 2007 23:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/06/04/watching-the-ps3/#comment-25</guid>
		<description>Bob: I've always run the sound from the headphone jack on my PC to an external amplifier which has multiple inputs and so I just add the PS3 to that.

It doesn't have a headphone socket, but it does have three options for sound output - either HDMI, Optical, or the old-style Playstation AV connection. HDMI is obviously out of the question if you're using the Dell monitor and if you're just using speakers than Optical is probably not much use either.

What you could do is use the AV cable that came with the PS3. It turns the AV connection into three RCA jacks - one for video and two for audio. It's entirely possible and cheap to get converters that will turn the two RCA jacks into a headphone connection, which you could either swap with the PC, or if you leave the PC switched on all the time, you could run the PS3 into the line-in headphone socket on the back of the PC and not have to swap any cables ever.

Thanks to the excellent configs on the PS3 you can choose where you sent the video and sound, so you can tell it to send the video out of the HDMI port and the sound out of the AV one :)</description>
		<content:encoded><![CDATA[<p>Bob: I&#8217;ve always run the sound from the headphone jack on my PC to an external amplifier which has multiple inputs and so I just add the PS3 to that.</p>
<p>It doesn&#8217;t have a headphone socket, but it does have three options for sound output - either HDMI, Optical, or the old-style Playstation AV connection. HDMI is obviously out of the question if you&#8217;re using the Dell monitor and if you&#8217;re just using speakers than Optical is probably not much use either.</p>
<p>What you could do is use the AV cable that came with the PS3. It turns the AV connection into three RCA jacks - one for video and two for audio. It&#8217;s entirely possible and cheap to get converters that will turn the two RCA jacks into a headphone connection, which you could either swap with the PC, or if you leave the PC switched on all the time, you could run the PS3 into the line-in headphone socket on the back of the PC and not have to swap any cables ever.</p>
<p>Thanks to the excellent configs on the PS3 you can choose where you sent the video and sound, so you can tell it to send the video out of the HDMI port and the sound out of the AV one :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watching the PS3 by Bob</title>
		<link>http://www.tenshu.net/archives/2007/06/04/watching-the-ps3/#comment-24</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 15 Dec 2007 10:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/06/04/watching-the-ps3/#comment-24</guid>
		<description>Thanks for the article. I have this exact monitor and was wondering if it would work with a PS3.

A quick question if I may. How do you get sound? My PC goes to my speakers via a small green headphone jack (still can't believe such a simple connection works for all that sound information). 

Is there a simlar jack on the PS3?</description>
		<content:encoded><![CDATA[<p>Thanks for the article. I have this exact monitor and was wondering if it would work with a PS3.</p>
<p>A quick question if I may. How do you get sound? My PC goes to my speakers via a small green headphone jack (still can&#8217;t believe such a simple connection works for all that sound information). </p>
<p>Is there a simlar jack on the PS3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transcoding video for the PS3 in Ubuntu by Lev</title>
		<link>http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/#comment-23</link>
		<dc:creator>Lev</dc:creator>
		<pubDate>Sat, 22 Sep 2007 17:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/#comment-23</guid>
		<description>Eureka!

Thank you, man!

I have spent the last couple of days trying to figure this out. I've read all sorts of guides, and tried various command lines that others recommended and none of it was working for me.

Your method worked like a charm for the first two videos I've tried, and I can only assume I will continue having such success.

Thanks a lot for ending a long battle I was having against ffmpeg. :)</description>
		<content:encoded><![CDATA[<p>Eureka!</p>
<p>Thank you, man!</p>
<p>I have spent the last couple of days trying to figure this out. I&#8217;ve read all sorts of guides, and tried various command lines that others recommended and none of it was working for me.</p>
<p>Your method worked like a charm for the first two videos I&#8217;ve tried, and I can only assume I will continue having such success.</p>
<p>Thanks a lot for ending a long battle I was having against ffmpeg. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watching the PS3 by cmsj</title>
		<link>http://www.tenshu.net/archives/2007/06/04/watching-the-ps3/#comment-22</link>
		<dc:creator>cmsj</dc:creator>
		<pubDate>Mon, 20 Aug 2007 09:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/06/04/watching-the-ps3/#comment-22</guid>
		<description>I have indeed stuck with 720p. I did recently discover that I can coax the monitor into displaying 1080p, but I think it looks worse than 720p.
Both modes involve scaling, and while scaling up can make things look a little blurry, scaling down can distort. I was noticing that fonts would look wrong (presumably the monitor doesn't have a particularly good scaler, and nor should it).
I don't think it really matters because it's a fairly small monitor and 720p still looks awesome compared to crappy old TV resolutions.

The aspect ratio (16:9 vs 16:10) never bothers me in games. I've watched a few movies on the thing and I do notice it there, but I don't plan on buying a huge number of bluray movies until I own a big TV (I have a 20" Dell on my PC right next to the 19" dell on the ps3, so I tend to watch movies on the PC where software can compensate for the aspect). It's worth noting that the 19" dell doesn't offer any scaling/adjustment stuff from the menus for digital modes (or at least for digital modes from the ps3). It gets the sizes/positions right, but it means I can't correct for the 16:10 aspect.
Like I said though, I never notice it in games.

All in all, I'm very happy with it :)</description>
		<content:encoded><![CDATA[<p>I have indeed stuck with 720p. I did recently discover that I can coax the monitor into displaying 1080p, but I think it looks worse than 720p.<br />
Both modes involve scaling, and while scaling up can make things look a little blurry, scaling down can distort. I was noticing that fonts would look wrong (presumably the monitor doesn&#8217;t have a particularly good scaler, and nor should it).<br />
I don&#8217;t think it really matters because it&#8217;s a fairly small monitor and 720p still looks awesome compared to crappy old TV resolutions.</p>
<p>The aspect ratio (16:9 vs 16:10) never bothers me in games. I&#8217;ve watched a few movies on the thing and I do notice it there, but I don&#8217;t plan on buying a huge number of bluray movies until I own a big TV (I have a 20&#8243; Dell on my PC right next to the 19&#8243; dell on the ps3, so I tend to watch movies on the PC where software can compensate for the aspect). It&#8217;s worth noting that the 19&#8243; dell doesn&#8217;t offer any scaling/adjustment stuff from the menus for digital modes (or at least for digital modes from the ps3). It gets the sizes/positions right, but it means I can&#8217;t correct for the 16:10 aspect.<br />
Like I said though, I never notice it in games.</p>
<p>All in all, I&#8217;m very happy with it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watching the PS3 by fatlace</title>
		<link>http://www.tenshu.net/archives/2007/06/04/watching-the-ps3/#comment-21</link>
		<dc:creator>fatlace</dc:creator>
		<pubDate>Sun, 19 Aug 2007 21:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/06/04/watching-the-ps3/#comment-21</guid>
		<description>Hi, I'm thinking of getting the same monitor to hook up to a ps3 and was wondering how you'd found yours after a couple of months of use. Did you end up sticking with the 720p resolution and did you have any issues with the widescreen format being 16:9 on the ps3 and 16:10 on the monitor ? Cheers.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m thinking of getting the same monitor to hook up to a ps3 and was wondering how you&#8217;d found yours after a couple of months of use. Did you end up sticking with the 720p resolution and did you have any issues with the widescreen format being 16:9 on the ps3 and 16:10 on the monitor ? Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on hacky root partition resizing by cmsj</title>
		<link>http://www.tenshu.net/archives/2007/07/11/hacky-root-partition-resizing/#comment-20</link>
		<dc:creator>cmsj</dc:creator>
		<pubDate>Wed, 08 Aug 2007 12:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/07/11/hacky-root-partition-resizing/#comment-20</guid>
		<description>For what it's worth, to do such a root fs shrinking, you should first run e2fsck -f /dev/&lt;em&gt;partition&lt;/em&gt;. Then do resize2fs -p &lt;em&gt;/dev/partition&lt;/em&gt; &lt;em&gt;X&lt;/em&gt;G. Then fdisk &lt;em&gt;/dev/disk&lt;/em&gt;, delete the partition and make a new one with the same size (or slightly larger if you're not feeling daring) as the filesystem you shrunk.</description>
		<content:encoded><![CDATA[<p>For what it&#8217;s worth, to do such a root fs shrinking, you should first run e2fsck -f /dev/<em>partition</em>. Then do resize2fs -p <em>/dev/partition</em> <em>X</em>G. Then fdisk <em>/dev/disk</em>, delete the partition and make a new one with the same size (or slightly larger if you&#8217;re not feeling daring) as the filesystem you shrunk.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
