From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Drf3n-0001JB-7o for qemu-devel@nongnu.org; Sun, 10 Jul 2005 12:53:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Drf3g-0001Fc-RY for qemu-devel@nongnu.org; Sun, 10 Jul 2005 12:53:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Drf3g-0001BV-F5 for qemu-devel@nongnu.org; Sun, 10 Jul 2005 12:53:36 -0400 Received: from [196.35.40.69] (helo=absamail.co.za) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Drf23-0005aF-BD for qemu-devel@nongnu.org; Sun, 10 Jul 2005 12:51:56 -0400 From: Bob Barry Date: Sun, 10 Jul 2005 16:43:54 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507101643.54667.bobb@absamail.co.za> Subject: [Qemu-devel] re: svga_helper Reply-To: bobb@absamail.co.za, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, 5 Jul 2005 16:09 Jim C. Brown wrote: > ...qemu still uses SDL. It does not support svgalib at all. > > However, SDL does support svgalib as an output device. Try getting a different > SDL and seeing what that does for you. Probably you want to recompile SDL and > tell it to support the X output render. 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