LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: flygo619

关于《在SuSE9.1pro安装ATI镭卡3.9.0版驱动成功》的问题

[复制链接]
 楼主| 发表于 2004-10-10 19:31:38 | 显示全部楼层
终于安装成功了.
其实在suse的ftp 里有安装说明.
步骤是:Installing ATI 'fglrx' driver (3.14.1) on SuSE 9.1-IA32
-------------------------------------------------------

The following instructions explain how to install and enable release
3.14.1 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 (only for kernel-source >= 2.6.5-7.75)
  - remove kernel module sources
    # rm -rf /usr/src/kernel-modules/fglrx

* install kernel module source

  # rpm -Uhv km_fglrx*.rpm

* compile kernel module sources

  # 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

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


4) Enable 3D support

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

  - add

      Load "dri"

    to 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
- driver cannot be used on AMD64 architecture
- kernel agp support for SiS 648 chipsets seems to be broken. Use

    Option "UseInternalAGPGART" "yes"

  (instead of Option "UseInternalAGPGART" "no") in Section "Device" of
  /etc/X11/XF86Config to use the builtin agp support of the "fglrx"
  kernel module. Remove "06" from COLDPLUG_PCI_CLASSES_WHITELIST in
  /etc/sysconfig/hotplug. Reboot your machine. In some cases Xserver
  needs to be started twice before internal agp support works.

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

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.


还有就是不要忘了系统要有:
+ kernel-source
+ make
+ gcc
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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