LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cant install Livna RPMs (https://www.linuxquestions.org/questions/linux-software-2/cant-install-livna-rpms-317561/)

MagusYilie 04-27-2005 12:06 AM

Cant install Livna RPMs
 
I'm trying to install the latest Nvidia drivers from Livna and i get an error that says i am missing some packages. I am using Fedora Core 3.

/boot/vmlinuz-2.6.10-1.770_FC3
/usr/sbin/nvidia-config-display
/usr/sbin/nvidia-config-display
nvidia-glx

I tried looking for these RPMs but I cant find them. I tried yum but i really dont even know how to use it properly. i have the all the latest files i could get from up2date.

Anyone know where i can get the necessary RPMs and what they are?

mrGenixus 04-27-2005 12:45 AM

AS far as errors / rpm's missing:

what are the packages it says it needs. the names you have there look like files not packges. If you asked me, I'd see if you could 'yum install nvidia-glx'

http://fcp.homelinux.org/modules/sma...q.php?faqid=88

elluva 04-27-2005 02:55 AM

btw. Installing nvidia drivers from rpm is most often troublesome, just go to the nvidia site and install the ones there using the installer. That one always works.
Just make sure you have your kernel source installed, but for that one you do have an RPM.

grtz,
elluva

reddazz 04-27-2005 04:58 AM

You can install the nvidia drivers on Fedora Core even if you don't have the kernel source installed. I agree, the nvidia installer is better than using rpms.

MagusYilie 04-27-2005 07:47 AM

those 4 things I list are the packages I am missing. I really dont want to install from a source code because i dont want to risk screwing up my GUI. If i loose it i would be completely lost. If i am missing packages, when I install from the source wont I screw something up?

MagusYilie 04-27-2005 09:10 AM

I installed the .run under init 3, only problem I have now is figuring out how to edit my Xconfig.

reddazz 04-27-2005 09:48 AM

You can start X as a normal user, start a console session and switch to root. Use your favorite editor to change the graphics card driver in /etc/X11/xorg.conf from "nv" to "nvidia". To use an editor such as emacs or vi, you ould do "emacs /etc/X11/xorg.conf" or "vi /etc/xorg.conf". When done, log out and log back in and your system will be using the new nvidia drivers.

elluva 04-28-2005 03:37 AM

You can probably use gedit as well, because noobs tend not to know vi (exit and save in vi is done by pressing : then type x and then pushing [ENTER]) or emacs (exit and save by pressing CTRL-X CTRL-C, and then y to save).

mrGenixus 04-29-2005 11:46 AM

he should not be able to run gedit as root, since he should not be loging into X as root. he would need to know how to do that. noobs should lear vi or emacs. neither are hard, both can be powerfull, and nano is available as well (ok, that gramar was questionable).

Jimbo99 04-29-2005 03:59 PM

If he installed the development tools etc from FC3 he should have the kernel source installed. If he updated his distro via yum he should have the kernel source installed. Installing the kernel source is pretty basic. Locating it is another matter unless he updates via yum.

The nvidia drivers are much better than the livna stuff. He needs to download the nvidia developed stuff and go from there.

reddazz 04-29-2005 04:49 PM

On Fedora Core, you don't need the kernel source to install the nvidia drivers.

elluva 05-01-2005 04:00 AM

Quote:

Originally posted by mrGenixus
he should not be able to run gedit as root, since he should not be loging into X as root.
No he does not need to log into X, but he can. If he does he can edit it by using 'su -c "gedit"' on a commandline. It could make things way less complicated for him. Be real, this guy just wants to install his graphics drivers, if one has to learn vi (or nvi or vim or...) just to do that... If he wants to learn it afterwards, ok, great, vi is a great editor (and so is emacs), but for a noob gedit (or kedit, xedit,...) can smoothen the learning curve. You're pretty narrow minded if you refuse to see that.

Quote:

he would need to know how to do that. noobs should lear vi or emacs. neither are hard, both can be powerfull, and nano is available as well (ok, that gramar was questionable).
As I've said above, vi and emacs are extremely useful editors and I agree that he should learn at least one of both, but now could be an innapropriate time to do so.

greetz,
elluva


All times are GMT -5. The time now is 06:35 PM.