From owner-freebsd-emulation@FreeBSD.ORG Thu Nov 3 03:33:48 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 303BB16A41F for ; Thu, 3 Nov 2005 03:33:48 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F8843D48 for ; Thu, 3 Nov 2005 03:33:47 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i17so1819wra for ; Wed, 02 Nov 2005 19:33:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=J9ajFt7iXpkpCMFkh6e06/ueM/iOq673UYArFyQnOxBFg5+h7+L4TbOf9yyvnVhWY6ggWAtZkQGdm/t7JWuHzIgYIFeyX6jzjMppFT0RIUd/Vb76+fJs0NiB9tx0HosRpZEeWajhLS3yieWilfnybbFIwePULray8eNBiQfScaA= Received: by 10.54.131.10 with SMTP id e10mr221924wrd; Wed, 02 Nov 2005 19:33:46 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 13sm1268496wrl.2005.11.02.19.33.46; Wed, 02 Nov 2005 19:33:46 -0800 (PST) From: "Michael C. Shultz" To: Juergen Lock Date: Wed, 2 Nov 2005 18:47:32 -0800 User-Agent: KMail/1.8.2 References: <200511021946.jA2JkXee008760@saturn.kn-bremen.de> In-Reply-To: <200511021946.jA2JkXee008760@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511021847.33997.ringworm01@gmail.com> Cc: freebsd-emulation@freebsd.org Subject: Re: qemu Could not initialize SDL - exiting X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 03:33:48 -0000 On Wednesday 02 November 2005 11:46, Juergen Lock wrote: > In article <200510311602.15318.ringworm01@gmail.com> you write: > >Is there a trick to geting sdl to initialize? I always get: > > > >"Could not initialize SDL - exiting" > > > >when trying to start qemu. The only thing I found with google was trying: > > > > xhost + and that did not help. Could it b my video hardware? > > Hmm. Maybe sdl wants some extension that your xserver doesnt support... > But maybe its something else entirely. ktrace'ing might tell whats wrong. Recompiling my kernel with ktrace support now. When I have an output file do you mind helping me interpret it? thanks, -Mike