<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.3">
</HEAD>
<BODY>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">>  Hi all,</FONT>
<FONT COLOR="#000000">>  I have several systems connected to a Level1 KVM switch. According</FONT>
<FONT COLOR="#000000">> documentations this switch can handle resolutions up to 1920x1440.</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">>  Now I have connected several Linux systems to this switch with different</FONT>
<FONT COLOR="#000000">> graphic cards (ATI and Intel). Directly connected to my monitor (HP LP2465)</FONT>
<FONT COLOR="#000000">> I get a resolution of 1920x1200 with all the systems. As soon as I connect</FONT>
<FONT COLOR="#000000">> the systems to the switch and restart X I only get a resolution of</FONT>
<FONT COLOR="#000000">> 1280x1024. Without restarting X, just connecting my systems to the switch I</FONT>
<FONT COLOR="#000000">> still have the resolution of 1920x1200.</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">>  Looking into the log files I can see, that the switch is reporting to</FONT>
<FONT COLOR="#000000">> display resolutions of up to 1280x1024. So it is clearly a problem of the</FONT>
<FONT COLOR="#000000">> switch not reporting correctly its capabilities. As I have no possibility to</FONT>
<FONT COLOR="#000000">> upgrade the firmware of this switch I wonder if there is a way to override</FONT>
<FONT COLOR="#000000">> these settings in xorg.conf.</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">>  I already tried different Modelines and Mode settings without any success.</FONT>
<FONT COLOR="#000000">> Can anyone help me solving this issue?</FONT>

<FONT COLOR="#000000">Add a monitor section to your config with the appropriate sync ranges</FONT>
</PRE>
</BLOCKQUOTE>
The monitor section was already there. So I added the following lines (Values taken from monitor spec):<BR>
<BR>
        HorizSync   30-94<BR>
        VertRefresh 48-85<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">and modes for your monitor </FONT>
</PRE>
</BLOCKQUOTE>
How do I insert the correct modes here?  Using Modeline? Every Modeline I use lets X crash immediately after starting it.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">then specify the modes you want in the</FONT>
<FONT COLOR="#000000">display sub-section of the screen section of your config.  That should</FONT>
<FONT COLOR="#000000">do the trick.</FONT>

</PRE>
</BLOCKQUOTE>
My screen section looks like the following including the modes.<BR>
Section "Screen"<BR>
        Identifier "aticonfig-Screen[0]"<BR>
        Device     "aticonfig-Device[0]"<BR>
        Monitor    "aticonfig-Monitor[0]"<BR>
        DefaultDepth     24<BR>
        SubSection "Display"<BR>
                Viewport   0 0<BR>
                Depth     24<BR>
                Modes   "1920x1200" "1600x1200" "1280x1024"<BR>
        EndSubSection<BR>
EndSection<BR>
<BR>
Best regards,<BR>
Tom
</BODY>
</HTML>