Set volume to 150% permanently and map volume keys from 0-150%
I have a two fold issue since many years. I hope to find a fix now. I'm on Ubuntu Budgie 18.04 and yet again the volume levels are very low.
- Allow louder than 100% option is gone from the sound settings in Ubuntu Budgie 18.04. So I worked around it using
pactl set-sink-volume 0 150%
- Whenever I hit the volume up/down key, the volume resets to 100%. Then I will have to do
pactl set-sink-volume 0 150%
again to get louder volume from the speakers.
How do I make, say
150%
permanent and map the volume keys to work from0-150%
sound keyboard pulseaudio alsa volume-control
add a comment |
I have a two fold issue since many years. I hope to find a fix now. I'm on Ubuntu Budgie 18.04 and yet again the volume levels are very low.
- Allow louder than 100% option is gone from the sound settings in Ubuntu Budgie 18.04. So I worked around it using
pactl set-sink-volume 0 150%
- Whenever I hit the volume up/down key, the volume resets to 100%. Then I will have to do
pactl set-sink-volume 0 150%
again to get louder volume from the speakers.
How do I make, say
150%
permanent and map the volume keys to work from0-150%
sound keyboard pulseaudio alsa volume-control
You can look into editing/etc/pulse/default.pa
. I haven't used it before, so cannot offer any guidance.
– xiota
May 7 '18 at 17:52
add a comment |
I have a two fold issue since many years. I hope to find a fix now. I'm on Ubuntu Budgie 18.04 and yet again the volume levels are very low.
- Allow louder than 100% option is gone from the sound settings in Ubuntu Budgie 18.04. So I worked around it using
pactl set-sink-volume 0 150%
- Whenever I hit the volume up/down key, the volume resets to 100%. Then I will have to do
pactl set-sink-volume 0 150%
again to get louder volume from the speakers.
How do I make, say
150%
permanent and map the volume keys to work from0-150%
sound keyboard pulseaudio alsa volume-control
I have a two fold issue since many years. I hope to find a fix now. I'm on Ubuntu Budgie 18.04 and yet again the volume levels are very low.
- Allow louder than 100% option is gone from the sound settings in Ubuntu Budgie 18.04. So I worked around it using
pactl set-sink-volume 0 150%
- Whenever I hit the volume up/down key, the volume resets to 100%. Then I will have to do
pactl set-sink-volume 0 150%
again to get louder volume from the speakers.
How do I make, say
150%
permanent and map the volume keys to work from0-150%
sound keyboard pulseaudio alsa volume-control
sound keyboard pulseaudio alsa volume-control
edited Dec 31 '18 at 20:30
b-ak
asked May 6 '18 at 8:08
b-akb-ak
2,05041930
2,05041930
You can look into editing/etc/pulse/default.pa
. I haven't used it before, so cannot offer any guidance.
– xiota
May 7 '18 at 17:52
add a comment |
You can look into editing/etc/pulse/default.pa
. I haven't used it before, so cannot offer any guidance.
– xiota
May 7 '18 at 17:52
You can look into editing
/etc/pulse/default.pa
. I haven't used it before, so cannot offer any guidance.– xiota
May 7 '18 at 17:52
You can look into editing
/etc/pulse/default.pa
. I haven't used it before, so cannot offer any guidance.– xiota
May 7 '18 at 17:52
add a comment |
3 Answers
3
active
oldest
votes
You should have a setting called Over-Amplification in Settings > Sound. Turning it on and adjusting the volume slider above it will only get you to 100%, but you can still adjust beyond 100% by using either your keyboard's volume buttons if available, or adjusting the volume slider in the corner of your screen.
No such setting. Screenshots, if any ? Are you on an older version of Ubuntu ? Older versions had the slider you are referring to. And even they don't work with the volume UP key. Volume UP sends it to only 100% not the max.
– b-ak
May 8 '18 at 17:09
Running 18.04, myself. Second row: imgur.com/a/u6494de
– hiigaran
May 9 '18 at 0:55
I am sorry for the confusion, I'm on Ubuntu Budgie 18.04. Corrected that part in the question too.
– b-ak
May 13 '18 at 9:03
add a comment |
You can install pavucontrol, it let's me tune up to 153% on Ubuntu Gnome 18.04. There is also a setting in dconf /com/ubuntu/sound
called 'allow-amplified-volume' but switching that true/false had no effect for me
The problem is pavucontrol works, but when I turn down the volume below 100% and then try to turn it back up it won't go beyond 100%. Now that is the problem I am trying to solve.
– b-ak
May 13 '18 at 9:02
add a comment |
Ubuntu 18.10 (cosmic) adds this feature by default. It works very nice too.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1032660%2fset-volume-to-150-permanently-and-map-volume-keys-from-0-150%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should have a setting called Over-Amplification in Settings > Sound. Turning it on and adjusting the volume slider above it will only get you to 100%, but you can still adjust beyond 100% by using either your keyboard's volume buttons if available, or adjusting the volume slider in the corner of your screen.
No such setting. Screenshots, if any ? Are you on an older version of Ubuntu ? Older versions had the slider you are referring to. And even they don't work with the volume UP key. Volume UP sends it to only 100% not the max.
– b-ak
May 8 '18 at 17:09
Running 18.04, myself. Second row: imgur.com/a/u6494de
– hiigaran
May 9 '18 at 0:55
I am sorry for the confusion, I'm on Ubuntu Budgie 18.04. Corrected that part in the question too.
– b-ak
May 13 '18 at 9:03
add a comment |
You should have a setting called Over-Amplification in Settings > Sound. Turning it on and adjusting the volume slider above it will only get you to 100%, but you can still adjust beyond 100% by using either your keyboard's volume buttons if available, or adjusting the volume slider in the corner of your screen.
No such setting. Screenshots, if any ? Are you on an older version of Ubuntu ? Older versions had the slider you are referring to. And even they don't work with the volume UP key. Volume UP sends it to only 100% not the max.
– b-ak
May 8 '18 at 17:09
Running 18.04, myself. Second row: imgur.com/a/u6494de
– hiigaran
May 9 '18 at 0:55
I am sorry for the confusion, I'm on Ubuntu Budgie 18.04. Corrected that part in the question too.
– b-ak
May 13 '18 at 9:03
add a comment |
You should have a setting called Over-Amplification in Settings > Sound. Turning it on and adjusting the volume slider above it will only get you to 100%, but you can still adjust beyond 100% by using either your keyboard's volume buttons if available, or adjusting the volume slider in the corner of your screen.
You should have a setting called Over-Amplification in Settings > Sound. Turning it on and adjusting the volume slider above it will only get you to 100%, but you can still adjust beyond 100% by using either your keyboard's volume buttons if available, or adjusting the volume slider in the corner of your screen.
answered May 7 '18 at 16:28
hiigaranhiigaran
1,184320
1,184320
No such setting. Screenshots, if any ? Are you on an older version of Ubuntu ? Older versions had the slider you are referring to. And even they don't work with the volume UP key. Volume UP sends it to only 100% not the max.
– b-ak
May 8 '18 at 17:09
Running 18.04, myself. Second row: imgur.com/a/u6494de
– hiigaran
May 9 '18 at 0:55
I am sorry for the confusion, I'm on Ubuntu Budgie 18.04. Corrected that part in the question too.
– b-ak
May 13 '18 at 9:03
add a comment |
No such setting. Screenshots, if any ? Are you on an older version of Ubuntu ? Older versions had the slider you are referring to. And even they don't work with the volume UP key. Volume UP sends it to only 100% not the max.
– b-ak
May 8 '18 at 17:09
Running 18.04, myself. Second row: imgur.com/a/u6494de
– hiigaran
May 9 '18 at 0:55
I am sorry for the confusion, I'm on Ubuntu Budgie 18.04. Corrected that part in the question too.
– b-ak
May 13 '18 at 9:03
No such setting. Screenshots, if any ? Are you on an older version of Ubuntu ? Older versions had the slider you are referring to. And even they don't work with the volume UP key. Volume UP sends it to only 100% not the max.
– b-ak
May 8 '18 at 17:09
No such setting. Screenshots, if any ? Are you on an older version of Ubuntu ? Older versions had the slider you are referring to. And even they don't work with the volume UP key. Volume UP sends it to only 100% not the max.
– b-ak
May 8 '18 at 17:09
Running 18.04, myself. Second row: imgur.com/a/u6494de
– hiigaran
May 9 '18 at 0:55
Running 18.04, myself. Second row: imgur.com/a/u6494de
– hiigaran
May 9 '18 at 0:55
I am sorry for the confusion, I'm on Ubuntu Budgie 18.04. Corrected that part in the question too.
– b-ak
May 13 '18 at 9:03
I am sorry for the confusion, I'm on Ubuntu Budgie 18.04. Corrected that part in the question too.
– b-ak
May 13 '18 at 9:03
add a comment |
You can install pavucontrol, it let's me tune up to 153% on Ubuntu Gnome 18.04. There is also a setting in dconf /com/ubuntu/sound
called 'allow-amplified-volume' but switching that true/false had no effect for me
The problem is pavucontrol works, but when I turn down the volume below 100% and then try to turn it back up it won't go beyond 100%. Now that is the problem I am trying to solve.
– b-ak
May 13 '18 at 9:02
add a comment |
You can install pavucontrol, it let's me tune up to 153% on Ubuntu Gnome 18.04. There is also a setting in dconf /com/ubuntu/sound
called 'allow-amplified-volume' but switching that true/false had no effect for me
The problem is pavucontrol works, but when I turn down the volume below 100% and then try to turn it back up it won't go beyond 100%. Now that is the problem I am trying to solve.
– b-ak
May 13 '18 at 9:02
add a comment |
You can install pavucontrol, it let's me tune up to 153% on Ubuntu Gnome 18.04. There is also a setting in dconf /com/ubuntu/sound
called 'allow-amplified-volume' but switching that true/false had no effect for me
You can install pavucontrol, it let's me tune up to 153% on Ubuntu Gnome 18.04. There is also a setting in dconf /com/ubuntu/sound
called 'allow-amplified-volume' but switching that true/false had no effect for me
answered May 11 '18 at 20:22
Dirk WernerDirk Werner
11
11
The problem is pavucontrol works, but when I turn down the volume below 100% and then try to turn it back up it won't go beyond 100%. Now that is the problem I am trying to solve.
– b-ak
May 13 '18 at 9:02
add a comment |
The problem is pavucontrol works, but when I turn down the volume below 100% and then try to turn it back up it won't go beyond 100%. Now that is the problem I am trying to solve.
– b-ak
May 13 '18 at 9:02
The problem is pavucontrol works, but when I turn down the volume below 100% and then try to turn it back up it won't go beyond 100%. Now that is the problem I am trying to solve.
– b-ak
May 13 '18 at 9:02
The problem is pavucontrol works, but when I turn down the volume below 100% and then try to turn it back up it won't go beyond 100%. Now that is the problem I am trying to solve.
– b-ak
May 13 '18 at 9:02
add a comment |
Ubuntu 18.10 (cosmic) adds this feature by default. It works very nice too.
add a comment |
Ubuntu 18.10 (cosmic) adds this feature by default. It works very nice too.
add a comment |
Ubuntu 18.10 (cosmic) adds this feature by default. It works very nice too.
Ubuntu 18.10 (cosmic) adds this feature by default. It works very nice too.
answered Dec 31 '18 at 20:30
b-akb-ak
2,05041930
2,05041930
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1032660%2fset-volume-to-150-permanently-and-map-volume-keys-from-0-150%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You can look into editing
/etc/pulse/default.pa
. I haven't used it before, so cannot offer any guidance.– xiota
May 7 '18 at 17:52