Re: DualScreen, 2 cards, AGP and PCI, have to boot from PCI?

From: Miguel De Anda (miguel___notthispart____at_thedeanda.com)
Date: 08/30/04


Date: Mon, 30 Aug 2004 13:15:12 -0700

Dieter Soltau wrote:
> hi there,
> i have a strange problem.
>
> i have 2 different graphic cards, and 2 different monitors connected to my
> machine, using xorg. if i go to my BIOS and set the INIT to the PCI CARD,
> everything works fine. you know, i mean this "init display 1st" setting in
> bios.
>
> however, this is not convenient to me. the "main monitor" (or how should i
> call it, dunno) is the one connected to my AGP card.
> if i init from AGP, i have X only, and no dualscreen. also in KDE this is
> greyed out. also i do not hav any tty1-6. not even on the second monitor.
>
> where is my error? this is driving me mad. could it be a bios problem? i
> admit the motherboard is pretty "old" (amd athlon 1200 tb, epox board).
>
> here an excerpt of my xorg.conf (relevant part imho):
>
> Section "ServerLayout"
> Identifier "Layout[all]"
> InputDevice "Keyboard[0]" "CoreKeyboard"
> InputDevice "Mouse[1]" "CorePointer"
> Option "Clone" "off"
> # Option "Xinerama" "on"
> Screen 0 "Screen[0]" 0 0
> Screen 1 "Screen[1]" RightOf "Screen[0]"
> EndSection
>

What do you have for your monitor sections? You might need to tell it
was pci bus the pci card is on.

I did a quick search to find you a sample:
        http://www.linuxquestions.org/questions/history/87432

Section "Monitor"
     Identifier "PrimaryMon"
     HorizSync 30-85
     VertRefresh 50-160
EndSection

Section "Device"
     Identifier "PrimaryDev"
     VendorName "ATI"
     BoardName "Radeon 7500"
     Driver "radeon"
     BusID "PCI:2:0:0"
     VideoRam 65536
EndSection

You might want to try "lspci -v" IIRC. I have mine working fine at home
with 1 agp nvidia card and another pci noname card.



Relevant Pages

  • Re: external eSata enclosure drive recognition?
    ... As it is now, the Dell BIOS only ... A separate card can be used two ways. ... Seems like the BIOS chip on that PCI card would have to load anyways, just to allow it and its controller to function, with any connected device. ...
    (microsoft.public.windowsxp.hardware)
  • Re: New PCI card - cannot see anything in monitor
    ... graphics adapter, rebooted my box, set my PCI card as default in my ... BIOS and everything is working fine now! ... came with it and I have a new PCI video card I bought and installed ... I have set it to use the PCI card. ...
    (alt.comp.hardware.pc-homebuilt)
  • Re: New PCI card - cannot see anything in monitor
    ... graphics adapter, rebooted my box, set my PCI card as default in my ... BIOS and everything is working fine now! ... came with it and I have a new PCI video card I bought and installed ... I have set it to use the PCI card. ...
    (alt.comp.hardware.pc-homebuilt)
  • Re: which A7V133 [rev 1.05. (with dot)] slot for PCI video card? - please help
    ... There is a BIOS setting ... ... Primary VGA BIOS [PCI Card] ... > With your Board you have a wide choice of working AGP Cards. ...
    (alt.comp.periphs.mainboard.asus)
  • Re: DualScreen, 2 cards, AGP and PCI, have to boot from PCI?
    ... > i have a strange problem. ... if i go to my BIOS and set the INIT to the PCI CARD, ... > if i init from AGP, i have X only, and no dualscreen. ... driver for a PCI card can't initialize. ...
    (comp.os.linux.x)