红联Linux门户
Linux帮助

关于ATI的3的桌面! 有操作步骤 但是我不是怎么清楚!

发布时间:2007-07-24 19:46:54来源:红联作者:yorktown
下文中的 5: Shut down X:
init 3 怎么操作阿! 谢谢!


[code]How do I enable 3D support for my ATI Radeon card in Fedora?
A: livna.org provides ATI driver RPMs that are designed especially for Fedora.

NOTE: If you have nVidia drivers installed, you must un-install them before installing these ATI drivers. (Thanks to Ajay for telling me this!)

Here's how to install them:

1. Make sure that you're using my yum configuration from the installing software question.
2. Open a Terminal.
3. Become root:

su -
4. Install the driver:

yum install kmod-fglrx
5. Shut down X:

init 3 这个怎么操作阿! 高手指点阿!
6. Log in as root.
7. Enable the driver:

ati-fglrx-config-display enable
8. Restart X:

init 5

If you have an Intel motherboard, you will have to modify your xorg.conf file after installing the drivers:

1. Open a Terminal.
2. Become root:

su -
3. Open the xorg.conf file in a text editor:

gedit /etc/X11/xorg.conf
4. Find the line that looks like:

Driver "fglrx"
5. Add the following line right below it:

Option "UseInternalAGPGART" "no"
6. Save the file, and reboot your computer.

(Thanks to Anton Andreev for telling me about that Intel thing.)

If you have any trouble with the livna.org RPMs, please report a bug to the Livna.org Bugzilla.

If you encounter a bug in the ATI driver, please report it using the ATI Feedback Form!

(Thanks to everybody who reminded me and encouraged me to update the FAQ with this information! Thanks to Peter Lawler for a lot of help with this question. Thanks to Sindre for writing the original instructions.)
[/code]

[ 本帖最后由 yorktown 于 2007-7-24 19:51 编辑 ]
文章评论

共有 1 条评论

  1. zhuhehz 于 2007-07-24 21:11:52发表:

    init 3
    就是在终端输入 init 3 然后回车,重起进入文本模式.