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:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* 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
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 07-28-2009, 12:01 AM   #1 (permalink)
Registered User
 
Join Date: Aug 2008
Posts: 12
OS: xp sp3


Question installing nvidia driver in Fedora

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."
tomm89 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
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

Old 07-28-2009, 08:22 AM   #2 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,814
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
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
From there you can find the file and run it from the command prompt.

Cheers!
__________________


Linux Forever!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-28-2009, 12:16 PM   #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
tomm89 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-29-2009, 11:29 AM   #4 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,814
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
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
Cheers!
__________________


Linux Forever!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-29-2009, 02:56 PM   #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
tomm89 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-29-2009, 07:36 PM   #6 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,814
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
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
Once that is done follow the instructions above and you should be all set.

Cheers!
__________________


Linux Forever!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-30-2009, 02:07 PM   #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?
tomm89 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-30-2009, 09:18 PM   #8 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,814
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
Re: installing nvidia driver in Fedora

Hi,

Without saying too much about BT4 per the rules. I would say that it would be very similar. I don't use it so I don't know.

Cheers!
__________________


Linux Forever!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-31-2009, 06:01 PM   #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.
to fix it i typed:#yum install kernel
#yum install kernel-devel
and my questions are what is kernel-devel and init 3 ??
tomm89 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-31-2009, 08:31 PM   #10 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,814
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
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!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-03-2009, 07:05 AM   #11 (permalink)
Registered User
 
gtk29's Avatar
 
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
gtk29 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-03-2009, 11:27 AM   #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
tomm89 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-09-2009, 02:47 PM   #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
fuzzy_nutz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 03:26 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85