Content-type: text/html Manpage of xtmix

xtmix

Section: User Commands (1)
Updated: 15 Jan 1998
Index Return to Main Contents
 

NAME

xtmix - X Windows (Xaw) interface to the Linux Sound Driver Mixer  

SYNOPSIS

xtmix [-option ... ]  

DESCRIPTION

xtmix is an interface to the mixer part of Linux's sound device driver.

The program shows left a few sliders controlling the input channels. Using the left mouse button, you can change the volume of these channels. Using the right mouse button you can control the right and the left channels seperately. There may be some channels not supporting stereo (e.g. MIC). The pictures beneath the sliders symbolize the devices connected to these channels.

The "LEDs" on top of some pictures indicate the recording source. This source can be changed by clicking on the desired picture.

On the right side there are some dial buttons controlling main volume, balance, bass and treble (the latter two not on all sound cards). They can be moved using the left mouse button.

To quit press "q" or use the delete function from your window manager (i.e. in most cases: double click the title bar's left button).

This mixer can be started with the -launch option to supply a "launch window". In this mode, only a small window containing the main volume control pops up. This control can be manipulated with the left mouse button. Pressing the right mouse button reveals the main mixer window, pressing it a second time hides it again. This launch window is meant to be swallowed by a window or desktop manager. The launcher window's name is "xtmix-launcher", this has to be specified in the window manager's configuration. See EXAMPLES for a configuration with fvwm.

This is a "KDE aware" application. If it detects a running KDE system, it uses its color scheme and also responds to color change requests. Swallowing the launch window in KDE is not recommended, because KDE blocks input to swallowed windows.

 

OPTIONS

xtmix understands all X toolkit options. Additionally, the following options can be set:
-dev <device>
this options allows to specify a mixer device other than /dev/mixer.
-nofilters
omits the treble and bass dials from the display. This may be useful for SB 16 Vibra owners, as these dials are detected, but not functional. See also EXAMPLES.
-launch
starts a launch window which can be swallowed by a window manager (e.g. fvwm).
-lbg <background color>
sets the launcher window's background.
-llabel <label>
prints a label on the launcher window.
-ignoreKDE
ignore the existence of the KDE system.

Specifying any other option will print a short usage summary as well as some compilation information.

 

X RESOURCES

All colors can be changed using resources. E.g.

XtMix*cd.slideColor: skyblue

produces a skyblue slider for the cd channel (yes, this looks really ugly).

You may use editres (1) to find out about the widget structure and the associated resources. The resources asociated with the mixer's options are mixerDevice, noFilters, launcher, launcherBackground, launcherLabel and ignoreKDE.

 

EXAMPLES

This is a line in my .fvwm2rc:

*FvwmButtons(Swallow xtmix-launcher "Exec xtmix -launch -lbg '#908090' &")

If you own a card where the bass/treble dials are not functional, put this line in your $HOME/.Xdefaults (or in the global app-defaults file):

XtMix*noFilters: True

 

BUGS

Please report bugs, misspelled documentation etc. to the author.

 

SEE ALSO

editres(1)

 

AUTHOR

Martin Denn <Martin.Denn@rhein-main.de>


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
X RESOURCES
EXAMPLES
BUGS
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 00:46:09 GMT, June 28, 2003