<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>xorg-73 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/xorg-73/</link>
	<description>Feed of posts on WordPress.com tagged "xorg-73"</description>
	<pubDate>Fri, 04 Dec 2009 17:31:32 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Ecstatic: XrandR 1.2 means decent Linux Screen Management at Last]]></title>
<link>http://lilserenity.wordpress.com/2007/10/15/ecstatic-xrandr-12-means-decent-linux-screen-management-at-last/</link>
<pubDate>Mon, 15 Oct 2007 21:05:33 +0000</pubDate>
<dc:creator>lilserenity</dc:creator>
<guid>http://lilserenity.wordpress.com/2007/10/15/ecstatic-xrandr-12-means-decent-linux-screen-management-at-last/</guid>
<description><![CDATA[Let me sum it up in about three words: It just works. Let me kid you not this is huge news. The only]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Let me sum it up in about three words:</p>
<p><strong>It just works.</strong></p>
<p>Let me kid you not this is huge news. The only downside is that the GUI is not there yet but any one with a basic idea about the terminal and the command line can see this working now in its full glory; in my case I&#8217;ve tested it with Ubuntu 7.10 Gusty Gibbon (release candidate.)</p>
<p><strong>Easy Radeon TV Out and Linux</strong></p>
<p>Ok, I&#8217;m not sure how well this works on other Radeon GPUs but on my T40 which has a basic Mobility Radeon 7500. A popular chip that has been in many machines from Apple, Dell, other IBMs and many more. But hasn&#8217;t it been a complete stupdity basically; no ill meaning meant for those who have made solutions and worked on previous code. Here&#8217;s what you need on the command line to enable S-video output:</p>
<p><code>xrandr --addmode S-video 800x600<br />
xrandr --output S-video --mode 800x600</code></p>
<p>That&#8217;s it. It works.</p>
<p>Only downside is PAL does not seem to work at present (scrambled display) but NTSC works fine. Only downside is many CRT PAL TVs will show NTSC in black and white. However some PAL TVs can cope with 60Hz NTSC signals fine. It works great here!</p>
<p><strong>VGA Output</strong></p>
<p>Ok I have a VGA output on my T40 but it could easily be a DVI output if need be. To mirror generally all you need to do is plug in the display and it works. To see what xrandr has detected as such; type in <strong>xrandr</strong> at the prompt and &#8216;magically&#8217; it&#8217;s found the resolutions it believes the screen can display though sometimes these can be lies. But mostly it&#8217;s correct.</p>
<p>So if I had a 1024&#215;768 main display and wanted to mirror at that resolution, I&#8217;d enter:</p>
<p><code>xrandr --output VGA-0 --mode 1024x768</code></p>
<p>That&#8217;s it.</p>
<p><strong>Turn off Display</strong></p>
<p>Say I wanted to turn off my laptop display:</p>
<p><code>xrandr --output LVDS --off</code></p>
<p>Or if I wanted to turn off the DVI output:</p>
<p><code>xrandr --output DVI-0 --off</code></p>
<p><strong>Extend Desktop over two displays</strong></p>
<p>(Say my laptop display is 1024&#215;768 and my external display to the right is 1600&#215;1200.)</p>
<p>This requires in my case one tweak to the xorg.conf file on a Radeon 7500 using the &#8216;radeon&#8217; driver. In the Screen section by default you should see something like:</p>
<p><code>Section "Screen"<br />
Identifier      "Default Screen"<br />
Device          "ATI Technologies Inc Radeon..."<br />
Monitor         "Generic Monitor"<br />
DefaultDepth    24<br />
SubSection "Display"<br />
Modes           "1024x768"<br />
<strong>Virtual         2624 1200</strong><br />
EndSubSection<br />
EndSection</code></p>
<p>The addition is the Virtual line where the size is the maximum width of the displays added together by the height of the biggest resolution height. So in this case the width is 1024+1600 = 2624. Between my laptop and external screen, the latter has the highest vertical resolution so that&#8217;s 1200 (instead of 768.)As another example I have a 1400&#215;1050 laptop screen and a 1440&#215;900 external screen so:</p>
<ul>
<li><strong>Width: </strong>1400 + 1440 = 2840</li>
<li><strong>Height:</strong> (1050 is larger than 900 so&#8230;) = 1050</li>
<li><strong>So the line to insert is: </strong>Virtual 2840&#215;1050</li>
</ul>
<p>After sorting out the xorg.conf file from the command line after restarting the X Server (Ctrl+Alt+Backspace, Log Out or Reboot) enter:</p>
<p><code>xrandr  --output VGA-0 --right-of LVDS<br />
xrandr --output VGA-0 --mode 1600x1200</code></p>
<p>That&#8217;s it. Not quite as straight forward but still bloody simple. All we need now is a robust GUI and we&#8217;re laughing!</p>
<p><strong>Conclusion</strong></p>
<p>This is such a big improvement it&#8217;s not funny. This almost brings Linux up to speed with Windows and Mac OS X with regards to screen management. All it needs is a decent robust GUI and I may step up to this challenge&#8230;</p>
<p>I believe the <strong>radeon, nv </strong>and <strong>intel</strong> drivers support <strong>xrandr 1.2</strong>. Please let me know if others do. Certainly the <strong>radeon</strong> driver does.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
