From: "Heike C. Zimmerer" <nospam05q1@gmx.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: Windows XP SP2 and qemu 0.6.2
Date: Thu, 24 Feb 2005 01:34:11 +0100 [thread overview]
Message-ID: <cvj77o$t8c$1@sea.gmane.org> (raw)
In-Reply-To: 20050223191357.GA3844@jbrown.mylinuxbox.org
[-- Attachment #1: Type: text/plain, Size: 1178 bytes --]
"Jim C. Brown" <jma5@umd.edu> writes:
> On Wed, Feb 23, 2005 at 07:08:12PM +0100, Martin Moeller wrote:
>> Fredag den 18. februar 2005 13:29 skrev Heike C. Zimmerer:
>> >[...]
>> > One smaller problem: I'm using Gnome and thus esd for sound output. I
>> > can get no output while esd is running. If I'm trying the fmod
>> > library, there is some sound, but it is garbled. Has anybody tried to
>> > get sound using esd work?
>> >
>> Just wondering: Have you tried esddsp qemu -hda ... ?
>> It works (or used to) quite well for rdesktop, for instance.
>>
>> /Martin.
>
> This doesnt seem to work with the default OSS sound driver. You'll
> probably have to use the SDL audio driver to make this work.
Yes, that's been my idea too when I had a closer look at the problem.
The qemu configure script however enables OSS for Linux hosts.
I include a (very small) simple patch to add a --disable-oss option to
configure. Also, libsdl in a version matching the sound daemon (esd
for GNOME, aRts for KDE) must have been installed. This works for
small sound samples like the Windows and GNOME system sounds. I'm
getting dropouts with samples longer than a few seconds. YMMV.
[-- Attachment #2: qemu/configure: add --disable-oss --]
[-- Type: text/plain, Size: 335 bytes --]
--- qemu-snapshot-2005-02-22_23.orig/configure 2005-02-19 18:24:28.000000000 +0100
+++ qemu-snapshot-2005-02-22_23/configure 2005-02-24 01:26:36.381634648 +0100
@@ -177,7 +177,9 @@
--disable-kqemu) kqemu="no"
;;
--kernel-path=*) kernel_path=${opt#--kernel-path=}
- ;;
+ ;;
+ --disable-oss) oss="no"
+ ;;
esac
done
next prev parent reply other threads:[~2005-02-24 0:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-16 23:32 [Qemu-devel] Windows XP SP2 and qemu 0.6.2 Damien "tuX" Thebault
2005-02-18 9:44 ` Jan Dittmer
2005-02-18 12:29 ` [Qemu-devel] " Heike C. Zimmerer
2005-02-18 17:45 ` Jan Dittmer
2005-02-23 18:08 ` Martin Moeller
2005-02-23 19:13 ` Jim C. Brown
2005-02-24 0:34 ` Heike C. Zimmerer [this message]
2005-02-24 2:57 ` Jim C. Brown
2005-02-24 8:57 ` Heike C. Zimmerer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='cvj77o$t8c$1@sea.gmane.org' \
--to=nospam05q1@gmx.net \
--cc=hcz@hczim.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).