Results 1 to 10 of 15
i have nvidia fx5200. what do i need to do to install nvidia driver?...
- 07-13-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 33
NVIDIA DRIVERS ON 10.2 Mandriva
i have nvidia fx5200. what do i need to do to install nvidia driver?
- 07-13-2005 #2
Depending on your processor type goto the nvidia download site and select the appropriate driver and read the appropriate howtos.
if you have a P4\Celeron\Athlon XP\Sempron\Duron\Centrino or any 32 bit X86 processor, select the Linux IA32 drivers.
if you have a Athlon 64\Athlon 64 X2\Pentium 4 64 bit\Pentium D or any 64 bit X88 based processor select the Linux AMD64/EMT64T option.Life is complex, it has a real part and an imaginary part.
- 07-14-2005 #3Just Joined!
- Join Date
- Jul 2005
- Posts
- 33
ok, that i did.
- 07-14-2005 #4
well did it work?
Life is complex, it has a real part and an imaginary part.
- 07-14-2005 #5Just Joined!
- Join Date
- Jul 2005
- Posts
- 33
whell, it worked to download them. instaling is the tricky part...
- 07-14-2005 #6The X config file they are talking about is the /etc/X11/xorg.conf file which you will have to update as per instructions from the readme file.
Originally Posted by Nvidia
edit: also you will need the kernel-sources, make and gcc installed, these can be found on the installation cd.Life is complex, it has a real part and an imaginary part.
- 07-14-2005 #7Just Joined!
- Join Date
- Jul 2005
- Posts
- 33
ok. what exactly should i do with kernel sources, gcc and make?
- 07-14-2005 #8You should have them installed on your system and nothing more. The Kernel sources are required to compile the nvidia card module and insert it into the kernel, gcc and make are required to compile (i.e. make executable) the nvidia driver.
Originally Posted by speeduhh Life is complex, it has a real part and an imaginary part.
- 07-15-2005 #9Just Joined!
- Join Date
- Jul 2005
- Posts
- 33
but the question is.. how do i do that. pls.. i'a a begginer
- 07-15-2005 #10
Ok to make sure that the kernel sources are installed, type into a terminal:
if a directory exists i.e. no error appears then the kernel sources are installed.Code:cd /lib/modules/`uname -r`
for gcc and make, type into a terminal:
it should return something like "/usr/local/bin/gcc"Code:gcc
for make, type into a terminal
it should return something like "/usr/bin/make"Code:which make
if anything else is returned, these are not installed. Now what you have to do if they are not installed is goto the Mandrake Control Center, select Install software and when it asks for you to insert the cd/dvd insert it. Now search this list for gcc, make (sometimes called gnu_make) and kernel-source. Install these 3 items by ticking the check box and selecting ok.
Once you have done that, you are ready to start installing the nvidia driver and I will write up instructions for that once you have verified that these 3 items exist.Life is complex, it has a real part and an imaginary part.


Reply With Quote