LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   AGP Card and inbuild VGA Chip conflict! (https://www.linuxquestions.org/questions/linux-hardware-18/agp-card-and-inbuild-vga-chip-conflict-395857/)

Nilangshu 12-23-2005 02:29 AM

AGP Card and inbuild VGA Chip conflict!
 
I use a Asrock 845 Chipset motherboard. It has an inbuild VGA chip. But I use a NVIDIA GeForce FX 5200 agp card as my graphics card ( selecting it the primary display card in BIOS setup). Problem is that while installing Linux a IRQ conflict arise and Kernel Panic occurs. RedHat 9 installs and runs but allways detect the VGA Chip as graphics card and so X server fails to start!! Is there any solution?

okmyx 12-23-2005 02:43 AM

Rather than set the the onboard adaptor as secondary disable it completely.

Nilangshu 12-26-2005 09:53 AM

How to do it?
 
Cannot do it! How to disable a card! Does my BIOS support it? Can u plz help me? I use ASROCK P4145GV. Thanx:rolleyes:

rshaw 12-26-2005 09:56 AM

it should , look around a bit. or try "assign irq to agp" or however it's worded in your bios.

davcefai 12-26-2005 11:06 AM

In CMOS setup, Peripherals, you should have the option to disable onboard VGA.

If your board is elderly (doubt it but here goes anyway) there will be a jumper to do this.

As a last resort you could disable "Assign IRQ to VGA" in setup and edit your /etc/X11/xorg.conf. Not sure how so I'll leave reading the docs to you:D

Nilangshu 01-15-2006 02:11 AM

How to disable the dam VGA?
 
There is nothing called Assign IRQ in AGP in BIOS setup. No jumper to disable onboard VGG!! How to disable the VGA?Is there any way out?:confused:

davcefai 01-15-2006 12:53 PM

I've just had a look at the manual for your mobo.

The manual is here: http://www.asrock.com/support/index_...d.asp?s=Legacy

1. You are right in saying that you cannot disable the on-board VGA adapter. All you can do is select which is the primary.

2. There is not an AGP slot. All you have is PCI slots so I am assuming that your FX5200 is a PCI card. This might affect something in your installation if at some point you told the installer that the card was an AGP one.

If you are sure that the slot is AGP (it looks different to the others, then all this post is nonsense.

I have never tried this but, maybe, if you set the Shared VGA memory to 0 (if it is possible) then this may disable the onboard card.

(Incidentally, have a good look at the capacitors on your FX5200. If any of them are "domed" at the top then you card is about to fail. Mine did on New Year's eve! The tops of the capacitors must be absolutely flat.)

Suggestion: Install without the FX5200. Then try adding it later.

Hope this helps.

beagle2 01-15-2006 11:40 PM

Should be under Advanced/Chipset Configuration section - Set Onboard VGA Share Memory to Disabled then under Advanced/Resource Configuration set Primary Graphics Adapter to PCI if it hasnt defaulted already.

Nilangshu 01-18-2006 10:01 AM

None of these solves the problem!!
 
There is nothing called Onboard VGA shared memory in BIOS setup!! There is a provision to change AGP Aperture size. Also tried to add the card after installing SUSE Linux Professional 10 but it stucks while booting.:cry:

webterractive 01-18-2006 10:32 AM

Check your module preload file in /etc/ and disable the module.

clinux_rulz 01-18-2006 10:37 AM

Why disable a device when you can simply tell Linux which one to use.

You can use the keyword BusId in your xorg.conf (for Xorg) or XFree86.conf (for XFree86) in /etc/X11.

Here is what I do to identify my correct display adapter:

in my xorg.conf:
Code:

. . .
Section "Device"
    . . .
    BusId "PCI:0:5:0"
    . . .
EndSection
. . .

and my lspci:
Code:

0000:00:00.0 Host bridge: Intel Corp. 82440MX Host Bridge (rev 01)
0000:00:00.1 Multimedia audio controller: Intel Corp. 82440MX AC'97 Audio Controller
0000:00:03.0 CardBus bridge: Texas Instruments PCI1420
0000:00:03.1 CardBus bridge: Texas Instruments PCI1420
0000:00:05.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M (rev 64)
0000:00:06.0 Communication controller: Agere Systems (former Lucent Microelectronics) LT WinModem
0000:00:07.0 ISA bridge: Intel Corp. 82440MX ISA Bridge (rev 01)
0000:00:07.1 IDE interface: Intel Corp. 82440MX EIDE Controller
0000:00:07.2 USB Controller: Intel Corp. 82440MX USB Universal Host Controller
0000:00:07.3 Bridge: Intel Corp. 82440MX Power Management Controller
0000:05:00.0 Network controller: Texas Instruments ACX 111 54Mbps Wireless Interface

shows that the card I use is 0000:00:05.0, which translates to the bus id "PCI:0:5:0". That is to say 0000:X:Y.Z translates to bus id "PCI:X:Y:Z".

webterractive 01-18-2006 10:42 AM

Or what clinux_rulz says, I haven't tried that so I don't know

davcefai 01-18-2006 11:26 AM

The problem however seems to be due to a hardware conflict and his m/b has very limited flexibility in CMOS setup.

I've got an Elitegroup m/b like that. Cannot disable the onboard VGA. In my case I'm not bothered 'cos it's going to be a server but I'd be very annoyed otherwise. I only found this out when looking for a solution to this problem!

clinux_rulz 01-18-2006 11:48 AM

It is also posible that firmware updates for your CMOS/BIOS are avaliable that extend the number of options, allowing you to deal with this issue.

As far as I can tell from the above post, your boot continues upto X and then X fails, right? If so then I believe your problem can be resolved in xorg.conf or XFree.conf in the /etc/X11 folder . . .

But if the problem lies in the booting of the actual kernel (before the /etc/init.d stuff boots), then you are in for a world full of pain, posibly leading you to having to write a hack in the the kernel's source code to bypass your problem.

I could be completely wrong and the two pci devices have the same address.

Please clarify how far your computer boots.

beagle2 01-18-2006 01:18 PM

Heres some info i found from some other poor soul with the same m/board
"Dear Thulani,

Thanks for contacting ASRock. Due to chipset limitation, it is no way to disable onboard VGA on P4i45GV.

Sorry for the inconvenience.

Best Regards
ASRock
It is mentioned in the manuals in the small print that you have to remove vga driver before installing the agp card - of course no advice for linux users.


All times are GMT -5. The time now is 01:27 AM.