Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-05-2007, 10:43 AM   #1 (permalink)
slash_89
Guest
 
Posts: n/a
Default Help me install Nvidia drivers for Ubuntu.

hi,

i just installed ubuntu 7.04(feisty fawn),

i have an asus m2n pv-vm mobo,

i downloaded the drivers for nvidia geforce6150 display from asus,

when i run the setup from the terminal the program starts but when i proceed it closes with
an error tell me to exit 'X Server',

im totally new to linux so plz give me the complete details to install this driver,

and ive also downloaded the 'Nvidia X-config.tar.gz' file from nvidia,

and ive already read many articles about how it should be installed but i couldnt figure out anything
 
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 07-05-2007, 10:57 AM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Help me install Nvidia drivers for Ubuntu.

You are going the wrong way. Use the repositories.
First add the extra repositories as shown here http://ubuntuguide.org/wiki/Ubuntu:F...a_repositories
Then follow http://ubuntuguide.org/wiki/Ubuntu:F...r_.28NVIDIA.29
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 07-05-2007, 12:20 PM   #3 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,404
Default Re: Help me install Nvidia drivers for Ubuntu.

System->Administration->Restricted Driver Manager, and then just put a tick against nvidia graphics card.. That's it..
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 07-05-2007, 02:09 PM   #4 (permalink)
slash_89
Guest
 
Posts: n/a
Default Re: Help me install Nvidia drivers for Ubuntu.

Quote:
Originally Posted by kalpik
System->Administration->Restricted Driver Manager, and then just put a tick against nvidia graphics card.. That's it..


it doesnt work,
when i try to enable it, it never gets enable,

@mehulved,

im a real noob in linux, i didnt understand much of that guide u suggested, i did what was told but it didnt work, maybe ive made some mistake,
plz can u tell me a detailed way how i should install these drivers.

Last edited by slash_89; 07-05-2007 at 02:10 PM. Reason: Automerged Doublepost
 
Old 07-05-2007, 07:35 PM   #5 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,404
Default Re: Help me install Nvidia drivers for Ubuntu.

Applications->Accessories->Terminal then type "sudo aptitude install nvidia-glx" (without quotes of course) and then after that finishes, type "sudo nvidia-xconfig" in the same window.. That should do it.
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 07-05-2007, 09:35 PM   #6 (permalink)
slash_89
Guest
 
Posts: n/a
Default Re: Help me install Nvidia drivers for Ubuntu.

didnt work,
i get this message:-


root@393MGLX-3NEOLPC9:~# sudo aptitude install nvidia-glx
Reading package lists...
Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
No candidate version found for nvidia-glx
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done

and the next comman u told:-



root@393MGLX-3NEOLPC9:~# sudo nvidia-xconfig
sudo: nvidia-xconfig: command not found
 
Old 07-05-2007, 09:45 PM   #7 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,404
Default Re: Help me install Nvidia drivers for Ubuntu.

Can you give me the output of "cat /etc/apt/sources.list"?
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 07-05-2007, 09:49 PM   #8 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Help me install Nvidia drivers for Ubuntu.

this means no repos enabled?
just do the following check for the repositories in the file /etc/apt/sources.list and uncomment universe,multiverse repos and save.
the sane way is to use terminal and editors like vi and nano
First back up ur /etc/apt/sources.list by Applications>Accessories>Terminal
Code:
~$sudo cp /etc/apt/sources.list /etc/apt/sources.list.bk
Now
try these:
press ALT+F2,U''ll get a run dialog in GNOME.inside run dialog enter below commands as it is and run(press enter)
Code:
gksudo  gedit  /etc/apt/sources.list
when prompted give ur user password.
Now u have something opened in gedit editor.clear the page except the line:
Code:
deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Alpha i386 (20070228.1)]/ feisty main restricted
Then copy below codes and save this in editor and exit.
Code:
# # If you get GPG errors with this sources.list, locate the GPG key in this file
# # and run these commands (where KEY is replaced with that key)
# #
# # gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY
# # gpg --export --armor KEY | sudo apt-key add -
#Ubuntu Security
deb http://archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb http://archive.ubuntu.com/ubuntu/ feisty-security universe
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security universe
deb http://archive.ubuntu.com/ubuntu/ feisty-security multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security multiverse

# # Ubuntu supported packages
# # GPG key: 437D05B5
deb http://archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted
deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted

