this post was submitted on 04 Apr 2026
23 points (96.0% liked)
Linux
64338 readers
672 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I dont have an auto update enabled on my system, and i always reboot system after update. For flatpak specifically, when i hear people complaining about me streaming the black screen, i just update flatpak nvidia package, and dont even need to restart zoom to be able to start streaming again. And as i said, it realy does happen suddenly. I can stream video normally, but few minutes later, while still in meeting, i start streaming again and it shows black screen, while i did absolutely nothing.
Really weird stuff.
Wait a minute, what is the Flatpak Nvidia package? Do you need that for GPU acceleration for Flatpak apps on Nvidia? How do you even know whether GPU acceleration is working?
(I recently got a new laptop and it's the first time I have a dedicated GPU, and I have no idea how it all works. Sorry for hijacking your thread.)
Its org.freedesktop.Platform.GL.nvidia
If you have an Nvidia GPU, run
nvidia-smiin your terminal and it will show with prices are engaging the GPU.For AMD any process monitor should show GPU usage for procs, or there is
radeontopfor more detailed info.that happened to me on nvidia when the apt packages auto updated but not the flatpak ones to match the new driver.
Kind of sounds like you have a rogue process engage the Wayland API to take exclusive control over something. Maybe you're running multiple video apps that take input from your camera or streaming device at the same time, like Discord, Zoom, and OBS all running at the same time. One has exclusive access while you stream, but then another engages the same device and takes control for a split second, killing the other apps access.