<?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: Workaround for the Ubuntu problem with KVM switches</title>
	<atom:link href="http://robert.penz.name/219/workaround-for-the-ubuntu-problem-with-kvm-switches/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.penz.name/219/workaround-for-the-ubuntu-problem-with-kvm-switches/</link>
	<description>About Linux, IT security,tips and tricks and otherstuff that comes into my mind</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:57:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Michael Berg</title>
		<link>http://robert.penz.name/219/workaround-for-the-ubuntu-problem-with-kvm-switches/comment-page-1/#comment-983</link>
		<dc:creator>Michael Berg</dc:creator>
		<pubDate>Thu, 02 Feb 2012 03:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=219#comment-983</guid>
		<description>I just purchased an iogear GCS22U and pasted in what you have including keyboard and logged out and back in and it works like a champ thanks! Also using Ubuntu 11.x</description>
		<content:encoded><![CDATA[<p>I just purchased an iogear GCS22U and pasted in what you have including keyboard and logged out and back in and it works like a champ thanks! Also using Ubuntu 11.x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fikfik</title>
		<link>http://robert.penz.name/219/workaround-for-the-ubuntu-problem-with-kvm-switches/comment-page-1/#comment-980</link>
		<dc:creator>Fikfik</dc:creator>
		<pubDate>Mon, 16 Jan 2012 23:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=219#comment-980</guid>
		<description>I found another one (as the method presented here didn&#039;t work for me and that post is the most fruitful I obtained via google)

Working for me with 1920x1200 resolution with a cheap KVM (announced to work for 1920x1440 VGA resolution)

1. Get a working xorg.conf file for your system using whatever method
2. Get in a terminal the modeline corresponding to your monitor and desired resolution using :
&lt;code&gt; gtf 1920 1200 60 &lt;/code&gt;
(in my case, first param for the width, 2nd for the height and 3rd for the freq... on new computer you should access these information in the menus from comuter)
3. Modify your xorg.conf :
Add the obtained modeline in the &quot;Monitor&quot; Section
&lt;code&gt; 
Section &quot;Monitor&quot;
	Identifier	&quot;Configured Monitor&quot;
  	Modeline &quot;1600x1200_75.00&quot;  205.99  1600 1720 1896 2192  1200 1201 1204 1253  -HSync +Vsync
	Modeline &quot;1920x1200_60.00&quot;  193.16  1920 2048 2256 2592  1200 1201 1204 1242  -HSync +Vsync
EndSection
 &lt;/code&gt; 
in my case

Finally add the corresponding Mode with the same name as in the modeline in the Subsection Display of the section &quot;Screen&quot;

&lt;code&gt;
SubSection &quot;Display&quot;
		Modes   &quot;800x600&quot; &quot;1024x768&quot; &quot;1600x1200_75.00&quot; &quot;1900x1200_60.00&quot;
	EndSubSection
&lt;/code&gt;

Hope it can help...</description>
		<content:encoded><![CDATA[<p>I found another one (as the method presented here didn&#8217;t work for me and that post is the most fruitful I obtained via google)</p>
<p>Working for me with 1920&#215;1200 resolution with a cheap KVM (announced to work for 1920&#215;1440 VGA resolution)</p>
<p>1. Get a working xorg.conf file for your system using whatever method<br />
2. Get in a terminal the modeline corresponding to your monitor and desired resolution using :<br />
<code> gtf 1920 1200 60 </code><br />
(in my case, first param for the width, 2nd for the height and 3rd for the freq&#8230; on new computer you should access these information in the menus from comuter)<br />
3. Modify your xorg.conf :<br />
Add the obtained modeline in the &#8220;Monitor&#8221; Section<br />
<code><br />
Section "Monitor"<br />
	Identifier	"Configured Monitor"<br />
  	Modeline "1600x1200_75.00"  205.99  1600 1720 1896 2192  1200 1201 1204 1253  -HSync +Vsync<br />
	Modeline "1920x1200_60.00"  193.16  1920 2048 2256 2592  1200 1201 1204 1242  -HSync +Vsync<br />
EndSection<br />
 </code><br />
in my case</p>
<p>Finally add the corresponding Mode with the same name as in the modeline in the Subsection Display of the section &#8220;Screen&#8221;</p>
<p><code><br />
SubSection "Display"<br />
		Modes   "800x600" "1024x768" "1600x1200_75.00" "1900x1200_60.00"<br />
	EndSubSection<br />
</code></p>
<p>Hope it can help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eva</title>
		<link>http://robert.penz.name/219/workaround-for-the-ubuntu-problem-with-kvm-switches/comment-page-1/#comment-962</link>
		<dc:creator>Eva</dc:creator>
		<pubDate>Tue, 29 Nov 2011 21:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=219#comment-962</guid>
		<description>Finally got the resolution back.
Working fine now with 1280x1024 (19&quot; Monitor), but in Ubuntu 11.10 you need to have the subsection in screen section, if not it won&#039;t do.

thanks a lot</description>
		<content:encoded><![CDATA[<p>Finally got the resolution back.<br />
Working fine now with 1280&#215;1024 (19&#8243; Monitor), but in Ubuntu 11.10 you need to have the subsection in screen section, if not it won&#8217;t do.</p>
<p>thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeronimo</title>
		<link>http://robert.penz.name/219/workaround-for-the-ubuntu-problem-with-kvm-switches/comment-page-1/#comment-953</link>
		<dc:creator>Jeronimo</dc:creator>
		<pubDate>Fri, 04 Nov 2011 09:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=219#comment-953</guid>
		<description>Worked awesome!

I only had problems with my desktop (both laptops worked fine) all of them with Ubuntu 11.10

I manually set the xorg.conf file and now I&#039;ve got full res in every VGA!

Thanks!!!!</description>
		<content:encoded><![CDATA[<p>Worked awesome!</p>
<p>I only had problems with my desktop (both laptops worked fine) all of them with Ubuntu 11.10</p>
<p>I manually set the xorg.conf file and now I&#8217;ve got full res in every VGA!</p>
<p>Thanks!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shimon</title>
		<link>http://robert.penz.name/219/workaround-for-the-ubuntu-problem-with-kvm-switches/comment-page-1/#comment-929</link>
		<dc:creator>Shimon</dc:creator>
		<pubDate>Wed, 03 Aug 2011 12:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=219#comment-929</guid>
		<description>I&#039;m using Ubuntu 11.04 - the Natty Narwhal - released in April 2011

The second solution solved the problem.

Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Ubuntu 11.04 &#8211; the Natty Narwhal &#8211; released in April 2011</p>
<p>The second solution solved the problem.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://robert.penz.name/219/workaround-for-the-ubuntu-problem-with-kvm-switches/comment-page-1/#comment-776</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Tue, 03 Nov 2009 22:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://robert.penz.name/?p=219#comment-776</guid>
		<description>only the device, monitor and screen sections are required as far as i can tell.  it works fine on my box without the others.</description>
		<content:encoded><![CDATA[<p>only the device, monitor and screen sections are required as far as i can tell.  it works fine on my box without the others.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

