Bug 239890 - Can't get the blur effect working or at least not noticeable
Summary: Can't get the blur effect working or at least not noticeable
Status: RESOLVED DUPLICATE of bug 240956
Alias: None
Product: kwin
Classification: Plasma
Component: compositing (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-28 18:42 UTC by Edney Matias
Modified: 2010-06-11 03:00 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
The umblurred blur (190.00 KB, image/png)
2010-05-28 18:42 UTC, Edney Matias
Details
glxinfo full output (10.89 KB, text/plain)
2010-05-28 20:18 UTC, Edney Matias
Details
Output from glxinfo (16.83 KB, text/plain)
2010-06-10 23:40 UTC, Brian Beck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Edney Matias 2010-05-28 18:42:53 UTC
Created attachment 47432 [details]
The umblurred blur

Version:           unspecified (using Devel) 
OS:                Linux

Can't get the blur effect to work. I have an intel GM965 video card according to lspci below:

[edney@padme ~]$ lspci | grep -i display
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)

And according to glxinfo i got GL_ARB_fragment_program:

[edney@padme ~]$ glxinfo | grep GL_ARB_fragment_program
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 

I can't get blur and because that reading the tool tips is hard.

Reproducible: Always

Steps to Reproduce:
Have the same hardware and active the effect or not, since it's enabled by default.

Actual Results:  
Transparent tooltips still transparent but no blurred background.

Expected Results:  
Blurred background.

Package versions:

[edney@padme ~]$ rpm -qa | grep kdebase
kdebase-workspace-wallpapers-4.4.80-2.fc13.noarch
kdebase-workspace-4.4.80-2.fc13.i686
kdebase-libs-4.4.80-1.fc13.i686
kdebase-workspace-libs-4.4.80-2.fc13.i686
kdebase-runtime-4.4.80-1.fc13.i686
kdebase-workspace-devel-4.4.80-2.fc13.i686
kdebase-runtime-libs-4.4.80-1.fc13.i686
kdebase-workspace-python-applet-4.4.80-2.fc13.i686
kdebase-4.4.80-1.fc13.i686

[edney@padme ~]$ rpm -qa | grep intel
xorg-x11-drv-intel-2.11.0-4.fc13.i686

[edney@padme ~]$ rpm -qa | grep Xorg
xorg-x11-server-Xorg-1.8.0-12.fc13.i686

[edney@padme ~]$ rpm -qa | grep -i mesa
mesa-dri-drivers-7.8.1-6.fc13.i686
mesa-libGLU-7.8.1-6.fc13.i686
mesa-libGL-7.8.1-6.fc13.i686
Comment 1 Martin Flöser 2010-05-28 19:11:35 UTC
could you please post the complete output of glxinfo?
Comment 2 Edney Matias 2010-05-28 20:18:01 UTC
Created attachment 47433 [details]
glxinfo full output
Comment 3 Fredrik Höglund 2010-05-28 22:35:58 UTC
SVN commit 1131729 by fredrik:

Allow direct rendering with drivers that have "GEM" or "Gallium" in their
GL_RENDERER strings.

Possible fix for bug 239890.
CCBUG: 239890


 M  +9 -1      opengltest.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1131729
Comment 4 Edney Matias 2010-05-28 22:44:54 UTC
(In reply to comment #3)
> SVN commit 1131729 by fredrik:
> 
> Allow direct rendering with drivers that have "GEM" or "Gallium" in their
> GL_RENDERER strings.
> 
> Possible fix for bug 239890.
> CCBUG: 239890
> 
> 
>  M  +9 -1      opengltest.cpp  
> 
> 
> WebSVN link: http://websvn.kde.org/?view=rev&revision=1131729

Nice!

As soon as it reach Fedora repo I'll try it out!

Thank you! That was fast!
Comment 5 disabled account 2010-06-06 02:22:00 UTC
I confirm this issue here on kubuntu with kde 4.5 beta 1, I also have an intel card, so I guess it's the same thing and will be fixed for me too in beta 2.
Comment 6 Brian Beck 2010-06-10 23:37:58 UTC
I recently installed KDE 4.5 beta 2 (4.4.85) and I don't see the blur effect even though I have a similar graphics card, and the proper glxinfo attributes.  All of the other kwin effects seem to work but this one.  I will attach my glxinfo output, perhaps the solution is there.

Distro: Kubuntu 10.04

$ lspci | grep -i display
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)

$ glxinfo | grep GL_ARB_fragment_program
    GL_ARB_draw_elements_base_vertex, GL_ARB_fragment_program, 
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
Comment 7 Brian Beck 2010-06-10 23:40:46 UTC
Created attachment 47877 [details]
Output from glxinfo

output from glxinfo.
Comment 8 Edney Matias 2010-06-11 02:47:54 UTC
Hi there!

Don't know if it related to this bugfix but since i installed beta 2 i can't get desktop effects working. It's a mess now. Whenever i try to activate it, kwin crashes and effects are disabeld. I first tried it with the old configs, then i started to switch values but no effect.

Thank you.
Comment 9 Thomas Lübking 2010-06-11 03:00:40 UTC
the reason why the blurring doesn't take place is explained in the other bug, therefore i mark this as dupe.

whether the segfault is related to the patch or not cannot be said w/o a backtrace. in doubt, deactivate the blur plugin but the backtrace will help to fix a possibly related bug.

*** This bug has been marked as a duplicate of bug 240956 ***