I've had lots of trouble with compiz on lenny, most of them can be solved by
downloading the latest driver for you graphics card and installing fusion-icon. fusion-icon will call compiz with the parameters it judges to be right, and most of the time, they are indeed correct. You should also try installing emerald (although it's not in the official debian repos anymore). On Thu, May 15, 2008 at 6:11 PM, Michael Yang <[EMAIL PROTECTED]> wrote: > 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. > -- Miguel Fco. A. de Mattos Gaiowski