Originally posted by: Gamingphreek
Ok well it booted up this time

but the drivers have done nothing from what i can see other than change to "nvidia".
The splash logo came up and all, but it wont detect my card (7900GT) or my monitor (1905FP).
So the 'nvidia logo' comes up now? If you get the Nvidia logo then it's installed.
If your talking about the Ubuntu spash screen and no 'nvidia' logo then maybe they are installed and maybe not.
If you have seen the Nvidia logo and X tries to start, but it's misconfigured in some way then you probably need to change something in your xorg.conf file, then ignore the rest of this and post your configuration file and somebody will tell you what changes you need to make. If that is the case then also explain what you mean that the things 'wasn't detected'
_However_:
If you haven't seen the Nvidia logo when X starts up yet continue on below...
I have done as follows:
sudo apt-get install nvidia-glx
sudo apt-get install nvidia-kernel-common
cool. Did those commands complete correctly with no errors?
I notice that you had a broken package error in a previous post. But if installing the nvidia-glx and nvidia-kernel-common via apt-get worked...
Try going:
sudo modprobe nvidia
That should 'just work' in your console you may have a message show up.
If it seems like it worked try going:
lsmod | grep -i nvidia
And if you get any output. The lsmod shows currently loaded drivers the | is the 'pipe' which is usually located above the enter key. The 'grep -i nvidia' will only the output the lines with 'nvidia' in them.
If nvidia shows up in lsmod then the kernel module is correctly installed.
If the kernel is loaded check out your /var/log/Xorg.0.log file. These contain the output from the X server.
It's full of information that may or may not be usefull to you. Lines that begin with [EE] show errors. Errors will cause your X system not to run sometimes. Lines that begin with [WW] show warnings which may be caused by driver issues or misconfigurations. Warnings usually can be ignored, but they may indicate a problem.
Also post your X configuration and maybe somebody can indicate a problem you may have to fix.