Dual head - internal Intel 815, several PCI cards - correction

Alex Deucher alexdeucher at gmail.com
Sun Oct 16 21:20:09 PDT 2005


On 10/16/05, Jim Cornette <jim-cornette at insight.rr.com> wrote:
> Jim Cornette wrote:
>
> >>
> >> The add in cards will never use the integrated intel card's memory.
> >> The integrated intel chips are AGP so you can only use them in
> >> conjunction with PCI cards.  It seems your system has problems posting
> >> secondary cards.  Can you post your X configs and logs somewhere?
> >>
> >> Alex
> >>
> >>
> >
> Link correction: Also additional comment for xorg.conf - The
> configuration was not changed to dual head yet for this rawhide version.
> Also, the bug report is hard to follow, but radeon 7200 was tried, ATI
> card, nvidia and finally Matrox. On latest released versions of
> distribution, dual head configuration results in 800x600 maximum
> resolution for Intel and not very different settings for Matrox. Of
> course the Matrox crd was blank w/ a dual head configuration.
>
> logs are attached to the last entries for bug report below.
>
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=144597
>

I can't quite follow your bug report, but from the looks of this config file:
https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=109851
it's a configuration problem.

the first error is right here:
	Screen      0  "Screen0" LeftOf "Screen1"
	Screen      1  "Screen1" 0 0

you can't have negative screen coordinates.  try something like this:
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"

Next you will need to specify the busids of each video device.  eg:
	BusID       "PCI:1:0:0"
 for your add in card and:
	BusID       "PCI:0:2:0"
for the intel.  double check your x log or lspci to make sure you get
the ids right.

and finally, if you wants modes greater than 800x600, you will need to
specify them so add larger modes to the modes line in your screen
sections:
		Modes    "1024x768" "800x600" "640x480"

Give that a try and you should make some progess.

Alex


>
>
> > Thanks,
> >
> > Jim
> >



More information about the xorg mailing list