
Originally Posted by
FutureSuture
So I found some instructions online after downloading the Nvidia driver and after a while got this:

This is because you are running a GUI. I don't know if the Ubuntu liveCD has a console or not, but you need to stop X, install the driver, and restart X.
To stop gdm (and X in the process):
Code:
sudo /etc/init.d/gdm stop
This should bring you to a text console (just a guess), and from here you can log in and install the driver.
To start:
Code:
sudo /etc/init.d/gdm start
Those are rather general instructions, and I'm sure someone running Ubuntu could be more specific.