Results 1 to 4 of 4

Thread: Tip to Boost Sound on Laptop for Video Playback

  1. #1
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Tip to Boost Sound on Laptop for Video Playback

    This is really for ubuntu beginners although it might be of use to older users who have never come across this

    If you use a laptop [which I personally had never done until recently on Ubuntu] you will find the sound volume on dvd and video playback can be so low as to be quasi inaudible.

    Of course you could take a lead to a stereo or use speakers but often this is not feasible

    SO EASY WAY ROUND

    ● Use VLC as the player and boost sound there to 125% - this will already improve matters
    ● Install Pavucontrol
    Code:
    sudo apt-get install pavucontrol
    ● Open pavucontrol click on Playback and push volume cursor to maximum or to what you need this will surely be enough now

    see here >> http://s20.postimg.org/o4h2hvhqz/volume_boost_2.png]

    ● If you want to make this permanent do the boost on Output Device instead of Playback and leave it like that Your sound will be permanently boosted then control sound from players if playing music
    Last edited by shantiq; January 18th, 2015 at 09:20 AM.
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  2. #2
    Join Date
    Oct 2014
    Beans
    7

    Re: Tip to Boost Sound on Laptop for Video Playback

    Quote Originally Posted by shantiq View Post
    This is really for ubuntu beginners although it might be of use to older users who have never come across this

    ●●● If you want to make this permanent do the boost on Output Device instead of Playback and leave it like that Your sound will be permanently boosted then control sound from players if playing music
    This has never survived reboot for me (and I reboot daily). Please let me know how to make the audio boost on Output Deice stick if possible. Thanks.

  3. #3
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: Tip to Boost Sound on Laptop for Video Playback

    well GC i am using this on a Mac laptop with Ubuntu 14.04 and i am pretty sure it has not moved since i set it to maximum volume
    maybe it is different on a PC no doubt someone will come along with a permanent way to fix that for you ... i do not know where the changes are kept on the system as yet .... any of you learned chaps?


    EDIT


    looking around I found this might be of use [i have not tested it] if it remains after reload and there must be a way to make that constant

    You can do it using PulseAudio itself . If you have only one soundcard you may use pactl:
    Code:
    pactl set-sink-volume 0 +10%
    This makes the volume 10% up.
    If you want it 10% down:

    Code:
    pactl set-sink-volume 0 -- -10%
    If you need to rock the entire place:
    Code:
    pactl set-sink-volume 0 150%


    EDIT 2

    to do with pavucontrol settings remaining after a reboot i tested it on my PC and it remained even on one specific player [vlc] so maybe it is meant to remain once set; something might be resetting your setup which should not and again sorry no clue as to what ...
    Last edited by shantiq; January 19th, 2015 at 05:44 PM.
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  4. #4
    Join Date
    Oct 2014
    Beans
    7

    Re: Tip to Boost Sound on Laptop for Video Playback

    thanks shantiq "pactl set-sink-volume 0 +x%" survives reboot!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •