[19046] in Athena Bugs
Re: Fix for mpg123ctl volume on Linux
daemon@ATHENA.MIT.EDU (t. belton)
Mon Jul 23 14:08:43 2001
Date: Mon, 23 Jul 2001 14:08:41 -0400 (EDT)
From: "t. belton" <tbelton@MIT.EDU>
To: "Christopher D. Beland" <beland@mit.edu>
cc: <bug-infoagents@mit.edu>
In-Reply-To: <200107222325.TAA39139@whack-a-mole.mit.edu>
Message-ID: <Pine.GSO.4.30L.0107231408250.23297-100000@iphigenia.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Can do. Will implement today or tomorrow.
On Sun, 22 Jul 2001, Christopher D. Beland wrote:
>
> Volume control from mpg123ctl doesn't work on Linux because there's no
> volume program defined. I think that this would be fixed by after the
> following section:
>
> ---
>
> # platform configuration -- set to the audio control program, e.g.
> # audiocontrol on Solaris, audiopanel on IRIX.
> if {[file exists /usr/sbin/audiopanel]} {
> set audiocontrol /usr/sbin/audiopanel
> } elseif {[file exists /usr/openwin/bin/audiocontrol]} {
> set audiocontrol /usr/openwin/bin/audiocontrol
>
> ---
>
> Adding the following lines:
>
> ---
>
> } elseif {[file exists /usr/X11R6/bin/xmixer]} {
> set audiocontrol /usr/X11R6/bin/xmixer
>
>
> ===============================================================
> Christopher Beland - http://web.mit.edu/beland/www/contact.html
> MIT STS/Course 6 (EECS) - MIT Athena User Interface Project
> The Talk of MIT ** http://web.mit.edu/beland/talk/talk.html
> ===============================================================
>