Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Hardware & Laptops
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Hardware & Laptops
Problems with hardware & laptops not being detected or supported during or after install.

 
 
Thread Tools Display Modes
Old May 9th, 2005   #1
mstralka
5 Cups of Ubuntu
 
Join Date: May 2005
Beans: 25
HOWTO: NVIDIA GeForce FX 5500 PCI over Intel 845 onboard graphics

Wow, I finally got my NVIDIA GeForce FX 5500 PCI to work properly. My PC has onboard Intel 845GV graphics so whenever I tried to switch to the NVIDIA, my computer would freeze on bootup at the hotplug section. Even though I disabled the onboard graphics in the BIOS, agpgart would still try to load the onboard graphics instead of my NVIDIA. After beating my head against the wall for 2 days, here's what I did to finally make it work. Please note this may not work for everyone.

Here's my system:
Ubuntu 5.04
Kernel: 2.6.10-5-686
Compaq SR1210NX
512 mb Ram
Intel Celeron D 330 - 2.66 GHZ, 256kb L2 Cache, 533 Mhz FSB
80 GB Hard drive
http://h10025.www1.hp.com/ewfrf/wc/d...name=c00063244


PREWORK: Configure Linux to boot into text mode by default - not X. I'm not sure of an easy way to do this with Ubuntu (because I used Webmin), but you basically don't want X to but up in runlevel 2, in case something goes wrong, you'll at least get to a login prompt easily.
You can try using update-rc.d to reconfigure gdm to boot only in 3, 4, and 5 http://ubuntuforums.org/showthread.php?t=20583

1. Figure out what PCI port your NVIDIA card is on (Mine is PCI:1:9:0)
Code:
lspci -X
Here's mine (yours will look different)
Code:
mstralka@ubuntu:~ $ lspci -X
PCI:0:0:0 Host bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface
PCI:0:2:0 Display controller: Intel Corp. 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device
PCI:0:29:0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1
PCI:0:29:1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2
PCI:0:29:2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3
PCI:0:29:7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI Controller
PCI:0:30:0 PCI bridge: Intel Corp. 82801 PCI Bridge
PCI:0:31:0 ISA bridge: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) LPC Bridge
PCI:0:31:1 IDE interface: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) UltraATA-100 IDE Controller
PCI:0:31:3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller
PCI:0:31:5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller
PCI:1:9:0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5500]
PCI:1:12:0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
Your card may show up as an "unknown device" if it is not in /var/lib/misc/pci.ids. You can look yours up at the official source: http://pciids.sourceforge.net/iii/?i=10de, then add it to /var/lib/misc/pci.ids in the appropriate place, or download pci.ids from that website and replace /var/lib/misc/pci.ids


2. Follow the Ubuntu 5.04 Starter Guide instructions to install the NVIDIA drivers http://ubuntuguide.org/#installnvidiadriver - here's the important part
Code:
sudo apt-get install nvidia-glx
sudo apt-get install nvidia-settings
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
sudo nvidia-glx-config enable
3. Add nvidia to /etc/modules so it will load at startup
Code:
sudo gedit /etc/modules
Add to the end
Code:
nvidia
4. Add agpgart and intel_agp to the hotplug blacklist so they won't load at startup
Code:
sudo gedit /etc/hotplug/blacklist
Add the following to the end:
Code:
agpgart
intel_agp
5. Edit /etc/X11/xorg.conf (after backing it up)
-In Section "Modules", be sure to comment out GLCore and DRI, but make sure glx is enabled.
-Modify the Section "Device" appropriately for your system. Mine looks like this:
Code:
Section "Device"
        Identifier "NVIDIA Corporation NV34 [GeForce FX 5500]"
        Driver "nvidia"
        BusID "PCI:1:9:0"
        Option "NvAGP" "1"
        Option  "RenderAccel" "true"
	Option "NoLogo" #This is optional - it will hide the NVIDIA splash screen
        #0 : Disable AGP
        #1 : use NVIDIA's internal AGP support, if possible
        #2 : use AGPGART if possible
        #3 : use any agp support (try AGPGART, then NVIDIA's AGP)
EndSection
6. Reboot and enter the BIOS Settings. Disable the onboard video
7. Unplug your monitor from your onboard video card and plug it into the NVIDIA card
8. If it hangs at hotplug, do a hard-reboot, and when it gets to hotplug again, press CTRL-C and adjust settings.
9. Try to start X
Code:
sudo gdm
10. If that doesn't work you may have to reconfigure X
Code:
sudo dpkg-reconfigure xserver-xorg
mstralka is offline  
Old November 12th, 2005   #2
anumeetsoni
First Cup of Ubuntu
 
Join Date: Nov 2005
Beans: 1
Re: HOWTO: NVIDIA GeForce FX 5500 PCI over Intel 845 onboard graphics

Oh man ! i cannot tell you how many sleepless nights i've had trying to get linux to run on my damn 845 motherboard with an extra graphics card. i've hunted the net, IRC and a lot of places, some ppl told me to disable hotplug itself, sadly that did put my system up but without the sound/modem and stuff.
I am gonna try your how-to in a while (as soon as i finish downloading latest ubuntu..i have version 4.1), but if it works, and i am pretty sure it will...Man i owe a LOT of thanx to you .
So anyway thanx
anumeetsoni is offline  
Old March 6th, 2006   #3
DJ_Tobias
First Cup of Ubuntu
 
