LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-23-2005, 02:29 AM   #1
Nilangshu
LQ Newbie
 
Registered: Dec 2005
Posts: 25

Rep: Reputation: 0
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?
 
Old 12-23-2005, 02:43 AM   #2
okmyx
Member
 
Registered: May 2004
Location: Cornwall, UK
Distribution: Ubuntu 8.04
Posts: 464

Rep: Reputation: 31
Rather than set the the onboard adaptor as secondary disable it completely.
 
Old 12-26-2005, 09:53 AM   #3
Nilangshu
LQ Newbie
 
Registered: Dec 2005
Posts: 25

Original Poster
Rep: Reputation: 0
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
 
Old 12-26-2005, 09:56 AM   #4
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
it should , look around a bit. or try "assign irq to agp" or however it's worded in your bios.
 
Old 12-26-2005, 11:06 AM   #5
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 863

Rep: Reputation: 45
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
 
Old 01-15-2006, 02:11 AM   #6
Nilangshu
LQ Newbie
 
Registered: Dec 2005
Posts: 25

Original Poster
Rep: Reputation: 0
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?
 
Old 01-15-2006, 12:53 PM   #7
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 863

Rep: Reputation: 45
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.
 
Old 01-15-2006, 11:40 PM   #8
beagle2
Member
 
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417

Rep: Reputation: 30
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.
 
Old 01-18-2006, 10:01 AM   #9
Nilangshu
LQ Newbie
 
Registered: Dec 2005
Posts: 25

Original Poster
Rep: Reputation: 0
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.
 
Old 01-18-2006, 10:32 AM   #10
webterractive
Member
 
Registered: Apr 2004
Location: Richmond, Canada
Distribution: Mandriva 2006/XPSP2
Posts: 265

Rep: Reputation: 30
Check your module preload file in /etc/ and disable the module.
 
Old 01-18-2006, 10:37 AM   #11
clinux_rulz
Member
 
Registered: Nov 2005
Distribution: Gentoo
Posts: 51

Rep: Reputation: 16
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".
 
Old 01-18-2006, 10:42 AM   #12
webterractive
Member
 
Registered: Apr 2004
Location: Richmond, Canada
Distribution: Mandriva 2006/XPSP2
Posts: 265

Rep: Reputation: 30
Or what clinux_rulz says, I haven't tried that so I don't know
 
Old 01-18-2006, 11:26 AM   #13
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 863

Rep: Reputation: 45
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!
 
Old 01-18-2006, 11:48 AM   #14
clinux_rulz
Member
 
Registered: Nov 2005
Distribution: Gentoo
Posts: 51

Rep: Reputation: 16
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.

Last edited by clinux_rulz; 01-18-2006 at 12:02 PM.
 
Old 01-18-2006, 01:18 PM   #15
beagle2
Member
 
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417

Rep: Reputation: 30
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
VGA AGP 8x problems with Mandriva LE 2005 (10.2) cioannou Mandriva 2 10-13-2005 02:34 AM
I Need Help with My AGP VGA Card Sarkis Linux - General 5 03-03-2005 06:13 AM
Laptop monitor/VGA chip & BeatrIX Heliode Linux - Laptop and Netbook 1 02-03-2005 05:15 PM
problems with onboard and agp vga card gambit Linux - Hardware 1 12-09-2004 04:24 PM
mandrake AGP/AMD conflict drake9.2newbie Linux - Hardware 2 05-01-2004 08:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration