<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
for what it's worth - here's some notes related to getting Fedora Core
3 working on my T41 laptop - which supports dual monitors &amp; chooses
the 2nd monitor when the docking station is plugged into a KVM.<br>
.............................................................<br>
Sheesh ... everything worked fine using the laptop LCD, it worked fine
when I had the monitor plugged directly into the laptop and/or docking
station - but when trying to use the T41 with a KVM, I always got a
physical screen size of 640x480 and a virtual screen size of 1024x768
(or whatever I choose to the monitor).&nbsp; So after ignoring this &amp;
gnashing&nbsp; my teeth for a few weeks, here's what I learned:<br>
<br>
1. this is a well know problem&nbsp;
(<a class="moz-txt-link-freetext"
 href="http://www.linuxforums.org/forum/post-129447.html">http://www.linuxforums.org/forum/post-129447.html</a>)<br>
2. IBM doesn't care (or so it would appear reading the messages I found
on Google)<br>
3. you can fix this on Fedora if you use the xorg.conf parameters
instead of the XFree86 parameters shown above.&nbsp; <br>
<br>
It finally occurred to me how to get all the useful options - I ran
"Xorg -configure" and it created a sample file that was good for
nothing EXCEPT it listed the xorg DEVICE parameters.&nbsp; I looked in the
var/log/Xorg.0.log and discovered that when the T41 was hooked to the
KVM, it assumed I was using a the secondary monitor, CRT2, for which it
assumed 640x480 defaults.&nbsp; So, I added the following to my xorg.conf
file &amp; things once again worked for me using the KVM with my T41:<br>
<blockquote><small><b>#<br>
# funny stuff for to support T41 connected to KVM<br>
#<br>
Section "Monitor"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp; "CRT2"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HorizSync&nbsp;&nbsp;&nbsp; 31.5 - 67.0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VertRefresh&nbsp; 50.0 - 75.0<br>
EndSection<br>
  <br>
Section "Screen"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier "Screen2"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp; "Videocard0"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Monitor&nbsp;&nbsp;&nbsp; "CRT2"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubSection "Display"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; "1280x1024" "1280x960" "1152x864" "1024x768"
"800x600" "640x480"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EndSubSection<br>
EndSection<br>
#<br>
# end of stupd KVM T41 stuff<br>
#<br>
  </b></small></blockquote>
<b><small>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Section "Device"</small></b><br>
<blockquote><b><small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; "Videocard0"</small></b><br>
  <b><small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "radeon"</small></b><br>
  <b><small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VendorName&nbsp; "Videocard vendor"</small></b><br>
  <b><small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BoardName&nbsp;&nbsp; "ATI Radeon Mobility 7500"</small></b><br>
  <b><small># more stupid KVM - T41 stuff follows (Options)</small></b><br>
  <b><small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "CRT2HSync" "31.0-82.0"</small></b><br>
  <b><small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "CRT2VRefresh" "56.0-85.0"</small></b><br>
  <b><small>EndSection</small></b><br>
</blockquote>
&nbsp; The CRT2Hsync &amp; CRT2VRefresh are really, really important!&nbsp;
(Don't use the CloneVSync or CloneHRefresh found in the URL example!)<br>
<br>
Done.<br>
<br>
-------- Original Message --------
<table border="0" cellpadding="0" cellspacing="0">
  <tbody>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Subject: </th>
      <td>Re: [AG-TECH] Fedora Core 3 Display Troubles</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Date: </th>
      <td>Fri, 10 Dec 2004 14:04:13 -0600</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">From: </th>
      <td>Fred Dech <a class="moz-txt-link-rfc2396E" href="mailto:fdech@uchicago.edu">&lt;fdech@uchicago.edu&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">To: </th>
      <td>AG_Tech_List <a class="moz-txt-link-rfc2396E" href="mailto:ag-tech@mcs.anl.gov">&lt;ag-tech@mcs.anl.gov&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">References: </th>
      <td><a class="moz-txt-link-rfc2396E" href="mailto:892CC2C451D0414B90159D10B5BDAA6549A874@EXCHANGE.astate.edu">&lt;892CC2C451D0414B90159D10B5BDAA6549A874@EXCHANGE.astate.edu&gt;</a>
<a class="moz-txt-link-rfc2396E" href="mailto:6bb8cb5204120920526388df22@mail.gmail.com">&lt;6bb8cb5204120920526388df22@mail.gmail.com&gt;</a></td>
    </tr>
  </tbody>
</table>
<br>
<br>
<pre>it's been a while, but i thought i needed to edit xorg.conf directly in
order to get the multiple monitor settings correct.
i think, check the 'ServerLayout' section of xorg.conf for fine-tuning.
it probably discusses that in Andrew's link.

--fred

On Thu, Dec 09, 2004 at 09:52PM, Andrew Replogle said:
&gt; Todd,
&gt; 
&gt; Try this site for a more in depth setup of X11 dual-headed:
&gt; 
&gt; <a class="moz-txt-link-freetext" href="http://quark.humbug.org.au/publications/xfree86/xinerama.html">http://quark.humbug.org.au/publications/xfree86/xinerama.html</a>
&gt; 
&gt; Let me know if you still run into issues. 
&gt; 
&gt; Andrew
&gt; 
&gt; 
&gt; On Thu, 9 Dec 2004 15:52:36 -0600, Todd Reed <a class="moz-txt-link-rfc2396E" href="mailto:treed@astate.edu">&lt;treed@astate.edu&gt;</a> wrote:
&gt; &gt; I've installed Fedora Core 3 on our Display System and I'm having
&gt; &gt; trouble getting the displays to span across the screens.  I have the
&gt; &gt; operators monitor plugged into a Matrox G200.  There are also 3
&gt; &gt; Projectors plugged into a Matrox G450.  The G200 works fine and the G450
&gt; &gt; is being recoginized by Fedora.  However, I'm getting a "No Signal"
&gt; &gt; message on the projectors.  I've tried going into the Display Setting,
&gt; &gt; Use Dual head, Second Video Card = G450, Desktop Layout = Spanning.  But
&gt; &gt; nithing happens.  The other odd issue is that there are 4 - G200 in the
&gt; &gt; Second Video Card section and 1 G450.
&gt; &gt; 
&gt; &gt; Any suggestions to make this work?
&gt; &gt; 
&gt; &gt; --Todd
&gt; &gt; 
&gt; &gt;


</pre>
<br>
<pre class="moz-signature" cols="72">-- 
Bob Riddle (<a class="moz-txt-link-abbreviated" href="mailto:bdr@internet2.edu">bdr@internet2.edu</a>)    Technologist,Internet2
3025 Boardwalk, Suite 100         Ann Arbor, Michigan  48108
Business Phone: 734.913.4257      Fax Number:  734.913.4255

"Math illiteracy affects 7 out of every 5 people"
</pre>
</body>
</html>