search for: blurred

Displaying 20 results from an estimated 263 matches for "blurred".

2007 Feb 27
4
Blur bugs and slowdown :(
I now use blur plugin thanx to window matching feature, thanx David ;) I have some bugs: http://hibbert.univ-lille3.fr/~cbellegarde/blur_4xbilinear_bug.png Here, i have some artefacts bugs with 4xbilinear. This blur mode is fast! May be a Nvidia drivers bug... http://hibbert.univ-lille3.fr/%7Ecbellegarde/blur_gaussian_fast.png Here, an amarok big window with just desktop, moving window is
2007 Jan 02
3
Blurring behind windows
...e intensive code to work out where to blur. I would be happy with just a basic blur under transparent windows. Is there anything that can be done in the core to make effects underneath transparent windows easier? The other problem with the blur was that 100% transparent parts of the window were blurred so corners of the windows had strange looking blurring. There is a basic blur plugin here, all my attempts to get it working have failed so I would welcome any tips. Could the core be changed to support these blur functions? http://forum.go-compiz.org/viewtopic.php?t=207
2007 Feb 06
2
state of blur plugin
...ate now. It requires an OpenGL implementation with an accelerated CopyTexSubImage2D path for usable performance and that's likely not going to change sometime soon. One major performance improvement can still be made, which allow us to avoid the CopyTexSubImage2D path whenever the area behind a blurred region is a solid window. However, there's a lot of special cases to such an optimization and I reckon that it will be error prune so I'm considering not to try and add it myself. If someone else likes to give it a shot, I'll gladly look at any patches and include them if it proves to w...
2007 Jan 11
1
Menu fix for firefox and blur
For some reason all mozilla and open office menus are Normal type. This causes problems with all plugins which use the window type. This patch is applied to all plugins and seems to work flawlessly. I am submitting it for blur because the first window of all firefox menus are blurred. I know its a hack, but at least it should be fairly harmless inside each plugin. It is always marked with 'menu fix hack' so it should be fairly easy to remove when the time comes. Regards Mike -------------- next part -------------- >From 7d90d158a8da6404ce41a5f9a5fae57b3fc72eb1 Mon...
2007 Feb 19
1
Blur problems
...r) 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 applications that work are gnome-terminal and blurdemo. I am using nvidia 6800XT with nvidia binary drivers (9631 - but also same effect with 9742) with xorg 7.2 See here for more info http://forum.go-compiz.org/viewtopic.php?p=4312#4312
2007 May 13
3
Fragment interface on Intel
Hi It seem that the fragment interface on certain plugins exceeds the amount of fragment operations possible on Intel GMA cards. This only occurs with the "water" and "blur" plugins. the plugins activate OK and do not report a missing GL_ARB_fragment_program in the server extensions. Waves appear when I use the water plugin with <Super><Ctrl> but there is no
2007 Jul 17
2
Blur problems
I'm using compiz compiled for feisty by trevino, on a mobility radeon x1600 using fglrx 8.38.6 over Xgl 7.2.0. I'm experiencing some problems with the blur: after a short time using compiz the blur over the windows (most noticeably the terminal) becomes a opaque gray. I really don't know how to debug this problem... :( I'll be happy to give any information you'll need
2007 Mar 13
1
[BUG] blurred decoration for gwd causes drawing artifacts
Greetings everybody! For anybody working on blur-related things, take a look at this glitch I encountered: https://bugs.freedesktop.org/show_bug.cgi?id=10275 Best regards... Mirco "MacSlow" M?ller -- email - macslow@bangang.de www - http://macslow.thepimp.net lowfat - http://macslow.thepimp.net/sponsor-it
2007 Feb 21
1
blur plugin and GL_ARB_fragment_program extension
The blur plugin has GL_ARB_fragment_program extension as a prerequisite. At least that's what I'm getting by looking at screen.c. I think there should be a check for the "CompScreen::fragmentProgram" flag somewhere in blur.c to prevent it from loading or at least executing a <null> pointer. I get a crash in line blur.c:1858, because CompScreen::programEnvParameter4f
2006 Feb 07
3
in place edit, save on blur
I thought I''d seen some discussion on this, but can''t find it. I have a text area that I''d like to save on blur unless the user clicks cancel. Anyone got a nice example of this? It''s non-obvious to me how I force the submit via javascript. Thanks, pt. -- Parker Thompson http://www.parkert.com/ 510.541.0125
2007 Nov 25
1
Blur is incredibly slow on the intel i915
I'm getting about 1 frame every 7 seconds with alpha or focus blur enabled. Is this normal? I get around 30-40 FPS when using water on high settings. Would framebuffer_object support for the driver be of any use? Would it make things faster? Thanks in advance Sam
2017 Nov 17
0
NHW Project - blurred edges
...sively getting back to the NHW Project development (but it is not that easy, I am a little depressed currently...). I realize what is needed for the NHW codec is more HF energy preservation, but as all the HF energy seems to require lot of bits, I wanted to select specifically the HF energy around blurred edges, in order not to have edges with aliasing.Is it possible to distinguish this HF energy from other ones: noise, little details,...? I think it is possible as the SPIHT algorithm tends to give such results.Does someone can explain me where in the interband dependencies (parent->child coeffs...
2007 Jan 03
1
Square thumbnails are blurred
...; image.resize ''50%'' image.gravity ''center'' image.crop ''100x100+0+0'' image.write("#{RAILS_ROOT}/public/images/members/#{@user_id}/#{@id}_100px#{image_file_extension}") everything works fine, except the image is very blurred. Do you have any idea what I could be doing wrong? Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, sen...
2013 Sep 01
1
Blur and not readable text, using geom_text in ggplot
Dear R Users, I am new to ggplot. I am using geom_text to inscribe values on my ggplot but it is giving me values which are unreadable and blur. Please let me know if there is any way out. ----------------- Code ----------------- *es <- es3 + geom_text(data=tmp.cor, aes(x=2, y=min(infer.df$value),* * label=text.bottom), colour="black",* *
2006 May 01
0
RE: Leak in the Autocompleter, with scrollable result-div ?
Tommy, Every time the Autocomplete results is blur()'d, it adds another onblur event observer (because of "Event.observe(this.update, "blur", this.onBlur.bindAsEventListener(this),true); // make sure blur is still around on") which leads to a performance problem / memory leak. (Commenting it out seems to fix this problem.) I was wondering why it was there? Thanks again,
2006 Apr 20
1
The Autocompleter, with scrollable result-div
Hi everyone If you''ve seen this ticket, http://dev.rubyonrails.org/ticket/4782, you''ve noticed I have tried to make scrollable autocompleter work. The scrollIntoView works great, however the iframefix for IE didnt work in the previous change. This is fixed now. Also the "blur-on-scrollbar-click" should not work in both IE and Safari (can someone confirm this?) It all
2007 Feb 26
4
window matching interface and the new match option
There's now an extensible window matching interface in head. Initial commit message: Add extensible match interface. Match objects can be used for window matching but other objects than windows will likely be supported sometime soon. A match object contains a boolean tree of expressions and each expression can be implemented by a different plugin. The core interface only
2006 Jul 06
0
blur/diffuse option
is it possible to make the "decorator" plugin have a blur/diffuse option, like in vista's transparent deco's. Would be cool to mimic vista's gui with compiz :)
2009 Apr 24
2
Garbled/blurred fonts.
I installed office 2007 using this howto over on the ubuntu forum http://ubuntuforums.org/showthread.php?t=1102840 Everything went great. The programs run and seem to work fine, except that the old issue of wine not rendering fonts right occurs. This issue is documented here http://ubuntuforums.org/showthread.php?t=1009930 The solution is to add "ClientSideWithRender"="N"
2013 Nov 14
0
NHW Image codec - advice
Hello, I need advice concerning (quite) blurred images with the NHW codec, as the results on these images are not good for normal and lower quality settings (because for these settings the residual coding is on the first order (256x256) wavelet image and for quite blurred images there is not enough energy, information in this band), but the resu...