8000 An issue in the Wayland environment? · Issue #2670 · vispy/vispy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
An issue in the Wayland environment? #2670
Open
@jin9012

Description

@jin9012

I'm using vispy 0.14.3, python 3.12.5, sway 1.9-1, fedora 6.10.6-200.fc40.x86_64.

The issue occurs when I use scene.Markers().

I use two scene.Markers() objects: one to display real-time data for the current minute and the other to show previous data.

The problem arises when I turn off my laptop screen (output * dpms off) and turn it back on after several hours—the Python script crashes.

I believe the following factors may be related to the issue:

1.At the time of the crash today, there were almost 2 million markers on the canvas. The script doesn't crash when fewer markers are displayed.
2.When I turn the screen back on and the script doesn't crash, all markers are displayed at once (regardless of their number). For example, if I turn off the screen at noon and turn it on three hours later, the canvas first shows the old data (from noon), then updates to the current data after a few seconds.
3.If I don't turn off the screen, the issue never occurs, and real-time data is displayed without problems.

I'm not sure whether this issue is related to the Wayland environment (Sway) or if it can be addressed within Vispy.

Has anyone experienced this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0