Summary: | Can't get the blur effect working or at least not noticeable | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Edney Matias <edneymatias> |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | brian.beck, caionnew |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
The umblurred blur
glxinfo full output Output from glxinfo |
could you please post the complete output of glxinfo? Created attachment 47433 [details]
glxinfo full output
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 (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! 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. 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, Created attachment 47877 [details]
Output from glxinfo
output from glxinfo.
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. 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 *** |
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