On Sun, 2002-08-11 at 20:12, Chris Metcalf wrote:
> I have an ATI Radeon VE "QY", the one with the DVI and VGA connectors
>
<CUT>
>
> ------
> XF86 Config
> ------
>
<CUT>
>
> Section "Device"
> Option "AGPMode" "4"
> Identifier "Radeon0"
> Driver "ati"
> VendorName "ATI"
> BoardName "Radeon VE QY"
> BusID "PCI:1:0:0"
> EndSection
>
> Section "Device"
> Option "AGPMode" "4"
> Identifier "Radeon1"
> Driver "ati"
> VendorName "ATI"
> BoardName "Radeon VE QY"
> BusID "PCI:1:0:0"
> EndSection
>
>
Hi
I think you need to specify something like
Section "Device"
Option "AGPMode" "4"
Identifier "Radeon0"
Driver "ati"
VendorName "ATI"
BoardName "Radeon VE QY"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Option "AGPMode" "4"
Identifier "Radeon1"
Driver "ati"
VendorName "ATI"
BoardName "Radeon VE QY"
BusID "PCI:1:0:0"
Screen 1
EndSection
man XF86COnfig states under the Device Selection section (slightly
formatted):
Screen number
This option is mandatory for cards where a single PCI entity can drive
more than one display (i.e., multiple CRTCs sharing a single graphics
accelerator and video memory). One Device section is required for each
head, and this parameter determines which head each of the Device
sections applies to. The legal values of number range from 0 to one
less than the total number of heads per entity. Most drivers require
that the primary screen (0) be present.
Hope this helps.
Nils Petter Vaskinn
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert