<?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>Three Wise Men &#187; Hardware</title> <atom:link href="http://www.twm-kd.com/category/computers/hardware-computers/feed/" rel="self" type="application/rss+xml" /><link>http://www.twm-kd.com</link> <description>In desperate need of a punchline.</description> <lastBuildDate>Sun, 22 Jan 2012 13:21:51 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>AMD HD6850 graphics card and Linux</title><link>http://www.twm-kd.com/hardware-computers/amd-hd6850-graphics-card-and-linux/</link> <comments>http://www.twm-kd.com/hardware-computers/amd-hd6850-graphics-card-and-linux/#comments</comments> <pubDate>Tue, 14 Dec 2010 11:36:08 +0000</pubDate> <dc:creator>BigWhale</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Advanced Micro Devices]]></category> <category><![CDATA[Device driver]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Video card]]></category> <guid
isPermaLink="false">http://www.twm-kd.com/?p=4310</guid> <description><![CDATA[Installing AMD HD6850 in Linux and configuring it for Xorg can be a real pain. Here's few useful tips on how to do it with the latest catalyst 10.12 driver.<hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/linux/realtek-rtl81688111e-and-ubuntu-linux/' rel='bookmark'>Realtek RTL8168/8111E and Ubuntu Linux</a></li></ol></div>]]></description> <content:encoded><![CDATA[<div
class="zemanta-img" style="margin: 1em; display: block;"><div><dl
class="wp-caption alignright" style="width: 310px;"><dt
class="wp-caption-dt"><a
href="http://www.crunchbase.com/company/amd"><img
title="Image representing AMD as depicted in CrunchBase" src="http://static.twm-kd.com/twm-uploads/21627v1-max-450x450.png" alt="Image representing AMD as depicted in CrunchBase" width="300" height="114" /></a></dt><dd
class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a
href="http://www.crunchbase.com">CrunchBase</a></dd></dl></div></div><p>Just recently I got a brand new <a
class="zem_slink" title="Advanced Micro Devices" rel="wikipedia" href="http://en.wikipedia.org/wiki/Advanced_Micro_Devices">AMD</a> HD6850 <a
class="zem_slink" title="Video card" rel="wikipedia" href="http://en.wikipedia.org/wiki/Video_card">graphics card</a>. My old Nvidia 8800 GTS started showing its age, so a replacement was in order. AMD&#8217;s HD68xx series presented an excellent price/performance ratio, so I got me one. I was sailing into the unknown seas here, it has been a while since I had ATI/AMD graphics card. I heard that fglrx drives got better and that support is decent. Oh boy, I was wrong &#8230;</p><blockquote><p>Warning: This article is now obsolete. <a
href="http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&#038;product=2.4.1.3.42&#038;lang=English" target="_blank">Catalyst 11.4 drivers that are now available</a>, and also shipped with Ubuntu 11.04, support 68xx series out of the box.</p></blockquote><p><span
id="more-4310"></span></p><h3>Upgrade procedure (in steps!)</h3><ul><li>Turn off your computer</li><li>Remove the old graphics card</li><li>Install new graphics card</li><li>Turn the computer back on</li></ul><p>When I play games I play them in <em>the other OS</em> and there the performance was actually an issue. That is why I booted Windows 7 first. Low resoluton login screen, but not much trouble. Then I went to the AMD website to search for the drivers. They surprised me with this here little message:</p><blockquote><p>Note! AMD Catalyst™ 10.11 does not provide support for the AMD Radeon™ HD 68xx series of graphics cards. Full support for these graphics cards is targeted to be available in the AMD Catalyst 10.12 driver release.</p><p>In the meantime, the AMD Catalyst 10.10e Hotfix driver can be obtained here: http://support.amd.com/us/kbarticles/Pages/gpu88-catalyst-10-10e-hotfix.aspx</p></blockquote><p>Excuse me? Are you actually selling hardware that does not have a proper driver? Seriously? I was already sorry that I didn&#8217;t spend more money on NVidia.</p><p><em>Hotfix</em> driver was around 120MB download. I was shocked, I always am when I am downloading drivers. You must know that I am so old that I remember drivers as .COM TSR programs that were only a few kilobytes long. After the installation graphics card was working just fine.</p><p>Note that just yesterday (Dec 13th, 2010) a new driver, 10.12, was released.</p><h3>How about Linux?</h3><p>If you&#8217;re running Linux you will have a bit more trouble. You can download <a
class="zem_slink" title="Loadable kernel module" rel="wikipedia" href="http://en.wikipedia.org/wiki/Loadable_kernel_module">Linux driver</a> from <a
title="Catalyst Linux driver 10.12" href="http://www.planet3dnow.de/cgi-bin/newspub/viewnews.cgi?id=1292260101" target="_blank">here</a>. I will update the post with the official download link when I find one.</p><p>The best way to install would be to switch to the text mode with CTRL-ALT-F1. Then remove all the fglrx stuff from your computer, locate all the files in question with</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #660033;">-sH</span>
<span style="color: #666666; font-style: italic;"># locate fglrx</span>
<span style="color: #666666; font-style: italic;"># rm ..... all of the above .....</span></pre></div></div><p>This worked for me. Your mileage may vary and don&#8217;t come back crying if you deleted something you shouldn&#8217;t have. ;) If you had Nvidia driver before, make sure you remove all the Nvidia drivers and kernel modules. If you end up with a black screen instead of login window, a good chance is that you forgot to remove nvidia drm module for xorg.</p><p>Now you can safely run the driver installation (note that 32bit driver will have a different name) from the folder where you downloaded it:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> .<span style="color: #000000; font-weight: bold;">/</span>ati-driver-installer-<span style="color: #000000;">10</span>-<span style="color: #000000;">12</span>-x86.x86_64.run</pre></div></div><p>When installation is complete you are ready to reboot. Here are the things that do not work or they work only partially:</p><ul><li>You will get an &#8220;Unsupported hardware&#8221; watermark on your screen in the lower right corner.</li><li>Multi display desktop is only available when you have two monitors (or more) with the same resolution.</li><li>Switching to &#8220;Single display desktop (multi desktop)&#8221; and turning on <a
class="zem_slink" title="Xinerama" rel="wikipedia" href="http://en.wikipedia.org/wiki/Xinerama">Xinerama</a> helps. But if you try to run amdcccle (Catalyst Control Center) <a
class="zem_slink" title="X.Org Server" rel="wikipedia" href="http://en.wikipedia.org/wiki/X.Org_Server">Xorg</a> will crash and die a horrible death.</li><li>Documentation? We don&#8217;t need no stinky documentation! Seriously, AMD? If your documentation is incomplete and it looks like someone was dragged away from the keyboard while they were still writing it, please, don&#8217;t include it in your package. Writing your own xorg.conf file from scratch is close to impossible if you have a bit more complicated monitor setup. And yes, two screens with different resolutions (1680&#215;1050 and 1600&#215;1200 in my case) in a seamless <em>one-big-desktop</em> configuration is considered complicated.</li></ul><p>Documentation excerpt from <em>/usr/share/doc/fglrx/user-manual/index.html</em>:</p><div
class="wp_syntax"><div
class="code"><pre class="html" style="font-family:monospace;">&lt;h2&gt;Configuration&lt;/h2&gt;
A
&lt;h2&gt;Supported Features&lt;/h2&gt;</pre></div></div><p>Well, other than those issues you&#8217;ll be fine. ;) To get rid of the ugly unsupported hardware watermark, use the script below. I found it on <a
title="Phoronix Forums post" href="http://www.phoronix.com/forums/showpost.php?p=97585&amp;postcount=2" target="_blank">phoronix forums</a>.</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #007800;">DRIVER</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>xorg<span style="color: #000000; font-weight: bold;">/</span>modules<span style="color: #000000; font-weight: bold;">/</span>drivers<span style="color: #000000; font-weight: bold;">/</span>fglrx_drv.so</pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">for</span> x <span style="color: #000000; font-weight: bold;">in</span> $<span style="color: #7a0874; font-weight: bold;">&#40;</span>objdump <span style="color: #660033;">-d</span> <span style="color: #007800;">$DRIVER</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'/call/&amp;amp;&amp;amp;/EnableLogo/{print &quot;\\x&quot;$2&quot;\\x&quot;$3&quot;\\x&quot;$4&quot;\\x&quot;$5&quot;\\x&quot;$6}'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>; <span style="color: #000000; font-weight: bold;">do</span>
 <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span> <span style="color: #ff0000;">&quot;s/<span style="color: #007800;">$x</span>/\x90\x90\x90\x90\x90/g&quot;</span> <span style="color: #007800;">$DRIVER</span>
