| Forum |
|
|||||||
| 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. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
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
|
|
|
|
#2 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
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 |
|
|
|
|
#3 (permalink) |
|
In Pursuit of "Happyness"
Join Date: May 2005
Location: New Delhi
Posts: 3,404
|
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 |
|
|
|
|
#4 (permalink) | |
|
Guest
Posts: n/a
|
Quote:
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 |
|
|
|
#5 (permalink) |
|
In Pursuit of "Happyness"
Join Date: May 2005
Location: New Delhi
Posts: 3,404
|
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 |
|
|
|
|
#6 (permalink) |
|
Guest
Posts: n/a
|
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 |
|
|
#7 (permalink) |
|
In Pursuit of "Happyness"
Join Date: May 2005
Location: New Delhi
Posts: 3,404
|
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 |
|
|
|
|
#8 (permalink) |
|
Debian Rocks!
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
|
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 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 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 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 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 |
|
|
|
|
#9 (permalink) |
|
Guest
Posts: n/a
|
@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. |
|
|
#12 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
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 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 |
|
|
|
|
#14 (permalink) |
|
Guest
Posts: n/a
|
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. |
|
|
#15 (permalink) |
|
Debian Rocks!
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
|
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
__________________
"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 |
|
|
|
|
#16 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
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 |
|
|
|
|
#17 (permalink) |
|
Guest
Posts: n/a
|
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?* |
|
|
#18 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Yeah get those 2 packages - OpenGL python bindings and GtkGLExt python bindings.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#19 (permalink) |
|
In Pursuit of "Happyness"
Join Date: May 2005
Location: New Delhi
Posts: 3,404
|
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 |
|
|
|
|
#21 (permalink) |
|
Guest
Posts: n/a
|
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? |
|
|
#23 (permalink) |
|
In Pursuit of "Happyness"
Join Date: May 2005
Location: New Delhi
Posts: 3,404
|
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 |
|
|
|
|
#24 (permalink) |
|
MMO Addict
Join Date: Jul 2004
Location: Bangalore
Posts: 1,467
|
.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 |
|
|
|
|
#26 (permalink) | |
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,657
|
Quote:
__________________
Harsh J www.harshj.com |
|
|
|
|
|
#27 (permalink) | |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Quote:
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. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
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 |