You are not logged in.
Pages: 1
I am running XFCE with my Arch 0.7.1, and don't want to use something like KMix as my graphical mixer. I find the command line aumix not all the useful; I am looking for a good GUI Mixer. Any recommendations? For now, I have literally copied a binary of qamix from my old SuSE system, and it does run. However, I would like to find a supported Arch GUI mixer that doesn't rely on KDE or Gnome if such a thing exists. Any recommendations? Thanks!
Cast off the Microsoft shackles Jan 2005
Offline
aumix, you should recompile it yourself for enabling gtk client
edit: you should use abs for that (check out wiki entry)
Offline
I use alsamixer - it's curses so it depends on your definition of GUI but it works well
Offline
perhaps you have a keyboard with some multimedia keys (including vol up/down) and i'm sure that xcfe has a "key manager" where you can set up the keys work as follows:
XF86AudioRaiseVolume :ExecCommand amixer -c AudioPCI set Master Playback Volume 1+
I use that with fluxbox and it's very nice
Offline
I took pressh's suggestion and got the aumix package. After much dickering around trying to figure out how to get it to build the gui version instead of the curses version, I was successful, and now have a shiny new gui aumix running on my system.
For future reference for anyone reading this, to get the gui version to build (Arch comes with the curses version), download the source from the aumix home page, and do the ~/.configure. At this point, edit the Makefile and around line 73 or so, you will see a line that says:
GT_YES=#YES#
Edit that so that it says
GT_YES=YES
and then carry on with the make. Once you are done, you can decide for yourself whether you want to do the "make install" or not. If you proceed with the "make install" you will overwrite the aumix that came with Arch, which may or may not be an issue for you. For me, I thought it would be good to have BOTH the curses and GUI versions, so I renamed the aumix executable I had just built to gaumix, and stuck into my personal bin dir, which I have added to PATH. Now I have both versions available to me.
Cast off the Microsoft shackles Jan 2005
Offline
For future reference for anyone reading this, to get the gui version to build (Arch comes with the curses version), download the source from the aumix home page, and do the ~/.configure. At this point, edit the Makefile and around line 73 or so, you will see a line that says:
GT_YES=#YES#
Edit that so that it says
GT_YES=YES
and then carry on with the make. Once you are done, you can decide for yourself whether you want to do the "make install" or not. If you proceed with the "make install" you will overwrite the aumix that came with Arch, which may or may not be an issue for you. For me, I thought it would be good to have BOTH the curses and GUI versions, so I renamed the aumix executable I had just built to gaumix, and stuck into my personal bin dir, which I have added to PATH. Now I have both versions available to me.
This is unneeded complication. In the PKGBUILD from abs, change the line
./configure --prefix=/usr --without-alsa --without-gtk --without-gtk1
to
./configure --prefix=/usr --without-alsa --with-gtk
After installation,
For gtk GUI: $ aumix
For ncurses GUI: $ xaumix
Offline
Running xfce ... looking for non-KNOME gui mixer ...
You do know about xfce4-mixer, right?
Offline
Running xfce ... looking for non-KNOME gui mixer ...
You do know about xfce4-mixer, right?
man, if I would be running xfce that mixer would be way too big to fit on my screen :shock:
Offline
It's configurable ....
Offline
It's configurable ....
ah okay, that looks a bit smaller indeed. With a good gtk2 theme it could even look quite good, although not as good as aumix in my opinion.
Offline
Well, yes I am aware that there is an XFCE4 mixer, but the window is always COMPLETELY empty when I open it - not sure what the problem is. I put the mixer on my panel, and its volume bar does show the correct volume, but if I click the mixer icon, I get a completely blank window. I just assumed it didn't work. Apparently it does! Can anyone suggest any reasons why the window might be blank? aumix and gamix and alsamix *all* show the expected stuff, and work as expected. Why not XFCE4-mixer?
Cast off the Microsoft shackles Jan 2005
Offline
OK, solved my own problem... but created a new one.
I right clicked the icon on the panel for the XFCE4 mixer and selected "Properties". XFCE4-mixer will still set on "Default". When I selected the right mixer, voila! I had the sort of screen that I have seen in this thread.
But, XFCE4 takes quite a long time to draw the mixer, and it flashes (refreshes?) the entire display several times while doing it. Its a good looking mixer, with all the needed controls, but it is pretty much too slow and too annoying to use. In additions, the "Options" selection on the File menu doesn't seem to do anything, although it also takes a long time to not do it, and refreshes the screen several times in the process.
Any ideas? Thanks!
Cast off the Microsoft shackles Jan 2005
Offline
I had the same problem here (see this post: xfce4-mixer window is blank) and haven't been able to figure it out. I noticed the same non-functionality of changing things in options menu directly. Perhap's I'll try your panel idea tonight when I get home and see if I run into the same problems.
NOTE: We should probably continue this conversation over in the other thread...
Offline
In case there's still an interest in this matter, I just found this: http://volumecontrol.sourceforge.net/
Didn't tried it though.
Offline
I am running XFCE with my Arch 0.7.1, and don't want to use something like KMix as my graphical mixer. I find the command line aumix not all the useful; I am looking for a good GUI Mixer. Any recommendations? For now, I have literally copied a binary of qamix from my old SuSE system, and it does run. However, I would like to find a supported Arch GUI mixer that doesn't rely on KDE or Gnome if such a thing exists. Any recommendations? Thanks!
ossxmix
Offline
Snowman, thanks. VolumeControl looks interesting. At this point, I have qamix, aumix-GUI and XFCE-mixer all running, but I am always on the hunt for light and fast alternatives. VolumeControl looks like another of those GTK-only sorts of apps that I love so much - they load SO quickly and work SO well. I will try it out and report back.
Cast off the Microsoft shackles Jan 2005
Offline
OK, I downloaded the source, built volumecontrol and tried it out. Simple, fast and effective. Quite a plain user interface, and not many options, but it does the trick. All things considered though, I prefer qamix. It is the best one I have found so far. My 2 cents! Thanks again for pointing it out!
Cast off the Microsoft shackles Jan 2005
Offline
Pages: 1