Summary: | There is no miniatures - just white squares! | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | msnkipa |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Example of miniature of the konsole window! |
have a look at the dupe, identify your gl renderer/version string, append it to the blackist in kwinrc and attach the glxinfo snippet to the (other, not this) bug as well, thanks. *** This bug has been marked as a duplicate of bug 243181 *** How can I find out this "gl renderer/version string"? I also want to add that I can solve this problem by switch to the "bilinear" and "memory safe" options in the desktop effect`s configuration dialog. PS: on the previous KDE version 4.4 anything work prefect! echo "`glxinfo | grep 'OpenGL renderer string' | sed -e 's/^.*: //'`:-:`glxinfo | grep 'OpenGL version string' | sed -e 's/^.*: //'`" 4.4 didn't have the lanczos filter, which is a visual improvement but requires working shaders (what you GPU/driver does not provide) and a "not too weak" GPU I have Mesa DRI Intel(R) 965GM GEM 20090712 2009Q2 RC3 2.1 Mesa 7.6 How must line in the blacjlist in the kwinrc look like? [Blacklist][Lanczos] Intel=$DRIVERSTRING where "$DRIVERSTRING" is the output of the bash script in comment #4 echo "`glxinfo | grep 'OpenGL renderer string' | sed -e 's/^.*: //'`:-:`glxinfo | grep 'OpenGL version string' | sed -e 's/^.*: //'`" please do not again change the bug resolution as duplicate, thanks. *** This bug has been marked as a duplicate of bug 243181 *** |
Created attachment 52138 [details] Example of miniature of the konsole window! Version: 4.5 (using KDE 4.5.1) OS: Linux In KDE 4.5.1 there is no miniatures at all (in the edge of the window on Ctrl+Meta+T and task panel), instead of them there is a white squares (see attachment). Reproducible: Didn't try