If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Download StepMania for free. StepMania is a music/rhythm game. The player presses different buttons in time to the music and to note patterns that scroll across the screen.
Killed
desktop:~/StepMania-3.9$
</CODE>
I'm running the nvidia-glx driver on a Geforce 420MX. WTF?
I used an SB Live on Linux with ALSA for several years back in 2000... so support has been there a long time.
I always compiled my own kernel and modules though. Make sure you have all the necessary modules in your autoload. You also don't have to reboot everytime just use modprobe to load/unload modules.
I used an SB Live on Linux with ALSA for several years back in 2000... so support has been there a long time.
I always compiled my own kernel and modules though. Make sure you have all the necessary modules in your autoload. You also don't have to reboot everytime just use modprobe to load/unload modules.
Well, it seems at this point that I'm having an OGL driver issue or something. Check out the post above with the message output.
I'm having problems getting sound to work in Linux with KDE
KDE is a desktop environment; ALSA and OSS are sound systems. KDE has its own sound layer, but we don't use it--we use the system interface.
Now, some people might have some difficulty getting StepMania and KDE's sound to both run at once: StepMania plays sounds directly to the hardware (hw:0), and not through the default interface (default), since going through dmix has traditionally caused problems. That means that if your hardware doesn't support hardware mixing, only one or the other can play at once, and KDE might be one of those "keep audio open all the time" apps. You can override this by setting "SoundDevice=default" in StepMania.ini, to see if it works properly now.
If the above doesn't help, kill the "artsd" process (which is the KDE sound layer). You can also run the program, prefixing it with "artsdsp" which redirects accesses to the system sound through the arts layer.
Comment