August 22nd, 2007 @ 14:11
As promised, here are some screenshots of the cubecaps and visualevent Compiz Fusion plugins.
Visualevent preview:
Visualevent mouse close-up:
Cubecaps top cap:
Cubecaps bottom cap:
(click on the images to get full resolution previews)
This entry was posted
on Wednesday, August 22nd, 2007 at 2:11 pm and is filed under Code, Compiz/Fusion.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
June 19th, 2008 at 6:06 pm
Hi,
COuld you give instructions or some hints on how to install Visualevent on kubuntu Hardy (8.04) 64 bits?
Thanks§
June 30th, 2008 at 1:35 pm
Here is how I installed it:
compiz –version
# compiz 0.7.4
cd ~/bin
mkdir compiz_plugins
cd compiz_plugins
# I’m not sure all these packages are required
sudo apt-get install compiz-bcop compiz-dev build-essential libtool libglu1-mesa-dev libxss-dev libcairo2-dev git-core libxtst-dev libpango1.0-dev
git clone git://anongit.compiz-fusion.org/users/guillaume/visualevent
cd visualevent/
make
# ‘make’ gave me this error:
# error: too many arguments to function ‘compAddTimeout’
#
# Solution: replace in 2 places in visualevent.c the following code
# handle = compAddTimeout (timeout, timeout + 200,
# visualevHandleButtonTimeout, dv);
# by:
# handle = compAddTimeout (timeout, visualevHandleButtonTimeout, dv);
# I’m not sure what “timeout + 200″ does, but then it works:
make
make install
# Now, a few links that helped me:
# http://guillaume.segu.in/blog/code/56/visualevent-and-cubecaps-screenshots
# http://forum.compiz-fusion.org/forumdisplay.php?f=87
# http://forum.compiz-fusion.org/showthread.php?t=8214
# http://forum.compiz-fusion.org/showpost.php?p=61213&postcount=50
# How to capture and record screen with compiz effect ?
# http://forum.compiz-fusion.org/showthread.php?t=8478
January 14th, 2011 at 6:51 pm
Thanks a lot main archive..