How To Install nVidia Graphics Driver on Fedora Core 6 / Linux in 5 Simple Steps如何安裝NVIDIA的圖形驅動的Fedora Core 6 / Linux在五月簡單的步驟
nVidia provides linux drivers from its website. NVIDIA公司提供Linux驅動程序從它的網站。 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.經過多番使用Google和噸各種意見,我發現,簡單的解決辦法。
BTW: By default nv driver is installed for nVidia cards which provides very poor graphics performance even for non-gaming usage.的BTW :默認情況下, NV公司的司機是安裝NVIDIA的卡提供極差的繪圖效能,甚至非遊戲使用。 Also you cannot use dual monitors with it using TwinView or Xinerama.此外,您不能使用雙顯示器與它使用twinview或xinerama 。
You need to install the rpm distribution from livna.您需要安裝rpm分佈從livna 。 However before that you need to ensure that you have the proper kernel for your cpu.不過此之前,你必須確保你有適當的內核,為您的CPU 。 Please follow the guide here:請按照指南在這裡:
How (& Why) To Install i686 Kernel In Fedora Core 6 in 7 Steps如何( &為什麼)要安裝在i686內核的Fedora Core 6在七步驟
1. 1 。 First install the livna repository:首先安裝livna庫:
rpm -Uhv http://rpm.livna.org/livna-release-6.rpm 轉-超高壓http://rpm.livna.org/livna-release-6.rpm
Alternatively you can directly add the following entries to /etc/yum.conf:或者,您也可以直接添加以下條目到/ etc / yum.conf :
[livna-stable] [ livna穩定]
name=Livna.org Fedora Compatible Packages (stable) 名稱= livna.org Fedora的兼容包(穩定)
baseurl= http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable baseURL時= http://rpm.livna.org/fedora/元releasever /美元basearch /蔭/穩定
gpgcheck=1 gpgcheck = 1
2. 2 。 Then import the livna GPG key for verification of rpm:然後導入livna廣東省政府重點核查每分鐘轉速:
rpm –import http://rpm.livna.org/RPM-LIVNA-GPG-KEY RPM的進口http://rpm.livna.org/rpm-livna-gpg-key
3. 3 。 Now you are ready to install the rpm:現在您已經準備好安裝rpm :
yum install kmod-nvidia 百勝安裝kmod - NVIDIA公司
This should automatically do everthing required to install the driver.這應該會自動做everthing須安裝驅動程序。
4. 4 。 Reboot the machine.重新啟動機器。 You should see nVidia logo flash by.您應該可以看到NVIDIA的標誌閃光。
5. 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 百勝信息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 大小:七點一米
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.下次我會談談設置雙顯示器上的Fedora Core 6 。
Filed under提起下 Fedora Core 6是Fedora Core 6 , , Gnome Desktop GNOME桌面環境 , , Headline News頭條新聞 , , How To如何 , , Linux Linux的 , , Linux Migration Linux遷移 , , Open Source Software開放源碼軟件 , , Tech Note技術說明 | |
| |
RSS 2.0 2.0 | |
Trackback Trackback跟踪 this Article |此文章|
Email this Article電子郵件此文章
You may also like to read您也可以想讀 |




