hi all i'm running debian sid..and i tried to compile the las version of compiz because the old version of compiz did not supported compiz settings.. btw here is what i did: 1) followed the official compiling guide => http://go-compiz.org/index.php?title=Compiling 2) try to run by launching compiz...but the only results was to not view the windows' borders.. so i searched in the forum and found a guide... that told me how to look if everything was going well..and here i found(??) a problem...the command is glxinfo | grep texture_from_pixmap and the result shoud be.. GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer, GLX_EXT_fbconfig_packed_float, GLX_EXT_texture_from_pixmap, GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer, instead that is mine qwerty@homeLESS:~$ glxinfo | grep texture_from_pixmap libGL warning: 3D driver claims to not support visual 0x4c GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap anyway..i went on.. and tryed LIBGL_ALWAYS_INDIRECT=1 compiz --replace --strict-binding --use-cow gconf & and on gtk-window-decorator --replace & but i view no borders.. how could i fix it? it's a problem due to errors of mine or not? tnx in advance M@
i forgot... that is the error when i type the commands for compiz: qwerty@homeLESS:~$ LIBGL_ALWAYS_INDIRECT=1 compiz --replace --strict-binding --use-cow gconf & [1] 19249 qwerty@homeLESS:~$ compiz: Couldn't load plugin '--strict-binding' compiz: Couldn't load plugin '--use-cow' qwerty@homeLESS:~$ gtk-window-decorator --replace & [2] 19254 qwerty@homeLESS:~$ gtk-window-decorator: symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: g_type_register_static_simple hope this could help ;) M@ On Sun, 2007-01-28 at 16:34 +0100, Matteo Landi wrote:> hi all > i'm running debian sid..and i tried to compile the las version of compiz > because the old version of compiz did not supported compiz settings.. > > btw here is what i did: > > 1) followed the official compiling guide => > http://go-compiz.org/index.php?title=Compiling > > 2) try to run by launching compiz...but the only results was to not view > the windows' borders.. > > so i searched in the forum and found a guide... > that told me how to look if everything was going well..and here i > found(??) a problem...the command is > > glxinfo | grep texture_from_pixmap > > and the result shoud be.. > > GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer, > GLX_EXT_fbconfig_packed_float, GLX_EXT_texture_from_pixmap, > GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer, > > instead that is mine > > qwerty@homeLESS:~$ glxinfo | grep texture_from_pixmap > libGL warning: 3D driver claims to not support visual 0x4c > GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, > GLX_OML_swap_method, > GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap > > anyway..i went on.. and tryed > > LIBGL_ALWAYS_INDIRECT=1 compiz --replace --strict-binding --use-cow > gconf & > > and on > > gtk-window-decorator --replace & > > but i view no borders.. > > how could i fix it? it's a problem due to errors of mine or not? > > tnx in advance > > M@
>As of 0.3.6 --strict-binding and --use-cow are default >and no longer needed. Remove these 2 arguments from >your startup script.ok, tnx for the fix.. ;)>Also it looks like your gwd install is broken, it looks >like it is compiled with the wrong gdk libraries.mm..what is my gwd? what are the right gdk libraries? any possible solutions? tnx in advance M@
here are some infos... qwerty@homeLESS:/usr/lib/mercury/resources/text$ apt-cache show libglib2.0-0 | grep Version Version: 2.12.6-2 then i noticed that in my system there is also installed libglib1.2..and maybe is that the origin of the problem. So i tryed to remove it, but it brings with itself lot of essential packages for my system.. what should i do? M@
Matteo Landi wrote:> here are some infos... > > qwerty@homeLESS:/usr/lib/mercury/resources/text$ apt-cache show > libglib2.0-0 | grep Version > Version: 2.12.6-2 > > then i noticed that in my system there is also installed libglib1.2..and > maybe is that the origin of the problem. > > So i tryed to remove it, but it brings with itself lot of essential > packages for my system.. > > what should i do? > >glib 1.x and 2.x should be able to be installed parall so I doubt that this is causing the problem...> M@ > > _______________________________________________ > compiz mailing list > compiz@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/compiz > >