[plasma-systemmonitor] [Bug 471979] plasma-systemmonitor: graphical artefacts with nouveau kernel module

2024-04-30 Thread Sébastien P .
https://bugs.kde.org/show_bug.cgi?id=471979

Sébastien P.  changed:

   What|Removed |Added

 CC|sebastien.pica...@ovh.fr|

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

[plasma-systemmonitor] [Bug 471979] plasma-systemmonitor: graphical artefacts with nouveau kernel module

2024-04-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=471979

kt...@chem.uoa.gr changed:

   What|Removed |Added

 CC||kt...@chem.uoa.gr
 Resolution|UPSTREAM|---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #7 from kt...@chem.uoa.gr ---
I too have this problem with a NV96 card and plasma-systemmonitor.
This problem was always there from the time I installed plasma-systemmonitor
v.5.x in June to this day with v.6.0.4.
I believe it is related to this:
https://lists.freedesktop.org/archives/nouveau/2014-May/017082.html

"Problem appear in shaders containing loops with conditional break when loop is
not unrolled by nouveau.
...
I think that artifacts appear in areas where is big difference in number of
iterations executed for pixel before breaking from loop."

If this is true, this behavior is really old.

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

[plasma-systemmonitor] [Bug 471979] plasma-systemmonitor: graphical artefacts with nouveau kernel module

2023-10-22 Thread computer . enthusiastic
https://bugs.kde.org/show_bug.cgi?id=471979

--- Comment #6 from computer.enthusias...@gmail.com 
 ---
