![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Aug 2008
Posts: 12
OS: xp sp3
|
Hi,
I'm having problem installing nvidia drivers in Fedora 11. I went to nvidia home page and i downloaded NVIDIA-Linux-x86-185.18.14-pkg1.run file which was recommended for geforce 800m series. Then i tried to install it ,but i got error "something, something, binutils ", so i install the package,and now i got error " You appear to be running an X server; please exit X before installing." |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Moderator/Fedora Amb.
|
Re: installing nvidia driver in Fedora
Hi,
You are going to have to stop the gdm or kdm. Gdm stands for Gnome desktop manager, and kdm is KDE desktop manager. To do this you need to press CTRL + ATL + F1-F6. Once there you will need to login and then type this: Code:
su - /etc/init.d/gdm stop Cheers!
__________________
![]() Linux Forever!
|
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Aug 2008
Posts: 12
OS: xp sp3
|
Re: installing nvidia driver in Fedora
i did what you told me to ,but i got "- bash: /etc/init.d/gmd: No such file or directory"
do i need to have kernel-sources, gcc and make packages installed?? i think i have kernel-source , but im not 100% sure how do i find out which packages i have and where can i find additional packages that im missing? thx |
|
|
|
|
|
#4 (permalink) |
|
Moderator/Fedora Amb.
|
Re: installing nvidia driver in Fedora
Hi,
I am pretty sure that you have gcc installed as it is part of gnome. If you want to check you can type Code:
su yum install gcc or yum install kernel-sources
__________________
![]() Linux Forever!
|
|
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Aug 2008
Posts: 12
OS: xp sp3
|
Re: installing nvidia driver in Fedora
ok i had to install gcc
and today i installed nvidia,but when i try to set it up i get error " You do not appear to be using the NVIDIA X driver. Please edit your X configuration file. can u tell me how to set it up pls im soo close :D |
|
|
|
|
|
#6 (permalink) |
|
Moderator/Fedora Amb.
|
Re: installing nvidia driver in Fedora
Hi,
I would have a look at this. It should tell you how to change the X.org config file. There are a couple of things that you should do before you change your xorg.conf file. The first is to make sure that you have a backup copy incase you mess things all up. To create a copy of your xorg.conf file do the following. Code:
cd /etc/X11/ ls su - cp xorg.conf xorg.conf.old This makes a copy of the file xorg.conf and calls it xorg.conf.old. I case something gets messed up. ls Cheers!
__________________
![]() Linux Forever!
|
|
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Aug 2008
Posts: 12
OS: xp sp3
|
Re: installing nvidia driver in Fedora
Thx for your help i got it working.
This is how i installed NVIDIA drivers in Fedora 11 1. Install kernel-source, gcc,and make packets 2. Download your driver from here 3. Press CTRL + ALT + F2 (open terminal in fullscreen) 4. Log in as root 5. Type #init 3 6. Log in as root 7. Find your NVIDIA driver (#cd /home/User/Download) 8. Install Package (#sh NVIDIA-Linux-x86-185.18.14-pkg1.run) Is the installation same for different distros like BT4? |
|
|
|
|
|
#9 (permalink) |
|
Registered User
Join Date: Aug 2008
Posts: 12
OS: xp sp3
|
Re: installing nvidia driver in Fedora
Hi,
Today i have reinstalled Fedora and nvidia drivers for education purposes When i was installing NVIDIA drivers i got error : Code:
ERROR: Unable to find the kernel source tree for the currently running
kernel. Please make sure you have installed the kernel source files
for your kernel and that they are properly configured; on Red Hat
Linux systems, for example, be sure you have the 'kernel-source' or
'kernel-devel' RPM installed. If you know the correct kernel source
files are installed, you may specify the kernel source path with the
'--kernel-source-path' command line option.
#yum install kernel-devel and my questions are what is kernel-devel and init 3 ?? |
|
|
|
|
|
#10 (permalink) |
|
Moderator/Fedora Amb.
|
Re: installing nvidia driver in Fedora
Hi,
I feel that this would be a good time to let you do a couple google searches or search the web with your favorite search engine. I could give you all the answers to this question as I know them myself but I don't want you to loose a learning experience. If you still don't know the answer in a couple of days feel free to come back and I will explain it for you. Cheers!
__________________
![]() Linux Forever!
|
|
|
|
|
|
#11 (permalink) |
|
Registered User
Join Date: Oct 2008
Posts: 100
OS: Windows XP SP3
|
Re: installing nvidia driver in Fedora
You dont need kernel source or gcc.
On Login screen pres Ctrl-Alt-F1 Login as normal user type sudo pkill gdm type sudo NVIDIA-Linux-x86-185.18.14-pkg1.run When install completes type sudo gdm |
|
|
|
|
|
#12 (permalink) |
|
Registered User
Join Date: Aug 2008
Posts: 12
OS: xp sp3
|
Re: installing nvidia driver in Fedora
OK,so i did some research about kernel-devel, and i found that Kernel-Devel is a Development package for building kernel modules to match the kernel.But i don't know why i had to install it before i could install NVIDIA drivers and where is this module most commonly used.
About init 3 i still don't understand the purpose of init 3 could you explain why i had to use it before i could install NVIDIA. thanks |
|
|
|
|
|
#13 (permalink) |
|
Registered User
Join Date: Aug 2009
Location: uk
Posts: 2
OS: vista, fedora 11
|
Re: installing nvidia driver in Fedora
firstly kernel devel is needed so that nvidia installer can compile a new modile which fits in with your current kernel. init 3 runs a console only mode (no X server) init 5 is the X server runlevel there are other like init 0 which if remember correctly is a single user console. I like you was trying to install the nvidia drivers to stop the X server i tried pkill (gdm just restarted) and gdm-stop (restarted again).
happy linuxing |
|
|
|
![]() |
| Thread Tools | |
|
|