LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-13-2007, 06:56 PM   #1
tuxhead
LQ Newbie
 
Registered: Jan 2007
Distribution: Mandriva
Posts: 11

Rep: Reputation: 0
Unhappy Need help with Video drivers on Mandriva


Ok i new to mandrivia, so was needing a little help. I downloaded the drivers for my Gforce 6200, AMD 64 version. It said type sh NVIDIA-Linux-x86_64-1.0-9746-pkg2.run to install the driver.
i tried this but nothing happens, can some one give me some step by step info on what to do?? Thanks
 
Old 02-13-2007, 08:50 PM   #2
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,987

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
Try running:

Code:
# chmod +x NVIDIA-Linux-x86_64-1.0-9746-pkg2.run
# sh NVIDIA-Linux-x86_64-1.0-9746-pkg2.run
You have to make the file executable before you can run it which is what the chmod command does.
 
Old 02-13-2007, 09:55 PM   #3
tuxhead
LQ Newbie
 
Registered: Jan 2007
Distribution: Mandriva
Posts: 11

Original Poster
Rep: Reputation: 0
humm, do i need to open up the konsole?? i tried running it on the run command, but nothing happend.
 
Old 02-14-2007, 12:13 AM   #4
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,987

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
Yes, you need to open a console to install the nvidia driver in general and to run the commands I gave you in particular. You also need to kill X before attempting to install it. If you are not familiar with using the command line, this may be a little out of your reach but here is a howto so you can see what's involved and judge for yourself:

http://mandrivausers.org/index.php?s...5572&hl=nvidia
 
Old 02-14-2007, 05:23 PM   #5
tuxhead
LQ Newbie
 
Registered: Jan 2007
Distribution: Mandriva
Posts: 11

Original Poster
Rep: Reputation: 0
do i need to install CVS on my computer before i do any of this? or is there any other program i need?? sorry im a newb at all of this.
 
Old 02-14-2007, 09:14 PM   #6
St.Jimmy
Member
 
Registered: Jun 2006
Location: Boaz,Alabama
Distribution: Ubuntu 10.10 / Windows 7 Pro 64-Bit / Snow Leopard 10.6.4 64-Bit
Posts: 152

Rep: Reputation: 30
step by step.
1.chmod the file
2.logout
3. menu > console login
4. login
5. cd /path/to/file
6. sh filename
7. follow the instruction
no cvs or anything
 
Old 02-15-2007, 03:20 PM   #7
tuxhead
LQ Newbie
 
Registered: Jan 2007
Distribution: Mandriva
Posts: 11

Original Poster
Rep: Reputation: 0
the only prob im haveing is logging onto root. i type root as user name on loging screen, then my password. when i hit enter it says "root login not allowd." how can that be??? it worked when i tried it on mandrake. is there a different was i need to do it?
 
Old 02-15-2007, 04:18 PM   #8
St.Jimmy
Member
 
Registered: Jun 2006
Location: Boaz,Alabama
Distribution: Ubuntu 10.10 / Windows 7 Pro 64-Bit / Snow Leopard 10.6.4 64-Bit
Posts: 152

Rep: Reputation: 30
login as yourself, then type su
 
Old 02-15-2007, 10:25 PM   #9
tuxhead
LQ Newbie
 
Registered: Jan 2007
Distribution: Mandriva
Posts: 11

Original Poster
Rep: Reputation: 0
ok i started installing it then i said i need to kill the x server, but seems im having probs doing that, phew if this was windows, i would have seen the bluescreen of death no telling how many times. im glad u guys have stuck with me this far! just one last thing is how to kill X. Thanks
 
Old 02-16-2007, 06:29 AM   #10
hal_2001
LQ Newbie
 
Registered: Oct 2003
Location: UK
Distribution: Mandriva, Red Hat, Fedora Core, MontaVista
Posts: 23

Rep: Reputation: 16
There are several ways to kill ( or not starting ) the X server.

1. Boot without starting X by using run-level 3

Start your PC
When you see the LILO boot menu appear hit the TAB key. ( Assumming you used LILO rather GRUB boot loader )
Now you have a boot loader prompt, type
linux 3
followed by the return key
This should tell Linux to boot into run-level 3 which is single user mode without X
Login at the prompt and continue the install

to reboot, you can use the command
shutdown -r now


2. To kill X graphical session eg. kill KDE or GNOME etc and the X server without reboot

Press these 3 keys at the same time. <CTRL><ALT><F1>
This switches the displpay to a non-graphical login prompt. Note X server is still runing on display <CTRL><ALT><F7>
Now change to run-level 3 by doing this command as root
init 3
This should of killed the X server. Pressing <CTRL><ALT><F7> should now give a blank screen. Press <CTRL><ALT><F1> to get back to the non-graphical prompt.
Now install the Nvidia drivers.
The graphical multi-user enviroment can be started by going to run-level 5 eg.
init 5
however this may not be successful, alternatively use
startx
However, you may be better of rebooting to give a clean start
shutdown -r now


To clarify the install...
sh allows you to interpret files as Bourne scripts, executable bit don't care
Login as you and su to get root access, assuming your NVIDIA package is in your home directory
sh NVIDIA-Linux-xsh NVIDIA-Linux-x86_64-1.0-9746-pkg2.run ( if chmod +x ... not needed )
or ./NVIDIA-Linux-xsh NVIDIA-Linux-x86_64-1.0-9746-pkg2.run ( did chmod +x ... first to make it runnable)
 
Old 02-16-2007, 09:00 AM   #11
tuxhead
LQ Newbie
 
Registered: Jan 2007
Distribution: Mandriva
Posts: 11

Original Poster
Rep: Reputation: 0
everything so far seems to work, now i get to a point on the installation, and it says "No precompiled kernel was found to match your kernel." any one know how to fix this??
 
Old 02-16-2007, 09:46 PM   #12
St.Jimmy
Member
 
Registered: Jun 2006
Location: Boaz,Alabama
Distribution: Ubuntu 10.10 / Windows 7 Pro 64-Bit / Snow Leopard 10.6.4 64-Bit
Posts: 152

Rep: Reputation: 30
make sure you install kernel-source so it can compile one for you
 
Old 02-17-2007, 10:46 AM   #13
hal_2001
LQ Newbie
 
Registered: Oct 2003
Location: UK
Distribution: Mandriva, Red Hat, Fedora Core, MontaVista
Posts: 23

Rep: Reputation: 16
In my experience, it is normal that a precompiled kernel module for the running kernel is not found !!

The NVIDIA script can build a kernel module for your system but it needs to have access to the source code of your running kernel. The script should ask you "do you wish to build one for you ?" ( or something like that ), say yes.

Check that you have installed the rpm containing the kernel source for your Linux kernel. Do the following command:

rpm -aq | grep -i kernel-source

the command should list all the kernel-source rpm packages that have been installed

Now check these sources are for the kernel that you are running by doing the command

uname -r

So, compare the kernel version number you are running with the version of the kernel-sources that you installed to make sure they are for the same kernel version.

If you have not installed the kernel-source rpm then you will need to download the rpm or it maybe on your Linux CDs.
 
  


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
Drivers for gma950 video? (Integrated i945) + slow video in mplayer ivanatora Linux - Hardware 1 01-14-2007 01:19 PM
Update Video Drivers for Voodoo 3 video card ki4cmo Linux - Software 5 01-02-2007 06:22 PM
mandriva drivers for Diamond S120 Radeon 9550 video card ttree Mandriva 1 06-13-2006 01:25 PM
KDE 3.2 and changing video card drivers and monitor drivers citrus Linux - Newbie 4 02-25-2004 05:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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