Find the answer to your Linux question:
Results 1 to 8 of 8
Anyone knows how to Nvidia Driver in fedora 12?...
  1. #1
    Just Joined!
    Join Date
    Oct 2010
    Posts
    11

    Smile How to install Nvidia Driver?

    Anyone knows how to Nvidia Driver in fedora 12?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Follow instructions from here. In case you fine those instructions confusing, post the output of this
    Code:
    lspci | grep -i vga
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Quote Originally Posted by seen View Post
    Anyone knows how to Nvidia Driver in fedora 12?
    What nVidia board are you using? As mentioned in the link provided by DC, the driver depends upon the board you are using. If you go to the nVidia web site, you will be asked what board, OS (32 or 64-bit), and such that you are using before it gives you the list of drivers. Also as mentioned, to install the proprietary driver for nVidia you will have to boot into text mode (run level 3) to run the installer, and when you update your kernel you will have to reinstall it. I've been using the proprietary drivers on CentOS (RHEL) and Ubuntu (laptop) for a number of years without problems. The latest drivers should work just fine with FC13.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  4. #4
    Just Joined!
    Join Date
    Oct 2010
    Posts
    11
    Quote Originally Posted by Rubberman View Post
    What nVidia board are you using? As mentioned in the link provided by DC, the driver depends upon the board you are using. If you go to the nVidia web site, you will be asked what board, OS (32 or 64-bit), and such that you are using before it gives you the list of drivers. Also as mentioned, to install the proprietary driver for nVidia you will have to boot into text mode (run level 3) to run the installer, and when you update your kernel you will have to reinstall it. I've been using the proprietary drivers on CentOS (RHEL) and Ubuntu (laptop) for a number of years without problems. The latest drivers should work just fine with FC13.
    I am using the nVidia GeForce 8600 GT.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Three steps :

    * Install RPMFusion repository.
    * Add rdblacklist=nouveau at the end of kernel line in grub.conf file. Reboot machine.
    * Execute this code in Terminal to install Nvidia Driver.
    Code:
    su -c 'yum install kmod-nvidia'
    Detailed instructions for RPMFusing repo installation and grub.conf editing are available here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Oct 2010
    Posts
    11
    Thank you,all of you.

  7. #7
    ved
    ved is offline
    Linux User ved's Avatar
    Join Date
    Jan 2008
    Location
    New Delhi
    Posts
    309

    Smile

    finally you install Nvidia Driver or not ?
    Take risks: if you win, you will be happy; if you lose, you will be wise.
    New Users : Read This First

  8. #8
    Just Joined!
    Join Date
    Oct 2010
    Posts
    11
    Quote Originally Posted by ved View Post
    finally you install Nvidia Driver or not ?
    No, I turn to Ubuntu. I am a new user to linux, it is more easier to begin.But I will back to fedora in future. Any way,thank you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...