On Mon, Mar 01, 2004 at 10:10:40PM +0000, Alan Hourihane wrote:
> I'm looking to enhance the parser in XFree86 so that a lot of redundant
> code in the current drivers that implement the 'mergedfb' mode can
> be eliminated such that they don't have to do all the monitor munging
> in the driver.
> 
> So here's two variants of the modifications to the XF86Config I'm
> thinking of, and both would remove the current 'Monitor' keyword from
> the Screen Section, in favour of the SubSection keyword being the actual
> monitor it's referencing.

To add to this, we'd probably need to add a keyword 'Monitor' into
the Device Section, and be able to do something like this....

Section "Device"
        Identifier "Videocard0"
        VendorName "Vendor"
        BoardName "RADEON 8500"
        Monitor "Monitor0,Monitor1"
        Driver "radeon"
EndSection

Then the driver can see that Monitor0 is primary and Monitor1 is secondary
and so on.

Alan.
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to