|
|

楼主 |
发表于 2006-12-18 14:14:10
|
显示全部楼层
对呀!
驱动和 3D 桌面没关系!
VMware 或任何显卡启动 3d 桌面效果的方法 GPL 以下:
====================================================================
=[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
段。否则看不到图形界面。 |
|