[frameworks-kquickcharts] [Bug 449005] Network speed graph blinks and flickers on nvidia-340xx

2022-10-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449005

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|6.00.0  |5.100

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

[frameworks-kquickcharts] [Bug 449005] Network speed graph blinks and flickers on nvidia-340xx

2022-09-29 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=449005

NSLW  changed:

   What|Removed |Added

   Version Fixed In||6.00.0

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

[frameworks-kquickcharts] [Bug 449005] Network speed graph blinks and flickers on nvidia-340xx

2022-09-29 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=449005

NSLW  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kquickcharts/commit/
   ||541fc5e2a58887b3e2e9780291f
   ||e455220045323
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #6 from NSLW  ---
Git commit 541fc5e2a58887b3e2e9780291fe455220045323 by Łukasz Wojniłowicz.
Committed on 27/09/2022 at 15:29.
Pushed by wojnilowicz into branch 'master'.

Unpack points in the fragment shader of a line chart

M  +23   -2src/shaders/linechart.frag
M  +14   -23   src/shaders/linechart.vert
M  +22   -1src/shaders6/linechart.frag
M  +14   -23   src/shaders6/linechart.vert

https://invent.kde.org/frameworks/kquickcharts/commit/541fc5e2a58887b3e2e9780291fe455220045323

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

[frameworks-kquickcharts] [Bug 449005] Network speed graph blinks and flickers on nvidia-340xx

2022-09-04 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=449005

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kquickcharts/-/merge_requests/50

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

[frameworks-kquickcharts] [Bug 449005] Network speed graph blinks and flickers on nvidia-340xx

2022-08-28 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=449005

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com

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

[frameworks-kquickcharts] [Bug 449005] Network speed graph blinks and flickers on nvidia-340xx

2022-08-26 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=449005

NSLW  changed:

   What|Removed |Added

   Keywords||regression
Version|5.89.0  |5.86.0

--- Comment #4 from NSLW  ---
I think it's not a downstream issue anymore. Line chart graphs worked on
kquickcharts v5.85.0 and stopped on v5.86.0.  My regression test gave following
result. Please fix it.

00637f36bdedd2513a6264b3d1952d61c12bf312 is the first bad commit
commit 00637f36bdedd2513a6264b3d1952d61c12bf312
Author: Arjen Hiemstra 
Date:   Mon Aug 23 17:54:26 2021 +0200

Implement batching for Line chart material

This allows line chart segments and the respective material to be
batched, by sending per-segment data as vertex attributes rather than
uniforms.

Unfortunately, OpenGL 2.1/GLSL 1.10 doesn't support array vertex
attributes, so instead this emulates an array by simply defining a bunch
of vertex attributes and manually converting it to an output array.

 src/scenegraph/LineChartMaterial.cpp | 110 +++--
 src/scenegraph/LineChartMaterial.h   |  33 +---
 src/scenegraph/LineChartNode.cpp |   6 +-
 src/scenegraph/LineSegmentNode.cpp   | 153 +++
 src/scenegraph/LineSegmentNode.h |   4 +-
 src/shaders/linechart.frag   |  33 
 src/shaders/linechart.vert   |  69 ++--
 7 files changed, 239 insertions(+), 169 deletions(-)

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

[frameworks-kquickcharts] [Bug 449005] Network speed graph blinks and flickers on nvidia-340xx

2022-08-25 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=449005

--- Comment #3 from NSLW  ---
I found a workaround and reported it at
https://bugzilla.redhat.com/show_bug.cgi?id=2121497
I believe it might be a downstream issue.

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

[frameworks-kquickcharts] [Bug 449005] Network speed graph blinks and flickers on nvidia-340xx

2022-08-24 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=449005

--- Comment #2 from NSLW  ---
Created attachment 151561
  --> https://bugs.kde.org/attachment.cgi?id=151561&action=edit
glxinfo

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

[frameworks-kquickcharts] [Bug 449005] Network speed graph blinks and flickers on nvidia-340xx

2022-08-24 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=449005

--- Comment #1 from NSLW  ---
Created attachment 151560
  --> https://bugs.kde.org/attachment.cgi?id=151560&action=edit
plasma-systemmonitor-20220824-205131.kcrash

The issue occurs also in plasma-systemmonitor, but only for the following
sensor faces:
1) org.kde.ksysguard.linechart
2) org.kde.ksysguard.processtable
3) org.kde.ksysguard.applicationstable
Sensor faces listed below work fine:
1) org.kde.ksysguard.piechart
2) org.kde.ksysguard.textonly
3) org.kde.ksysguard.horizontalbars
4) org.kde.ksysguard.facegrid
5) org.kde.ksysguard.barchart

I've created a minimal test case in QML using SensorDataModel from
org.kde.ksysguard.sensors and LineChart from org.kde.quickcharts trying to
narrow down the issue but alas everything works without an issue.

I've modified org.kde.ksysguard.linechart to display a static chart, using an
example at
https://api.kde.org/frameworks/kquickcharts/html/classLineChart.html
but it fails in plasma-systemmonitor as well. It crashes eventually (.kcrash
log attached). 

I'm not sure what can influence the flickering and not really know Kirigami or
KQuickCharts.

Could it be that they use extensions unsupported by my gpu driver like e.g.
ARB_buffer_storage (my glxinfo attached)? Such bug has been solved at
https://bugs.winehq.org/show_bug.cgi?id=52663

Any ideas on what could be checked?

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

[frameworks-kquickcharts] [Bug 449005] Network speed graph blinks and flickers on nvidia-340xx

2022-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449005

Nate Graham  changed:

   What|Removed |Added

 CC||kdelibs-b...@kde.org,
   ||n...@kde.org
Summary|No network speed on |Network speed graph blinks
   |nvidia-340xx|and flickers on
   ||nvidia-340xx
Version|5.23.4  |5.89.0
   Assignee|jgrul...@redhat.com |ahiems...@heimr.nl
  Component|applet  |general
Product|plasma-nm   |frameworks-kquickcharts

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