LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-13-2012, 06:56 AM   #1
shailendrarao
LQ Newbie
 
Registered: May 2012
Posts: 11

Rep: Reputation: Disabled
how to install nvidia 9600 gt drivers in ubuntu


how to install nvidia 9600 gt using command mode
 
Old 05-13-2012, 07:14 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Code:
sudo jockey-text -e xorg:nvidia-current
 
1 members found this post helpful.
Old 05-13-2012, 07:21 AM   #3
shailendrarao
LQ Newbie
 
Registered: May 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
cant understand !

below is the following cmd .... i cant understand that please help?


shailendra@shailendra-desktop:~$ sudo jockey-text -e xorg:nvidia-current
Unknown driver: xorg:nvidia-current
Use --list to see available drivers
shailendra@shailendra-desktop:~$
 
Old 05-13-2012, 07:36 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Normally that command should work. Please post the output of
Code:
lspci
and
Code:
sudo jockey-text -l
 
Old 05-13-2012, 12:45 PM   #5
shailendrarao
LQ Newbie
 
Registered: May 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Sorry for late...

OUTPUT OF lspci is:

shailendra@shailendra-desktop:~$ lspci
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
00:1d.0 USB Controller: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation Device 0de1 (rev a1)
01:00.1 Audio device: nVidia Corporation Device 0bea (rev a1)
02:02.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)
02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
 
Old 05-13-2012, 12:50 PM   #6
shailendrarao
LQ Newbie
 
Registered: May 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
And the output of another code sudo jockey-text -l is


shailendra@shailendra-desktop:~$ sudo jockey-text -l
kmod:nvidia_current - nvidia_current (Proprietary, Disabled, Not in use)
 
Old 05-13-2012, 01:14 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Two questions:
1. Which version of Ubuntu are you using?
2. What happens if you try
Code:
sudo jockey-text -e kmod:nvidia_current
and restart the system?
 
Old 05-13-2012, 01:19 PM   #8
shailendrarao
LQ Newbie
 
Registered: May 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
1.am using ubuntu 10.04
2.output of cmd sudo jockey-text -e kmod:nvidia_current is:

shailendra@shailendra-desktop:~$ sudo jockey-text -e kmod:nvidia_current
Unknown driver: kmod:nvidia_current
Use --list to see available drivers
shailendra@shailendra-desktop:~$
 
Old 05-13-2012, 01:26 PM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
OK, let's try it a different way:
Code:
sudo apt-get install nvidia-current
 
1 members found this post helpful.
Old 05-13-2012, 01:26 PM   #10
shailendrarao
LQ Newbie
 
Registered: May 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
I got another NVIDIA graphic card GTS 430 which is of 2GB. How to get drivers for this .please help me..
 
Old 05-13-2012, 01:34 PM   #11
shailendrarao
LQ Newbie
 
Registered: May 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
After giving cmd: sudo apt-get install nvidia-current
It installed some NVIDIA x Server but when I open that it POP UP A MESSAGE THAT "You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server."
 
Old 05-13-2012, 01:37 PM   #12
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Why dont you just use the GUI for jockey?

As for the GT430...you can add a PPA to get newer drivers that support the GT430 'the easy way' (aka jockey)-

https://launchpad.net/~xorg-edgers/+archive/ppa

*edit- ubuntu backports would work as well. As would a full manual install, but is easier with backports or a PPA.

Last edited by cascade9; 05-13-2012 at 01:40 PM.
 
Old 05-13-2012, 01:37 PM   #13
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Run
Code:
sudo nvidia-xconfig
and reboot, after that it should work.

Quote:
I got another NVIDIA graphic card GTS 430 which is of 2GB. How to get drivers for this .please help me..
This card is officially not supported by 10.04, AFAIK, you have to use the backports-repository to get the driver for that card, or just use a newer version of Ubuntu.
 
Old 05-13-2012, 01:41 PM   #14
shailendrarao
LQ Newbie
 
Registered: May 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
cascade9 am using ubuntu 10.04 and how to use GUI for jockey.
 
Old 05-13-2012, 01:44 PM   #15
shailendrarao
LQ Newbie
 
Registered: May 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
TobiSGD this is the output for sudo nvidia-xconfig:

shailendra@shailendra-desktop:~$ sudo nvidia-xconfig

Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

So your telling i cant get drivers for GT 430.
 
  


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
Install Drivers for nvidia GT420M 1GB on Ubuntu 11.04 64bit unkn(0)wn Linux - Newbie 1 10-31-2011 05:45 AM
LXer: How To Install nVidia 256.35 Display Drivers In Ubuntu LXer Syndicated Linux News 0 06-24-2010 06:44 PM
Need help with drivers/install for nvidia 9600 gt on 9.04 desktop PurpleMonkey Ubuntu 5 07-07-2009 09:11 PM
Can't install Nvidia 180.51 drivers for Ubuntu jbumgarjr Linux - Hardware 3 05-16-2009 09:44 AM
Ubuntu 7.1 how to install nvidia drivers 169.09 RottenMutt Ubuntu 1 02-10-2008 06:55 AM

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

All times are GMT -5. The time now is 04:13 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