At boot, I get an error, stating that ubuntu is going to start in low graphics mode because:
Code:
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module
(EE) NVIDIA(0): ***Aborting***
(EE) Screen(s) found, but none have a usable configuration
I just click restart X and ubuntu works (I assume I'm using the onboard graphics chip on the motherboard, but I would like to use my dedicated graphics card)
lspci | grep VGA gives
Code:
02:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev a2)
modprove nvidia gives
Code:
)FATAL: Module nvidia not found
synaptic says I have
- nvidia-96
- nvidia-96-glx
- nvidia-settings
- xserver-xorg-video-noeveau
- xserver-xorg-video-nv
All installed and up to date
my xorg.conf is here http://pastebin.com/QTYJEAxn
(I think that's all the troubleshooting info)
how do I fix this? I assume I have the packages installed, but they are not being called upon by the kernel to display stuff? or I am missing a module, or a module is mislabled. IDK
what do I need to do to use my geforce card?
cheers for any help.