#
# # Ubuntu community supported packages
# # GPG key: 437D05B5
deb http://archive.ubuntu.com/ubuntu/ feisty universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-updates universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates universe multiverse

# # Ubuntu backports project
# # GPG key: 437D05B5
deb http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

#### Proposed Multiverse ####
deb http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse


#### Canonical Commercial ####
deb http://archive.canonical.com/ubuntu feisty-commercial main
Now just apt-get update and try installing nvidia drivers.
U can independently look and understand what all these mess are by running:
menu System>Administration>Synaptic package manager
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 07-05-2007, 10:14 PM   #9 (permalink)
slash_89
Guest
 
Posts: n/a
Default Re: Help me install Nvidia drivers for Ubuntu.

@kalpik

deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Alpha i386 (20070228.1)]/ feisty main restricted

# # If you get GPG errors with this sources.list, locate the GPG key in this file
# # and run these commands (where KEY is replaced with that key)
# #
# # gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY
# # gpg --export --armor KEY | sudo apt-key add -
#Ubuntu Security
deb http://archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb http://archive.ubuntu.com/ubuntu/ feisty-security universe
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security universe
deb http://archive.ubuntu.com/ubuntu/ feisty-security multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security multiverse

# # Ubuntu supported packages
# # GPG key: 437D05B5
deb http://archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted
deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted

#
# # Ubuntu community supported packages
# # GPG key: 437D05B5
deb http://archive.ubuntu.com/ubuntu/ feisty universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-updates universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates universe multiverse

# # Ubuntu backports project
# # GPG key: 437D05B5
deb http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

#### Proposed Multiverse ####
deb http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse


#### Canonical Commercial ####
deb http://archive.canonical.com/ubuntu feisty-commercial main






installing even a driver is such a struggle,
im not able to make head or tail outta anythin.
 
Old 08-05-2007, 01:26 AM   #10 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Help me install Nvidia drivers for Ubuntu.

Do you have a working internet connection in Ubuntu?
eddie is offline  
Old 08-05-2007, 09:19 AM   #11 (permalink)
slash_89
Guest
 
Posts: n/a
Default Re: Help me install Nvidia drivers for Ubuntu.

nope,
but i have a PPPOE based broadband, how do i set it up,
and plz help with the gpu drivers.
 
Old 08-05-2007, 09:30 AM   #12 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile Re: Help me install Nvidia drivers for Ubuntu.

If u have lan card,try the command in terminal(Applications>Accessories>Terminal or right click anywhere on Desktop and open terminal):
Code:
:~$sudo  pppoeconf
press enter and give ur passwd.enter again
now u need to answer few questions.answer carefully.first username,password,then do u want connection starting automatically at boot time or not etc..
Now u can have internet.for internet switch off use "poff dsl-provider" command.for on, "pon dsl-provider"

Now with internet connection "on"..try this:
in menu System>Administration>Synaptic Package Manager this will open a nice gui package manager which shows the installed and installable packages.
just search in synaptic(CTRL+F) nvidia and see the results.the packages @kalpik said also will be there.double click to install those packages.thats it.
I think u uses @freebirds /etc/apt/sources.list.it's fine.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 08-05-2007, 10:04 AM   #13 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Help me install Nvidia drivers for Ubuntu.

After setting up the connection, just follow kalpik's first post.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-05-2007, 11:58 AM   #14 (permalink)
slash_89
Guest
 
Posts: n/a
Default Re: Help me install Nvidia drivers for Ubuntu.

worked perfectly,
thnx a ton everyone,

but when i try to play 3d chess it tells me opengl isnt enabled,
so i should dwnload open from synaptic package manager right?

and when i downloaded bery thru the manager it doesnt get installed.
 
Old 08-05-2007, 12:34 PM   #15 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Help me install Nvidia drivers for Ubuntu.

Open GL must be enabled.for that check /etc/X11/xorg.conf
section "Module".check urs with below:
Code:
Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "dri"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection
so dri must be enabled too.check in synaptic for libgl1-mesa-dri whether installed if not install.edit xorg.conf Modules section to look as above
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 08-05-2007, 01:19 PM   #16 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Help me install Nvidia drivers for Ubuntu.

Did you restart the X server after installing the nvidia drivers and stuff? X server can be restarted by pressing ctrl + alt + backspace. But log out of your user account before doing so.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-05-2007, 02:39 PM   #17 (permalink)
slash_89
Guest
 