<span style="color: #000000; font-weight: bold;">done</span></pre></div></div><p>Here&#8217;s the generated xorg config file that I use. Again, my configuration is: two monitors, different resolutions, dual head display with xinerama turned on to support one big desktop.</p><p><em>/etc/X11/xorg.conf</em>:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">Section <span style="color: #ff0000;">&quot;ServerLayout&quot;</span>
	Identifier     <span style="color: #ff0000;">&quot;amdcccle Layout&quot;</span>
	Screen      <span style="color: #000000;">0</span>  <span style="color: #ff0000;">&quot;amdcccle-Screen[1]-0&quot;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">0</span>
	Screen         <span style="color: #ff0000;">&quot;amdcccle-Screen[1]-1&quot;</span> <span style="color: #000000;">1680</span> <span style="color: #000000;">0</span>
EndSection
&nbsp;
Section <span style="color: #ff0000;">&quot;Module&quot;</span>
	Load  <span style="color: #ff0000;">&quot;GLcore&quot;</span>
	Load  <span style="color: #ff0000;">&quot;glx&quot;</span>
	Load  <span style="color: #ff0000;">&quot;dri&quot;</span>
EndSection
&nbsp;
Section <span style="color: #ff0000;">&quot;ServerFlags&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;Xinerama&quot;</span> <span style="color: #ff0000;">&quot;on&quot;</span>
EndSection
&nbsp;
Section <span style="color: #ff0000;">&quot;Monitor&quot;</span>
	Identifier   <span style="color: #ff0000;">&quot;0-DFP3&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;VendorName&quot;</span> <span style="color: #ff0000;">&quot;ATI Proprietary Driver&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;ModelName&quot;</span> <span style="color: #ff0000;">&quot;Generic Autodetecting Monitor&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;DPMS&quot;</span> <span style="color: #ff0000;">&quot;true&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;PreferredMode&quot;</span> <span style="color: #ff0000;">&quot;1680x1050&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;TargetRefresh&quot;</span> <span style="color: #ff0000;">&quot;60&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;Position&quot;</span> <span style="color: #ff0000;">&quot;0 0&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;Rotate&quot;</span> <span style="color: #ff0000;">&quot;normal&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;Disable&quot;</span> <span style="color: #ff0000;">&quot;false&quot;</span>
EndSection
&nbsp;
Section <span style="color: #ff0000;">&quot;Monitor&quot;</span>
	Identifier   <span style="color: #ff0000;">&quot;0-DFP4&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;VendorName&quot;</span> <span style="color: #ff0000;">&quot;ATI Proprietary Driver&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;ModelName&quot;</span> <span style="color: #ff0000;">&quot;Generic Autodetecting Monitor&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;DPMS&quot;</span> <span style="color: #ff0000;">&quot;true&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;PreferredMode&quot;</span> <span style="color: #ff0000;">&quot;1600x1200&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;TargetRefresh&quot;</span> <span style="color: #ff0000;">&quot;60&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;Position&quot;</span> <span style="color: #ff0000;">&quot;0 0&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;Rotate&quot;</span> <span style="color: #ff0000;">&quot;normal&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;Disable&quot;</span> <span style="color: #ff0000;">&quot;false&quot;</span>
EndSection
&nbsp;
Section <span style="color: #ff0000;">&quot;Device&quot;</span>
	Identifier  <span style="color: #ff0000;">&quot;amdcccle-Device[1]-0&quot;</span>
	Driver      <span style="color: #ff0000;">&quot;fglrx&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;Monitor-DFP3&quot;</span> <span style="color: #ff0000;">&quot;0-DFP3&quot;</span>
	BusID       <span style="color: #ff0000;">&quot;PCI:1:0:0&quot;</span>
EndSection
&nbsp;
Section <span style="color: #ff0000;">&quot;Device&quot;</span>
	Identifier  <span style="color: #ff0000;">&quot;amdcccle-Device[1]-1&quot;</span>
	Driver      <span style="color: #ff0000;">&quot;fglrx&quot;</span>
	Option	    <span style="color: #ff0000;">&quot;Monitor-DFP4&quot;</span> <span style="color: #ff0000;">&quot;0-DFP4&quot;</span>
	BusID       <span style="color: #ff0000;">&quot;PCI:1:0:0&quot;</span>
	Screen      <span style="color: #000000;">1</span>
EndSection
&nbsp;
Section <span style="color: #ff0000;">&quot;Screen&quot;</span>
	Identifier <span style="color: #ff0000;">&quot;amdcccle-Screen[1]-0&quot;</span>
	Device     <span style="color: #ff0000;">&quot;amdcccle-Device[1]-0&quot;</span>
	DefaultDepth     <span style="color: #000000;">24</span>
	SubSection <span style="color: #ff0000;">&quot;Display&quot;</span>
		Viewport   <span style="color: #000000;">0</span> <span style="color: #000000;">0</span>
		Depth     <span style="color: #000000;">24</span>
	EndSubSection
EndSection
&nbsp;
Section <span style="color: #ff0000;">&quot;Screen&quot;</span>
	Identifier <span style="color: #ff0000;">&quot;amdcccle-Screen[1]-1&quot;</span>
	Device     <span style="color: #ff0000;">&quot;amdcccle-Device[1]-1&quot;</span>
	DefaultDepth     <span style="color: #000000;">24</span>
	SubSection <span style="color: #ff0000;">&quot;Display&quot;</span>
		Viewport   <span style="color: #000000;">0</span> <span style="color: #000000;">0</span>
		Depth     <span style="color: #000000;">24</span>
	EndSubSection
