Also your Hsync seems too high, try a lower value:
HorizSync 31.0 - 60.0

Alex

---------------------

The mode on your second head is being disabled:
(EE) RADEON(1): Virtual height (0) is too small for the hardware (min
128)
it looks like there are no modes available for it to display.  I think
the problem stems from this:

Section "Monitor"
    Identifier "External"
    HorizSync   50-90 
    VertRefresh 60
    Option      "dpms"
EndSection

You need to put a range in for your VertRefresh.  try 
VertRefresh  50.0 - 75.0
if the vertical refresh is too low all your valid modes on the second
head will be thrown out, since it would seem the monitor can't support
them.

For mergedfb  I have patches and binaries available for both 4.3.0 and
CVS.

Alex

--------------------------------------

Thanks Alex. If you've a spare moment would you mind looking at my
current XF86Config file? http://www.656.org/ati/XF86Config The
XFree86.0.log is at http://www.656.org/ati/XFree86.0.log Just please
let
me know if something jumps out as being horribly wrong (I've stripped
comments, so it is pretty easy to read through). I submitted a second
email concerning my problem yesterday with more accurate information.
Mainly that the chipset is an IGP 320M, not 340M as I had previously
believed. When defining two screens, two monitors, and two devices and
I
am getting a clone of the primary head on the secondary head. Xinerama
says that it is enabled in the log, but you couldn't tell by looking at
the display. From the bugzilla record below I gather I'll need the cvs
to use the patch. Is this correct? Thanks for your help.

Brandon

On Tue, 2003-07-01 at 08:38, Alex Deucher wrote:
> the radeon driver supports dualhead.  you can either do it with two
> screen entries and xinerama or with my mergedfb patch
> (http://bugs.xfree86.org//cgi-bin/bugzilla/show_bug.cgi?id=276).  the
> IGP chipsets do not support HW 3D yet.  Make sure your screen entries
> do not contain the "videoram" option as that will prevent dualhead
from
> working.  check the radeon and XF86Config man pages for more info.
> 
> Alex
> 
> ----------------------------

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to