From 075ceec82483feddfdf0c09824c86ed51b8d76f5 Mon Sep 17 00:00:00 2001 From: gitlinux <606023+gitealinux@user.noreply.gitee.com> Date: Sat, 24 May 2025 11:40:24 +0000 Subject: [PATCH] =?UTF-8?q?update=2003=5F=E5=B8=B8=E8=A7=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98/FAQ.md=20=E6=B7=BB=E5=8A=A0=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E5=AE=89=E8=A3=85=20OBS=20Studio=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gitlinux <606023+gitealinux@user.noreply.gitee.com> --- .../FAQ.md" | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git "a/03_\345\270\270\350\247\201\351\227\256\351\242\230/FAQ.md" "b/03_\345\270\270\350\247\201\351\227\256\351\242\230/FAQ.md" index 77a7d27..062845b 100644 --- "a/03_\345\270\270\350\247\201\351\227\256\351\242\230/FAQ.md" +++ "b/03_\345\270\270\350\247\201\351\227\256\351\242\230/FAQ.md" @@ -256,4 +256,10 @@ Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub 按照提示,选择对应的终端即可 ![输入图片说明](./assets/更改默认终端.png) - \ No newline at end of file +## 如何正确安装 OBS Studio +- Q: wlcom环境下,我用apt命令安装了 OBS Studio,但添加源时,却看不到 屏幕采集(PipeWire) +- A: 可能是没有安装 obs-plugins,使用下面命令进行安装 + ```bash + sudo apt install obs-studio obs-plugins + ``` + \ No newline at end of file -- Gitee