<?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>ph-lee &#187; kde</title>
	<atom:link href="http://www.ph-lee.com/tag/kde/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ph-lee.com</link>
	<description>aspire to inspire before you expire</description>
	<lastBuildDate>Sat, 29 May 2010 19:11:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>S-Video TV out on kubuntu</title>
		<link>http://www.ph-lee.com/2009/12/22/s-video-tv-out-on-kubuntu/</link>
		<comments>http://www.ph-lee.com/2009/12/22/s-video-tv-out-on-kubuntu/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 00:52:02 +0000</pubDate>
		<dc:creator>ph-lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[media centre]]></category>
		<category><![CDATA[s-video]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.ph-lee.com/?p=251</guid>
		<description><![CDATA[The problem: ubuntu media centre that hooks up to an old TV which takes S-video. Graphics card or ubuntu isn&#8217;t capable of automatically detecting the TV.
The solution: [Bernades] has an article on how to get ubuntu to detect the tv and output it using XRandR.
xrandr --output S-video --set load_detection 1
xrandr --output S-video --auto 
The problem [...]]]></description>
			<content:encoded><![CDATA[<p>The problem: ubuntu media centre that hooks up to an old TV which takes S-video. Graphics card or ubuntu isn&#8217;t capable of automatically detecting the TV.</p>
<p>The solution: <a href="http://mfbernardes.com/drupal/content/finally-i-got-tv-out-s-video-working-my-thinkpad-t42">[Bernades]</a> has an article on how to get ubuntu to detect the tv and output it using <a href="http://www.x.org/wiki/Projects/XRandR">XRandR</a>.</p>
<p><code>xrandr --output S-video --set load_detection 1</code></p>
<p><code>xrandr --output S-video --auto </code></p>
<p>The problem is that this isn&#8217;t persistent and as soon as you reboot you&#8217;ll be back to square one.</p>
<p><a href="https://wiki.ubuntu.com/X/Config/Resolution#Setting%20xrandr%20changes%20persistently">[Ubuntu wiki]</a> shows a script can be setup to run the above lines of code on startup. So in my case of using kde add the above lines of code to the following file.</p>
<p><code>/etc/kde4/kdm/Xsetup</code></p>
<p>Give your a box a reboot and your linux media centre should be configured to use your TV.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ph-lee.com/2009/12/22/s-video-tv-out-on-kubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading ubuntu to Karmic Koala with blank black screen</title>
		<link>http://www.ph-lee.com/2009/11/07/upgrading-ubuntu-to-karmic-koala-with-blank-black-screen/</link>
		<comments>http://www.ph-lee.com/2009/11/07/upgrading-ubuntu-to-karmic-koala-with-blank-black-screen/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 23:30:25 +0000</pubDate>
		<dc:creator>ph-lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[xserver]]></category>

		<guid isPermaLink="false">http://www.ph-lee.com/?p=215</guid>
		<description><![CDATA[I spent today upgrading ubuntu from 9.04 (	Jaunty Jackalope) to 9.10 (Karmic Koala). However upon restarting GRUB loads and the kubuntu load progress bar screen loads. This is then followed by a blank black screen. At first I thought the upgraded had completely flattened my machine!
The first step is to get yourself to a console [...]]]></description>
			<content:encoded><![CDATA[<p>I spent today upgrading ubuntu from 9.04 (	Jaunty Jackalope) to 9.10 (Karmic Koala). However upon restarting GRUB loads and the kubuntu load progress bar screen loads. This is then followed by a blank black screen. At first I thought the upgraded had completely flattened my machine!</p>
<p>The first step is to get yourself to a console where you can actually do some stuff. So do a restart and when you see the GRUB loaded screen hit ESC. You can then boot into recovery mode to get into a console.</p>
<p>To get KDE and Xserver to start we need to get rid of the old xorg.conf. [<a href="http://ubuntuforums.org/showthread.php?t=1282831">ubuntuforums.org</a>]</p>
<p><code>sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak</code></p>
<p>This should now get you some graphics.</p>
<p>Next we need to install the missing ati drivers. [<a href="https://answers.launchpad.net/ubuntu/+source/xserver-xorg-driver-ati/+question/85535">launchpad.net</a>]</p>
<p><code>sudo apt-get install xorg-driver-fglrx</code></p>
<p>After this you&#8217;ll want to configure the driver with <em>aticonfig</em> and <em>amdcccle</em>.</p>
<p>Hopefully after a reboot this should fix the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ph-lee.com/2009/11/07/upgrading-ubuntu-to-karmic-koala-with-blank-black-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
