|
|
我装的是etch,
NVIDIA MX440显卡,
已经从源安装了显卡驱动,
默认分辨率是1280*1024,
使用gnome,gdm
现在想用用3D桌面的效果,于是
1) apt-get install mesa-utils xlibmesa-dri xlibmesa-gl xlibmesa-glu gnome-randr-applet compiz compiz-gnome
2) 在xorg.conf中添加
Section "Device"
......
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
但是重启后使用
compiz --replace &
却不但没有效果,反而界面失去响应,只剩下个终端窗口和背景。不得不用Ctrl+alt+backspace返回
哪位知道问题出在哪? |
|