Summary: | OpenGL 2 rendering broken on nouveau and NV40 (GF 6xxx) | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | genetin |
Component: | scene-opengl | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | gekylafas, sitter |
Priority: | NOR | Flags: | thomas.luebking:
Gallium3D+
thomas.luebking: nouveau+ |
Version First Reported In: | 4.11.5 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
URL: | http://zupimages.net/up/14/07/ldgp.jpg | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
kwin supportInformation
Photo of the the render issue |
Description
genetin
2014-02-23 16:26:43 UTC
Suspend the compositor (Shift+Alt+F12), run "kcmshell4 kwincompositing" and select "XRender" as "Compositing Type" in the 3rd tab - eventually a lower OpenGL variant might work as well. Alternatively install the nvidia binary driver (304.xxx) - i assume Ubuntu only ships nouveau by default. In any case, please provide the output of qdbus org.kde.kwin /KWin supportInformation ideally with the broken state - "qdbus" might now be "qdbus-qt4" You can do this by delaying the call: sleep10; qdbus org.kde.kwin /KWin supportInformation then resume compositing (Shift+Alt+F12 as well), wait half a minute, suspend the compositor again and have the informtation printed into konsole. Thank you for your answer. Indeed, everything works OK with "XRender", as well as "OpenGL 1.2". The "qdbus org.kde.kwin /KWin supportInformation" command always returns the following message : qdbus: could not find a Qt installation of '' > "qdbus" might now be "qdbus-qt4" ;-)
But I get a "qdbus-qt4 : unknown command" :-( I had already both packages, up to date. Direct binary is (according to the packages) /usr/lib/x86_64-linux-gnu/qt4/bin/qdbus resp. /usr/lib/i386-linux-gnu/qt4/bin/qdbus qdbus from qtchooser should resolve that - file a bug against (k)ubuntu Assuming a 64bit installation: /usr/lib/x86_64-linux-gnu/qt4/bin/qdbus org.kde.kwin /KWin supportInformation Fine ! The qdbus output is at http://paste.kde.org/pnrnmvbgg I will file a bug against kubuntu. Thank you for your investigation. FWIW, the way to explicitly call the qt4 qdbus is `QT_SELECT=4 qdbus` (how that is better than a separate binary qdbus-qt4, I do not know :S). Created attachment 85321 [details]
kwin supportInformation
clone support info here
Try to disable the blur effect and set the graphicssystem to "raster" (in "kcmshell4 kwincompositing", 3rd tab) Created attachment 85322 [details]
Photo of the the render issue
nouveau issue - it's still rather experimental and doesn't support everything yet. Not much we can do about it. |