mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-03-21 02:10:11 +08:00
commit
834b37e5c9
@ -1,89 +0,0 @@
|
||||
[#]: subject: "How to Boost Speaker Volume in Ubuntu and Other Linux"
|
||||
[#]: via: "https://www.debugpoint.com/boost-speaker-volume-ubuntu/"
|
||||
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
How to Boost Speaker Volume in Ubuntu and Other Linux
|
||||
======
|
||||
|
||||
**Here’s how you can boost your Laptop and desktop’s volume more in Ubuntu and other Linux distributions.**
|
||||
|
||||
Have you ever felt that your Ubuntu Laptop’s volume is too low, despite you selected the volume to 100%? I’m sure you had. The primary reason is – obviously, laptop speaker output intensity is lower than large speakers.
|
||||
|
||||
In addition, Ubuntu and other distros set the default maximum volume to 100%, i.e. 0dB (decibel). The 0dB is the maximum volume reference. To compare, if you set the volume to -10dB, that means your volume is quieter than the maximum 0dB.
|
||||
|
||||
VLC and some media players allow you to increase the volume by up to 200%. Using some settings in the latest Ubuntu, you can boost the volume to further.
|
||||
|
||||
**Note**: Before you try this and use the following method, remember that each speaker has a hardware limitation set by its manufacturer. Once in a while, playing audio more than 100% is fine. But continuous amplification to higher decibels may distort output audio & may damage your speaker amplifier in the longer term. So, use it with caution and limitation.
|
||||
|
||||
### Boost Speaker Volume in Ubuntu and other distros
|
||||
|
||||
#### For the latest Ubuntu 22.04 and above (GNOME):
|
||||
|
||||
Open Settings from the application menu and go to the Sound tab.
|
||||
|
||||
Enable the “Over Amplification” switch. The moment you enable you should see the volume bar is expanded.
|
||||
|
||||
![Boost volume more than 100 percent in Ubuntu][1]
|
||||
|
||||
Now you can enjoy a volume boost to listen to music.
|
||||
|
||||
#### Fedora, Arch Linux and other distros
|
||||
|
||||
If you use Fedora Workstation with GNOME, you will not get the above option since it is an Ubuntu-specific setting. See below.
|
||||
|
||||
![Speaker volume is max 100 percent in Fedora (GNOME)][2]
|
||||
|
||||
So, for any other Linux distributions (Arch, Fedora, RedHat, etc.) or desktops (KDE, Xfce, LXQt, etc.), open a terminal and install [PulseAudio Volume Control][3].
|
||||
|
||||
**Fedora, RedHat Linux, OpenSUSE and related rpm-based distributions:**
|
||||
|
||||
```
|
||||
sudo dnf install pavucontrol
|
||||
```
|
||||
|
||||
**For Arch Linux, Manjaro**
|
||||
|
||||
```
|
||||
sudo pacman -S pavucontrol
|
||||
```
|
||||
|
||||
**Non-GNOME Ubuntu-based distros**
|
||||
|
||||
```
|
||||
sudo apt install pavucontrol
|
||||
```
|
||||
|
||||
### How to Use
|
||||
|
||||
After installation, open the `pavucontrol` from the application menu, it should appear as ‘PulseAudio Volume Control’ as a menu item.
|
||||
|
||||
![Increase Volume using PulseAudio Volume Control][4]
|
||||
|
||||
### Wrapping Up
|
||||
|
||||
Remember, the above methods boost the speaker volume for the entire system. That means the system sounds and alerts are also impacted. So, keep that in mind. As I mentioned earlier, boosting speaker volume by more than 100% may result in distrotion or damage to the speaker if used continuously.
|
||||
|
||||
I hope this tutorial helps you to increase your system volume. Do let me know in the comment box if you run into issues.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://www.debugpoint.com/boost-speaker-volume-ubuntu/
|
||||
|
||||
作者:[Arindam][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://www.debugpoint.com/author/admin1/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://www.debugpoint.com/wp-content/uploads/2022/11/Boost-volume-more-than-100-percent-in-Ubuntu.jpg
|
||||
[2]: https://www.debugpoint.com/wp-content/uploads/2022/11/Speaker-volume-is-max-100-percent-in-Fedora-GNOME.jpg
|
||||
[3]: https://freedesktop.org/software/pulseaudio/pavucontrol/
|
||||
[4]: https://www.debugpoint.com/wp-content/uploads/2022/11/Increase-Volume-using-PulseAudio-Volume-Control-1024x508.jpg
|
@ -0,0 +1,89 @@
|
||||
[#]: subject: "How to Boost Speaker Volume in Ubuntu and Other Linux"
|
||||
[#]: via: "https://www.debugpoint.com/boost-speaker-volume-ubuntu/"
|
||||
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
如何提高 Ubuntu 和其他 Linux 系统中的扬声器音量
|
||||
======
|
||||
|
||||
**以下是如何在 Ubuntu 和其他 Linux 发行版中提高笔记本和桌面的音量的方法。**
|
||||
|
||||
你有没有觉得你的 Ubuntu 笔记本的音量太小,尽管你把音量调到了 100%?我相信你有过。主要原因是:很明显,笔记本电脑的扬声器输出强度比大型扬声器要低。
|
||||
|
||||
此外,Ubuntu 和其他发行版将默认的最大音量设置为 100%,也就是 0dB(分贝)。0dB 是最大音量的参考值。做个比较,如果你把音量设置为 -10dB,这意味着你的音量比最大的 0dB 安静。
|
||||
|
||||
VLC 和一些媒体播放器允许你将音量提高到 200%。在最新的 Ubuntu 中使用一些设置,你可以将音量进一步提高。
|
||||
|
||||
**注意**:在你尝试和使用以下方法之前,请记住,每个扬声器都有其制造商设定的硬件限制。偶尔一次,播放超过 100% 的音频是可以的。但是,连续放大到更高的分贝可能会使输出的音频失真,并且从长远来看可能会损坏你的扬声器。因此,在使用时要小心谨慎,并有所限制。
|
||||
|
||||
### 在 Ubuntu 和其他发行版中提高扬声器音量
|
||||
|
||||
#### 对于最新的 Ubuntu 22.04 及以上版本(GNOME)。
|
||||
|
||||
从应用菜单中打开设置,进入声音标签。
|
||||
|
||||
启用 “Over Amplification” 开关。在你启用的那一刻,你应该看到音量条被扩大了。
|
||||
|
||||
![在 Ubuntu 中提升音量超过 100%][1]
|
||||
|
||||
现在你可以享受音量提升来听音乐了。
|
||||
|
||||
#### Fedora, Arch Linux 和其他发行版
|
||||
|
||||
如果你使用带有 GNOME 的 Fedora 工作站,你将看不到上述选项,因为这是 Ubuntu 特有的设置。见下面。
|
||||
|
||||
![在 Fedora (GNOME)中,扬声器音量最大为 100%][2]
|
||||
|
||||
因此,对于任何其他 Linux 发行版(Arch、Fedora、RedHat 等)或桌面(KDE、Xfce、LXQt 等),打开终端并安装 [PulseAudio Volume Control][3]。
|
||||
|
||||
**Fedora、RedHat Linux、OpenSUSE 和相关基于 rpm 的发行版:**
|
||||
|
||||
```
|
||||
sudo dnf install pavucontrol
|
||||
```
|
||||
|
||||
**对于 Arch Linux, Manjaro**
|
||||
|
||||
```
|
||||
sudo pacman -S pavucontrol
|
||||
```
|
||||
|
||||
**基于 Ubuntu 的非 GNOME 发行版**
|
||||
|
||||
```
|
||||
sudo apt install pavucontrol
|
||||
```
|
||||
|
||||
### 如何使用
|
||||
|
||||
安装后,从应用菜单中打开 `pavucontrol`,它应该有个 “PulseAudio Volume Control” 菜单项。
|
||||
|
||||
![使用PulseAudio音量控制增加音量][4]
|
||||
|
||||
### 总结
|
||||
|
||||
记住,上述方法可以提高整个系统的扬声器音量。这意味着系统的声音和警报也会受到影响。所以,要记住这一点。正如我前面提到的,如果连续使用,提升扬声器音量超过 100% 可能会导致扬声器变形或损坏。
|
||||
|
||||
我希望这个教程能帮助你提高系统音量。如果你遇到问题,请在评论栏里告诉我。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://www.debugpoint.com/boost-speaker-volume-ubuntu/
|
||||
|
||||
作者:[Arindam][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://www.debugpoint.com/author/admin1/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://www.debugpoint.com/wp-content/uploads/2022/11/Boost-volume-more-than-100-percent-in-Ubuntu.jpg
|
||||
[2]: https://www.debugpoint.com/wp-content/uploads/2022/11/Speaker-volume-is-max-100-percent-in-Fedora-GNOME.jpg
|
||||
[3]: https://freedesktop.org/software/pulseaudio/pavucontrol/
|
||||
[4]: https://www.debugpoint.com/wp-content/uploads/2022/11/Increase-Volume-using-PulseAudio-Volume-Control-1024x508.jpg
|
Loading…
Reference in New Issue
Block a user