Join Date: Feb 2006
Beans: 3
Re: HOWTO: NVIDIA GeForce FX 5500 PCI over Intel 845 onboard graphics

That worked great! But heres the thing.. I reboot, doesnt hang at hotplug, nvidia loads( as far as I know ) but my internet wont connect.. i use ndiswrapper for my wireless connection, i can connect to my essid and put in the key but then when i do dhclient wlan0 is just wont connect... and this far beyond my expertise, any ideas?
DJ_Tobias is offline  
Old September 23rd, 2006   #4
kgodoy
First Cup of Ubuntu
 
Join Date: Sep 2006
Location: Orange County, California
Beans: 2
Ubuntu 7.10 Gutsy Gibbon
Re: HOWTO: NVIDIA GeForce FX 5500 PCI over Intel 845 onboard graphics

Wow... this might be an old post, but this FINALLY worked for me following these instructions! I've been trying to get the NVIDIA driver working on my FX 5500 without any luck the whole last week. I tried other distributions and kept having the same issue. But now it works!!! Next step is XGL/Compiz.

Thanks for the help!

Ken
kgodoy is offline  
Old September 24th, 2006   #5
po0f
Chocolate-Covered Ubuntu Beans
 
Join Date: Sep 2006
My beans are hidden!
Re: HOWTO: NVIDIA GeForce FX 5500 PCI over Intel 845 onboard graphics

Me love you long time <3 <3

Seriously, this solution solved several of my problems with my install. I am eternally in your debt.
po0f is offline  
Old January 13th, 2007   #6
SinxarKnights
5 Cups of Ubuntu
 
Join Date: Jan 2007
My beans are hidden!
Re: HOWTO: NVIDIA GeForce FX 5500 PCI over Intel 845 onboard graphics

This is just crazy! after a year of searching I FINALLY found this thread. I have an HP a705w with this board and had nothing but trouble trying to get ANY distro to work. All because of the onboard graphics.
SinxarKnights is offline  
Old February 23rd, 2007   #7
captainpotato
5 Cups of Ubuntu
 
captainpotato's Avatar
 
Join Date: Oct 2005
Location: Adelaide, Australia
Beans: 24
Kubuntu 9.10 Karmic Koala
Re: HOWTO: NVIDIA GeForce FX 5500 PCI over Intel 845 onboard graphics

I've just stumbled upon this thread (thanks, SinxarKnights), but haven't had the same luck as the rest of you.

On a Dapper box with an FX 5200 pci card and the 845G chipset, my attempt goes astray at:

sudo apt-get install nvidia-glx
sudo apt-get install nvidia-settings

When I do the latter one, it uninstalls the former one. If I reinstall the former one, it uninstalls the latter. I've tried carrying on ignoring this (using nvidia-glx, not nvidia-settings), but I'm still having the same problem at hotplug.

Any ideas?
captainpotato is offline  
Old February 23rd, 2007   #8
captainpotato
5 Cups of Ubuntu
 
captainpotato's Avatar
 
Join Date: Oct 2005
Location: Adelaide, Australia
Beans: 24
Kubuntu 9.10 Karmic Koala
Re: HOWTO: NVIDIA GeForce FX 5500 PCI over Intel 845 onboard graphics

To update - I just found the following link that looks like that it should help. Looks like some of the file locations have changed since this thread was started.

Anyway, I'll give this a shot (once I download Edgy, as I may as well go for that instead, whilst I'm at it).

http://doc.gwos.org/index.php/Nvidia_Intel_Integrated
captainpotato is offline  
Old February 24th, 2007   #9
captainpotato
5 Cups of Ubuntu
 
captainpotato's Avatar
 
Join Date: Oct 2005
Location: Adelaide, Australia
Beans: 24
Kubuntu 9.10 Karmic Koala
Re: HOWTO: NVIDIA GeForce FX 5500 PCI over Intel 845 onboard graphics

Another update (so that others may find this whilst searching, I hope) - the aforementioned link does exactly what it's meant to and I can now boot using my FX 5200 PCI card.

Now to solving the issue of why my nvidia installation refuses to use X upon booting, but after re-installation it is fine, yet breaks again after a reboot
captainpotato is offline  
Old March 10th, 2007   #10
sjust
5 Cups of Ubuntu
 
sjust's Avatar
 
Join Date: Jun 2006
Location: Campbellsburg, KY USA
Beans: 28
Ubuntu 7.10 Gutsy Gibbon
Re: HOWTO: NVIDIA GeForce FX 5500 PCI over Intel 845 onboard graphics

I want to say thank you. This and a few minor tweaks and my PCI graphics card works on a five year old HP. THANK YOU
__________________
Sjust
UBUNTU Hardy AMD 64 x2 5000+ 2 GB Memory
Nvidia 8500gt OSS v4
registered Linux user #421719 Ubuntu user #7719
sjust is offline  
 

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:37 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry