Bug 250218

Summary: Blur effect cannot be enabled even though card isn't blacklisted
Product: [Plasma] kwin Reporter: Wojciech Ryrych <rrh>
Component: compositingAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: fredrik
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: glxinfo output

Description Wojciech Ryrych 2010-09-04 23:25:35 UTC
Version:           unspecified (using KDE 4.5.0) 
OS:                Linux

KDE 4.5.1 (it was not listed above while writing this report).

.kde/share/config/kwinrc:

[Effect-Blur]
BlurRadius=10

lspci -v:

01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200]

Reproducible: Always

Steps to Reproduce:
turn on blur effect

Actual Results:  
The following desktop effects could not be activated: blur

Expected Results:  
blur effect should be enabled
Comment 1 Thomas Lübking 2010-09-04 23:33:27 UTC
please attach the output of "glxinfo", but the gpu/driver is likely detected to be (and really) not capable of the blur effect

(also: which driver do you use? fglrx or radeon?)
Comment 2 Wojciech Ryrych 2010-09-04 23:55:10 UTC
Created attachment 51323 [details]
glxinfo output
Comment 3 Wojciech Ryrych 2010-09-04 23:55:54 UTC
I use radeon driver.
Comment 4 Martin Flöser 2010-09-05 08:08:53 UTC
Sorry, your driver is not capabale. It only support OpenGL 1.5 and some required extensions like GLSL and shader objects are not available
Comment 5 Fredrik Höglund 2010-09-05 17:12:37 UTC
This is actually a duplicate of bug 243191.

The blur effect doesn't require GLSL, the missing extension is GL_ARB_texture_non_power_of_two.

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