Bug 250218 - Blur effect cannot be enabled even though card isn't blacklisted
Summary: Blur effect cannot be enabled even though card isn't blacklisted
Status: RESOLVED DUPLICATE of bug 243191
Alias: None
Product: kwin
Classification: Plasma
Component: compositing (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-04 23:25 UTC by Wojciech Ryrych
Modified: 2010-09-05 17:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
glxinfo output (15.58 KB, text/plain)
2010-09-04 23:55 UTC, Wojciech Ryrych
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***