Posts: n/a
Default Re: Help me install Nvidia drivers for Ubuntu.

i did wht u guys told me to do but it didnt work,
i get this message:-

"Your system does not have the required software to enable 3D mode. Please contact your system administrator and ask them to install the OpenGL Python bindings and the GtkGLExt Python bindings.

You are still able to play chess in 2D without these packages."

so wht now?

*and once i dnload a pcakage from synaptic how do i install it?*
 
Old 08-05-2007, 02:49 PM   #18 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Help me install Nvidia drivers for Ubuntu.

Yeah get those 2 packages - OpenGL python bindings and GtkGLExt python bindings.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-05-2007, 05:44 PM   #19 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,404
Default Re: Help me install Nvidia drivers for Ubuntu.

Follow what's given in the link: http://glchess.sourceforge.net/?q=node/7
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 08-05-2007, 06:37 PM   #20 (permalink)
MMO Addict
 
amitava82's Avatar
 
Join Date: Jul 2004
Location: Bangalore
Posts: 1,467
Default Re: Help me install Nvidia drivers for Ubuntu.

there is some bug in in Chess. I've installed both the packages but still I'm getting same error msg.. bug report is already in launchpd.
__________________
Steam Profile || Personal Page
Warp drive active. Approaching stargate.
amitava82 is offline  
Old 08-05-2007, 09:57 PM   #21 (permalink)
slash_89
Guest
 
Posts: n/a
Default Re: Help me install Nvidia drivers for Ubuntu.

hey just a doubt,
i dwnloaded a package to install flash player, the file has a .run extension,
how do i install it?

and i dwnloaded gnome partition edito but it doesnt show up in system tools,
wat do i do?
 
Old 09-05-2007, 12:36 AM   #22 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Help me install Nvidia drivers for Ubuntu.

Install Flash Player from Add/Remove programs rather than through any randomly downloaded files.
eddie is offline  
Old 09-05-2007, 10:34 AM   #23 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,404
Default Re: Help me install Nvidia drivers for Ubuntu.

Or, you can just goto a page that requires flash, and firefox will automatically prompt you to install flash plugin. And gparted can be found under System->Administration.
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 09-05-2007, 11:03 AM   #24 (permalink)
MMO Addict
 
amitava82's Avatar
 
Join Date: Jul 2004
Location: Bangalore
Posts: 1,467
Default Re: Help me install Nvidia drivers for Ubuntu.

.run files can be run using this command in terminal (considering the file is in your home folder),. If you needed to be root then prefix "sudo"
Code:
sh finename.run
simplest way is using Synaptic
__________________
Steam Profile || Personal Page
Warp drive active. Approaching stargate.
amitava82 is offline  
Old 16-05-2007, 09:48 PM   #25 (permalink)
Right Off the Assembly Line
 
Join Date: May 2007
Posts: 6
Default Re: Help me install Nvidia drivers for Ubuntu.

As much as I like using Linux, these kinds of problems are exactly why Windows is so popular.
TheTerribleTwist is offline  
Old 16-05-2007, 10:24 PM   #26 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Help me install Nvidia drivers for Ubuntu.

Quote:
Originally Posted by TheTerribleTwist
As much as I like using Linux, these kinds of problems are exactly why Windows is so popular.
Ahem, what problem? These kind of reasons are what drove me off Windows. You just can't figure what's wrong with them. Let us know your problem?
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 17-05-2007, 12:53 AM   #27 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Help me install Nvidia drivers for Ubuntu.

Quote:
Originally Posted by TheTerribleTwist
As much as I like using Linux, these kinds of problems are exactly why Windows is so popular.
Please forward this to nvidia and ati people. That's the only thing that could solve the problem.
The day they release their drivers under gpl compatible license instead of those binary blobs, you won't have anything more to complain on this.
mehulved is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Envy,Installs for your Ubuntu-nvidia and Ati drivers automatically! praka123 Open Source 3 10-03-2007 08:38 AM
NVidia Drivers nishant_nms Graphic cards 5 23-10-2006 12:57 PM
how to install ubuntu direct from install menu rather than first run it thru live cd arunks Open Source 10 31-08-2006 10:41 PM
Best drivers for the nvidia 6800 rohanbee Graphic cards 6 27-06-2005 02:12 PM
The BEST nVidia tweaked drivers [poWer] Graphic cards 3 19-12-2004 12:15 PM


All times are GMT +5.5. The time now is 11:56 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2