nVidia provides linux drivers from its website. NVIDIA يوفر لينكس السائقين من موقعها على شبكة الانترنت. Unfortunately it doesn’t work with recent kernels. ومما يؤسف له أنه لا يعمل مع الاخيرة الألباب. The installation script fails in multiple ways. تركيب سكريبت لا بطرق متعددة. After much googling and with tons of diverse advices I found the simple solution. وبعد الكثير من googling مع طن من نصائح متنوعة انني وجدت حلا بسيطا.

BTW: By default nv driver is installed for nVidia cards which provides very poor graphics performance even for non-gaming usage. راجع للشغل : افتراضيا نيفادا السائق هو لتركيب بطاقات NVIDIA التي تنص على اداء الرسومات سيئة للغاية حتى بالنسبة لغير الاستعمال اللعب. Also you cannot use dual monitors with it using TwinView or Xinerama. ايضا لا يمكنك استخدام مزدوج ويرصد معها باستخدام twinview او زينيراما.

You need to install the rpm distribution from livna. كنت بحاجة لتثبيت لفة في الدقيقة التوزيع من livna. However before that you need to ensure that you have the proper kernel for your cpu. ولكن قبل ذلك كنت بحاجة لضمان ان يكون لديك المناسب لنواة وحدة المعالجه المركزية الخاصة بك. Please follow the guide here: يرجى اتباع الدليل هنا :
How (& Why) To Install i686 Kernel In Fedora Core 6 in 7 Steps كيف (& لماذا) لتثبيت i686 النواه الاساسية في فيدورا 6 في 7 خطوات

1. First install the livna repository: اولا تثبيت livna مستودع :
rpm -Uhv http://rpm.livna.org/livna-release-6.rpm - دورة في الدقيقة uhv http://rpm.livna.org/livna-release-6.rpm

Alternatively you can directly add the following entries to /etc/yum.conf: يمكنك مباشرة تضاف البنود التالية الى / الخ / yum.conf :
[livna-stable] [livna - مستقرة]
name=Livna.org Fedora Compatible Packages (stable) اسم livna.org = فيدورا متوافقه الحزم (مستقره)
baseurl= http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable baseurl = http://rpm.livna.org/fedora/ $ releasever / $ basearch / yum / مستقرة
gpgcheck=1 gpgcheck = 1

2. Then import the livna GPG key for verification of rpm: ثم استيراد livna المنافع العامة العالمية الرئيسية للتحقق من لفة في الدقيقة :
rpm –import http://rpm.livna.org/RPM-LIVNA-GPG-KEY دورة في الدقيقة والاستيراد http://rpm.livna.org/rpm-livna-gpg-key

3. Now you are ready to install the rpm: الان انت على استعداد لتثبيت لفة في الدقيقة :
yum install kmod-nvidia تثبيت yum kmod - NVIDIA

This should automatically do everthing required to install the driver. هذا وينبغي ان تفعل تلقائيا everthing المطلوبة لتركيب السائق.

4. Reboot the machine. اعادة تشغيل الجهاز. You should see nVidia logo flash by. يجب ان ترى شعار NVIDIA العاجل من قبل.

5. Execute: تنفيذ :
glxinfo | grep direct glxinfo | grep المباشر

If you see: direct rendering: Yes , you are good to go. اذا كنت انظر : تقديم مباشرة : نعم ، انت جيد للذهاب. You can also display further details about the installed driver as follows: يمكنك ايضا عرض مزيد من التفاصيل عن سائق المركبه على النحو التالي :
yum info kmod-nvidia yum معلومات kmod - NVIDIA

You will see something like this: سترى شيئا مثل هذا :
Loading “installonlyn” plugin تحميل "installonlyn" البرنامج المساعد
Setting up repositories انشاء مستودعات
Reading repository metadata in from local files قراءة في مستودع البيانات الوصفيه من الملفات المحلية
Installed Packages تركيب الحزم
Name : kmod-nvidia الاسم : kmod - NVIDIA
Arch : i686 القوس : i686
Version: 1.0.9755 الاصدار : 1.0.9755
Release: 2.2.6.20_1.2933.fc6 الاصدار : 2.2.6.20_1.2933.fc6
Size : 7.1 M الحجم : 7،1 م
Repo : installed الريبو : تركيب
Summary: nvidia kernel module(s) موجز : NVIDIA نواة وحدة (ق)

Use nVidia Display Settings to further configure your driver. NVIDIA استخدام الاعدادات لتهيئة مزيد من السائق الخاص بك. Next I will talk about setting twin monitors on Fedora Core 6. القادم سأتكلم عن وضع مراقبين على التوأم 6 فيدورا الاساسية.