From: "Jim C. Brown" <jma5@umd.edu>
To: bobb@absamail.co.za, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] re: svga_helper
Date: Sun, 10 Jul 2005 14:03:07 -0400 [thread overview]
Message-ID: <20050710180307.GA21819@jbrown.mylinuxbox.org> (raw)
In-Reply-To: <200507101643.54667.bobb@absamail.co.za>
On Sun, Jul 10, 2005 at 04:43:54PM +0000, Bob Barry wrote:
> That sounds spot on. But it doesn't work. The cause of the problem was updating
> all packages (Gentoo "emerge world") which wiped my qemu-friendly sdl. I've
> tried installing sdl-1.2.7 and sdl-1.2.8, with both the Gentoo installer and by
> "./configure, make, make install", with x specifically enabled. When I try to run qemu
> after compiling sdl with svgalib disabled, it complains "can't start sdl, exiting". When I
> try to run qemu after compiling sdl with svgalib enabled, it complains "can't find svgalib-helper".
> It never recognizes the availability of X. But after every compile of sdl, both with and
> without svgalib enabled, I checked that applications in the SDL-1.2.8/test directory would
> run - and they always use X and run beautifully. It seems like something in the qemu
> "SDL-starter" is demanding svgalib.
>
> Suggestions would be appreciated.
>
> Thanks,
>
> Bob Barry
>
Sounds similar to an issue I've heard where those trying to get SDL to work
with the framebuffer cant because SDL demands X11.
I recommend compiling SDL w/o svgalib support, and then modifying sdl.c
to report the error. Specificly, change sdl_display_init so this line
fprintf(stderr, "Could not initialize SDL - exiting\n");
becomes this line
fprintf(stderr, "Could not initialize SDL - %s\n", SDL_GetError());
--
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.
next prev parent reply other threads:[~2005-07-10 18:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-10 16:43 [Qemu-devel] re: svga_helper Bob Barry
2005-07-10 18:03 ` Jim C. Brown [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-07-05 17:42 Bob Barry
2005-07-05 20:09 ` Jim C. Brown
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=20050710180307.GA21819@jbrown.mylinuxbox.org \
--to=jma5@umd.edu \
--cc=bobb@absamail.co.za \
--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).