Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I would like to play wow on FC7. Games like WOW and BF2. So i installed the drive thought the Add software tab. I thought it work because i have the nvidia icon and menu in applications tab. but when i start it says ( log in as root and type nvidia-xconfig ) to fix this problem that command does not work. Can some one help me please, and if so talk to me like a five year old .
I downloaded the drivers from nvidia.com and they work fine for me. Try uninstalling the drivers you installed and then install the ones from nvidia.com.
ok i uninstall the nvidia driver. downloaded from the nvidia site. went to install but it told me to kill x server. did an ctrl-alt-F1 now what. anybody?
Well, reddazz gave you some bad advice. Read the "sticky" note at the top of the Fedora forum which explains why that advice is bad, and how you can install a good nVidia driver from the livna repository.
Well, reddazz gave you some bad advice. Read the "sticky" note at the top of the Fedora forum which explains why that advice is bad, and how you can install a good nVidia driver from the livna repository.
Whats bad about the advice? Please kindly elaborate.
Yes its possible to install the nvidia driver from livna, which is (probably what he did initially). Its also possible to install the nvidia driver using the bin file from the nvidia site (which I did and it works perfectly fine), so I am not really sure how the advice I gave is bad. My personal experience with the livna drivers are not always good, so I prefer installing from the nvidia bin fine.
ok i uninstall the nvidia driver. downloaded from the nvidia site. went to install but it told me to kill x server. did an ctrl-alt-F1 now what. anybody?
You then need to login as root, enter the command
Code:
init 3
You would also need to make the nvidia bin executable e.g.
Code:
#chmod +x NVIDIA-Linux-x86-1.0-9639-pkg1.run
After that run the installer by doing something like
Code:
#./NVIDIA-Linux-x86-1.0-9639-pkg1.run
Note that the version of your driver maybe different to the one I used in this example so don't worry about it.
<snip>Whats bad about the advice? Please kindly elaborate.</snip>
As is pointed out in the "sticky," both the nVidia and ATI propitiatory drivers replace one of the Xorg libraries by their own version of those libraries. This precludes correct operation of software and hardware which relies on "standard" X-system hardware interfaces. The drivers from Livna (and Freshrpms, I believe) avoid this problem by installing the propitiatory drives in a different location and modifying the vendor code to reference the alternate location.
This avoids some problems when hardware is changed, and permits someone to use two video cards from different vendors in the same box. For most users neither of these is a significant problem.
The real advantage is that installing the driver from an RPM is much simpler than the vendor's procedure. And, if you install the fedorakmod yum extension, yum will keep your driver in sync with your kernel with little effort on your part.
(Note that this thread is in the "newbie" forum, so I'd tend to go with "simple" over "educational" for most advice.)
After reading the article, I concluded that if you do not intend to switch your graphics card to ATI or some other vendor, then there is no problem with using the official drivers from nvidia.com. I agree with you that installing from an rpm is easier, but the OP had already done that and thats why I suggested an alternative. When I installed the drivers from the livna repo, I had some problems (especially with selinux), but things just worked with the official driver from nvidia.com.
OK Heres what i did. I un-installed everything so that i may have a clean start. I got the drive installed. So this means i saw the nivida logo upon restart. But when i was done i rebooted and my invidia settings were gone. Any ideas ? also can i run sli in linux ? any tried cedega?
I just want to play games. If i can do this i will never go back to windows ever.
Do you mean that the settings change or that you cannot access the nvidia-settings program from the menu? If you can't access the nvidia-settings program, then start a terminal emulator like gnome-terminal or Konsole and enter the command
The best way to change your resolution is to run system-config-display (In GNOME its under System -> Administration -> Display) -> Settings -> Resolution. After that logout and do CTRL-ALT-BACKSPACE to restart X and your new resolution will be in use.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.