Here is a Ati/Nvidia driver installation howto. I wrote it again to prevent confusion with my previous post FC5 Test 2: Nvidia Finally Successful, as well as to explain why we are having problems with the installation of non-gpl kernel modules on FC5.
The kernel-2.6.15-1.2054_FC5 shipped with FC5 disallows the loading of any non-GPL modules.
Hence to use Ati/Nvidia drivers, you should update your kernel.
It is recommended that for Fedora Core 5, Ati or Nvidia drivers should be pulled down from livna repositories.
To start using the rpm.livna.org repository in yum, simply install the livna-release-5 rpm package:
rpm -ivh http://rpm.livna.org/livna-release-5.rpm
Till now (25/03/2006), there are no kernel updates in fedora-core repositories. But soon it will be. That is why we will be using the kernel available on, updates-testing repositories.
For Ati users:
yum --enablerepo=livna-testing --enablerepo=updates-testing install kmod-fglrx
For Nvidia users:
yum --enablerepo=livna-testing --enablerepo=updates-testing install kmod-nvidia
Finally, reboot :)
If you have a smp kernel, use kmod-smp-nvidia instead of kmod-nvidia.
Saturday, March 25, 2006
FC5: Ati or Nvidia Drivers
Posted by
Chitlesh GOORAH
at
Saturday, March 25, 2006
Subscribe to:
Post Comments (Atom)
39 comments:
If you're on x86_64 you'll need to rpmbuild the fglrx kernel module from the SRPM
If you have a smp kernel, use kmod-nvidia-smp instead of kmod-smp-nvidia
True :)
Thanks for the additional info :)
Been waiting for this to hit the testing repos... thanks for the heads up.
Andy,
for that I get:
[phil@nori ati]$ rpmbuild --rebuild fglrx-kmod-8.23.7-3.2.6.16_1.2069_FC5.src.rpm
Installing fglrx-kmod-8.23.7-3.2.6.16_1.2069_FC5.src.rpm
error: Architecture is not included: x86_64
Phil
I got the nvidia driver, but Im getting about half nominal performance and glitchy graphics flashing textures and the whole nine yards, any clue why?
aim: aimnicca
email: rawdod ATAT gmail doot com
Anyone get this successfully on a x86_64?
i'm getting this while trying to build the rpm.
[root@alupihan SPECS]# rpmbuild --rebuild --target `uname -m` fglrx-kmod.spec
Installing fglrx-kmod.spec
error: fglrx-kmod.spec cannot be installed
Worked great on my Inspiron 6000 with ATI X.300 - thanks for that. The only thing I had to do is edit xorg.conf and change Driver to "fglrx".
I'm on an smp machine, and running what is given here gives the error:
No Match for argument: kmod-smp-nvidia
Does this module exist yet?
use kmod-nvidia-smp instead of kmod-smp-nvidia
I'm trying to install NVidia drivers on FC5, and I ran
yum --enablerepo=livna-testing --enablerepo=updates-testing install kmod-nvidia
and rebooted. When I tried to run an example from OpenSceneGraph (osgviewer cow.osg) instead of displaying the graphics, it says:
RenderSurface::realize() :0.0 has no GLX extension
I also looked at http://rpm.livna.org which said "simply" execute:
yum install kmod-nvidia
which was simple, but gave me the same result about no GLX extension. Does anyone have any ideas?
Thanks
hi.. i install kmod-fglrx, reboot and gnome doesnt start...its freeze in the first load of the windows manager...i got an error something like, dbus session service can`t start, start manualy with eval 'dbus...... i did that but no luck...
any ideas?
Has anyone successfully installed the ATI drivers on FC5 x86_64? I can't seem to find any info anywhere for a successful installation.
There's a problem with using x86_64 at the moment. I think the nVidia ones are working but not the ATi ones.
Track the bug's progress here...
http://bugzilla.livna.org/show_bug.cgi?id=842
I've installed this to specification using:
Linux sour 2.6.16-1.2080_FC5 #1 Tue Mar 28 03:38:34 EST 2006 i686 i686 i386 GNU/Linux
It didnt change xorg.conf I had to manually insert fglrx in driver ... after that X doesnt load. I have to change the driver back to radeon to make it load X. Ideas?
Same problem as the guy above:
Anonymous said...
hi.. i install kmod-fglrx, reboot and gnome doesnt start...its freeze in the first load of the windows manager...
any ideas?
3/30/2006 06:00:24 AM
Trying to get FC5 running on a Toshiba M50/900 laptop with ATI Radeon xpress 200M graphics. Did the install with linux vesa option and have been stuck with 800x600 graphics since. Updating the kernel and installing the fglrx drivers made no difference - still 800x600 and looking shocking at login prompt. It then hangs on gnome startup after loading window manager. Tried editing xorg.conf to driver = fglrx but still no joy.
HELP - please - someone.
Thought FC5 was supposed to be easy and linux for all.
I'm having the same problem with the hanging on 'loading window manager'..
after a couple of minutes it logs in though, but without any window borders around my applications.
tried glxgears, failes to load (error while trying to run /usr/liv/ati-fglrx/libGL.so.1 or something), don't know if that has anything to do with it though.. but I'm freaking out
Same issue as Anonymous at 4/01/2006 01:57:29 PM- no window boarders
glxgears: error while loading shared libraries: /usr/lib/ati-fglrx/libGL.so.1: cannot restore segment prot after reloc: Permission denied
Just disable SElinux.I had same problem as you and had disabled it and now it works like a charm.
I myself did successfully install the ati driver in FC5, but with SELinux=Disabled
Ok - ta for the SElinux suggestion. Works a treat. Had to update xorg.conf and change the driver line to driver "fglrx" also add a non-std modeline to the monitor section to push the full 1280x768 resolution out of the laptop lcd panel.
ModeLine "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795
Calculated by:
http://www.dkfz-heidelberg.de/spec/linux/modeline/
And explained here:
http://www.ubuntuforums.org/showthread.php?t=83973
This modeline also did the trick with the VESA driver.
So - next logical question - how do we get it to work with SElinux enabled ?
SElinux enabled and ati drivers see:
http://www.stanton-finley.net/fedora_core_5_installation_notes.html#nVidia
For some reason, setsebool is an unknown command on my fedora desktop :/
It is working for my NVidia. Actually, they moved the package to norma livna (no testing). So the line should be: yum --enablerepo=livna install kmod-nvidia.
and yum --enablerepo=livna install kmod-nvidia-smp for smp kernels. good look.
it didn't work on my ati radeon, should i type anything else after the yum --enablerepo=livna install kmod-fglrx-smp because in the messeage it said nothing to do.
thanks.
selinux disabled, fglrx driver loads, kernel updated but X11 stills hang when starting. Anyone have an idea?
On 4/10/2006 11:50:51 AM Anonymous said...
"selinux disabled, fglrx driver loads, kernel updated but X11 stills hang when starting. Anyone have an idea?"
Same problem here.
Used Yum livna-testing repo to install and then disabled SELinux. After reboot, driver loads, but crashes after 1 second; Kernel panic
On a clean x86_64 FC5-install with Radeon X850 XT
Do not use a normal Term, su to root will not work you have to use a super user term.
Click F then System then click on More Applecations then (Term Program - Super User Mode). After that everything should work fine. Here is a full list of what to do http://stanton-finley.net/fedora_cor...es.html#nVidia
Here is my post about
http://www.linuxquestions.org/questions/showthread.php?p=2224637#post2224637
you may need to recompile the kernel to switch the agpgart support from compiled into kernel into modular so that fglrx may use its own and therefore enable direct rendering
It worked for nVidia 7300 LE. Thanks a lot. It didn't update xorg.conf so I have to manually edit it to change the driver to "nvidia".
I'm new to Fedora and followed the above instructions with this result.
[root@localhost ian]# rpm -ivh http://rpm.livna.org/livna-release-5.rpm
Retrieving http://rpm.livna.org/livna-release-5.rpm
error: skipping http://rpm.livna.org/livna-release-5.rpm - transfer failed - Unknown or unexpected error
Segmentation fault
Never used yum before how do I fix this.
im trying to install the proper proprietry nvidia drivers on FC5 as i was unable to play opengl based games with the Livna drivers. the proprietry drivers are a pain though as they work emmideately after install but if i restart they dissapear and X is not able to find the Nvidia module. is FC5 removing them upon bootup or something ? cos in that case im just gonna change to FC4 !
Greetings,
I have a thinkpad x30 with Fedora Core 5 in it. After install it recognized the direct rendering, but very slow. So I decided to make the "yum --enablerepo=livna-testing --enablerepo=updates-testing install kmod-fglrx" to speed it up... The result: Ot no longer recognizes my direct rendering. Please, I need urgently to restore it, how can I solve this problem? Thanks !
the yum is not installing my nvidia driver.. the add or remove program couldn't be opened it says "Cannot retrieve repository metadata (repomd.xml) for repository: livna. Please verify its path and try again" which i think is the hindrance since the mirror sites couldn't be opened. any solutions please
Three passions,warcraft leveling simple but wow lvl overwhelmingly strong,wow power level have governed wow power level my life: the longing wrath of the lich king power leveling for love, the search for knowledge,World of warcraft Power Leveling and unbearable pity WOTLK Power Leveling for the suffering wlk power leveling of mankind. These passions,wlk power leveling like great winds,age of conan gold have blown me hither and thither,cheap aoc gold in a wayward course,aoc power leveling over a great ocean ffxi gil of anguish, reaching final fantasy xi gil to the very verge of despair. I have sought love, first, because it brings ecstasy - ecstasy so great that I would often have sacrificed FFXI Gil all the rest of life for final fantasy gil a few hours of this joy. I have sought it, next, because it relieves loneliness--that terrible loneliness in which one shivering consciousness dog clothes looks over the rim of the world into the cold unfathomable lifeless abyss.
徵信, 徵信社, 感情挽回, 婚姻挽回, 挽回婚姻, 挽回感情, 徵信, 徵信社, 徵信, 捉姦, 徵信公司, 通姦, 通姦罪, 抓姦, 抓猴, 捉猴, 捉姦, 監聽, 調查跟蹤, 反跟蹤, 外遇問題, 徵信, 捉姦, 女人徵信, 外遇問題, 女子徵信, 外遇, 徵信公司, 徵信網, 徵信, 徵信社, 外遇蒐證, 抓姦, 抓猴, 捉猴, 調查跟蹤, 反跟蹤, 感情挽回, 挽回感情, 婚姻挽回, 挽回婚姻, 感情挽回, 外遇沖開, 徵信, 徵信, 徵信社, 抓姦, 徵信, 徵信社, 外遇蒐證, 外遇, 通姦, 通姦罪, 贍養費, 徵信, 徵信社, 徵信社, 抓姦, 徵信社, 徵信社, 徵信, 徵信, 徵信公司, 徵信社, 徵信, 徵信公司, 徵信社, 徵信社, 徵信社, 徵信社, 徵信社, 徵信公司, 徵信社, 徵信, 徵信, 徵信公司, 女人徵信, 外遇, 外遇, 外遇, 外遇
徵信, 徵信網, 徵信社, 徵信網, 徵信, 徵信社, 外遇, 徵信, 徵信, 徵信社, 抓姦, 徵信, 徵信社, 外遇, 徵信社, 抓姦, 徵信社, 徵信公司, 徵信, 徵信社, 徵信公司, 徵信, 徵信社, 徵信公司, 徵信社, 徵信社, 徵信社, 徵信社, 徵信, 徵信社, 徵信社, 徵信社, 徵信,
劈腿 劈腿測驗劈腿剖析劈腿調查 劈腿大剖析 外遇捉姦 徵信社 通姦 通姦罪 抓猴 捉猴 外遇 外遇剖析 外遇調查 外遇案例 外遇諮詢 偷情 第三者外遇話題 外遇發洩 感情挽回 徵信社 外遇心態 外遇 通姦 通姦罪 徵信徵信社偵探外遇 外遇 抓姦徵信協會徵信公司 外遇 徵信 包二奶 跟蹤 監控 夫妻 徵信社 徵信 徵信社 大愛徵信 離婚 抓姦 離婚 抓姦 婚姻 婚前徵信 前科 查址 個人資料 外遇 第三者 徵信社 偵探社 抓姦 外遇 離婚 通姦 偵探社
偵探家事服務家事服務家電維修室內設計洗衣店作月子裝璜
外送服務持久性愛姿勢早洩勃起陽痿
cheap products for man penis enlargement ideal penis enlargement
penis enlargement pills penis enlargement pills
penis enlargement exercises fast weight loss supplements weight loss
penis enhancement
natural penis enlargement
搬家搬家搬家公司 搬家搬家Shade sailnike shoesMBA在职研究生 在职博士徵信社 徵信室內設計室內設計代償房屋貸款信用貸款外遇離婚抓姦外遇蒐證外遇抓姦侵權仿冒應收帳款工商徵信徵信 徵信社外遇徵信徵信社外遇电动隔膜泵自吸泵化工泵离心泵磁力泵螺杆泵水泵隔膜泵气动隔膜泵百家乐 轮盘 21点 德州扑克 百家乐系统 真人娱乐场 百家乐足球德州扑克 电子游戏 英格兰超级联赛 德国甲组联赛 意大利甲组联赛西班牙甲组联赛法国甲组联赛欧冠杯 英超 足球比分 足球彩票 体育彩票 即时比分 免費a片 a片 免費av 色情影片 情色 情色網 色情網站 色情 成人網成人圖片成人影片 18成人 av av女優 avav女優性 情慾 走光 做愛 sex H漫 情色 情趣用品 情色 a片 a片 成人網站 成人影片 情趣用品 情趣用品アダルトアダルト アダルトサイト アダルトサイト 情趣用品搬家搬家服務搬家保障搬家網搬家估價徵信徵信的意義徵信服務徵信報導徵信問答徵信知識婚禮佈置 婚禮佈置 http://www.life13.com
Post a Comment