Which obviously, even to me, doesn't work under Ubuntu 12.04.
Does Ubuntu sort everything out for itself, or do I have to find drivers? somewhere.
Along the same lines I have a Nvidia 450 GForce graphics card, plus there is some built in HD Graphics on the Mobo all I get under settings is driver unknown experience standard.
Under startup aplications there is a mention of Nvidia X Server settings?
Again, am I likely to need supplemental drivers.
At the moment all I know how to do is boot into Ubuntu, search the web, and inspect the file system, I am grass green as far as Linux goes.
nvidia-current
,nvidia-current-updates
, etc. usually does the blacklist for you. I just threw that in there in case you ended up doing the manual driver install through http://www.nvidia.com (which is always great but not recommended for inexperienced users). Just make sure tosudo apt-get remove --purge nvidia*
before you do your driver install. Also, here is what I meant by "blacklist": http://linuxers.org/howto/how-remove-nouveau-drivers-ubuntu – Deryck Feb 08 '14 at 03:07apt-get
to manage anything you want to install or uninstall - and the GUI programs to assist with this like Ubuntu Software Center or Synaptic). – Deryck Feb 08 '14 at 03:26