Displaying 3 results from an estimated 3 matches for "blurdemo".
2007 Feb 06
2
state of blur plugin
...ed to the decorators which allow
you to make any translucent decorations blur what's behind them.
Applications can also use the hint recognized by the blur plugin to
specify blurred regions.
I've added two small utility programs to git.compiz.org:
git.compiz.org/blurset
and
git.compiz.org/blurdemo
blurset, is similar to transset except that it allow you turn on/off
blur behind translucent parts of any application window.
blurdemo, is just a simple gtk example app that uses the blur support
provided by the blur plugin.
So all the hard work needed for a proper blur plugin should be done now...
2007 Feb 19
1
Blur problems
I am having a few problems with blur which I notice other people
are having too.
Focus blur works perfectly (although only with 4xBilinear)
When I start blurdemo, that works too. The problem is that sometimes
changing the filter type crashes compiz. If I run it under a debugger
it starts working again. All the filter types work with blurdemo.
Blurset also works in that it sets the hint on the window, but the
window does not get blurred. The only applic...
2007 May 19
2
Crash in blur.c (SIGSEGV)
...ilar object crashes compiz again.
After commenting out the whole "if" statement mentioned above compiz no longer crashes, but probably graphics glitches are introduced instead.
There was a report including similar description sent on Wed Feb 21 04:34:20 PST 2007:
> > When I start blurdemo, that works too. The problem is that sometimes
> > changing the filter type crashes compiz. If I run it under a debugger
> > it starts working again. All the filter types work with blurdemo.
"changing the filter type" might be a symptom of the same problem (accessing drop-...