ImageVerifierCode 换一换
格式:DOC , 页数:3 ,大小:29KB ,
资源ID:3520238      下载积分:20 文钱
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,省得不是一点点
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.wenke99.com/d-3520238.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(linux安装ATI显卡.doc)为本站会员(sk****8)主动上传,文客久久仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知文客久久(发送邮件至hr@wenke99.com或直接QQ联系客服),我们立即给予删除!

linux安装ATI显卡.doc

1、Comment 1: AddThis Button Begin系统centos5.6(内核版本为2.6.18-308.415 ),显卡为ATI4300按照网上教程(http:/ 电脑反而很卡,在网上查里一些,也有出现类似情况的。当都没说明是什么原因。而在系统首选项更多首选项中明明可以看到安装成功。其实并没有安装成功,当点击那个ATI管理中心并没有反 应。解决方法:在目录/usr/share/ati/ 下fglrx-install.log 记录了安装过程的详细信息。我的错误信息为:Message Kernel Module : Trying to install a precompiled ke

2、rnel module.Message Kernel Module : Precompiled kernel module version mismatched.Error Kernel Module : Kernel module build environment not found - please consult readme.Message Kernel Module : update initramfs not requiredMessage Driver : End of installation 从第二行可看错,我的想卡驱动和我的内核不匹配。首先我更新了一下内核。更新完内核后要

3、重启一下,选择 新的内核启动详细安装方法见这个教程(http:/ To: Install ATI Catalyst (fglrx) Driversby Kulbir Sainiin AMD,ATI,Drivers,Fedora,Graphics,Hardware,HowTo,Installation,Kernel,XorgNote: This How To is valid up to Catalyst Driver version 10.1.Note: With minor changes this How To may work for other Linux distributions

4、like Mandriva, Suse, Ubuntu, Red Hat, Cent OS etc.Following the suggestions in comments on my last post about ATI Catalyst (fglrx), I tried to reinstall ATI drivers version 9.8 and finally it worked. I thought of noting down the the process in few simple steps which anyone can follow and get the dri

5、vers working on Fedora 11 with latest kernel versions.Step 1 : Update Kernel, Install kernel-develHuge thanks to Richard Lloyd and mxyzptlk2063 for pointing this out.This step is not necessary. You may like to stick to the kernel version you already have. In case you want the latest kernel, just use

6、 yum to get the latest kernel.Note: Do not forget to update the kernel-devel package as well as its needed to compile the fglrx kernel module.DONT UPDATE THE KERNEL. Instead stick to whatever kernel version you have. If you have 2.6.30.*, you are unlucky Get a kernel version 2.6.29.* and install the

7、 kernel-devel for the same.With Catalyst Driver version 9.10 you can update kernel to latest version before installing the Drivers.rootfedora $ yum update kernelrootfedora $ yum install kernel-devel更新完内核后要重启一下,选择 新的内核启动。Step 2 : Download DriversDownload the ATI Catalyst 9.8 Proprietary Linux x86 Dis

8、play Driver from ATI/AMD website.从官网现在驱动!我下载的是最新驱动!amd-driver-installer-12-4-x86.x86_64.runStep 3 : Install DriversInstall the drivers that you have downloaded using the following command.rootfedora $ bash ./ati-driver-installer-9-8-x86.x86_64.runStep 4 : Check Installation ResultCheck the /usr/shar

9、e/ati/fglrx-install.log file for result of installation. If there are no errors, proceed to the next step.Note: You may see lines like this at the end of fileYou must change your working directory to /lib/modules/fglrxand then call ./make_install.sh in order to install the built module.- recreating

10、module dependency list- trying a sample load of the kernel modulesdone.You can ignore these lines happily if they dont contain any error message. You dont really need to execute the command mentioned in those lines.Step 5 : Blacklist radeon and radeonhd kernel modulesAdd these lines to /etc/modprobe

11、.d/blacklist.conf.blacklist radeonblacklist radeonhdStep 6 : Generate initial Xorg configuration fileNote: This step is optional with Catalyst Driver version 9.10, but it wont harm even if you execute this.You have to generate the initial xorg.conf file which will use fglrx as display device.rootfed

12、ora $ aticonfig -initialStep 7 : Modify xorg.confOpen your /etc/X11/xorg.conf file and add the following line to “Device” section (the one with fglrx as driver)Option “SWCursor“ “true“Step 8 : RebootReboot your machine. And youll have the latest ATI Catalyst drivers working on your Fedora 11 Step 9

13、: TestingYou can test your newly installed drivers and get the performance benchmarks for your graphics card using the commands below.sainifedora $ glxgearssainifedora $ fgl_glxgearsMy graphics card is ATI Radeon HD 3200 (256MB, Onboard) and I get 1500FPS with glxgears and 300FPS with fgl_glxgears.In case you messup things somewhere, you can uninstall the fglrx drivers using the following commandrootfedora $ /usr/share/ati/fglrx-uninstall.sh按照上面的方法完美解决。希望对大家有帮助。

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。