LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1497|回复: 24

用ati的朋友们,出新的驱动了,8.10.19,性能提升不少

[复制链接]
发表于 2005-3-18 18:43:33 | 显示全部楼层 |阅读模式
可以在suse的ftp上下载

也可以这里
http://ftp.gwdg.de/pub/suse/i386 ... /suse92/i386/fglrx/
发表于 2005-3-18 20:11:13 | 显示全部楼层
兄台能讲一下如何安装么?小弟菜鸟一个。多谢了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-18 21:34:28 | 显示全部楼层
一步一步来就可以

Installing ATI 'fglrx' driver (8.10.19) on SuSE 9.2-IA32
--------------------------------------------------------

The following instructions explain how to install and enable release
8.10.19 of this driver.

The driver supports RV250, RV280, R200, RV350, R300, R350 chipsets of
ATI. Popular boards using these chipsets are:

         - ATI Radeon 8500 / 9100
         - ATI FireGL 8700 / 8800 / E1
         - ATI FireGL T2
         - ATI Radeon 9000
         - ATI Radeon 9200
         - ATI Radeon 9500
         - ATI Radeon 9600
         - ATI Radeon 9700
         - ATI Radeon 9800
         - ATI FireGL Z1 / X1 / X2
         - ATI Mobility M9
         - ATI Mobility FireGL 9000
         - ATI Mobility M9PLUS

HOWTO
-----

1) Update XFree86 drivers

# rpm -Uhv fglrx*.rpm


2) Update kernel module

* prepare kernel module build

  - install the following packages with YaST:
    + kernel-source
    + make
    + gcc  
  - use YaST Online Update (YOU) and - if available - select the
    kernel patch to make sure that the kernel sources match the
    current running kernel
  - configure the kernel sources
    # cd /usr/src/linux
    # rm -f .config
    # make cloneconfig
    # make prepare-all
  - remove kernel module sources
    # rm -rf /usr/src/kernel-modules/fglrx

* install kernel module source

  # rpm -Uhv km_fglrx*.rpm

* compile kernel module sources (needs to be done each time you
  update your kernel!)

  # cd /usr/src/kernel-modules/fglrx
  # KERNEL_SOURCE=/usr/src/linux make modules
  # KERNEL_SOURCE=/usr/src/linux make install
  # depmod -a


3) Configure X11

# rcxdm stop
# sax2 -r -m 0=fglrx -b /usr/X11R6/lib/sax/profile/firegl -i


4) Enable 3D support

* edit /etc/X11/XF86Config with your favorite editor

  - verify, that

      Load "dri"

    is in Section "Module"


5) Enable TV-out support

* edit /etc/X11/XF86Config with your favorite editor

  - add

      Option "NoTV" "no"
      Option "TVStandard" "AL-D"

    to Section "Device"

  NOTE: PAL-D is only one example of several TV Standards. The
  following are available for configuration:

   NTSC-M
   NTSC-N
   NTSC-JPN
   PAL-B
   PAL-D
   PAL-G
   PAL-H
   PAL-I
   PAL-K
   PAL-L
   PAL-N
   PAL-M
   PAL-SCART
   PAL-CN
   PAL-K1


5) Known Issues

- driver only supports 24bit color depth
- enabling of 3D support through SaX2 does not work


6) Documentation

--> /usr/share/doc/packages/fglrx/README.SuSE


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

PLEASE NOTE THAT THERE IS NO WARRANTY AND THAT WE DO NOT PROVIDE SUPPORT
FOR THESE PACKAGES!

PLEASE USE "http://www.suse.de/feedback" FOR ANY FEEDBACK.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
回复 支持 反对

使用道具 举报

发表于 2005-3-18 21:50:50 | 显示全部楼层
这么复杂啊?老兄能不能简单用中文描述一下?小弟是在是不懂。多谢了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-18 22:59:53 | 显示全部楼层
把两个文件下载在一个目录里,比如fglrx目录里


第1步     
                    rpm -Uhv fglrx*.rpm
第2步
                         cd /usr/src/linux
                           rm -f .config
                           make cloneconfig
                           make prepare-all
                           rm -rf /usr/src/kernel-modules/fglrx
回到fglrx目录----
                         rpm -Uhv km_fglrx*.rpm
                           cd /usr/src/kernel-modules/fglrx
                          KERNEL_SOURCE=/usr/src/linux make modules
                          KERNEL_SOURCE=/usr/src/linux make install
                          depmod -a
第3步
                         rcxdm stop
                          sax2 -r -m 0=fglrx -b /usr/X11R6/lib/sax/profile/firegl -i
                         选择你要的分辨率,记得只能选24位色,16色不支持


一个一个命令敲进去就可以了,后面几步基本没什么用,装完重起
运行fglrxinfo
看看有没有你的显卡的信息
回复 支持 反对

使用道具 举报

发表于 2005-3-19 00:08:48 | 显示全部楼层
太感谢了,能及时得到您的帮助,我一定好好学习,将来也要帮助和我同样需要帮助的人解决同样的问题。以后再有什么问题,还请troyme 兄多多指教。再次感谢。
回复 支持 反对

使用道具 举报

发表于 2005-3-19 01:05:34 | 显示全部楼层
大事不好啦。在安装到第3步的时候输入“rcxdm stop”命令的时候系统切换到文本界面,在输入“sax2 -r -m 0=fglrx -b /usr/X11R6/lib/sax/profile/firegl -i”命令的时候出现以下提示:
Sax2:Invalid runlevel for console mode
Sax2: Please switch to runlevel 3 first
Init 3
Sax2:abort..........

请问该如何解决?
回复 支持 反对

使用道具 举报

发表于 2005-3-19 10:31:48 | 显示全部楼层
大事不好啦。在安装到第3步的时候输入“rcxdm stop”命令的时候系统切换到文本界面,在输入“sax2 -r -m 0=fglrx -b /usr/X11R6/lib/sax/profile/firegl -i”命令的时候出现以下提示:
     Sax2:Invalid runlevel for console mode
     Sax2:  Please switch to runlevel 3 first
                         Init 3
     Sax2:abort..........

请问该如何解决?
回复 支持 反对

使用道具 举报

发表于 2005-3-19 12:33:32 | 显示全部楼层
快来人啊。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-19 14:51:55 | 显示全部楼层
最后一步你可以在图形界面运行,忘了和你说了倒数第二步的情况
init5    打开一个终端,输入最后一步,选则分辨率和颜色
重启
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表