<?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>ostebaronen.dk &#187; Xorg</title>
	<atom:link href="http://ostebaronen.dk/tag/xorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://ostebaronen.dk</link>
	<description>write letters and shit, yo!</description>
	<lastBuildDate>Fri, 20 Aug 2010 09:35:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>X60 Tablet and the new Xorg 1.6</title>
		<link>http://ostebaronen.dk/x60-tablet-and-the-new-xorg-16/</link>
		<comments>http://ostebaronen.dk/x60-tablet-and-the-new-xorg-16/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 13:03:18 +0000</pubDate>
		<dc:creator>ostebaronen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Lenovo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[X60t]]></category>
		<category><![CDATA[Xorg]]></category>

		<guid isPermaLink="false">http://ostebaronen.dk/?p=102</guid>
		<description><![CDATA[Since last I wrote about the X60 Tablet and how to get it to work with Gentoo Linux a lot of things have happened. Some new versions of Xorg has come out. v86d for the framebuffering and uvesafb has been fixed so it is easier to install and get to work. I have switched to [...]]]></description>
			<content:encoded><![CDATA[<p>Since last I wrote about the X60 Tablet and how to get it to work with Gentoo Linux a lot of things have happened. Some new versions of Xorg has come out. v86d for the framebuffering and uvesafb has been fixed so it is easier to install and get to work. I have switched to Arch Linux and so on.</p>
<p>I have discovered, with the new Xorg 1.6 and the newest Intel drivers for the graphics card the 3D performance have been upped slightly. But compared to the old i810 drivers, it is still not as good. Though a lot of new features as KVM and such have been implemented.</p>
<p>From my experience the Intel drivers are still a bit buggy. When I have them enabled the newest version does not allow me to rotate my screen as I could do easily before, now it just turns my screen off and I cannot go back and have to restart the computer. Pretty annoying.</p>
<p>The Digitizer works fine with the newest Xorg. You just have to use the development package instead of the stable, since Xorg went over to HAL and moving away from the static xorg.conf, though you still have to load the wacom module in your xorg.conf, and you can still use the Device sections as always. This can probably be done with a fdi file too, I have not investigated that yet though.</p>
<p>I am going to test out Xorg 1.6.1 soon, since it just came out and see if it helps out with the rotation issue.</p>
<p>EDIT:</p>
<p>It seems that everything works fine in Xorg 1.6.1, rotation of the screen, linuxwacom and so on, AWESOME!</p>
]]></content:encoded>
			<wfw:commentRss>http://ostebaronen.dk/x60-tablet-and-the-new-xorg-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New hotplugable Xorg and DPI</title>
		<link>http://ostebaronen.dk/new-hotplugable-xorg-and-dpi/</link>
		<comments>http://ostebaronen.dk/new-hotplugable-xorg-and-dpi/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 21:37:25 +0000</pubDate>
		<dc:creator>ostebaronen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DPI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Xorg]]></category>

		<guid isPermaLink="false">http://ostebaronen.dk/?p=83</guid>
		<description><![CDATA[It seems you can&#8217;t set your DPI in your Xorg.conf anymore. But there is a way around this. If you do not already have a ~/.Xdefaults file create it, and add the following to the file: Xft.dpi: 96 96 is the DPI size you want. After this is created and edited run the following command [...]]]></description>
			<content:encoded><![CDATA[<p>It seems you can&#8217;t set your DPI in your Xorg.conf anymore. But there is a way around this.</p>
<p>If you do not already have a <strong>~/.Xdefaults</strong> file create it, and add the following to the file:</p>
<pre><code>
Xft.dpi: 96
</code></pre>
<p>96 is the DPI size you want.</p>
<p>After this is created and edited run the following command to apply the setting:</p>
<pre><code>
xrdb -merge ~/.Xdefaults
</code></pre>
<p>Now restart Xorg and the DPI should be changed to the stated in <strong>~/.Xdefaults</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ostebaronen.dk/new-hotplugable-xorg-and-dpi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
