LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 04-10-2007, 06:55 AM   #1
kc5hwb
Member
 
Registered: Jun 2001
Location: Grapevine, Texas
Distribution: Ubuntu 14.04, CentOS 7
Posts: 102

Rep: Reputation: 15
What is the best driver for a GeForce 6100 in Ubuntu?


Will this driver work?
http://www.nvidia.com/object/linux_d..._1.0-8174.html

This is the mobo I am using:
http://www.abit-usa.com/products/mb/...es=1&model=332

I just installed a fresh install of Ubuntu 6.10 and none of the drivers seem to work... graphics, sound... I just need someone to tell me which drive would be best for the integrated graphics card on this motherboard.

Thru Synaptic, I installed the nvidia-glx driver and ran this command
Code:
sudo aptitude install linux-restricted-modules-generic
then I ran
Code:
sudo nvidia-glx-config enable
Each time I reboot, it comes up to a black screen after posting, when X should be loading.

So I thought I would try the driver listed above, from Nvidia's site. It doesn't want to install in RunLevel 1, and when I type "telinit 3" into a cmd line, it launches X.

???
 
Old 04-10-2007, 08:40 AM   #2
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
The latest version of the NVIDIA driver for Linux is 9755. That is the one you want. 8174 is for cards that are no longer supported by NVIDIA; the 6100 is still being supported.
 
Old 04-10-2007, 11:29 AM   #3
kc5hwb
Member
 
Registered: Jun 2001
Location: Grapevine, Texas
Distribution: Ubuntu 14.04, CentOS 7
Posts: 102

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jiml8
The latest version of the NVIDIA driver for Linux is 9755. That is the one you want. 8174 is for cards that are no longer supported by NVIDIA; the 6100 is still being supported.
Ok, I am sure I can find that, but can you tell me how to install it? All attempts to install it with the instructions on Nvidia's site have failed. This is what they say...

Quote:
STEP 3: Install
Type "sh NVIDIA-Linux-x86-1.0-8174-pkg1.run" to install the driver. NVIDIA now provides a utility to assist you with configuration of your X config file. Please see Chapter 3 of the README or run 'man nvidia-xconfig' for details on usage. Instructions for those wishing to edit their X config file by hand can also be found in the README.
 
Old 04-10-2007, 11:57 AM   #4
evildarknight
Member
 
Registered: Nov 2006
Location: Paradise Mauritius
Distribution: Debian lenny, Jlime,Delilinux
Posts: 57

Rep: Reputation: 15
you should shutdown X before installing the driver by typing
init 3
then when you are asked to download kernel sources from nvidia use the sources that comes with ubuntu it should be ok!!!!
 
Old 04-10-2007, 03:06 PM   #5
kc5hwb
Member
 
Registered: Jun 2001
Location: Grapevine, Texas
Distribution: Ubuntu 14.04, CentOS 7
Posts: 102

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by evildarknight
you should shutdown X before installing the driver by typing
init 3
then when you are asked to download kernel sources from nvidia use the sources that comes with ubuntu it should be ok!!!!
typing init 3 in Terminal? Or shut down X with "sudo /etc/initd/gdm stop" and then init 3 ?
 
Old 04-10-2007, 05:18 PM   #6
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
Why not use Synaptic to install package "nvidia-glx". No command line hell involved. If you can boot to X then boot the recovery version in grub. Then "sudo nano /etc/X11/xorg.conf" and edit the driver name to "nv" or "vesa". You can then boot to X and use the GUI as above in this message.
 
Old 04-10-2007, 06:48 PM   #7
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by kc5hwb
typing init 3 in Terminal? Or shut down X with "sudo /etc/initd/gdm stop" and then init 3 ?
IT really doesn't matter. Just shut down X; either mechanism you propose here will do that.

Restarting X will be a bit easier if you just stop gdm; if you do an init 3, install the drivers, then follow with an init 5, it is possible that things will be a bit messed up because services will be restarting possibly in the wrong sequence.
 
Old 04-10-2007, 07:59 PM   #8
kc5hwb
Member
 
Registered: Jun 2001
Location: Grapevine, Texas
Distribution: Ubuntu 14.04, CentOS 7
Posts: 102

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by fragos
Why not use Synaptic to install package "nvidia-glx". No command line hell involved. If you can boot to X then boot the recovery version in grub. Then "sudo nano /etc/X11/xorg.conf" and edit the driver name to "nv" or "vesa". You can then boot to X and use the GUI as above in this message.

