https://bugs.kde.org/show_bug.cgi?id=502709
Doğukan Korkmaztürk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #44 from Doğukan Korkmaztürk <[email protected]> --- The problem is mainly caused by Filelight trying to use 32x MSAA. Not every hardware supports 32x MSAA. 2, 4 and 8 are the most common numbers. There are two ways to handle this bug. Either Qt can clamp the requested sample count to the maximum number that the hardware supports (https://bugreports.qt.io/browse/QTBUG-138986) or the requested sample count can be reduced in Filelight (src/qml/MapPage.qml, layer.samples property of the item with "shapeItem" id). 2, 4 or 8 should work. -- You are receiving this mail because: You are watching all bug changes.
