Results 1 to 5 of 5
Hello,
First, I'm sure this question has been answered before but I still can't seem to figure out how to properly do this. This is the first time I've ever ...
- 02-04-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
Driver Installation and Ubuntu 6.06 64 bit
Hello,
First, I'm sure this question has been answered before but I still can't seem to figure out how to properly do this. This is the first time I've ever used Linux, I got a copy of Ubuntu 6.06 64-bit LTS from my university and figured I would try it out. The installation went smooth but now I have no idea how to update drivers or plugins.
Is there anyway I can find a walk through of how to install Nvidia gf6600GT drivers as well as flash plugins and other things of that nature? I'm even having a hard time updating firefox... I've seen walkthroughs before but I'm totally new to this OS and need some serious help.
- 02-04-2008 #2
Hi and Welcome !
You can update existing or install new packages using Synaptic Package Manager. Your machine must have access to internet.
Or
Open Terminal and execute this
Code:sudo apt-get update sudo apt-get dist-upgrade
For Flash, execute thisIs there anyway I can find a walk through of how to install Nvidia gf6600GT drivers as well as flash plugins and other things of that nature?
For Graphics Card, execute thisCode:sudo apt-get install flashplugin-nonfree
Post output here.Code:sudo lspci | grep VGA grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-04-2008 #3
he has nvidia card he said
download drivers from Welcome to NVIDIA - World Leader in Visual Computing Technologies
to install you must stop x server
hit ctrl+alt+F1
when it brings you to the login prompt login with your username/pass
the command to do sudo sh NV..that won't be the exact file name, but you can use tab to autocomplete it, after you need to change the driver line in the xorg.conf file to use nvidia instead of whatever driver you are currently using, so you will have to use either vi or nano/pico and edit itCode:sudo /etc/init.d/gdm stop sudo apt-get install module-assistant sudo m-a prepare sudo sh NVINSTALLER.bin modprobe nvidia echo nvidia >> /etc/modules
after you edit that you should be ok to start back up againCode:sudo pico /etc/X11/xorg.conf
Code:sudo /etc/init.d/gdm start
- 02-04-2008 #4Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
Thanks, will try this when I get home after work!
- 02-05-2008 #5Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
Tried what you guys said and was unsuccessful. I think I had messed up some settings (if this is possible) with prior attempts at installing both the nvidia driver and the flash plugin. Formatted and did a fresh install of ubuntu 6.06, currently in the process of upgrading it to a 7.10 (could only get a copy of 6.06 at my school). Once I have the latest version of ubuntu running I will try this again.


Reply With Quote