April 12th, 2007 at 9:21 am 2007年4月12日在上午09時21分
The official Nvidia installer work just fine.官方NVIDIA的安裝工作只是罰款。 I’ve installed three FC6 systems (two x86 one x86_64) with the official installer, on top of the latest kernel (2.6.20-1.2933.fc6), with no problems whatsoever.我已經安裝了3 fc6系統( 2 x86一x86_64 )與官方安裝程序,再加上最新版的kernel ( 2.6.20 - 1.2933.fc6 ) ,沒有什麼問題。
Have you read the installation documentation?你有閱讀安裝文件? Before you install the Nvidia driver, you need to:之前在您安裝NVIDIA的驅動程序,您需要:
yum -y update百勝率更新
yum -y install kernel-devel xorg-x11-server-sdk pkgconfig百勝率安裝內核開發xorg - x11服務器的SDK的pkgconfig
After that, it works perfectly.之後,工程的完美。
April 13th, 2007 at 3:13 pm 2007年4月13日在下午3時13分
Your blog on dual monitors is *exactly* the right timing for me.您的博客對雙顯示器是完全* *適當時機對我來說。 I am in the process of building a Fedora 6 system and a primary requirement is that is support dual monitors.我在這個過程中建設的Fedora 6系統和一個初級的要求是,是支持雙顯示器。 I got spoiled at work with dual monitors and now I am insisting on them at home as well.我慣壞了在工作中與雙顯示器,現在我堅持對他們在家裡一樣。
I would appreciate you thought on an appropriate mother-board and graphics cars(s) for a dual monitor setup.我很欣賞你思想的一個適當的母親局和圖形車( )為雙顯示器設置。 These are the only two components missing from my new system.這些都是只有兩個組成部分失踪從我的新的制度。
Keep up the good thoughts!保持了良好的思想!
May 18th, 2007 at 8:01 pm 2007年5月18日在下午8時01分
Thank you for a useful blog … already bookmarked it and trying out the steps in another window.感謝您的一個有用的博客…已經書籤,它和嘗試的步驟,在另一窗口。 It would be useful to have a link to the “next I talk about …” I found your triple display, but not dual display.這將是有益的一個連接到“接下來,我談談… … ”我發現您的三重顯示,但不是雙顯示。
June 9th, 2007 at 8:15 am 2007年6月9日在上午8時15分
Thank you (!!).謝謝(!!). This really helped.這真的有幫助。 nvidia’s direct solution was certainly difficult to mess around with (I’ma Linux newbie), and obtaining rpms from livna did not help so well at all NVIDIA的直接的解決辦法是肯定難以與周圍的一塌糊塗(我是Linux的新手) ,並獲得從RPMS從livna沒有幫助,所以,以及在所有
June 11th, 2007 at 10:09 pm 2007年6月11日在下午10時09分
Dude!紈絝子弟! Thank You!謝謝您! You do a great service when you share information like this to help newbies like me solve rudimentary problems so we can go forth on our quests.你做了偉大的服務,當您分享信息,這樣,以幫助新手和我一樣,解決最起碼的問題,使我們可以繼續提出我們的quests 。 Keep it up, I now have my nvidia GPU working with FC6 and am now going to read your dual monitors tutorial; You Freakin Rock Man!保持下去,我現在有我的NVIDIA GPU的工作與fc6 ,我現在要閱讀您的雙顯示器補習;你的確岩石男子!
July 15th, 2007 at 4:12 am 2007年7月15日在上午04時12分
Thank You for precise instructions.感謝您的明確指示。 I install in couple minutes nvidia drivers for Fedora 7.我安裝在夫婦分鐘NVIDIA驅動程序,為的Fedora 7 。
Excellent help!!!優秀的幫助!
August 31st, 2007 at 1:46 am 2007年8月31日在上午01時46分
[root@localhost ~]# yum install kmod-nvidia [根@本地〜 ] #蔭安裝kmod - NVIDIA公司
Loading “installonlyn” plugin加載“ installonlyn ”插件
Setting up Install Process設立安裝過程
Setting up repositories設立存放
Could not retrieve mirrorlist無法檢索mirrorlist http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-fc6&arch=i386 error was誤差
[Errno 4] IOError: [ errno 4 ] IO錯誤:
Error: Cannot find a valid baseurl for repo: updates錯誤:無法找到有效baseURL時為回購協議:更新
[root@localhost ~]# [根@本地〜 ] #
“That much for working perfect” “這麼多工作,完善”
Linux sucks, but I won’t give up Linux的sucks為,但我不會放棄
August 31st, 2007 at 1:48 am 2007年8月31日在上午01時48分
Have you read the installation documentation?你有閱讀安裝文件?
No, where can I find this???沒有,我在哪裡可以找到這? ? ?
August 31st, 2007 at 1:51 am 2007年8月31日在上午01時51分
yum install kmod-nvidia百勝安裝kmod - NVIDIA公司
installs what??安裝什麼嗎? What is the difference to using Package Manager?的區別是什麼用的包管理?
August 31st, 2007 at 3:29 am 2007年8月31日在上午03時29分
Thomas,托馬斯,
Your updates repository is screwed up and had nothing to do with these instructions.您的更新知識庫是擰起來,並已完全沒有與這些指示。 Fix it first.修復第一。
>yum install kmod-nvidia installs what?? >蔭安裝kmod - NVIDIA公司安裝什麼嗎?
It installs kmod-nvidia driver.它安裝kmod - NVIDIA的驅動程序。
Read the fine manuals before jumping the gun.可閱讀手冊之前,跳槍。
August 31st, 2007 at 6:51 am 2007年8月31日在上午06時51分
Your updates repository is screwed up and had nothing to do with these instructions.您的更新知識庫是擰起來,並已完全沒有與這些指示。 Fix it first.修復第一。
How can I fix this?我怎樣才能解決這一問題? I would not have posted this if I knew this!我不會有這張貼如果我知道這個問題!
I Know it installs the Nvidia Driver, but which one?我知道它安裝NVIDIA的驅動程序,但哪一個? I have a whole list in the Package Manager!我有一個整體的清單中包經理!
What fine manuals?什麼罰款手冊?
I am not kidding, I am new to Linux, after two weeks of trying and error I am getting a little impatient, sorry.我不是在開玩笑,我是新來的Linux ,經過兩個星期的嘗試和錯誤,我慢慢變得不耐煩了,對不起。
Thanks,謝謝,
Thomas托馬斯
August 31st, 2007 at 6:59 am 2007年8月31日在上午06時59分
So, let’s say we find help here:因此,讓的說,我們找到幫助在這裡:
http://ubuntuforums.org/showthread.php?t=479138&page=2
I tried the first idea:我嘗試的第一個想法:
gksudo gedit /etc/apt/sources.list gksudo gedit /等/ apt / sources.list中
and get:並獲得:
[root@localhost ~]# gksudo gedit /etc/apt/sources.list [根@本地〜 ] # gksudo gedit /等/ apt / sources.list中
bash: gksudo: command not found在bash : gksudo :命令未找到
so, what should I look for?所以,我應該怎麼看呢?
Thanks,謝謝,
Thomas托馬斯
August 31st, 2007 at 8:33 am 2007年8月31日在上午8時33分
Which distribution have you installed?其中分佈有您安裝? If you are using Fedora then you should look for help in Fedora forums and not Ubuntu.如果你是使用Fedora ,那麼你應該尋求幫助Fedora的論壇上,而不是Ubuntu的。
Normally gksudo / sudo are required if you are not logged in as root.通常gksudo / sudo的需要,如果你還沒有登錄,以root的身份。
As root you can remove that command and directly run the rest.以root的身份,您可以移除指揮和直接運行的休息。
You can use locate to find any command.您可以使用找到找到的任何命令。 Normally commands like sudo are under /sbin.通常的命令一樣, sudo的是下/ sbin 。 So you path would be /sbin/sudo所以你的路徑會/ sbin /使用sudo
> I Know it installs the Nvidia Driver, but which one? >我知道它安裝NVIDIA的驅動程序,但哪一個?
Use the one which corresponds to your version of kernel.使用其中對應到您的版本的內核。 If you cannot find it then always use the latest version.如果您無法找到它,然後始終使用最新版本。
August 31st, 2007 at 8:33 am 2007年8月31日在上午8時33分
NeoNIG, neonig ,
I am happy to be of help.我很高興向各位有所幫助。
August 31st, 2007 at 9:49 am 2007年8月31日在上午09時49分
ok, did all this:確定,沒有這一切:
[root@localhost ~]# yum check-update [根@本地〜 ] #蔭檢查更新
Loading “installonlyn” plugin加載“ installonlyn ”插件
Setting up repositories設立存放
Could not retrieve mirrorlist無法檢索mirrorlist http://mirrors.fedoraproject.org/mirrorlist?repo=core-6&arch=i386 error was誤差
[Errno 4] IOError: [ errno 4 ] IO錯誤:
Error: Cannot find a valid baseurl for repo: core錯誤:無法找到有效baseURL時為回購協議:核心
anywhere else I need to look?其他地方,我要看看? Your blog gets pested up with my problem, feel free to delete all his, sorry, I am getting obsessed with LINUX, lol您的博客獲得pested與我的問題,請隨時刪除他的所有,對不起,我越來越痴迷與Linux , lol
August 31st, 2007 at 11:03 am 2007年8月31日在上午11時03分
Do you have a direct connection to internet?你有沒有直接連接到互聯網上?
If not look in yum manual for setting proxy.如果不是看在蔭手冊,設置代理服務器。
August 31st, 2007 at 11:46 am 2007年8月31日在上午11時46分
Hmm, I have a linksys card in my PC but I couldn’t get the ndiswrapper to work yet. HMM的,我有一個Linksys的卡在我的電腦,但我不能得到ndiswrapper工作。 So I connected a Powerbook and share it’s internet via Airport.因此,我連接了PowerBook和分享的互聯網機場。 Guess that works as a direct connection.估計工程作為一個直接的關聯。 uuhhh, where could I find this manual? uuhhh ,如果可以,我覺得這本手冊? I got a book, SamNash, Fedora 6 unleashed.我得到一本書, samnash , Fedora的6釋放。 So that is something.因此,這是一些。 Isn’t there a program with a GUI that could make this easy?是不是有計劃與鬼可以使這很容易呢?
I appreciate your help!!!!我很欣賞你們的幫助!
August 31st, 2007 at 11:53 am 2007年8月31日在上午11時53分
never mind, found it:不要緊,發現它:
http://docs.fedoraproject.org/yum/en/sn-yum-proxy-server.html
Cheers,乾杯,
Thomas托馬斯
August 31st, 2007 at 12:06 pm 2007年8月31日在下午12時06分
Sorry to be so retarted, I have a direct connection.抱歉,這麼retarted ,我有一個直接的關聯。 I forgot what proxy really is, aarghgh.我忘了什麼是真正的代理, aarghgh 。
I’ll guess I’ll find out sooner or later.我會猜,我會找出遲早的事。
September 3rd, 2007 at 4:29 pm 2007年9月3日在下午4點29
So again, I started all over, Fedora 6 again, the other free distro’s don’t work.所以,我再次開始所有, Fedora的6再次,其他免費distro的不工作。 This is going to be a Recodring Workstation, after all I installed the CCRMA Low Latency Kernel and this one conflicts with Ndiswrapper and Nvidia, and maybe other stuff.這將是一個recodring工作站,畢竟我安裝了ccrma低延遲內核和這一個衝突與ndiswrapper和NVIDIA ,也許其他的東西。 So, no openGL.因此,沒有OpenGL的。 Cheers, and thanks again!!!歡呼聲中,並再次感謝!
November 21st, 2007 at 7:32 pm 2007年11月21日在下午7點32分
Linux overall still an ancient OS, for a dual wide screen displays, you need to go through lot’s of hassle. Linux的整體仍是一個古老的操作系統,一個雙寬螢幕顯示器,你需要經過很多的的麻煩。 I wonder if anyone could help rresolve this problem make it easy productive and convenient to use?我不知道,如果有人可以幫助rresolve這個問題可以很容易的生產和方便使用呢?
February 16th, 2008 at 9:47 am 2008年2月16日在上午09時47分
Hello,餵,
Just wanted to let you know that your instructions worked great for Fedora Core 8 86_64 on an HP Dual Core.只想讓您知道您的指示工作,為偉大的Fedora Core 8 86_64對惠普的雙核心。