EndSection<span style="color: #000000; font-weight: bold;">&lt;</span>span <span style="color: #007800;">style</span>=<span style="color: #ff0000;">&quot;font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;&quot;</span><span style="color: #000000; font-weight: bold;">&gt;&lt;</span>span <span style="color: #007800;">style</span>=<span style="color: #ff0000;">&quot;line-height: 19px; white-space: normal;&quot;</span><span style="color: #000000; font-weight: bold;">&gt;&lt;</span>strong<span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;/</span>strong<span style="color: #000000; font-weight: bold;">&gt;&lt;/</span>span<span style="color: #000000; font-weight: bold;">&gt;&lt;/</span>span<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div><h3>Come on AMD!</h3><p>Start working more openly with the community. We&#8217;re almost begging for more support. Release the documentation, let us help. AMD HD6850 is a nice piece of hardware, but Linux community will ignore it if we don&#8217;t get more support.</p> <br
/><hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/linux/realtek-rtl81688111e-and-ubuntu-linux/' rel='bookmark'>Realtek RTL8168/8111E and Ubuntu Linux</a></li></ol></div>]]></content:encoded> <wfw:commentRss>http://www.twm-kd.com/hardware-computers/amd-hd6850-graphics-card-and-linux/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Mandatory PlayStation 3 Firmware update (v3.30)</title><link>http://www.twm-kd.com/hardware-computers/mandatory-playstation-3-firmware-update-v3-30/</link> <comments>http://www.twm-kd.com/hardware-computers/mandatory-playstation-3-firmware-update-v3-30/#comments</comments> <pubDate>Thu, 29 Apr 2010 19:06:44 +0000</pubDate> <dc:creator>RRunner</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[3.30]]></category> <category><![CDATA[BRAVIA]]></category> <category><![CDATA[firmware]]></category> <category><![CDATA[PlayStation 3]]></category> <category><![CDATA[Sony]]></category> <category><![CDATA[Stereoscopy]]></category> <category><![CDATA[Trophies]]></category> <category><![CDATA[update]]></category> <guid
isPermaLink="false">http://www.twm-kd.com/?p=3750</guid> <description><![CDATA[A Sony figure called Eric Lampel - he is director or PlayStation Network Operations - announced on the 22nd April 2010 that new mandatory PlayStation 3 firmware system update is available for all interested users on PSN.<hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/hardware-computers/coming-up-playstation-3-firmware-update-v3-10/' rel='bookmark'>Coming up: PlayStation 3 Firmware update (v3.10)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/sony-hurries-with-playstation-3-firmware-update-v3-01/' rel='bookmark'>Sony hurries with Playstation 3 Firmware update (v3.01)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/playstation-3-firmware-update-v3-00/' rel='bookmark'>Playstation 3 Firmware update (v3.00)</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>A <a
class="zem_slink" title="PlayStation 3" rel="homepage" href="http://www.us.playstation.com/">Sony</a> figure called Eric Lampel announced on the 22nd April 2010 that new mandatory <a
class="zem_slink" title="PlayStation 3" rel="wikipedia" href="http://en.wikipedia.org/wiki/PlayStation_3">PlayStation 3</a> firmware system update is available for all interested users on PSN.</p><p>Sony continues with surprises. I will fire up my PS3 and update to the latest and the greatest system update. User agreement v1.4 &#8211; nothing new about that, accepting and checking turn off the system auto-magically after the update, and waiting &#8230; Must say that Sony could do a little more for us technical geeks. For example while we wait for download to complete we could browse through a list of new features, bug-fixes, possible new bugs, commercial about how movie downloading is the same as stealing.</p><p>Anyway since Sony doesn&#8217;t have this information available for us, Eric has a job that requires from him to pass some of this information to us. You know the tech geeks. And this is what Eric reported:</p><p
style="padding-left: 30px;">&#8220;Hi everyone, in  our continued effort to provide the best, most comprehensive  entertainment experience possible, we’ll be adding a few new features to  PlayStation 3 (PS3) via the  latest system software update,  which is a mandatory update and will be available shortly.</p><p
style="padding-left: 30px;">Most notably, you’ll see some new sorting options within <strong>Trophies </strong>that make it easier to claim  bragging rights among your friends on PlayStation Network.</p><p
style="padding-left: 30px;">• <strong>Trophy enhancements</strong> &#8211; Now you can more easily sort trophies in the  [Trophy Collection] and [Comparing Trophy] sections.  Sorting can be  done with [Trophy Collection] in the [Game Category] and also when  comparing trophies with your friends in the [Friend Category]</p><p
style="padding-left: 30px;">• <strong>Trophy Folder</strong> (Title List)  can be sorted by game name/ by title according to the date in which you  earned your last trophy (ascending/descending)</p><p
style="padding-left: 30px;">• <strong>Add-on</strong> list (Group list) can be sorted by original/the date  in  which you earned your last trophy (ascending/descending)</p><p
style="padding-left: 30px;">• Trophy list can be <strong>sorted by original/trophy name/grade/date of  obtaining the trophy</strong> (ascending/descending)</p><p
style="padding-left: 30px;">In addition, this update preps the PS3 system for some upcoming new  features, including <strong>3D <a
class="zem_slink" title="Stereoscopy" rel="wikipedia" href="http://en.wikipedia.org/wiki/Stereoscopy">stereoscopic</a> gaming</strong>, which is coming soon to PS3,  in time for the launch of Sony’s 3D <a
class="zem_slink" title="Sony Bravia" rel="youtube" href="http://www.youtube.com/watch?v=pGL0gdEPCtU">BRAVIA</a> TVs.&#8221;</p><p>Update and you will have the capability to sort your trophies. I will never understand why is sorting called a mandatory feature.</p><div
class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img
class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=f8271402-7d0e-4419-a3f7-a5d32e57dcb0" alt="" /><span
class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div> <br
/><hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/hardware-computers/coming-up-playstation-3-firmware-update-v3-10/' rel='bookmark'>Coming up: PlayStation 3 Firmware update (v3.10)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/sony-hurries-with-playstation-3-firmware-update-v3-01/' rel='bookmark'>Sony hurries with Playstation 3 Firmware update (v3.01)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/playstation-3-firmware-update-v3-00/' rel='bookmark'>Playstation 3 Firmware update (v3.00)</a></li></ol></div>]]></content:encoded> <wfw:commentRss>http://www.twm-kd.com/hardware-computers/mandatory-playstation-3-firmware-update-v3-30/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Sony is dedicated to 3D stereoscopic experience for 2010</title><link>http://www.twm-kd.com/hardware-computers/sony-is-dedicated-to-3d-stereoscopic-experience-for-2010/</link> <comments>http://www.twm-kd.com/hardware-computers/sony-is-dedicated-to-3d-stereoscopic-experience-for-2010/#comments</comments> <pubDate>Sun, 10 Jan 2010 11:01:45 +0000</pubDate> <dc:creator>RRunner</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[3D]]></category> <category><![CDATA[Games]]></category> <category><![CDATA[PlayStation 3]]></category> <category><![CDATA[Sony]]></category> <category><![CDATA[Stereoscopic]]></category> <guid
isPermaLink="false">http://www.twm-kd.com/?p=2450</guid> <description><![CDATA[Sony announced 3D stereoscopic games will be available to consumer marked in 2010. Playstation update is scheduled for summer 2010.<hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/hardware-computers/sony-hurries-with-playstation-3-firmware-update-v3-01/' rel='bookmark'>Sony hurries with Playstation 3 Firmware update (v3.01)</a></li><li><a
href=' http://www.twm-kd.com/games/sony-annouces-new-playstation-3-and-a-price-drop/' rel='bookmark'>Sony annouces new PlayStation 3 and a price drop</a></li><li><a
href=' http://www.twm-kd.com/editorials/e3-post-mortem-wrap-up/' rel='bookmark'>E3 2010 &#8211; Post Mortem wrap up</a></li></ol></div>]]></description> <content:encoded><![CDATA[<div
class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;"><div><dl
class="wp-caption alignright" style="width: 160px;"><dt
class="wp-caption-dt"><a
href="http://www.daylife.com/image/0cSW4MUdv9gKM?utm_source=zemanta&amp;utm_medium=p&amp;utm_content=0cSW4MUdv9gKM&amp;utm_campaign=z1"><img
title="CHIBA, JAPAN - SEPTEMBER 24:  Visitors watch a..." src="http://static.twm-kd.com/twm-uploads/150x97.jpg" alt="CHIBA, JAPAN - SEPTEMBER 24:  Visitors watch a..." width="150" height="97" /></a></dt><dd
class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a
href="http://www.daylife.com/source/Getty_Images">Getty Images</a> via <a
href="http://www.daylife.com">Daylife</a></dd></dl></div></div><p>After almost a year of rumors and guessing, on the 7th January, 2010, Sony <a
href="http://www.sony.net/SonyInfo/News/Press/201001/10-002E/index.html">announced</a> that it is dedicated to bring the 3D experience  to consumer homes. Announcement was made at <a
class="zem_slink" title="Consumer Electronics Show" rel="homepage" href="http://www.cesweb.org/default.asp">Consumer Electronics Show</a> (CES). As seen from announcement 3D will be integrated into most aspects of Sony&#8217;s product line meaning consumer electronic devices, TV and movie content and game devices.</p><p>The latest information is really interesting because it means that PS3 will be able to play <a
class="zem_slink" title="Stereoscopy" rel="wikipedia" href="http://en.wikipedia.org/wiki/Stereoscopy">stereoscopic</a> games. The update which will enable stereoscopic game play will be available through PS3 update which will be available sometime in the summer 2010. Playback of &#8220;Blue-ray&#8221; discs with 3D content will also be able on PS3 with later updates.</p><p>Read more for additional information about first experience with 3D stereoscopic games.<span
id="more-2450"></span></p><p>Now that the wait is over and we know the plan and release dates I asked my self: Was there any actual gamer experience at CES with 3D stereoscopic game play? As it happens some of the games that were played on the PS3 in 3D stereoscopic mode were MotorStorm: Pacific Rift, WipEout HD, Gran Turismo 5: Prologue, Super Star Dust HD and Dark Void. Online gaming magazines and gaming sites are full of reviews so I am sure you will not have trouble finding them, but if you don&#8217;t the overall score from <a
href="http://kotaku.com/">Kotaku</a> is that Super Star Dust rocks, Gran Turismo is playable but could be better and Dark Void is not really what was expected. Kotaku explains that Dark Void developers were pushed onto 3D stereoscopic train and it looks that they got more negative press than expected. Overall testers were pleasantly surprised. At this time it is still unknown if stereoscopic effect is transperently added to the games by PS3 or do the games need additional updates of game engines.</p><p>For consumers to fully experience the stereoscopic 3D you will naturally need active <a
class="zem_slink" title="LCD shutter glasses" rel="wikipedia" href="http://en.wikipedia.org/wiki/LCD_shutter_glasses">shutter glasses</a> which will have to synchronize with television display. Television displays will have to be able to produce frame sequential HD resolution image. For more friendly consumer orientation check the following video and start a separate saving account.</p><p
style="text-align: center;"><object
id="aexternal" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="570" height="389" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="flashVars" value="config=/video2/201001/10-0107/config.xml&amp;lang=en" /><param
name="allowFullScreen" value="true" /><param
name="allowScriptAccess" value="always" /><param
name="src" value="http://www.sony.co.jp/video2/player.swf" /><param
name="flashvars" value="config=/video2/201001/10-0107/config.xml&amp;lang=en" /><param
name="allowfullscreen" value="true" /><embed
id="aexternal" type="application/x-shockwave-flash" width="570" height="389" src="http://www.sony.co.jp/video2/player.swf" allowscriptaccess="always" allowfullscreen="true" flashvars="config=/video2/201001/10-0107/config.xml&amp;lang=en"></embed></object></p><div
class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a
class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/8afa39d1-bd7b-4f3c-a40d-26b0a1fe7e4f/"><img
class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=8afa39d1-bd7b-4f3c-a40d-26b0a1fe7e4f" alt="Reblog this post [with Zemanta]" /></a><span
class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div> <br
/><hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/hardware-computers/sony-hurries-with-playstation-3-firmware-update-v3-01/' rel='bookmark'>Sony hurries with Playstation 3 Firmware update (v3.01)</a></li><li><a
href=' http://www.twm-kd.com/games/sony-annouces-new-playstation-3-and-a-price-drop/' rel='bookmark'>Sony annouces new PlayStation 3 and a price drop</a></li><li><a
href=' http://www.twm-kd.com/editorials/e3-post-mortem-wrap-up/' rel='bookmark'>E3 2010 &#8211; Post Mortem wrap up</a></li></ol></div>]]></content:encoded> <wfw:commentRss>http://www.twm-kd.com/hardware-computers/sony-is-dedicated-to-3d-stereoscopic-experience-for-2010/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Unboxing of Western Digital MyBook drive</title><link>http://www.twm-kd.com/hardware-computers/unboxing-of-western-digital-mybook-drive/</link> <comments>http://www.twm-kd.com/hardware-computers/unboxing-of-western-digital-mybook-drive/#comments</comments> <pubDate>Tue, 22 Dec 2009 09:49:51 +0000</pubDate> <dc:creator>BigWhale</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[MyBook]]></category> <category><![CDATA[Unboxing]]></category> <category><![CDATA[Video]]></category> <guid
isPermaLink="false">http://www.twm-kd.com/?p=3130</guid> <description><![CDATA[Western Digital MyBook 1TB external drive had to be unboxed. Unboxing on a whole new level, deep and intrusive. Warranty voided of course.<hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/games/call-of-duty-modern-warfare-2-the-unboxing/' rel='bookmark'>Call of Duty: Modern Warfare 2 &#8211; The Unboxing</a></li><li><a
href=' http://www.twm-kd.com/software/hiding-your-secrets-encrypting-your-hard-drive/' rel='bookmark'>Hiding your secrets &#8211; Encrypting your hard drive</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>Previously I already <a
href="http://www.twm-kd.com/games/call-of-duty-modern-warfare-2-the-unboxing/">unboxed stuff, remember</a>? This now is unboxing taken to the new level. Most of the people unbox things by taking them out of the box, removing the wrapping and packaging material. I decided to go deeper than that. Take a look at the video if you want to see how deep &#8230;</p><p
align="center"> <object
width="480" height="385"><param
name="movie" value="http://www.youtube.com/v/i0mndotNxWE&#038;hl=en_US&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/i0mndotNxWE&#038;hl=en_US&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p><p>Disclaimer: twm-kd.com is not responsible for any damage to your hardware if you decide to repeat the unboxing. We are doing this knowing that warranty will be void after the procedure.</p> <br
/><hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/games/call-of-duty-modern-warfare-2-the-unboxing/' rel='bookmark'>Call of Duty: Modern Warfare 2 &#8211; The Unboxing</a></li><li><a
href=' http://www.twm-kd.com/software/hiding-your-secrets-encrypting-your-hard-drive/' rel='bookmark'>Hiding your secrets &#8211; Encrypting your hard drive</a></li></ol></div>]]></content:encoded> <wfw:commentRss>http://www.twm-kd.com/hardware-computers/unboxing-of-western-digital-mybook-drive/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Coming up: PlayStation 3 Firmware update (v3.10)</title><link>http://www.twm-kd.com/hardware-computers/coming-up-playstation-3-firmware-update-v3-10/</link> <comments>http://www.twm-kd.com/hardware-computers/coming-up-playstation-3-firmware-update-v3-10/#comments</comments> <pubDate>Tue, 17 Nov 2009 07:40:54 +0000</pubDate> <dc:creator>RRunner</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[3.10]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[firmware]]></category> <category><![CDATA[PlayStation 3]]></category> <category><![CDATA[Sony]]></category> <category><![CDATA[udpate]]></category> <guid
isPermaLink="false">http://www.twm-kd.com/?p=2950</guid> <description><![CDATA[An upcoming PS3 firmware update was announced on the November 16 2009.<hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/hardware-computers/mandatory-playstation-3-firmware-update-v3-30/' rel='bookmark'>Mandatory PlayStation 3 Firmware update (v3.30)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/playstation-3-firmware-update-v3-00/' rel='bookmark'>Playstation 3 Firmware update (v3.00)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/sony-hurries-with-playstation-3-firmware-update-v3-01/' rel='bookmark'>Sony hurries with Playstation 3 Firmware update (v3.01)</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>Eric Lampel &#8211; Director of <a
class="zem_slink freebase/guid/9202a8c04000641f8000000000b0c25f" title="PlayStation Network" rel="wikipedia" href="http://en.wikipedia.org/wiki/PlayStation_Network">PlayStation Network</a> Operations <a
href="http://blog.us.playstation.com/2009/11/playstation-3-firmware-v3-10-update/">confirmed a rumor</a> about an upcoming <a
class="zem_slink freebase/guid/9202a8c04000641f8000000000031dcf" title="PlayStation 3" rel="wikipedia" href="http://en.wikipedia.org/wiki/PlayStation_3">PS3</a> firmware update.</p><p>He stated that the update will include the following features and improvements:</p><ul><li>Social networking integration by linking your PlayStation Network account to <a
class="zem_slink freebase/guid/9202a8c04000641f80000000002e875e" title="Facebook" rel="homepage" href="http://facebook.com">Facebook</a>. PS3 will; upon users confirmation, publish trophy and PSN store activity. Although we applaud that users will have a choice weather to publish their personal information on their Facebook wall, we are not convinced that this will work through XMB menu system.</li><li>The Photo category on the XMB has been revamped to make it easier to see more of your photos stored on your PS3</li><li>The PSN Friends List has been modified based on feedback we received after update 3.00. Additionally, you can now choose a color for your PSN ID on the XMB.</li></ul><p>Additional features list will follow upon 3.10 release. When? Soon.</p><p><strong>Edit</strong>: <em>Sources at <a
href="http://www.1up.com/do/newsStory?cId=3176969">1UP.com</a> state that PlayStation 3 firmware update 3.10 will be available later today on the November 18 2009.</em></p><p><img
class="aligncenter size-full wp-image-2951" title="PS3-3.10-Facebook" src="http://static.twm-kd.com/twm-uploads/PS3-3.10-Facebook.png" alt="PS3-3.10-Facebook" width="542" height="305" /></p><div
class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a
class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/ea735505-b403-4f39-8439-af8a9da36260/"><img
class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=ea735505-b403-4f39-8439-af8a9da36260" alt="Reblog this post [with Zemanta]" /></a><span
class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div> <br
/><hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/hardware-computers/mandatory-playstation-3-firmware-update-v3-30/' rel='bookmark'>Mandatory PlayStation 3 Firmware update (v3.30)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/playstation-3-firmware-update-v3-00/' rel='bookmark'>Playstation 3 Firmware update (v3.00)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/sony-hurries-with-playstation-3-firmware-update-v3-01/' rel='bookmark'>Sony hurries with Playstation 3 Firmware update (v3.01)</a></li></ol></div>]]></content:encoded> <wfw:commentRss>http://www.twm-kd.com/hardware-computers/coming-up-playstation-3-firmware-update-v3-10/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Assembly of a Nixie Clock</title><link>http://www.twm-kd.com/hardware-computers/assembling-of-a-nixie-tube-clock/</link> <comments>http://www.twm-kd.com/hardware-computers/assembling-of-a-nixie-tube-clock/#comments</comments> <pubDate>Fri, 16 Oct 2009 12:23:30 +0000</pubDate> <dc:creator>BigWhale</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Electronics]]></category> <category><![CDATA[Integrated circuit]]></category> <category><![CDATA[Nixie Clock]]></category> <category><![CDATA[Nixie tube]]></category> <category><![CDATA[Soldering]]></category> <guid
isPermaLink="false">http://www.twm-kd.com/?p=2756</guid> <description><![CDATA[Nixie tubes are an old electron tubes that were mostly used for displaying numbers. Nowadays are pretty hard to get and they are sort of a geek icon. If you're true and hardcore geek, you need to have your own nixie tube clock. :)]]></description> <content:encoded><![CDATA[<div
class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;"><div
class="wp-caption alignright" style="width: 125px"><a
href="http://commons.wikipedia.org/wiki/Image:ZM1210-operating_edit2.jpg"><img
class="   " title="Nixie tube Telefunken ZM1210 (without coating)..." src="http://static.twm-kd.com/twm-uploads/300px-ZM1210-operating_edit24.jpg" alt="Nixie tube Telefunken ZM1210 (without coating)..." width="115" height="210" /></a><p
class="wp-caption-text">Image via Wikipedia</p></div></div><p>A while ago I decided that as a geek I need to equip myself with binary clock or a <a
class="zem_slink freebase/guid/9202a8c04000641f80000000006f9c50" title="Digital clock" rel="wikipedia" href="http://en.wikipedia.org/wiki/Digital_clock">digital clock</a> made with <a
class="zem_slink freebase/guid/9202a8c04000641f800000000007cf6b" title="Nixie tube" rel="wikipedia" href="http://en.wikipedia.org/wiki/Nixie_tube">Nixie tubes</a>. Until now the idea was brewing. It was almost 15 years since I designed a circuit board by myself and it was a little less time ago when I was soldering something. I had to find an already made kit that didn&#8217;t require designing the circuitry from scratch. Pretty soon I ruled out the binary clock since they can be easily obtained in any geek store. Nixie tube clock is a completely different story altogether. Tubes are nowadays relatively rare and much harder to get. After some digging and my <em>distrust</em> to purchase a bunch of easily shattering glass tubes on e-bay, I found <a
title="Tube Hobby" href="http://www.tubehobby.com/" target="_blank">tubehobby.com</a> which offered various nixies and complete clock kits. For a relatively low price of $99 I ordered <a
title="Nixie clock kit" href="http://tubehobby.com/show_det.php?det=42" target="_blank">complete nixie clock kit</a>. Kit included all the electronic parts and the Nixie tubes. There was no power supply and casing. Power supplies are easy to get and you&#8217;ll be able to find one in your local <em>radioshack</em> store.</p><p>Kit from tubehobby.com had  basic online instructions on how to assemble it, what kind of power source is required to drive the clock and few tips about setting up everything.</p><p>Assembly was fun and memory reviving experience. I do recommend that you use sockets for <a
class="zem_slink freebase/guid/9202a8c04000641f800000000001f17b" title="Integrated circuit" rel="wikipedia" href="http://en.wikipedia.org/wiki/Integrated_circuit">integrated circuits</a> since they are more delicate and harder to replace if you damage them with too much heat at soldering. When you buy chip sockets make sure you double check what you&#8217;re buying or you&#8217;ll end up like me. With one wrong socket and a decision about waiting one more day with the assembly. Instructions were clear and easily understandable, but you&#8217;ll need a background in electronics and circuit design if you want to make this to work. If you never held a <a
class="zem_slink freebase/guid/9202a8c04000641f8000000000036f32" title="Soldering iron" rel="wikipedia" href="http://en.wikipedia.org/wiki/Soldering_iron">soldering iron</a> in your hands I recommend that you get someone to help you.</p><p>Two things that gave me a little headache during the assembly. Setting the firing voltage for tubes &#8211; there is a small potentiometer on the board and a capacitor where you need to measure the output voltage of the driver. A slight, tiny move of the potentiometer changed the value by 10V or even more, so finding that 160V was quite a task. Second problem was more of a dexterity issue. See, the tubes have 13 long and bendable pins that need to go through 13 tiny holes that are very close together. It took me about 5 minutes to insert each tube. :)</p><p>Apart from one broken separator bulb, kit from tubehobby.com was perfect. I am not sure if separator bulb was broken during transport or if I <em>fried</em> it when I connected the clock for the first time. Separator bulbs can be set in three different modes. They can blink once per second, then can be used as an AM/PM indicator if you use 12h clock format, they can be constantly lit or you can switch them off. Only one bulb was working for me and I found the blinking highly annoying. I turned it off and I&#8217;ll probably remove both bulbs from the circuit board sometime in the future.</p><p>Of course, you need to see the video of nixie clock in action.<br
/> <object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="allowFullScreen" value="true" /><param
name="allowscriptaccess" value="always" /><param
name="src" value="http://www.youtube.com/v/xRL5T8Y2h34&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param
name="allowfullscreen" value="true" /><embed
type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/xRL5T8Y2h34&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p><div
class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a
class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/51730a19-0611-4ef2-b271-34fa269de58d/"><img
class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=51730a19-0611-4ef2-b271-34fa269de58d" alt="Reblog this post [with Zemanta]" /></a><span
class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div> ]]></content:encoded> <wfw:commentRss>http://www.twm-kd.com/hardware-computers/assembling-of-a-nixie-tube-clock/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Sony hurries with Playstation 3 Firmware update (v3.01)</title><link>http://www.twm-kd.com/hardware-computers/sony-hurries-with-playstation-3-firmware-update-v3-01/</link> <comments>http://www.twm-kd.com/hardware-computers/sony-hurries-with-playstation-3-firmware-update-v3-01/#comments</comments> <pubDate>Tue, 15 Sep 2009 08:56:00 +0000</pubDate> <dc:creator>RRunner</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[3.01]]></category> <category><![CDATA[firmware]]></category> <category><![CDATA[PlayStation 3]]></category> <category><![CDATA[Sony]]></category> <category><![CDATA[update]]></category> <guid
isPermaLink="false">http://www.twm-kd.com/?p=2613</guid> <description><![CDATA[Image via Wikipedia As expected with every major update the stability of an operating system can become quite an issue. Sony&#8216;s 3.00 firmware update about which you were informed previously is not an exception. Many issues plague this newly released monstrosity. Among them some crashes of the best PS3 game called Uncharted: Drake&#8217;s Fortune. There [...]<hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/hardware-computers/playstation-3-firmware-update-v3-00/' rel='bookmark'>Playstation 3 Firmware update (v3.00)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/mandatory-playstation-3-firmware-update-v3-30/' rel='bookmark'>Mandatory PlayStation 3 Firmware update (v3.30)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/coming-up-playstation-3-firmware-update-v3-10/' rel='bookmark'>Coming up: PlayStation 3 Firmware update (v3.10)</a></li></ol></div>]]></description> <content:encoded><![CDATA[<div
class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;"><div><dl
class="wp-caption alignright" style="width: 209px;"><dt
class="wp-caption-dt"><a
href="http://commons.wikipedia.org/wiki/Image:Sony_logo.svg"><img
title="Sony Corporation ソニー株式会社" src="http://static.twm-kd.com/twm-uploads/300px-Sony_logo.svg.png" alt="Sony Corporation ソニー株式会社" width="199" height="35" /></a></dt><dd
class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a
href="http://commons.wikipedia.org/wiki/Image:Sony_logo.svg">Wikipedia</a></dd></dl></div></div><p>As expected with every major update the stability of an operating system can become quite an issue. <a
class="zem_slink freebase/guid/9202a8c04000641f8000000000035807" title="Sony" rel="homepage" href="http://www.sony.net">Sony</a>&#8216;s 3.00 firmware update about which you were informed <a
href="http://www.twm-kd.com/computers/playstation-3-firmware-update-v3-00/">previously</a> is not an exception. Many issues plague this newly released <a
class="zem_slink" title="Monstrosity" rel="wikipedia" href="http://en.wikipedia.org/wiki/Monstrosity">monstrosity</a>.</p><p>Among them some crashes of the best <a
class="zem_slink freebase/guid/9202a8c04000641f8000000000031dcf" title="PlayStation 3" rel="wikipedia" href="http://en.wikipedia.org/wiki/PlayStation_3">PS3</a> game called <a
class="zem_slink freebase/guid/9202a8c04000641f8000000000cc5166" title="Uncharted: Drake's Fortune" rel="wikipedia" href="http://en.wikipedia.org/wiki/Uncharted%3A_Drake%27s_Fortune">Uncharted</a>: Drake&#8217;s Fortune. There are also reports of bugs in friend list, <a
class="zem_slink freebase/guid/9202a8c04000641f80000000003bc3b3" title="DualShock" rel="wikipedia" href="http://en.wikipedia.org/wiki/DualShock">dual shock</a> 3 controllers losing signal, louder fans, poor <a
class="zem_slink freebase/guid/9202a8c04000641f8000000000079189" title="Wi-Fi" rel="wikipedia" href="http://en.wikipedia.org/wiki/Wi-Fi">wi-fi</a> signal.</p><p>Since I am a PS3 user I can understand the rage of the other like me who updated to firmware to 3.00. Specially with the hardware quirks that presented themselves with the update. But for Sony the real problem is money. Games not running or crashing means loss of profit and bad publicity. Therefore Sony stepped up and announced a minor update called 3.01 which is available from the September, 14th via System update.</p><p>3.01 fixes some of the more pressing issues. Games will continue to run. So Sony says.</p><div
class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a
class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/7916d2e9-18e0-4957-b07d-b0a66c088341/"><img
class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=7916d2e9-18e0-4957-b07d-b0a66c088341" alt="Reblog this post [with Zemanta]" /></a><span
class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div> <br
/><hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/hardware-computers/playstation-3-firmware-update-v3-00/' rel='bookmark'>Playstation 3 Firmware update (v3.00)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/mandatory-playstation-3-firmware-update-v3-30/' rel='bookmark'>Mandatory PlayStation 3 Firmware update (v3.30)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/coming-up-playstation-3-firmware-update-v3-10/' rel='bookmark'>Coming up: PlayStation 3 Firmware update (v3.10)</a></li></ol></div>]]></content:encoded> <wfw:commentRss>http://www.twm-kd.com/hardware-computers/sony-hurries-with-playstation-3-firmware-update-v3-01/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Playstation 3 Firmware update (v3.00)</title><link>http://www.twm-kd.com/hardware-computers/playstation-3-firmware-update-v3-00/</link> <comments>http://www.twm-kd.com/hardware-computers/playstation-3-firmware-update-v3-00/#comments</comments> <pubDate>Thu, 03 Sep 2009 07:54:14 +0000</pubDate> <dc:creator>RRunner</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[3.00]]></category> <category><![CDATA[announcment]]></category> <category><![CDATA[Console Platforms]]></category> <category><![CDATA[firmware]]></category> <category><![CDATA[Hard disk drive]]></category> <category><![CDATA[PlayStation 3]]></category> <category><![CDATA[Playstation 3 firmware update 3.00]]></category> <category><![CDATA[PlayStation 3 system software]]></category> <category><![CDATA[PS3 Firmware update 3.00]]></category> <category><![CDATA[Sony]]></category> <category><![CDATA[update]]></category> <category><![CDATA[XrossMediaBar]]></category> <guid
isPermaLink="false">http://www.twm-kd.com/?p=2333</guid> <description><![CDATA[Image via Wikipedia Recently BigWhale reported that PS3 prices will plunger. Subsequently old PS3 versions will lose its value due to the new, slimmed down PS3 version. Now there is some hope even for us mere mortals who own the original version of PS3. On September, 1st you might have been surprised to find out [...]<hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/hardware-computers/sony-hurries-with-playstation-3-firmware-update-v3-01/' rel='bookmark'>Sony hurries with Playstation 3 Firmware update (v3.01)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/coming-up-playstation-3-firmware-update-v3-10/' rel='bookmark'>Coming up: PlayStation 3 Firmware update (v3.10)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/mandatory-playstation-3-firmware-update-v3-30/' rel='bookmark'>Mandatory PlayStation 3 Firmware update (v3.30)</a></li></ol></div>]]></description> <content:encoded><![CDATA[<div
class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;"><div><dl
class="wp-caption alignright" style="width: 310px;"><dt
class="wp-caption-dt"><a
href="http://commons.wikipedia.org/wiki/Image:Playstation3vector.svg"><img
title="A 60GB version of the PlayStation 3." src="http://static.twm-kd.com/twm-uploads/300px-Playstation3vector.svg.png" alt="A 60GB version of the PlayStation 3." width="167" height="228" /></a></dt><dd
class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a
href="http://commons.wikipedia.org/wiki/Image:Playstation3vector.svg">Wikipedia</a></dd></dl></div></div><p>Recently BigWhale <a
href="http://www.twm-kd.com/games/sony-annouces-new-playstation-3-and-a-price-drop/">reported</a> that <a
class="zem_slink freebase/guid/9202a8c04000641f8000000000031dcf" title="PlayStation 3" rel="wikipedia" href="http://en.wikipedia.org/wiki/PlayStation_3">PS3</a> prices will plunger. Subsequently old PS3 versions will lose its value due to the new, slimmed down PS3 version. Now there is some hope even for us mere mortals who own the original version of PS3.</p><p>On <em>September, 1st</em> you might have been surprised to find out that <a
class="zem_slink freebase/guid/9202a8c04000641f8000000000035807" title="Sony" rel="wikipedia" href="http://en.wikipedia.org/wiki/Sony">Sony</a> launched its 3.00 version of <a
class="zem_slink freebase/guid/9202a8c04000641f80000000057b3f37" title="PlayStation 3 system software" rel="wikipedia" href="http://en.wikipedia.org/wiki/PlayStation_3_system_software">PS3 firmware</a>. Let&#8217;s look what goodies they prepared for us.</p><p><span
id="more-2333"></span>Here is a list of changes that Sony included in 3.00 update:</p><ul><li>New XMB™ (<a
class="zem_slink freebase/guid/9202a8c04000641f80000000009e5ca6" title="XrossMediaBar" rel="wikipedia" href="http://en.wikipedia.org/wiki/XrossMediaBar">XrossMediaBar</a>) screen design</li></ul><ul><li> Information panel</li></ul><ul><li> Folder levels</li></ul><ul><li> Copying text</li></ul><ul><li> The annoying &#8211; What&#8217;s New</li></ul><ul><li> Audio Multi-Output</li></ul><ul><li> HDD Content Audio Language and HDD Content Subtitle Language</li></ul><ul><li> Using the wireless controller for fast forward and fast reverse operations</li></ul><ul><li> Printing a Web page</li></ul><ul><li> Saving a Web page as an image</li></ul><ul><li> Viewing messages in the profile screen</li></ul><p>If you are interested in details you can read them at the <a
href="http://www.us.playstation.com/Support/SystemUpdates/PS3/PS3_300_update.html">official update page</a> .</p><h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6><ul
class="zemanta-article-ul"><li
class="zemanta-article-ul-li"><a
href="http://www.engadget.com/2009/08/31/playstation-3-firmware-3-0-now-available/">PlayStation 3 firmware 3.0 now available</a> (engadget.com)</li><li
class="zemanta-article-ul-li"><a
href="http://www.destructoid.com/ps3-firmware-v3-00-now-available-147026.phtml">PS3 firmware v3.00 now available</a> (destructoid.com)</li><li
class="zemanta-article-ul-li"><a
href="http://www.joystiq.com/2009/09/01/psa-ps3-firmware-3-00-is-alive-and-kicking/">PSA: PS3 Firmware 3.00 is alive and kicking</a> (joystiq.com)</li><li
class="zemanta-article-ul-li"><a
href="http://www.inquisitr.com/35324/ps3-firmware-update-30-brings-dynamic-themes-avatars-xmb-functionality-and-more/">PS3: Dynamic themes, avatars, XMB functionality, and more in firmware update 3.0</a> (inquisitr.com)</li><li
class="zemanta-article-ul-li"><a
href="http://gizmodo.com/5349913/playstation-3s-30-firmware-upgrade-is-now-live">PlayStation 3&#8242;s 3.0 Firmware Upgrade Is Now Live [Gaming]</a> (gizmodo.com)</li></ul><div
class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a
class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/54883620-05af-4596-9034-5dd1b6d334ec/"><img
class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=54883620-05af-4596-9034-5dd1b6d334ec" alt="Reblog this post [with Zemanta]" /></a><span
class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div> <br
/><hr
/><div
class='related-posts'><h5>Related Posts:</h5><ol><li><a
href=' http://www.twm-kd.com/hardware-computers/sony-hurries-with-playstation-3-firmware-update-v3-01/' rel='bookmark'>Sony hurries with Playstation 3 Firmware update (v3.01)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/coming-up-playstation-3-firmware-update-v3-10/' rel='bookmark'>Coming up: PlayStation 3 Firmware update (v3.10)</a></li><li><a
href=' http://www.twm-kd.com/hardware-computers/mandatory-playstation-3-firmware-update-v3-30/' rel='bookmark'>Mandatory PlayStation 3 Firmware update (v3.30)</a></li></ol></div>]]></content:encoded> <wfw:commentRss>http://www.twm-kd.com/hardware-computers/playstation-3-firmware-update-v3-00/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Another Week, Another Battery</title><link>http://www.twm-kd.com/hardware-computers/another-week-another-battery/</link> <comments>http://www.twm-kd.com/hardware-computers/another-week-another-battery/#comments</comments> <pubDate>Sat, 27 Jun 2009 20:35:56 +0000</pubDate> <dc:creator>BigWhale</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Batteries]]></category> <category><![CDATA[Battery]]></category> <category><![CDATA[IBM]]></category> <category><![CDATA[Massachusetts Institute of Technology]]></category> <category><![CDATA[MIT]]></category> <category><![CDATA[Rechargeable battery]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[University of Waterloo]]></category> <guid
isPermaLink="false">http://www.twm-kd.com/?p=1843</guid> <description><![CDATA[Quick recap of battery related news this year. Keep your fingers crossed for at least one of the ideas to work.]]></description> <content:encoded><![CDATA[<p>Every now and then you are able to read about new kind of batteries with higher capacity, faster <a
class="zem_slink" title="Rechargeable battery" rel="wikipedia" href="http://en.wikipedia.org/wiki/Rechargeable_battery">recharge</a>, new technologies, new materials used, cheaper production, and so on, and so on. However this first half of the year was really <em>charged up</em> with battery news.</p><p>We&#8217;ve been reading about new batteries on a monthly basis and if all those predictions come true and all those announcements turn into workable products then in the next five years our notebooks will need to recharge once a week and we&#8217;ll never have to worry about power management again.</p><p>A quick recap of some <a
class="zem_slink" title="Battery (electricity)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Battery_%28electricity%29">battery</a> news so far.</p><p><span
id="more-1843"></span></p><ul><li>With winter coming to an end <a
href="http://www.tgdaily.com/content/view/41686/181/" target="_blank">MIT announced</a> reduced recharge time for batteries.</li><li>Some <a
href="http://www.dailytech.com/Batteries+Made+Entirely+From+Liquids+Could+Store+Massive+Amounts+of+Energy/article14692.htm" target="_blank">other smarties at MIT surprised us</a> with batteries based on liquid metal only a week later.</li><li>Then, two weeks later it was <a
href="http://www.engadget.com/2009/04/15/toshiba-dramatically-increases-energy-density-of-li-ion-battery/" target="_blank">Toshiba with more juice</a> in their batteries.</li><li>Cheap Scotsmen came up with the <a
href="http://www.theregister.co.uk/2009/05/19/lithium_oxygen_stair_battery/" target="_blank">idea of St. Andrews Air battery</a>. Five to ten fold increase in capacity! Approximately one month behind Toshiba.</li></ul><p>Are we done? Not yet.</p><ul><li>Again a month later there <a
href="http://www.bit-tech.net/news/bits/2009/06/11/lithium-sulphur-triples-battery-life/1" target="_blank">were Canadians at the University of Waterloo</a>. They merely tripled the capacity of their batteries.</li><li>Basically at the same day <a
href="http://www.technologyreview.com/energy/22780/" target="_blank">IBM apparently invested in batteries</a> that will last ten times more than batteries last today.</li></ul><p>Now we just have to sit and wait and hope for the mixed solution from Scotsmen and IBMers!</p><div
class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a
class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/53044fb2-3b42-4226-87d6-f86563234ed7/"><img
class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=53044fb2-3b42-4226-87d6-f86563234ed7" alt="Reblog this post [with Zemanta]" /></a><span
class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div> ]]></content:encoded> <wfw:commentRss>http://www.twm-kd.com/hardware-computers/another-week-another-battery/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Can instant-on OS help us save the planet ?</title><link>http://www.twm-kd.com/hardware-computers/can-instant-on-os-help-us-save-the-planet/</link> <comments>http://www.twm-kd.com/hardware-computers/can-instant-on-os-help-us-save-the-planet/#comments</comments> <pubDate>Thu, 14 May 2009 18:18:49 +0000</pubDate> <dc:creator>RRunner</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[energy usage]]></category> <category><![CDATA[instant-on]]></category> <category><![CDATA[PC]]></category> <category><![CDATA[Personal computer]]></category> <category><![CDATA[Power supply]]></category> <category><![CDATA[power usage]]></category> <category><![CDATA[Random-access memory]]></category> <category><![CDATA[slow boot]]></category> <guid
isPermaLink="false">http://www.twm-kd.com/?p=569</guid> <description><![CDATA[Image by fallsroad via Flickr Due to slow booting times users tend to keep their computers plugged in and powered up  24/7. This increases their total power usage. So, how can we help prevent higher power usage of PC&#8216;s? We all agree that consumers of power in computer system are components that are attached to [...]]]></description> <content:encoded><![CDATA[<div
class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;"><div><dl
class="wp-caption alignright" style="width: 213px;"><dt
class="wp-caption-dt"><a
href="http://www.flickr.com/photos/97833583@N00/13240207"><img
title="boot" src="http://static.twm-kd.com/twm-uploads/13240207_936bcde15d_m.jpg" alt="boot" width="203" height="152" /></a></dt><dd
class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a
href="http://www.flickr.com/photos/97833583@N00/13240207">fallsroad</a> via Flickr</dd></dl></div></div><p>Due to slow <a
class="zem_slink" title="Booting" rel="wikipedia" href="http://en.wikipedia.org/wiki/Booting">booting</a> times users tend to keep their computers plugged in and powered up  24/7. This increases their total power usage. So, how can we help prevent higher power usage of <a
class="zem_slink" title="Personal computer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Personal_computer">PC</a>&#8216;s?</p><p>We all agree that consumers of power in computer system are components that are attached to the computers main power supply. Main power supply supplies power from the power <a
class="zem_slink" title="Grid (electricity)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Grid_%28electricity%29">grid</a>. Additional devices with independent <a
class="zem_slink" title="Power supply" rel="wikipedia" href="http://en.wikipedia.org/wiki/Power_supply">power supplies</a> can be included with computer. I am thinking of monitor, speakers, printer and cable modem. With one word we will call all this devices &#8220;a system&#8221;. To calculate an average power usage of the system we will check an average computer system and try to calculate how much power does it use while working, while idle and while in suspended mode. Now if we could only get the characteristics data for our power supply.</p><p><span
id="more-569"></span></p><p>To understand how much power the power supply in your system requires we need to understand the power supply. Intended usage of power supply is to change the higher outlet voltage to desired lower system voltage. There is no need to keep money in the bank while choosing power supply for your system.  If power supply does not properly convert higher voltage to lower voltage, irregular power signals are transmitted into the system which can result in damage or higher power usage. Check the maximum wattage rating of power supply. This rating needs to be higher than your required power usage of the system. When looking at the power supply combined wattage, have in mind that there are three main rails in the power supply: a 3,3V rail, a 5V rail and 12V rail. Each of them can have its own amperage and by summing all of the wattage&#8217;s we get combined wattage of power supply. Calculation should be done with this formula:</p><p><em>wattage of PC = 3.3V*(amperage at 3.3V) + 5V*(amperage at 5V) + 12V*(amperage at 12V) </em></p><p>Do not confuse maximum wattage with peak wattage. Peak wattage is absolute maximum of wattage a power supply can produce. This is done for a short time only and then the power supply or the system components can be damaged. To calculate the wattage of the whole system we use the following formula:</p><p><em>wattage of system = wattage of PC + wattage of monitor + (wattage of other devices if they exist)</em></p><p>The calculated number does not mean the constant usage of the system power. Rather it means maximal possible power usage (and bear in mind we are not talking the peak usage).</p><p>Try to calculate the power consumption of your system using formulas above, while we will find the data on the net. Average system in idle should use somewhere around 220W of energy. Now this would mean: idle <a
class="zem_slink" title="Central processing unit" rel="wikipedia" href="http://en.wikipedia.org/wiki/Central_processing_unit">CPU</a>, monitor turned on and other components turned on. When system uses the CPU &#8211; so computer is not idle, let say the computer will use 350W of energy. In the stand-by mode the same computer will use around 30W of energy.</p><p>Based on this average power consumption and the time table that we use computer about 2 hours per day, have it turned on about 6 hours per day and in standby the other time we can calculate that daily power consumption of our system is around 2.15kW of energy daily. On a yearly basis 784kW of energy &#8211; of that 197kW was used while computer was in stand-by mode. You can calculate your own computer power usage based on this example.</p><p>What about those instant-on OS machines.  Our assumption was that we have computer turned on 24/7 due to slow boot time of the OS&#8217;s? Instant-on OS sure give us faster boot time. But it also gives us limited number of applications that we can use. But surely they are used on the same hardware with the same power consumption that your system will use. Or are they?</p><p>It is possible that some of the instant-os manufacturers use specific hardware and have written specific drivers for their OS. Some of them are stored in specific chips which don&#8217;t require hard drive access, but are limited by <a
class="zem_slink" title="Random-access memory" rel="wikipedia" href="http://en.wikipedia.org/wiki/Random-access_memory">RAM</a> usage. Those systems could have smaller power consumption.</p><p>I don&#8217;t think that instant-os will save the planet. We will have to do our part. But power supply manufacturers could do theirs. For instance create a power supply that uses less energy or maybe &#8211; god forbid &#8211; 0W of energy while system is in stand-by mode and is comercially available to the public.</p><p>I can dream can&#8217;t I?</p><h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6><ul
class="zemanta-article-ul"><li
class="zemanta-article-ul-li"><a
href="http://www.technologyreview.com/computing/22643/"> BIOS Maker Aims to Retake the PC </a> (technologyreview.com)</li><li
class="zemanta-article-ul-li"><a
href="http://jkontherun.com/2009/03/02/hyperspace-and-thinkfree-fastest-booting-office-yet/">HyperSpace Adds ThinkFree: Fastest Booting Office Yet?</a> (jkontherun.com)</li><li
class="zemanta-article-ul-li"><a
href="http://blog.wired.com/gadgets/2009/04/instant-on-comp.html"> Lab Breakthrough Brings Instant-On Computers Closer </a> (wired.com)</li></ul><div
class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a
class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/846c9cd3-a148-4f50-94cb-42e4cba534ea/"><img
class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=846c9cd3-a148-4f50-94cb-42e4cba534ea" alt="Reblog this post [with Zemanta]" /></a><span
class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div> ]]></content:encoded> <wfw:commentRss>http://www.twm-kd.com/hardware-computers/can-instant-on-os-help-us-save-the-planet/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
