OBS no display screen capture option

Exatoon27

New Member
Hello, I need help because in obs the screen capture option does not appear.
My OS is Ubuntu 22.04 and have OBS 27.2.4

Captura desde 2022-05-12 23-15-37.png
 

Exatoon27

New Member
How did you install OBS?
After installing ffmpeg, I added the repository with the command sudo add-apt-repository ppa:obsproject/obs-studio, and then installed obs with the command sudo apt-get update && sudo apt-get install obs-studio
 

Predatux

New Member
Hi, I've tried everything you mentioned, but it still doesn't show the screen source.
I've also tried starting with obs -platform wayland without success.
 

programmer

New Member
Hello, I fixed the issue just now on my arch machine and got Screen capture option back.

I had to install a package called `xdg-desktop-platform-wlr` as I was on sway ( a wlroots based compositor aka wayland ).
so if you are also on a wayland display server, go with this and also you MUST HAVE `xdg-desktop-platform` installed.

Also I installed the lib32 version of packages listed in above chats.

Hope this helps !!

Here's the screenshot of my working screen capture !!
1724503046529.png
 

faith_zz

New Member
Hello, I fixed the issue just now on my arch machine and got Screen capture option back.

I had to install a package called `xdg-desktop-platform-wlr` as I was on sway ( a wlroots based compositor aka wayland ).
so if you are also on a wayland display server, go with this and also you MUST HAVE `xdg-desktop-platform` installed.

Also I installed the lib32 version of packages listed in above chats.

Hope this helps !!

Here's the screenshot of my working screen capture !!
View attachment 107178
How did you manage to install that desktop platform thing, ive been having this issue and im trying my best to fix it but I can't install that for some reason.
 
Top