OBS Opening Only show Transparent Screen and cannot manage

P113691

New Member
Hi Guys!
I am sorry if there is already posted like that, please direct me to the link.
Is there someone who face the problem like me? I was installed OBS Studio version "obs-studio-25.0.6-1.fc32.src.rpm"
in Fedora 32- 64bit, Wayland.
I can use only one time since I installed. I start opening OBS and it is show main window with transparent view. Normally after start OBS, you will see black screen right? Please help me!
here is screenshot of my problem.

Screenshot-25_10_2020_2.png


Thank in advance.
Kelvin
 

P113691

New Member
QT_QPA_PLATFORM=xcb

note
that capturing windows and screens will fail on most cases.
Thanks for your answer. But actually I didn't understand what is QT_QPA_PLATFORM=xcb.
Can you share me when you have free time.
Thanks.
 

Tuna

Member
Set this as environment variable in the shell you start obs in. E.g. Start a terminal and then:

Code:
export QT_QPA_PLATFORM=xcb
obs
 

esbeeb

New Member
Would I be right to venture a guess that at this time, OBS can't yet handle native (as in, non-Xwayland) Wayland windows well (or at all), for "Window Capture" Sources?
 

Tuna

Member
Window capture captures X11 windows. Eventually windows running XWayland compatibility layer. For Wayland you need to check upon other 3rd party plugins atm.
 
Top