From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HvtXw-0006Qx-Gb for qemu-devel@nongnu.org; Wed, 06 Jun 2007 07:19:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvtXu-0006PG-S0 for qemu-devel@nongnu.org; Wed, 06 Jun 2007 07:19:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvtXu-0006PD-MT for qemu-devel@nongnu.org; Wed, 06 Jun 2007 07:19:22 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HvtXu-0003Er-CK for qemu-devel@nongnu.org; Wed, 06 Jun 2007 07:19:22 -0400 Date: Wed, 6 Jun 2007 12:19:17 +0100 Subject: Re: [Qemu-devel] mipsel support for graphic mode Message-ID: <20070606111916.GB18315@networkno.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yuval Mintz Cc: qemu-devel@nongnu.org Yuval Mintz wrote: > Yuval Mintz wrote: > >Hello, > >Can anyone tell me if there exist support for a graphical (e.g., when no > >?nographic is used) when using qemu to emulate a mips little-endian > >machine (malta)? > >I'm trying using both windows XP and linux as host machines, but I > >couldn't even use the most basic X usages. > >If it is not currently supported, what in what state of development does > >it stand? What is lacking to allow usage of a graphic mode? > > >I guess your Malta kernel lacks framebuffer support. > >http://people.debian.org/~ths/qemu/malta/ works for me. > > >Thiemo > > Let me give some more information: my kernel was constructed to support > framebuffers. I wrote a small program that opens the framebuffer, memcpy it > and tries to write to it. I manage to pass the opening part, but I recieve > the message that no device is found and so it is not a legal command. The > use of the described above vmlinux doesn't change that error messge. Then your program does something differently than the standard fb tools which come with Debian. Thiemo