Skip to content

Commit d511dfc

Browse files
committed
rm
1 parent 6ce17f8 commit d511dfc

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

docs/rookie/DE&App.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,6 @@ sudo pacman -S bluez bluez-utils
240240
sudo systemctl enable --now bluetooth
241241
```
242242

243-
如果要连接蓝牙音频设备,需要安装 `pulseaudio-bluetooth` 并重启 `pulseaudio`
244-
245-
```bash
246-
sudo pacman -S pulseaudio-bluetooth
247-
pulseaudio -k
248-
```
249-
250243
设置开机自动启用蓝牙设备,编辑`/etc/bluetooth/main.conf`文件,将`AutoEnable`设置为 true 即可。
251244

252245
博通(Broadcom)网卡在 Linux 下的支持度很差,无论是无线还是蓝牙模块。对于无线功能来说,一般直接安装 broadcom-wl 包即可。

docs/rookie/graphic_driver.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ yay -S nvidia-390xx-dkms nvidia-settings lib32-nvidia-390xx-utils linux-headers
6464
sudo pacman -S mesa lib32-mesa xf86-video-nouveau
6565
```
6666

67-
#### 注意事项
68-
69-
- 如果安装驱动后内核冲突,把 kms 从 `/etc/mkinitcpio.conf` 里的 HOOKS 数组中移除,并重新生成 initramfs。 这能防止 initramfs 包含 nouveau 模块,以确保内核在早启动阶段不会加载它。
70-
71-
```
72-
mkinitcpio -p linux
73-
```
74-
7567
---
7668

7769
**在同时拥有核芯显卡和英伟达独立显卡的笔记本上安装驱动是大多数人关注的事情,这里着重讲述。**

docs/uk/rookie/DE&App.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,6 @@ sudo pacman -S bluez bluez-utils
189189
sudo systemctl enable --now bluetooth
190190
```
191191

192-
If you want to connect a bluetooth audio device, you need to install `pulseaudio-bluetooth` and restart `pulseaudio`.
193-
194-
```bash
195-
sudo pacman -S pulseaudio-bluetooth
196-
pulseaudio -k
197-
```
198-
199192
To set the bluetooth device to automatically start at boot, edit the `/etc/bluetooth/main.conf` file and set `AutoEnable` to true.
200193

201194
Broadcom network cards are poorly supported under Linux, both wireless and bluetooth modules. For the wireless function, generally install the broadcom-wl package directly.

0 commit comments

Comments
 (0)