<?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>olivetalks &#187; X11</title>
	<atom:link href="http://www.olivetalks.com/tag/x11/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.olivetalks.com</link>
	<description>The Olive has arrived and it has things to say…</description>
	<lastBuildDate>Tue, 20 Jul 2010 06:27:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Native resolution with Fujitsu Siemens Scaleoview L22W-7SD</title>
		<link>http://www.olivetalks.com/2009/06/05/native-resolution-l22w-7sd/</link>
		<comments>http://www.olivetalks.com/2009/06/05/native-resolution-l22w-7sd/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 11:17:17 +0000</pubDate>
		<dc:creator>ZoltarStark</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2009/06/05/native-resolution-l22w-7sd/</guid>
		<description><![CDATA[Sometimes I connect an external LCD monitor to my laptop but by default Fedora 9 doesn&#8217;t use the native resolution and selects 1280&#215;1024. This results in suboptimal image quality and loss of valuable screen estate (after all I&#8217;m connecting an external screen because the built-in LCD in the laptop is too small!). Which is weird [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I connect an external LCD monitor to my laptop but by default Fedora 9 doesn&#8217;t use the native resolution and selects 1280&#215;1024. This results in suboptimal image quality and loss of valuable screen estate (after all I&#8217;m connecting an external screen because the built-in LCD in the laptop is too small!). Which is weird considering that the OS detected the monitor configuration using <a href="http://en.wikipedia.org/wiki/Display_Data_Channel" title="Display Data Channel" target="_blank">DDC</a> and the native mode is listed if you run xrandr.</p>
<p>It turns out the OS needs some help before it will automatically use the native mode. The modifications are limited to xorg.conf file.</p>
<p>First make sure DDC is NOT disabled in xorg.conf (/etc/X11/xorg.conf); this would be indicated by the line:<br />
<code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option      "DDC" "false"<br />
</code></p>
<p>make sure the above line is NOT present or comment it out.</p>
<p>Then add this section:<br />
<code><br />
Section "Monitor"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identifier       "FUS L22W-7SD"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option         "DPMS" "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option         "PreferredMode" "1680x1050"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option         "RightOf" "LVDS"<br />
EndSection<br />
</code></p>
<p>Finally look in the file for:<br />
<code><br />
Section "Screen"<br />
</code></p>
<p>and within add this line:<br />
<code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option     "monitor-VGA" "FUS L22W-7SD"<br />
</code></p>
<p>After that restart X server (in Fedora 9 it&#8217;s enough to logout).<br />
Now you can enjoy the 1680&#215;1050 resolution!</p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2009/06/06/protect-your-laptop-from-overheating/" title="Stop your laptop from succumbing to thermal death">Stop your laptop from succumbing to thermal death (2)</a></li><li><a href="http://www.olivetalks.com/2009/02/15/find-changes-with-rpm-verify/" title="What files did I change?">What files did I change? (2)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2009/06/05/native-resolution-l22w-7sd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
