Results 1 to 2 of 2

Thread: Install Nvidia GeForce 8200 drivers in Fedora11

  1. #1
    Join Date
    Apr 2008
    Posts
    586

    Install Nvidia GeForce 8200 drivers in Fedora11

    Nvidia GeForce 8200 in Fedora 11
    It in itself is quite simple to install drivers for these cards, but for those who leave here know how to do it the easy way to do it. Just follow the following steps:
    Step 1
    Sign in as a root and install Yum installer repositories and then the kmod-nvidia driver
    Code:
    [tatica @ silicony /] $ su --
    Password: password-here place -
    [root@siliconia ~]# rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm [root @ silicony ~] # rpm-ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
    [root@siliconia ~]# rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm [root @ silicony ~] # rpm-ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
    [root@siliconia ~]# yum -y install kmod-nvidia [root @ silicony ~] # yum-y install kmod-nvidia
    Step 2
    The most certain is that your driver is not working, this is because you need the PAE for your kernel. How do I know if I need the Kernel-PAE?
    Code:
    [root @ silicony ~] # / etc / init.d / nvidia status
    nvidia.ko kmod-nvidia for kernel-2.6.29.4-167.fc11.i686.PAE was not found
    The nvidia driver will not be enabled
    [root@siliconia ~]# [root @ silicony ~] #
    So, What is the Kernel-PAE and because I need it? Is an extension of physical address (Physical Address Extension or PAE) is a feature of x86 processors that allows 32-bit systems use up to 64 gigabytes (64 MiB ). But what I want is that my Nvidia to work ... I do?

    Step 3
    Code:
    First you need to know which kernel you have to know that PAE install.
    [root @ silicony ~] # uname-a 
    167.fc11.i686 Linux-siliconia.tatica.org 2.6.29.4 # 1 SMP Wed May 27 17:28:22 EDT 2009 i686 athlon i386 GNU / Linux 
    [root@siliconia ~]# [root @ silicony ~] #
    And finally, when it matches the kernel that you must install the SAP
    Code:
    [root @ silicony ~] # yum-y install kmod-nvidia-2.6.29.4-167.fc11.i686.PAE 
    [root@siliconia ~]# [root @ silicony ~] #
    Step 4
    Code:
    Finally it verifies that the module is running and then restart your computer.
    [root @ silicony ~] # / etc / init.d / nvidia status 
    nvidia.ko for kernel 2.6.29.4-167.fc11.i686.PAE was found. 
    The driver is enabled. 
    [root@siliconia ~]# [root @ silicony ~] #

  2. #2
    Join Date
    Mar 2010
    Posts
    122

    Re: Install Nvidia GeForce 8200 drivers in Fedora11

    How 3D graphics operations are performed obviously depends on the model of graphics card used, because there is no standard hardware. As it is unthinkable that applications that wish to use 3D capabilities of modern computers have to take into account the type of card, the software interface standards have been defined. Of all these interfaces, Linux still supports only OpenGL. Whatever your graphics card, you'll also probably interest enable support for AGP in the kernel.

Similar Threads

  1. Replies: 7
    Last Post: 17-12-2011, 08:51 PM
  2. Nvidia Geforce 197.45 notebook drivers
    By Aadeshh in forum Monitor & Video Cards
    Replies: 4
    Last Post: 06-10-2010, 08:08 PM
  3. Nvidia GeForce 185.81 drivers Available for Download
    By Solomon in forum Operating Systems
    Replies: 2
    Last Post: 01-05-2009, 05:12 PM
  4. New NVIDIA GeForce graphics drivers 180.48
    By Eldon in forum Monitor & Video Cards
    Replies: 0
    Last Post: 20-11-2008, 04:42 PM
  5. Can't install new drivers for NVIDIA GeForce FX 5500
    By blindsleeper in forum Monitor & Video Cards
    Replies: 2
    Last Post: 30-07-2008, 02:39 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,572,091.82160 seconds with 17 queries