<?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>Too Far Afield &#187; ubuntu</title>
	<atom:link href="http://blog.nachtarbeiter.net/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nachtarbeiter.net</link>
	<description></description>
	<lastBuildDate>Mon, 09 Jan 2012 05:41:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Choppy Flash video in full-screen mode on Ubuntu</title>
		<link>http://blog.nachtarbeiter.net/2009/08/19/choppy-flash-video-in-full-screen-mode-on-ubuntu/</link>
		<comments>http://blog.nachtarbeiter.net/2009/08/19/choppy-flash-video-in-full-screen-mode-on-ubuntu/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 00:59:57 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MTRR]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[X.org]]></category>

		<guid isPermaLink="false">http://blog.nachtarbeiter.net/?p=828</guid>
		<description><![CDATA[When I originally upgraded to Ubuntu 9.04 (Jaunty), I noticed that Flash video in full-screen mode was kind of choppy. I never took the time to debug this and instead worked around this by either not watching Flash videos in full screen mode, not watching Flash videos at all or using the excellent Youtube integration [...]]]></description>
			<content:encoded><![CDATA[<p>When I originally upgraded to <cite>Ubuntu 9.04</cite> (<cite>Jaunty</cite>), I noticed that <cite>Flash</cite> video in full-screen mode was kind of choppy. I never took the time to debug this and instead worked around this by either not watching <cite>Flash</cite> videos in full screen mode, not watching <cite>Flash</cite> videos at all or using the excellent <cite>Youtube</cite> integration of <cite>Totem</cite>. However, today I did some research into the problem and found <a href="https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/314928/">a bug</a> in Launchpad, which solved the problem for me. It turns out that there is a bug affecting the <cite>Intel</cite> stack (in this case <cite>Intel stack</cite> means not necessarily an <cite>Intel</cite> graphics card, but <cite>Intel</cite> processor). The bug is a miscommunication between <cite>X.org</cite> and the <cite>Kernel</cite>, which results in a misconfiguration of the <cite>Memory Type Range Registers</cite> (<cite>MTRR</cite>) in the <cite>Kernel</cite>. The result is poor performance in video playback and everything that involves graphics in general. This bug has been fixed upstream and in <cite>Karmic</cite>. A fix for <cite>Jaunty</cite> has been developed, but is yet to be released. </p>
<p>You can test, if you are affected, by running <code>cat /proc/mtrr</code> on the command line. If you can&#8217;t see a line, which ends in <code>write-combining</code> you are most certainly affected by this. You can further check with <code>lspci -vv</code> and check the <cite>Region 0</cite> memory range of your <abbr title="Video Graphics Array">VGA</abbr> adaptor. If you cant find that memory range in your <code>mtrr</code> file, you are probably affected.</p>
<p>Until the fix is released, one solution is to run <a href="http://launchpadlibrarian.net/26193373/fixmtrr.sh">this shell script</a> as <code>root</code> after every restart of your <cite>X.org</cite> server. <strong>Warning</strong>: Audit any external file before you run it as <code>root</code> on your computer! The script should update the <abbr title="Memory Type Range Registers">MTRR</abbr> configuration of the <cite>Kernel</cite> with the correct settings. If you are affected by the bug, you will notice a slight improvement in overall graphics performance and the full-screen Flash videos should now play as originally intended.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nachtarbeiter.net/2009/08/19/choppy-flash-video-in-full-screen-mode-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Add missing GPG public key to Debian&#8217;s apt</title>
		<link>http://blog.nachtarbeiter.net/2009/06/08/add-missing-gpg-public-key-to-debians-apt/</link>
		<comments>http://blog.nachtarbeiter.net/2009/06/08/add-missing-gpg-public-key-to-debians-apt/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 05:49:57 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.nachtarbeiter.net/?p=792</guid>
		<description><![CDATA[Just a quick post, because I always have to look it up: If you get a message like this while installing a new package through apt&#8230; W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C514AF8E4BA401C3 &#8230; you can do the following to get [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post, because I always have to look it up: If you get a message like this while installing a new package through <code>apt</code>&#8230;</p>
<ol class="code">
<li><code>W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C514AF8E4BA401C3</code></li>
</ol>
<p>&#8230; you can do the following to get rid of it:</p>
<ol class="code">
<li><code>gpg --keyserver pgpkeys.mit.edu --recv-key C514AF8E4BA401C3</code></li>
<li><code>gpg -a --export C514AF8E4BA401C3 | apt-key add -</code></li>
</ol>
<p>Works on Ubuntu and other derivatives of Debian all the same, of course. Hope this post will safe me some time the next time I run into this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nachtarbeiter.net/2009/06/08/add-missing-gpg-public-key-to-debians-apt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove pages from PDF files on Linux</title>
		<link>http://blog.nachtarbeiter.net/2006/12/24/remove-pages-from-pdf-files-on-linux/</link>
		<comments>http://blog.nachtarbeiter.net/2006/12/24/remove-pages-from-pdf-files-on-linux/#comments</comments>
		<pubDate>Sun, 24 Dec 2006 19:24:03 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.nachtarbeiter.net/?p=392</guid>
		<description><![CDATA[Today I needed to remove some pages from a bunch of PDF files. In search of a tool, I came across the article Manipulating PDFs with the PDF Toolkit. To cut out pages 10-25 from a PDF type: pdftk old.pdf cat 1-9 26-end output new.pdf If you don&#8217;t have it already, you need to install [...]]]></description>
			<content:encoded><![CDATA[<p>Today I needed to remove some pages from a bunch of <abbr title="Portable Document Format">PDF</abbr> files. In search of a tool, I came across the article <a href="http://www.linux.com/feature/53701">Manipulating <abbr title="Portable Document Format">PDF</abbr>s with the <abbr title="Portable Document Format">PDF</abbr> Toolkit</a>. To cut out pages 10-25 from a <abbr title="Portable Document Format">PDF</abbr> type:</p>
<ol class="code">
<li><code>pdftk old.pdf cat 1-9 26-end output new.pdf</code>
</li>
</ol>
<p>If you don&#8217;t have it already, you need to install the Ubuntu/Debian package <code>pdftk</code> first.</p>
<p>In related news: It&#8217;s Christmas. So merry Christmas to everyone. I will be quite busy between the years (a translation of <cite lang="de">zwischen den Jahren</cite>, an expression used in Germany to describe the time between Christmas and the first day of the new year). I will participate in a bunch of Christmas-related events today and tomorrow and will be at the  <a href="http://events.ccc.de/congress/2006/Home">23rd Chaos Comminication Congress</a> in Berlin from December 26. See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nachtarbeiter.net/2006/12/24/remove-pages-from-pdf-files-on-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

