<?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>david kerr &#187; systems</title>
	<atom:link href="http://www.davidmkerr.com/tag/systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidmkerr.com</link>
	<description>Weapons designer. Innovator, inventor, world changer</description>
	<lastBuildDate>Thu, 20 May 2010 14:30:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Enable &#8220;Desktop Favorites&#8221; Widget to Work with Windows 7</title>
		<link>http://www.davidmkerr.com/os/enable-desktop-favorite-widget-to-work-with-windows-7/</link>
		<comments>http://www.davidmkerr.com/os/enable-desktop-favorite-widget-to-work-with-windows-7/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 02:45:58 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[systems]]></category>

		<guid isPermaLink="false">http://www.davidmkerr.com/?p=108</guid>
		<description><![CDATA[Desktop Favorites is one of my all time favourite widgets. But it stores it&#8217;s links as .lnk files which caused windows 7 to complain every time you open one. To fix go here: http://support.microsoft.com/?kbid=315933 to enable My Computer Security Zone Then go to Control Panel->Network and Internet->Internet Options You&#8217;ll see My Computer under the Security [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://widgets.yahoo.com/widgets/desktop-favourites">Desktop Favorites</a> is one of my all time favourite widgets. But it stores it&#8217;s links as .lnk files which caused windows 7 to complain every time you open one.</p>
<p>To fix go here: http://support.microsoft.com/?kbid=315933 to enable My Computer Security Zone</p>
<p>Then go to Control Panel->Network and Internet->Internet Options</p>
<p>You&#8217;ll see My Computer under the Security Tab now.</p>
<p>Go to Custom level for the My Computer zone and choose &#8220;Launching application and unsafe files (not secure)&#8221; set to Enable.</p>
<p>Yes, this makes your system less secure, so don&#8217;t do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidmkerr.com/os/enable-desktop-favorite-widget-to-work-with-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix For ATI Radeon HD 5770 &#8220;Unsupported Hardware&#8221; on Linux</title>
		<link>http://www.davidmkerr.com/os/fix-for-ati-radeon-hd-5770-unsupported-hardware-on-linux/</link>
		<comments>http://www.davidmkerr.com/os/fix-for-ati-radeon-hd-5770-unsupported-hardware-on-linux/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 23:30:37 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[systems]]></category>

		<guid isPermaLink="false">http://www.davidmkerr.com/?p=107</guid>
		<description><![CDATA[Got one of these badboys and loaded up linux and was greeted with a big &#8220;Unsupported Hardware&#8221; watermark. A little googling and i found this link: http://www.phoronix.com/forums/showthread.php?t=19875 The script is below ( i take no responsibly for you messing your system up ) #!/bin/sh DRIVER=/usr/lib/xorg/modules/drivers/fglrx_drv.so for x in $(objdump -d $DRIVER&#124;awk '/call/&#038;&#038;/EnableLogo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do sed [...]]]></description>
			<content:encoded><![CDATA[<p>Got one of these badboys and loaded up linux and was greeted with a big &#8220;Unsupported Hardware&#8221; watermark.</p>
<p>A little googling and i found this link:</p>
<p>http://www.phoronix.com/forums/showthread.php?t=19875</p>
<p>The script is below ( i take no responsibly for you messing your system up ) </p>
<pre style="overflow-x:auto; overflow-y:hidden">
#!/bin/sh
DRIVER=/usr/lib/xorg/modules/drivers/fglrx_drv.so
for x in $(objdump -d $DRIVER|awk '/call/&#038;&#038;/EnableLogo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do
 sed -i "s/$x/\x90\x90\x90\x90\x90/g" $DRIVER
done
</pre>
<p><strong>11/23/09 &#8211; *Edit* This fix is no longer required in the 9.11 drivers.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidmkerr.com/os/fix-for-ati-radeon-hd-5770-unsupported-hardware-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
