You are not logged in.
once: Install pkgconfig (and also gconf if it's not already installed)
finally makpkg done
how to start gnome-compiz?
in .xinitrc
exec gnome-compix-aiglx then got black screen!
how should it start?
Offline
Snowman wrote:once: Install pkgconfig (and also gconf if it's not already installed)
finally makpkg done
how to start gnome-compiz?
in .xinitrc
exec gnome-compix-aiglx then got black screen!how should it start?
at last into X, but nothing effects
$ gconftool-2 -R /apps/compiz/plugins | grep plugins
/apps/compiz/plugins/wobbly:
/apps/compiz/plugins/wobbly/allscreens:
/apps/compiz/plugins/wobbly/allscreens/options:
/apps/compiz/plugins/wobbly/screen0:
/apps/compiz/plugins/wobbly/screen0/options:
....
...
is this fade or not ?
Offline
I can't seem to build the package checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... cs de es fi fr hu it ja pl pt_BR zh_CN zh_TW
checking whether byte ordering is bigendian... no
compiz/configure: line 23199: syntax error near unexpected token `COMPIZ,'
compiz/configure: line 23199: `PKG_CHECK_MODULES(COMPIZ, $COMPIZ_REQUIRES)'
==> ERROR: Build Failed. Aborting...
any suggestions?
Cub
Offline
I can't seem to build the package checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... cs de es fi fr hu it ja pl pt_BR zh_CN zh_TW
checking whether byte ordering is bigendian... no
compiz/configure: line 23199: syntax error near unexpected token `COMPIZ,'
compiz/configure: line 23199: `PKG_CHECK_MODULES(COMPIZ, $COMPIZ_REQUIRES)'
==> ERROR: Build Failed. Aborting...
any suggestions?Cub
pacman -S pkgconfig
Offline
Yea, I found that out -- stupid mistake. New install so it wasn't already there.
Anyways, now I have another problem.
It's working great with the default setup and gnome-window-decorator. I've changed that to cgwd --replace and now my frame bars, etc. have disappeared.
I have also installed the cgwd-cvs-themes, and tried using gcompizthemer -- I see a bunch of different themes there but how do I change to a theme? From what I read so far, it should have been just by starting cgwd?
Thanks
Cub
Offline
Well, now I got compiz-aiglx running. Thanks @all who helped me!
Offline
I fixed the pkgconfig issue with adding a makedepend. Just dumped the package to 20060920 snapshot.
@cub69: I have some dbus issues to solve. Then I'll try to make work Cgwd and I'll post my results in the Wiki.
Offline
Thanks -- I just tried cgwd rather then cgwd-cvs and both give the same issue.
If I can help with anything, let me know.
Cub
Offline
** (cgwd:8945): WARNING **: Cannot open pixmap: help
** (cgwd:8945): WARNING **: Cannot open pixmap: shade
** (cgwd:8945): WARNING **: Cannot open pixmap: unshade
** (cgwd:8945): WARNING **: Cannot open pixmap: above
** (cgwd:8945): WARNING **: Cannot open pixmap: unabove
** (cgwd:8945): WARNING **: Cannot open pixmap: sticky
** (cgwd:8945): WARNING **: Cannot open pixmap: unsticky
This is the reason because cgwd does not load themes. It probably requires a patch for compiz. I'll look at the problem.
However you are right. Cgwd-cvs is a package Quinn-patched for Xgl while Cgwd is Ubuntu-patched and it has a chance to run with Aiglx.
Offline
again, no one can help ?
Offline
Once: Check the wiki -- it really helped me. The troubleshooting on the bottom was helpful too. I had to perform each of the steps there!
Cub
Offline
J_Zar: I used the package for cgwd-cvs from the wiki page, not the aur one. The one from the wiki doesn't have the same dependencies.
Regardless, broken
Cub
Offline
I made work Cgwd with a patch but there is still something wrong. Working at the starting-scripts I broke my cgwd && gnome-window-decorator settings (I think) and now decorator does not load. I was working on loading / unloading the compiz dbus plugin. This time, it seems not to be a problem of gconf keys.
Mmmm... Someone with ideas?
Offline
Once: Check the wiki -- it really helped me. The troubleshooting on the bottom was helpful too. I had to perform each of the steps there!
Cub
yes, i do
gconftool-2 --install-schema-file=/opt/gnome/etc/gconf/schemas/compiz.schemas
another thing, i can not found compiz process on TOP, is it right?
Offline
how can i make sure compiz running or not?
i thing it is not ?
Offline
ok, now i got compiz-aiglx run under terminal console after gnome started, then compiz work!!
but, some error....
[bin]$ compiz-aiglx
compiz: No stencil buffer. Clipping of transformed windows is not going to be correct when screen is transformed.
compiz: water: GL_ARB_fragment_program is missing
any idea?
and how should i put compiz-aiglx in .xinitrc ???
ps. gnome user
Offline
An other easy way to install compiz + cgwd + AIGLX
* Your xorg must be configured for AIGLX
* install these packages from AUR :
compiz 0.0.13.57_0ubuntu1-2 (I removed mesa-xgl-cvs and glproto-git dependencies)
compiz-plugins 0.36_0ubuntu1-1
cgwd 0.69_0ubuntu1-2
cgwd-themes-cvs 20060918-1
csm 0.12_0ubuntu1-1
* launch compiz + cgwd :
dbus-launch compiz-start
configure compiz plugins :
dbus-launch csm
configure cgwd themes :
dbus-launch gcompizthemer
Offline
If I understand correctly, it's possible to get this working without gconf or any gnome deps now? The AUR builds all seem to rely on them, i'm not sure what I can omit - anyone done this?
Offline
In the wiki there is a link to a compiz-cvs that doesn't have all of the dependencies. I used that one and got all working, except the cgwd themes.
Cub
Offline
I've updated the package with Cgwd patch and the Wiki. Now you are able to use Cgwd and themes as usual in Compiz.
Offline
I've updated the package with Cgwd patch and the Wiki. Now you are able to use Cgwd and themes as usual in Compiz.
Thanks! Have you got csm to work with your compiz-aiglx package?
Offline
Actually csm does not work. The compiz cvs seems not to have the csm plugin. So I suppose it is a Quinn patch, and I don't like the idea of the Quinn patch.
Offline
after checking aiglx and comparing it to xgl i would prefer aiglx.. but when will the nvidia drivers come for this?? couldnt find any dates.
The ultimate Archlinux release name: "I am your father"
Offline
Offline