<?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 winter &#187; x11</title>
	<atom:link href="http://davidwinter.me.uk/articles/tag/x11/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidwinter.me.uk</link>
	<description>you were expecting someone else?</description>
	<lastBuildDate>Sun, 22 Aug 2010 20:51:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>GDM Login Screen Resolution Too Big</title>
		<link>http://davidwinter.me.uk/articles/2008/02/26/gdm-login-screen-resolution-too-big/</link>
		<comments>http://davidwinter.me.uk/articles/2008/02/26/gdm-login-screen-resolution-too-big/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 10:06:39 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[x11]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://davidwinter.me.uk/articles/2008/02/26/gdm-login-screen-resolution-too-big/</guid>
		<description><![CDATA[If you&#8217;ve noticed that the login screen for Ubuntu Gutsy (GDM) is too big, and that you can use the mouse to move the screen around, you&#8217;ll need to update your xorg.conf file. sudo gvim /etc/X11/xorg.conf When gVim opens, type in the following: /Virtual Then hit enter. That&#8217;ll search the file for the line that [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve noticed that the login screen for Ubuntu Gutsy (GDM) is too big, and that you can use the mouse to move the screen around, you&#8217;ll need to update your <code>xorg.conf</code> file.</p>

<pre><code>sudo gvim /etc/X11/xorg.conf
</code></pre>

<p>When gVim opens, type in the following:</p>

<pre><code>/Virtual
</code></pre>

<p>Then hit enter. That&#8217;ll search the file for the line that we need to comment out. When it&#8217;s found, hit <code>i</code> on the keyboard to enter the Insert mode of gVim. Now prepend a <code>#</code> before the <code>Virtual</code> keyword to comment out the entire line.</p>

<p>Hit escape on the keyboard, then type in <code>:wq</code> to save and quit.</p>

<p>Next time you have the login screen in front of you, it should be using the correct screen resolution.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidwinter.me.uk/articles/2008/02/26/gdm-login-screen-resolution-too-big/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
