From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-March/012779.html | 102 ++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-March/012779.html (limited to 'zarb-ml/mageia-dev/2012-March/012779.html') diff --git a/zarb-ml/mageia-dev/2012-March/012779.html b/zarb-ml/mageia-dev/2012-March/012779.html new file mode 100644 index 000000000..6b8c1b39d --- /dev/null +++ b/zarb-ml/mageia-dev/2012-March/012779.html @@ -0,0 +1,102 @@ + + + + [Mageia-dev] soundwrapper + + + + + + + + + +

[Mageia-dev] soundwrapper

+ Colin Guthrie + mageia at colin.guthr.ie +
+ Wed Mar 7 22:57:40 CET 2012 +

+
+ +
'Twas brillig, and zezinho at 06/03/12 20:49 did gyre and gimble:
+> Le mardi 6 mars 2012 21:41:10, Thierry Vignaud a écrit :
+>> On 6 March 2012 18:53, Colin Guthrie <mageia at colin.guthr.ie> wrote:
+>>>> Is there a simple way to check if a game uses alsa-oss modules ?
+>>>
+>>> You can tell if an application uses oss by doing:
+>>>  sudo fuser -v /dev/dsp
+>>
+>> You don't need to be root in order to do that:
+>> /sbin/fuser -v /dev/dsp
+> 
+> Thanks guys. So far only clanbomber needs soundwrapper, I am cleaning all 
+> other specs.
+
+Be careful with this test, as the games might not always have /dev/dsp
+open (i.e. they may only use it periodically).
+
+Also, there could be problems with e.g. mmap where they might open the
+device and then fail to use mmap in which case they close it again.
+
+So try not to rely on this test only.
+
+Also if the open calls have been hijacked (i.e. soundwrapper has been
+used and is doing it's job correctly) it will likely not show up.
+
+So when testing make sure you do NOT use soundwrapper before doing your
+test.
+
+Col
+
+-- 
+
+Colin Guthrie
+colin(at)mageia.org
+http://colin.guthr.ie/
+
+Day Job:
+  Tribalogic Limited http://www.tribalogic.net/
+Open Source:
+  Mageia Contributor http://www.mageia.org/
+  PulseAudio Hacker http://www.pulseaudio.org/
+  Trac Hacker http://trac.edgewall.org/
+
+ + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1