LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-12-2007, 06:36 PM   #1
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Rep: Reputation: 31
Question NVIDIA Drivers, on Ubuntu?


I have an Nvidia GeForce 7300 video card on my system, an i wan't to know how to install drivers for it on my computer, if alien is required i already have it... Any help would be great!, I just wan't to get everything working properly.
 
Old 03-12-2007, 07:34 PM   #2
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
You can install the drivers from the repositories - see this page on the Ubuntu Wiki for more details.

If you have any problems, ask here and we will help.

--Ian
 
Old 03-12-2007, 09:28 PM   #3
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Original Poster
Rep: Reputation: 31
Hey, I looked at that and it confused me more, because -" In the Software Preferences dialog that comes up, click the Add button." that didn't come up or something, the istructions said click OK and the button wasn't even on the screen? I skipped ahead and i'm not sure what's up, but nvidia xconfig doesn't work which was asked for later on, Is there not a way to DOWNLAD and Install the driver from a different source or way?.. if not, i don't know if there;s another way to help me?, Thanks very much, MJ
 
Old 03-12-2007, 11:02 PM   #4
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Perhaps an easier way would be to edit /etc/apt/sources.list:
Code:
sudo gedit /etc/apt/sources.list
and enable the "universe" and "multiverse" repositories. Simply change the lines for the main repository to look like this:
Code:
deb http://your.mirror.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://your.mirror.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
IE add the words restriced universe multiverse at the end of the lines.

Then run
Code:
sudo aptitude update
Then install the required packages:
Code:
sudo aptitude install linux-restricted-modules-`uname -r` nvidia-kernel-common nvidia-glx
When it has completed, run
Code:
sudo nvidia-xconfig
Restart your computer, or just ctrl-alt-backspace to exit the X-Server. When X restarts, you should see the Nvidia logo which means that everything is installed OK.

I hope this helps
--Ian
 
Old 03-14-2007, 05:31 PM   #5
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Original Poster
Rep: Reputation: 31
Hello, i have entered a new problem, seeing as i turned off my computer after trying to install the drivers the first time, when i tryed to boot into ubuntu (i dual boot with windows XP) i got an error saying "Failed to start X server (graphic....) It is likely it is not setup correctly?, would you like to see a log?" i select no, then a screen comes up that says "X server turned off, restart GPU when it is configured correctly Ok?" i select ok, and i get a black screen, and nothing happens. I don't know where or how to fix this, or if reinstalling ubuntu is a good option, a good clean start?, I would appreaceate help in deciding what to do.. if someone knows how to fix it, or if i should reinstall ubuntu, I could reinstall it without harming windows right?, seeing as all my important files are on my windows partitions anyhow. Thanks, MJ....
 
Old 03-14-2007, 05:33 PM   #6
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Original Poster
Rep: Reputation: 31
P.S. Just so you know my GPU uses PCI Express, in case that changes someting, Thanks MJ
 
Old 03-14-2007, 08:02 PM   #7
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Don't reinstall. This is a minor problem, and you certainly don't need to reinstall Linux to fix a minor problem

Try
Code:
sudo dpkg-reconfigure xserver-xorg
Select the "nvidia" driver when prompted. When it has finished, run "startx" to see if it works. If it doesn't, then reconfigure again and select the "nv" driver.

Have you installed the drivers like I posted above? If not, try installing them properly using the above commands from the console before you do the above.

--Ian
 
Old 03-14-2007, 11:10 PM   #8
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Original Poster
Rep: Reputation: 31
Ok, i could try that, the problem being, i cannot get into the OS, so do i do that on recovery mode or what?, MJ P.S., i didn't get the chance to install the drive properly, and i think that is why this error appears, after i initially tried to install the drivers, i turned my computer off, today i turned it on to try again with the new instructions, and that is when i confronted this error, which is not allowing me to load UBUNTU Os, i think i said this but I dual boot with XP and that is how i am writting right now, MJ
 
Old 03-16-2007, 12:40 AM   #9
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
You have loaded Ubuntu. The GUI just failed to load. You should have a blank screen where you can login with your normal username and password.

Once you have logged in, then run the above commands again, and see if that helps

--Ian
 
Old 03-19-2007, 08:10 PM   #10
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Original Poster
Rep: Reputation: 31
Thanks for all the help, I got the drivers installed correctly and "nvidia" logo flashes on booting .
 
Old 06-03-2007, 04:56 AM   #11
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 963

Rep: Reputation: 32
I followed this install, which seem to install well, no errors

My system tells me its using Restricted Drivers

it that normal

I know on my FC6 install I was able to access the NVIDIA GUI settings. do you get that with this install

http://www.linuxquestions.org/questi...d.php?t=558768

I allso dont see the NVIDIA logo on start up

TT

Last edited by tommytomato; 06-03-2007 at 05:03 AM.
 
Old 06-03-2007, 01:50 PM   #12
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Original Poster
Rep: Reputation: 31
The restricted drivers thing is normal, do you get a black screen with writing on boot up? and as far as i know, this does not include the NVIDIA Gui, always here to help where i can... good luck..
 
Old 06-03-2007, 07:43 PM   #13
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 963

Rep: Reputation: 32
Quote:
Originally Posted by mitchell7man
The restricted drivers thing is normal, do you get a black screen with writing on boot up? and as far as i know, this does not include the NVIDIA Gui, always here to help where i can... good luck..
I did have a crash because i removed what I installed, I got a Black screen then it came up with the a blue screen with lots of arrows asking me to set the driver again.

I ran this again

sudo aptitude install linux-restricted-modules-`uname -r` nvidia-kernel-common nvidia-glx

and every thing went back to normal, still no NVIDIA logo at boot up.

TT
 
Old 06-03-2007, 07:56 PM   #14
mitchell7man
Member
 
Registered: Jan 2007
Location: Draper, UT
Distribution: Ubuntu, Windows 10, OSX
Posts: 461

Original Poster
Rep: Reputation: 31
well to tell you the truth lately Ive installed the drivers this way ...

sudo apt-get install nvidia-glx
sudo nvidia-xconfig --add-argb-glx-visuals --composite

but I did do it with these instuctions in the past when i had 6.10 ... i think it is all fine as long as everything works good...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
GLXGEARS problem on Ubuntu, with NVidia GLX-Legacy drivers installed Interdictor Ubuntu 3 01-09-2007 12:44 PM
Trying to find where to download drivers for ASUS 6200 Nvidia Geforce card for ubuntu Slyth99 Ubuntu 1 09-28-2006 11:06 PM
Dual DIsplay Issues GeForce FX 5500 w/ New Nvidia Drivers Ubuntu Dapper 6.06 pr0gr4mm3r Ubuntu 14 08-22-2006 08:07 AM
are nvidia drivers happy in ubuntu? MrLizard Ubuntu 19 04-14-2005 09:18 AM
Debian/Ubuntu Hoary - Nvidia drivers? Snipersnest Linux - Newbie 4 02-27-2005 10:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration