|
|
发表于 2007-6-5 17:22:20
|
显示全部楼层
报告我没搞定!
下面是 FC6 的,仅供参考。
=================
==Fedora Core 6 (Zod)
===[root@localhost ~] rpm -ivh kernel-2.6.18-1.2798.fc6.i686.rpm
===[root@localhost ~] rpm -ivh kernel-devel-2.6.18-1.2798.fc6.i686.rpm
===restart computer
===[root@localhost ~] ln -sf /usr/src/kernels/$(uname -r)-$(uname -m) /usr/src/linux
========================================================================
===[root@localhost ~] chmod +x ati-driver-installer-8.32.5-x86.x86_64.run
===[root@localhost ~] ./ati-driver-installer-8.32.5-x86.x86_64.run --help
===Makeself version 2.1.3
=== 1) Getting help or info about ./ati-driver-installer-8.32.5-x86.x86_64.run :
=== ./ati-driver-installer-8.32.5-x86.x86_64.run -h|--help Print this message
=== ./ati-driver-installer-8.32.5-x86.x86_64.run -i|--info Print embedded info : title, default target directory, embedded script
=== ./ati-driver-installer-8.32.5-x86.x86_64.run -l|--list Print the list of files in the archive
=== ./ati-driver-installer-8.32.5-x86.x86_64.run -c|--check Checks integrity of the archive
=== ./ati-driver-installer-8.32.5-x86.x86_64.run --extract NewDirectory Extract this package to NewDirectory only
===
=== 2) Running ./ati-driver-installer-8.32.5-x86.x86_64.run :
=== ./ati-driver-installer-8.32.5-x86.x86_64.run [options] [additional arguments to embedded script] with following options (in that order)
=== --keep Do not erase target directory after running the embedded script
=== Following arguments will be passed to the embedded script:
=== --install Install the driver(default)
=== --listpkg List all the generatable packages
=== --buildpkg package Build "package" if generatable ("package" as returned by --listpkg)
===[root@localhost ~] ./ati-driver-installer-8.32.5-x86.x86_64.run --buildpkg Fedora/FC6
===[root@localhost ~] rpm -ivh kernel-module-ATI-fglrx-2.6.18-1.2798.fc6-8.29.6-1.fc6.i386.rpm
===[root@localhost ~] rpm -ivh ATI-fglrx-8.29.6-1.fc6.i386.rpm
===[root@localhost ~] rpm -ivh ATI-fglrx-control-panel-8.29.6-1.fc6.i386.rpm
===[root@localhost ~] rpm -ivh ATI-fglrx-devel-8.29.6-1.fc6.i386.rpm
===Restart computer
======================================================================
===[root@localhost ~] uname -r
===2.6.18-1.2798.fc6xen
===[root@localhost ~] unmae -m
===i686
===[root@localhost ~] rpm -qa|grep compiz
===compiz-0.0.13-0.32.20060817git.fc6
===[root@localhost ~] rpm -e compiz 2> /dev/null
===[root@localhost ~] rpm -ivh glitz-0.5.6-5.fc6.i386.rpm
===[root@localhost ~] rpm -ivh glitz-glx-0.5.6-5.fc6.i386.rpm
===[root@localhost ~] rpm -ivh libsvg-0.1.4-1.i386.rpm
===[root@localhost ~] rpm -ivh libsvg-cairo-0.1.6-1.i386.rpm
===[root@localhost ~] rpm -ivh xorg-x11-server-Xgl-1.1.99.1-3.i386.rpm
===[root@localhost ~] rpm -ivh xgl-hardware-list-1.0.0-2.noarch.rpm
===[root@localhost ~] rpm -ivh gset-compiz-0.3.3-1.i386.rpm
===[root@localhost ~] rpm -ivh fedora-xgl-settings-0.0.1-2.noarch.rpm
===[root@localhost ~] rpm -ivh compiz-1.0.0-5.i386.rpm
===[root@localhost ~] gnome-xgl-switch --enable-xgl --auto
===Do you want to apply the modifications now? (y/n) : y
===
=== Attention !!! save you current documents before press any key to this terminal, GDM must be restarted for applying this settings...
=======================================================================
==注意: 如果先安装了显卡驱动,那么这这里按任意键之前要
== [root@localhost ~] vim /etc/X11/xorg.conf
==加入
== Section "Extensions"
== Option "Composite" "False"
== EndSection
==段。否则看不到图形界面。
========================== |
|