Results 1 to 9 of 9
hi
i have nvidia geforce-4(mx 4000).i downloaded drivers for that card.i am getting error to load.it is asking 2 close all the x window system.how can i install the drivers ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-16-2005 #1Linux Newbie
- Join Date
- Nov 2005
- Posts
- 176
nvidia driver installation
hi
i have nvidia geforce-4(mx 4000).i downloaded drivers for that card.i am getting error to load.it is asking 2 close all the x window system.how can i install the drivers for my graphics card withoout entering into the x window system.
- 11-16-2005 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
You need to get to init 3 which is fully command line. Go to a terminal and run
What you do then is change to the location of the install fill and typeCode:su - ##You enter your root password when asked init 3
Therre are a few threads on installing nVidia drivers along with a tutorial if you run a quick search.Code:sh NVIDIA-rest_of_filename_here.sh
- 11-16-2005 #3Just Joined!
- Join Date
- Dec 2004
- Posts
- 16
Nvidia Drivers
I had a similar card and the driver install goes something like this:
-open a comsole
-become root (type su followed by your root password)
- type sh and the file name of the driver ( ex: sh NVIDIA-Linux-x86-1.0-7676-pkg1.run)
Note: that the kernel source MUST be installed
-Edit the /etc/X11/XF86Config(or\and xorg.conf) and look at the section on your video card. Change the the line in the NVidia section from "nv" to "nvidia"
-exit the cosole and restart X or reboot
If your driver install is sucessfull you should see an Nvidia splash screen when X starts.
- 11-16-2005 #4Linux Newbie
- Join Date
- Nov 2005
- Posts
- 176
i tried the way u said changing "nv" to "nvidia" in nvidia section in etc/...
i got the error message to exit the xwindow system before insatlling the drivers.how can i do so.plz tell me how 2 exit the x window system to install the drivers
can i get console before x window system to be satrted to installl the drivers
- 11-16-2005 #5Read bigtomrodney's post on how to get to Run Level 3, i.e. where X hasn't started. If that doesn't work, do the following:
Originally Posted by harishbayyavarapu
Open the /etc/inittab file as root using your favourite editor, Look for the line which looks like
Change the 5 in the above line to a 3, save and reboot the system. Then try reinstalling the driver.Code:# The default runlevel. id:5:initdefault:
Life is complex, it has a real part and an imaginary part.
- 11-17-2005 #6Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
you don't have to change your default runlevel and reboot. all you have to do is run 'init 3' and then exit X
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 11-17-2005 #7Linux Newbie
- Join Date
- Nov 2005
- Posts
- 176
sorry. iwas not able 2 install the drivers.i tried by changing int 5 to 3 but i am not successful.plz tell me another way 2 configure my graphics card.
- 11-17-2005 #8Can you elaborate a bit on that? You need root permissions to change the contents of the /etc/inittab file.
Originally Posted by harishbayyavarapu Life is complex, it has a real part and an imaginary part.
- 01-25-2006 #9Just Joined!
- Join Date
- Jan 2006
- Posts
- 3
Originally Posted by harishbayyavarapu
Hi harishbayyavarapu
I give a solution which worked for my system as i am also having nvidia geforce-4.
U just enter the username as root and the password as per u created.
Then u type "sh NVIDIA-linux-x86-1.0-8178-pkg1.run"-q
next u type "sax2 -m0=nvidia"
u will now enter into x window


Reply With Quote