Hello,
(In reply to Arjen Hiemstra from comment #3)
> Charts rendered by System Monitor use accelerated rendering through a
> shader. This shader is somewhat more complex than the usual "transform
> vertex; output color" that is used for a lot of things in QtQuick. I am not
> aware of issues with this particular shader, as it works fine (with some
> caveats) on other drivers. However, using Nouveau it seems this shader
> triggers a bug that leads to GPU stalls. I would recommend opening an issue
> on the Nouveau issue tracker, as we can't really do anything here.
Can you point to a simple example program written in KDE or QT that would be
able to replicate the issue with the particular type of shader you reported? 
It could be useful for debugging purposes.

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

[plasma-systemmonitor] [Bug 471979] plasma-systemmonitor: graphical artefacts with nouveau kernel module

2023-10-20 Thread Sébastien P .
https://bugs.kde.org/show_bug.cgi?id=471979

--- Comment #5 from Sébastien P.  ---
(In reply to luca from comment #4)
> I can confirm.
> Same behavior in plasma-nm/speed charts. 
> The system crashes and the only solution is magic SysRq.

You are “lucky”. SysRq is not working for me => hard reboot mandatory

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

[plasma-systemmonitor] [Bug 471979] plasma-systemmonitor: graphical artefacts with nouveau kernel module

2023-10-19 Thread luca
https://bugs.kde.org/show_bug.cgi?id=471979

luca  changed:

   What|Removed |Added

 CC||luca.pedrie...@gmail.com

--- Comment #4 from luca  ---
I can confirm.
Same behavior in plasma-nm/speed charts. 
The system crashes and the only solution is magic SysRq.

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

[plasma-systemmonitor] [Bug 471979] plasma-systemmonitor: graphical artefacts with nouveau kernel module

2023-10-16 Thread Arjen Hiemstra
https://bugs.kde.org/show_bug.cgi?id=471979

Arjen Hiemstra  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #3 from Arjen Hiemstra  ---
Charts rendered by System Monitor use accelerated rendering through a shader.
This shader is somewhat more complex than the usual "transform vertex; output
color" that is used for a lot of things in QtQuick. I am not aware of issues
with this particular shader, as it works fine (with some caveats) on other
drivers. However, using Nouveau it seems this shader triggers a bug that leads
to GPU stalls. I would recommend opening an issue on the Nouveau issue tracker,
as we can't really do anything here.

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

[plasma-systemmonitor] [Bug 471979] plasma-systemmonitor: graphical artefacts with nouveau kernel module

2023-10-15 Thread Sébastien P .
https://bugs.kde.org/show_bug.cgi?id=471979

Sébastien P.  changed:

   What|Removed |Added

 CC||sebastien.pica...@ovh.fr

--- Comment #2 from Sébastien P.  ---
Got something similar but also with other apps (plasmashell, so entire
session).

---
Oct 15 20:05:05 fixe kernel: nouveau :02:00.0: gr: TRAP_PROP - TP 0 -
Unknown CUDA fault at address 00201b0800
Oct 15 20:05:05 fixe kernel: nouveau :02:00.0: gr: TRAP_PROP - TP 0 - e0c:
, e18: 0ff2, e1c: , e20: , e24: 0903
Oct 15 20:05:05 fixe kernel: nouveau :02:00.0: gr: TRAP_PROP - TP 1 -
Unknown CUDA fault at address 00201bbc00
Oct 15 20:05:05 fixe kernel: nouveau :02:00.0: gr: TRAP_PROP - TP 1 - e0c:
, e18: 0ff2, e1c: , e20: , e24: 0903
Oct 15 20:05:05 fixe kernel: nouveau :02:00.0: gr: 0020 [] ch 12
[001ebee000 plasmashell[2525]] subc 3 class 8297 mthd 15f0 data 01780178
Oct 15 20:05:05 fixe kernel: nouveau :02:00.0: fb: trapped write at
00201b0800 on channel 12 [1ebee000 plasmashell[2525]] engine 00 [PGRAPH] client
0b [PROP] subclient 09 [LOCAL] reason 0002 [PAGE_NOT_PRESENT]
---

The problem appears a few months ago (august), but I did not have the time to
check it before (due to a dead mother board in august which has been changed
now; I though it was linked… but no).
This can lead to random crash (system hang, impossible to do anything, no
mouse, no keyboard).

Qt: 5.15.10
Framework: 5.110.0
Plasma: 5.27.8
KDE apps: 23.04.3

02:00.0 VGA compatible controller: NVIDIA Corporation G96C [GeForce 9500 GT]
(rev a1) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. G96C [GeForce 9500 GT]
=> with Nouveau driver / kernel 6.1.57

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

[plasma-systemmonitor] [Bug 471979] plasma-systemmonitor: graphical artefacts with nouveau kernel module

2023-07-05 Thread computer . enthusiastic
https://bugs.kde.org/show_bug.cgi?id=471979

--- Comment #1 from computer.enthusias...@gmail.com 
 ---
According to [1], these are further information about  OpenGL implementation as
viewed from plasma-systemmonitor:
---8<---8<---8<---8<---8<---8<---8<
$ QSG_INFO=1 plasma-systemmonitor 
qt.scenegraph.general: QSG: basic render loop
qt.scenegraph.general: Using sg animation driver
qt.scenegraph.general: opengl texture atlas dimensions: 2048x1024
qt.scenegraph.general: R/G/B/A Buffers:   8 8 8 0
qt.scenegraph.general: Depth Buffer:  24
qt.scenegraph.general: Stencil Buffer:8
qt.scenegraph.general: Samples:   -1
qt.scenegraph.general: GL_VENDOR: nouveau
qt.scenegraph.general: GL_RENDERER:   NV96
qt.scenegraph.general: GL_VERSION:3.3 (Compatibility Profile) Mesa
22.3.6
qt.scenegraph.general: GL_EXTENSIONS:GL_AMD_conservative_depth
GL_AMD_performance_monitor GL_AMD_shader_trinary_minmax
GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5
GL_APPLE_packed_pixels GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility
GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_blend_func_extended
GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture
GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility
GL_ARB_compressed_texture_pixel_storage GL_ARB_conditional_render_inverted
GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_copy_image
GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float
GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control
GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_elements_base_vertex
GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_explicit_attrib_location
GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions
GL_ARB_fragment_layer_viewport GL_ARB_fragment_program
GL_ARB_fragment_program_shadow GL_ARB_fragment_shader
GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object
GL_ARB_framebuffer_sRGB GL_ARB_get_program_binary GL_ARB_get_texture_sub_image
GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_instanced_arrays
GL_ARB_internalformat_query GL_ARB_internalformat_query2
GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range
GL_ARB_multi_bind GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query
GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile
GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object
GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp
GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_robustness
GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_separate_shader_objects
GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_objects
GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples
GL_ARB_shader_texture_lod GL_ARB_shading_language_100
GL_ARB_shading_language_420pack GL_ARB_shading_language_include
GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_stencil_texturing
GL_ARB_sync GL_ARB_texture_barrier GL_ARB_texture_border_clamp
GL_ARB_texture_buffer_object GL_ARB_texture_buffer_range
GL_ARB_texture_compression GL_ARB_texture_compression_bptc
GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_env_add
GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3
GL_ARB_texture_filter_anisotropic GL_ARB_texture_float
GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat
GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two
GL_ARB_texture_query_levels GL_ARB_texture_rectangle GL_ARB_texture_rg
GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage
GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view
GL_ARB_timer_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object
GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object
GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program
GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev
GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos
GL_ATI_blend_equation_separate GL_ATI_draw_buffers GL_ATI_fragment_shader
GL_ATI_meminfo GL_ATI_separate_stencil GL_ATI_texture_compression_3dc
GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_ATI_texture_mirror_once
GL_EXT_EGL_image_storage GL_EXT_EGL_sync GL_EXT_abgr GL_EXT_bgra
GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate
GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array
GL_EXT_copy_texture GL_EXT_debug_label GL_EXT_depth_bounds_test
GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced
GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit
GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled
GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_gpu_program_parameters
GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil
GL_EXT_packed_float GL_EXT_packed_pixels 

[plasma-systemmonitor] [Bug 471979] plasma-systemmonitor: graphical artefacts with nouveau kernel module

2023-07-05 Thread computer . enthusiastic
https://bugs.kde.org/show_bug.cgi?id=471979

computer.enthusias...@gmail.com  changed:

   What|Removed |Added

   Platform|Other   |Debian stable

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