On Thu, May 15, 2008 at 6:20 PM, Peter van der Wal <
[EMAIL PROTECTED]> wrote:

>  On Thu, 2008-05-15 at 17:11 -0400, Michael Yang 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.
>
> It seems to that your Nvidia GLX isn't working, try running 'glxgears' (in
> the mesa-utils package) from a terminal, this problably won't work then.
> Check your Nvidia X Server Settings / OpenGL/GLX Information. If No GLX
> Extensions are shown in the top right box you'll have to update your driver.
> I use version 169.12 and everything works fine, but you'll have to check if
> your card is supprted. For some more info on your xorg.conf check this link:
> http://forum.compiz-fusion.org/showthread.php?t=7940
>
> Also, I start compiz using 'compiz --replace ccp'
>
I used the  NVIDIA-Linux-x86-169.09-pkg1.run as the driver of my graphic
card, it seems it's working ok by running "glxgears", with output:
15638 frames in 5.0 seconds = 3127.518 FPS
.................................

It's working fine now after I installed the extra packages(full package from
a different source), but I can launch it only by "compiz --replace". The
other launching ways like 'compiz --replace ccp', 'compiz --replace gconf &
gtk-window-decorator&'

Reply via email to