分页: 1 / 1

[分享]让COMPIZ 带着ATI Mobility Radeon在7.10 下玩3D 特效

发表于 : 2007-10-08 22:31
huangweiqiu
很多朋友的ATI 卡玩不了3D 装面,特别是升级到7.10 后。我找到了一个方法:


With a couple edits to xorg.conf you can get Compiz working pretty much out of the box without XGL enabled! SWEET and a first - the Gutsy Gibbon is looking good.

Make sure you are using the fglrx driver (See System > Administration > Screen and Graphics). Open /etc/X11/xorg.conf in your favourite editor and add the following to Section “Device” Under the Busid Option:

Option "backingstore" "true"
Option “EnablePageFlip” “true”
Option “SubPixelOrder” “none”
Option “AccelMethod” “XAA”
Option “RenderAccel” “true”
Option “AGPMode” “4″
Option “ColorTiling” “on”
Option “DynamicClocks” “on”
Option “mtrr” “on”
Option “VideoOverlay” “on”
Option “OpenGLOverlay” “off”

Check that under the Section “Extensions” that the Option “Composite” is enabled, i.e.:
Section "Extensions"
Option “Composite” “Enable”
EndSection

Finally enable Desktop Effects via System > Preferences > Appearance > Desktop Effects.
翻译
首先确保你的用的是FGLRX 驱动(系统->系统管理->Screen and Graphics)。用管理员权限打开/etc/X11/xorg.conf 文件,在 “Busid Option” 下加如以下 “section" 到 ”Device“ section,在”Busid Option“下:
Option "backingstore" "true"
Option “EnablePageFlip” “true”
Option “SubPixelOrder” “none”
Option “AccelMethod” “XAA”
Option “RenderAccel” “true”
Option “AGPMode” “4″
Option “ColorTiling” “on”
Option “DynamicClocks” “on”
Option “mtrr” “on”
Option “VideoOverlay” “on”
Option “OpenGLOverlay” “off”

检查“Extensions”“ section" 下的”Composite“选项是‘enabled "的,例如:
Section "Extensions"
Option “Composite” “Enable”
EndSection

最后一步,打开你的特效:系统选项->外观->桌面特效
重要!请牢记这个命令,它能让你在做上面的配置后无法进入桌面做恢复:
sudo dpkg-reconfigure -phigh xserver-xorg

发表于 : 2007-10-10 19:58
MEME
救星啊,谢谢