Bug 240952 - Kwin blur effect doesn't blur
Summary: Kwin blur effect doesn't blur
Status: RESOLVED DUPLICATE of bug 240956
Alias: None
Product: kwin
Classification: Plasma
Component: compositing (show other bugs)
Version: git master
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-06 22:39 UTC by Davide Aversa
Modified: 2010-06-07 16:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
glxinfo output (14.70 KB, text/plain)
2010-06-07 08:50 UTC, Davide Aversa
Details
CORRECT glxinfo output (10.36 KB, text/plain)
2010-06-07 16:08 UTC, Davide Aversa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Davide Aversa 2010-06-06 22:39:59 UTC
Version:           SVN (using Devel) 
OS:                Linux

How can you see in this picture (http://yfrog.com/5asnapshot2mp) the
blur effect of transparent windows and plasma panels doesn't work. It makes text label hard to read.

I've just read bugs

https://bugs.kde.org/show_bug.cgi?id=238141
https://bugs.kde.org/show_bug.cgi?id=238141

But in my case plasma panel's blur doesn't work.

Reproducible: Always

Steps to Reproduce:
Open a simple panel.
Comment 1 Thomas Lübking 2010-06-06 23:38:44 UTC
see bug #240956
please provide GPU/driver info (or just attach your glxinfo output)
Comment 2 Davide Aversa 2010-06-07 08:50:50 UTC
Created attachment 47764 [details]
glxinfo output

I saw linked bug. If I understad it SHOULD work and my glxinfo output seems to be ok.
Comment 3 Thomas Lübking 2010-06-07 15:06:48 UTC
a) you didn't attach glxinfo but some lspci
b) judging from that you've sth. between gma915 and gma3100. these gpus only provide software shader implementations, so you might either suffer from a similar problem (gpu promotes feature but it doesn't actually work) or you don't have the required shader/buffer support at all.

-> for a usefull answer, please attach glxinfo

also try running "kwin --replace &" from a textshell (konsole) and watch the output when attempting to load the effect
Comment 4 Vasily Khoruzhick 2010-06-07 15:57:26 UTC
(In reply to comment #3)
> b) judging from that you've sth. between gma915 and gma3100. these gpus only
> provide software shader implementations, so you might either suffer from a
> similar problem (gpu promotes feature but it doesn't actually work) or you
> don't have the required shader/buffer support at all.

Please, don't blame gen3 intel GPUs. Win7 and Compiz have blur working on these GPUs. That's KWin's fault that blur doesn't work on this hw.

Btw, almost all Atom-based netbooks has gma950-like GPU, isn't it a good reason to add fallbacks in blur plugin for them? :)
Comment 5 Davide Aversa 2010-06-07 16:08:50 UTC
Created attachment 47785 [details]
CORRECT glxinfo output

Sorry. :| I uploaded the wrong file...

This is "kwin --replace" out:

kwin(1837) KWin::CompositingPrefs::detectDriverAndVersion: GL vendor is "Tungsten Graphics, Inc" 
kwin(1837) KWin::CompositingPrefs::detectDriverAndVersion: GL renderer is "Mesa DRI Intel(R) G33 GEM 20100328 2010Q1 x86/MMX/SSE2" 
kwin(1837) KWin::CompositingPrefs::detectDriverAndVersion: GL version is "1.4 Mesa 7.8.1" 
kwin(1837) KWin::CompositingPrefs::detectDriverAndVersion: Detected driver "intel" , version "2010.Q.1" 
kwin(1837): Invalid framebuffer status:  0 
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Nessun file o directory
QFileSystemWatcher: failed to add paths: /home/thek3nger/.config/ibus/bus
Bus::open: Can not get ibus-daemon's address. 
IBusInputContext::createInputContext: no connection to ibus-daemon 
WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported!  This is an application bug!
WARNING: Application calling GLX 1.3 function "glXQueryDrawable" when GLX 1.3 is not supported!  This is an application bug!
WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 is not supported!  This is an application bug
Comment 6 Thomas Lübking 2010-06-07 16:33:52 UTC
thanks for the info.


@Vasily:
i did not blame anything.
several intel chips only provide SW shaders, i'm not sure whether there's GL_ARB_fragment_program or pbuffer/bufferobject support at all. the driver maybe broken. maybe kwin makes inappropriate usage of the buffers.

therfore and to figure whether this is the same issue as #240956, i asked for detailed information.

i did not blame anything.
several intel chips only provide SW shaders*, i'm not sure whether there's GL_ARB_fragment_program or pbuffer/bufferobject support at all.

therfore and to figure whether this is the same issue as #240956, i asked for detailed information.

whether or not kwin blurring needs relaxed GL requirements or fallbacks is  not subject of this report (but would be a whish as soon as there's more intel on what's the problem here)

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