官方文档中的 Problematic Hardware 小节中有以下这么一节文字:
| 代码: |
|
* ATI Radeon Mobility M6 LY using DRI drivers drawing artifacts and occasional flickering * Intel i815, i845, i855 Too old, Xgl works, but compiz will not work. Maybe a compatibility layer is added later. * ATI Technologies Inc RV280 (5961) [Radeon 9200] (no hardware acceleration using fglrx 8.22.5 drivers) * ATI Radeon X300, X600, and X700 do not seem to work at all with fglrx 8.23.7. Expect machine crashes |
| 代码: |
|
sudo apt-get install xorg-driver-fglrx echo fglrx | sudo tee -a /etc/modules (这一步就是在 /etc/modules 文件中添加添加一行 fglrx,如果有的话,就可以忽略) sudo vi /etc/X11/xorg.conf 找到"ati"并将其改成"fglrx", sudo reboot |
| 代码: |
|
fglrxinfo |
| 代码: |
| sudo apt-get install xserver-xgl compiz-gnome libglitz1 libglitz-glx1 libgl1-mesa libgl1-mesa-dri |
| 代码: |
| sudo vi /etc/gdm/gdm.conf-custom
[servers] # Override display 1 to use Xgl (DISPLAY 1 IMPORTANT FOR ATI FGLRX). 1=Xgl [server-Xgl] name=Xgl server command=/usr/bin/Xgl :1 -fullscreen -ac -accel glx:pbuffer -accel xv:pbuffer flexible=true sudo vi /etc/gdm/gdm.conf #0=Standard 1=Standard |
| 代码: |
| vi .gnomerc
gnome-window-decorator & compiz --replace gconf decoration wobbly fade minimize cube rotate zoom scale move resize place menu switcher & |
你可以使用这个链接引用该篇文章 http://publishblog.blogchina.com/blog/tb.b?diaryID=4782719