Been down that road already, doesn't work.

The current driver that I have running is the VESA driver and it is what is making everything so choppy and low-res color. I have not tried the "nv" driver, but after installing the nvidia-glx driver thru Synaptic, I ran the reconfigure tool and it detected it as "nvidia" but upon re-launching GDM just a black screen comes up and it doesn't want to load X.
 
Old 04-10-2007, 08:18 PM   #9
kc5hwb
Member
 
Registered: Jun 2001
Location: Grapevine, Texas
Distribution: Ubuntu 14.04, CentOS 7
Posts: 102

Original Poster
Rep: Reputation: 15
Ok, here are the latest results..... I got farther this time...

I exited GDM and ran init 3, then launched the .RUN file. It told me that it could not detect my Kernal source and wanted to attempt a download from ftp.nvidia.com. It tries this, but fails and asks if I want it to compile the Kernal. I tell it yes, but it fails because it says I do not have the Source Kernal package installed

QUOTE
"unable to find the Kernal Source files for your currently running Kernal. Make sure you have installed the correct Kernal Source files"

Last edited by kc5hwb; 04-10-2007 at 08:20 PM.
 
Old 04-10-2007, 08:34 PM   #10
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
Install package "linux-source" and you'll get the source code for the current kernel.
 
Old 04-10-2007, 09:03 PM   #11
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by kc5hwb
Ok, here are the latest results..... I got farther this time...

I exited GDM and ran init 3, then launched the .RUN file. It told me that it could not detect my Kernal source and wanted to attempt a download from ftp.nvidia.com. It tries this, but fails and asks if I want it to compile the Kernal. I tell it yes, but it fails because it says I do not have the Source Kernal package installed

QUOTE
"unable to find the Kernal Source files for your currently running Kernal. Make sure you have installed the correct Kernal Source files"
That'll kill you every time. If you intend to compile...well...just about anything, you need to have the kernel source installed.

Frankly, I don't understand why most distros don't install it by default.

Make sure when you get it from your repository that you pick the source that exactly matches your running kernel.
 
Old 04-10-2007, 09:08 PM   #12
kc5hwb
Member
 
Registered: Jun 2001
Location: Grapevine, Texas
Distribution: Ubuntu 14.04, CentOS 7
Posts: 102

Original Poster
Rep: Reputation: 15
And how do I know what Kernal I am running?
 
Old 04-10-2007, 09:14 PM   #13
kc5hwb
Member
 
Registered: Jun 2001
Location: Grapevine, Texas
Distribution: Ubuntu 14.04, CentOS 7
Posts: 102

Original Poster
Rep: Reputation: 15
I rebooted and chose the GRUB menu and here is what is listed:

2.6.17-11-generic

2.6.17-10-386

2.6.17-10-generic


In that order. If I don't go into the GRUB menu when booting, which one does it choose by default? Seems like I should be running the 2.6.17-10-386 one, can someone confirm?
 
Old 04-10-2007, 09:16 PM   #14
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
"uname -r"
 
Old 04-10-2007, 09:25 PM   #15
kc5hwb
Member
 
Registered: Jun 2001
Location: Grapevine, Texas
Distribution: Ubuntu 14.04, CentOS 7
Posts: 102

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by fragos
"uname -r"
This returns 2.6.17-10-386

When I do a search for 2.6.17-10-386 in Synaptic, it show these 4 files...

linux-headers-2.6.17-10-386 (not installed)
linux-image-2.6.17-10-386 (installed)
linux-image-debug-2.6.17-10-386 (not installed)
linux-restricted-modules-2.6.17-10-386 (installed)
 
  


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
GeForce 6100 xorg.conf Composite help please lizard_king825 Linux - Hardware 5 01-25-2007 10:57 AM
GeForce 6100/nForce 410 SPDIF on Ubuntu jonnythan Linux - Hardware 2 09-26-2006 03:21 AM
How to install nvidia drivers Geforce 6100 netscaper Linux - Hardware 4 07-24-2006 04:47 AM
geforce 6100 ololad8 Linux - Hardware 1 07-14-2006 06:10 PM
Mainboard on GeForce 6100 with 3D acceleration webdevel Linux - Hardware 3 12-21-2005 06:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 08:40 AM.

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