Skip to content

VLC control the whole screen if it was on full screen mode #114

@salmahassan1626

Description

@salmahassan1626

Hello everyone,

I'm using VLC on a Raspberry Pi Compute Module 4 (CM4), running it from within a Qt application in fullscreen mode on X11. The problem is that when VLC enters fullscreen mode, it seems to take over the entire display, and other applications running on the same screen are not visible — they render in the background.

Use Case:
I'm building a media solution that includes:

A Qt-based app that uses VLC for video playback in fullscreen mode.

A secondary Qt app (such as a volume OSD indicator) that should appear on top of the video when triggered (e.g., using an RCU or keyboard input).

Currently, although the volume is changed successfully in the backend, the OSD is not shown on the screen because VLC is consuming or blocking the entire display layer.

Expected Behavior:
Even in fullscreen mode, VLC should allow other X11 windows to appear above it (e.g., dialogs, OSDs, etc.), just like typical fullscreen apps on Linux desktops.

Actual Behavior:
Other apps are rendered in the background, and VLC fully covers the screen, making it impossible to overlay additional UI components.

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