Re: Using VLC 4.0.0 on WSL2 Ubuntu 25.04 with wayland
Fatih Uzunoğlu <[email protected]> Fri, 20 Jun 2025 19:47:00 +0300
| Newsgroups | gmane.comp.video.videolan.vlc.devel |
|---|---|
| Message-ID | <AM6PR0202MB33689970240B47E98F1F3D62AF7CA@AM6PR0202MB3368.eurprd02.prod.outlook.com> |
Hello, Qt interface uses viewporter [1] [2] [3] for the video surface to handle fractional scaling. We have to do this for proper embedding, because Qt (starting with 6.5) uses viewporter itself to handle fractional scaling for the interface surface, and the video surface has to fit properly. In this case it seems that you are using SHM display module, which also seems to be using viewporter, hence the error. As far as I know, SHM is not tested with embedding into Qt interface, but EGL should be working fine (I was only able to test using EGL GBM unfortunately, because of lack of `EGL_KHR_display_reference` support, which may be because I'm using Nvidia graphics). Is there a specific reason opting in for SHM? I'm asking this because as far as I know it has lower priority. Sincerely, Fatih [1] https://code.videolan.org/videolan/vlc/-/merge_requests/5721 [2] https://code.videolan.org/videolan/vlc/-/merge_requests/6600 [3] https://code.videolan.org/videolan/vlc/-/merge_requests/6601 _______________________________________________ vlc-devel mailing list To unsubscribe or modify your subscription options: https://mailman.videolan.org/listinfo/vlc-devel