Hi guys: I installed the compiz on my debian (lenny/sid, 2.6.24, xfce4), but after I executed "compiz --replace", the following messages are returned:
Checking for Xgl: not present. Detected PCI ID for VGA: 01:00.0 0300: 10de:042b (rev a1) (prog-if 00 [VGA controller]) Checking for texture_from_pixmap: present. Checking for non power of two support: present. Checking for Composite extension: present. Comparing resolution (1280x800) to maximum 3D texture size (8192): Passed. Checking for nVidia: present. Checking for FBConfig: present. Checking for Xgl: not present. ........... the 3D desktop is working(rotating), but without the window borders, which means one window is overlaped with each other. Thus I can not resize or move it. Can anyone tell the problems? I installed the following related packages(maybe some already there not listed) and attached the display card info with xorg.conf: #######compiz##############: compiz install compiz-core install compiz-fusion-plugins-extra install compiz-fusion-plugins-main install compiz-gnome install compiz-gtk install compiz-plugins install compizconfig-settings-manager install libcompizconfig0 install python-compizconfig install #######ccompiz-fusion##############: compiz-fusion-plugins-extra install compiz-fusion-plugins-main install fusion-icon install #######mesa##############: libgl1-mesa-dev install libgl1-mesa-dri install libgl1-mesa-glx install mesa-common-dev install mesa-utils install ####### lspci ##############: 01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 135M (rev a1) #######xorg.conf##############: Section "Extensions" Option "Composite" "true" EndSection Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "AIGLX" "true" EndSection Section "Files" RgbPath "/usr/lib/X11/rgb" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" Option "XAANoOffscreenPixmaps" "true" Option "AllowGLXWithComposite" "true" Option "TripleBuffer" "true" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection Option "AddARGBGLXVisuals" "True" EndSection ############################## Thanks very much!! M.Y.