<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Manipulate monitor displays easily with the xrandr extension</title>
	<atom:link href="http://linsec.ca/blog/2010/01/21/manipulate-monitor-displays-easily-with-the-xrandr-extension/feed/" rel="self" type="application/rss+xml" />
	<link>http://linsec.ca/blog/2010/01/21/manipulate-monitor-displays-easily-with-the-xrandr-extension/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=manipulate-monitor-displays-easily-with-the-xrandr-extension</link>
	<description>You can have it right, or you can have it now.  But you can&#039;t have it right now.</description>
	<lastBuildDate>Tue, 22 May 2012 12:03:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: jose</title>
		<link>http://linsec.ca/blog/2010/01/21/manipulate-monitor-displays-easily-with-the-xrandr-extension/comment-page-1/#comment-5661</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Mon, 02 Aug 2010 11:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://linsec.ca/blog/?p=679#comment-5661</guid>
		<description>here&#039;s a possible workaround:

cat /etc/rc.local
#!/bin/bash
export DISPLAY=:0
while ! pgrep gdm-simple-gree &amp;&gt;/dev/null ; do
        sleep 2
        done
sleep 2
xdotool mousemove x y
xdotool type &#039; &#039;
exit 0

don&#039;t forget to tweak x y variables to point to the correct position (monitor). obviously it works only on a fresh system restart (not when the gdm is started later on)</description>
		<content:encoded><![CDATA[<p>here&#8217;s a possible workaround:</p>
<p>cat /etc/rc.local<br />
#!/bin/bash<br />
export DISPLAY=:0<br />
while ! pgrep gdm-simple-gree &amp;&gt;/dev/null ; do<br />
        sleep 2<br />
        done<br />
sleep 2<br />
xdotool mousemove x y<br />
xdotool type &#8216; &#8216;<br />
exit 0</p>
<p>don&#8217;t forget to tweak x y variables to point to the correct position (monitor). obviously it works only on a fresh system restart (not when the gdm is started later on)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vdanen</title>
		<link>http://linsec.ca/blog/2010/01/21/manipulate-monitor-displays-easily-with-the-xrandr-extension/comment-page-1/#comment-4637</link>
		<dc:creator>vdanen</dc:creator>
		<pubDate>Mon, 25 Jan 2010 17:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://linsec.ca/blog/?p=679#comment-4637</guid>
		<description>Yeah, I&#039;m not sure how to fix that in gdm.  Mine is backwards, and it has strange behaviour.  Sometimes I get the login screen on both monitors (i.e. a mirrored mode) and sometimes only the external monitor (which is the left-most monitor, but gdm treats it like the right-most monitor).  I have yet to figure out how to fix it in gdm.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;m not sure how to fix that in gdm.  Mine is backwards, and it has strange behaviour.  Sometimes I get the login screen on both monitors (i.e. a mirrored mode) and sometimes only the external monitor (which is the left-most monitor, but gdm treats it like the right-most monitor).  I have yet to figure out how to fix it in gdm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leif</title>
		<link>http://linsec.ca/blog/2010/01/21/manipulate-monitor-displays-easily-with-the-xrandr-extension/comment-page-1/#comment-4636</link>
		<dc:creator>Leif</dc:creator>
		<pubDate>Mon, 25 Jan 2010 17:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://linsec.ca/blog/?p=679#comment-4636</guid>
		<description>In the article &quot;The monitors may be reversed at the gdm login screen, ...&quot;

I have this problem too, is there a way to change the gdm monitor layout? 

On this same topic of gdm layouts, my biggest problem with gdm is that it thinks my secondary monitor ist the one where my login prompt/window should go on. If I happen not to have that secondary monitor powered on, too bad, it still puts the login window there so on my primary monitor I&#039;m stuck looking at a blue fedora wallpaper.</description>
		<content:encoded><![CDATA[<p>In the article &#8220;The monitors may be reversed at the gdm login screen, &#8230;&#8221;</p>
<p>I have this problem too, is there a way to change the gdm monitor layout? </p>
<p>On this same topic of gdm layouts, my biggest problem with gdm is that it thinks my secondary monitor ist the one where my login prompt/window should go on. If I happen not to have that secondary monitor powered on, too bad, it still puts the login window there so on my primary monitor I&#8217;m stuck looking at a blue fedora wallpaper.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

