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

--- Comment #5 from David Edmundson <k...@davidedmundson.co.uk> ---
It's 

`QT_QUICK_BACKEND=software plasma-systemmonitor   `

With the stock homepage you still get a box on the homepage with:
"Memory 5.9GiB" and whatnot. 

The applications view is surprisingly performant.

Obviously we don't get the graphs and such, but the functionality is ok. That
somewhat matches the plasmashell experience, and we don't get many bug reports.

It's obviously degraded and we might want a visible warning, but I would
suggest reconsidering if we want to replace ksysguard.


>there is actually no way to do software fallback for custom scene graph items. 

FWIW, You can do things at a node level.

Create a QImage, draw into it, then do window()->createTextureFromImage()
window()->createImageNode()  . Return that object.

We did that somewhere.

It means an intermediate cache, but that's potentially a good thing.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to