From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HPUX9-0006YC-5q for qemu-devel@nongnu.org; Thu, 08 Mar 2007 21:08:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HPUX7-0006Xy-Mw for qemu-devel@nongnu.org; Thu, 08 Mar 2007 21:08:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPUX7-0006Xv-GQ for qemu-devel@nongnu.org; Thu, 08 Mar 2007 21:08:37 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HPUWq-00044l-7o for qemu-devel@nongnu.org; Thu, 08 Mar 2007 21:08:20 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Patch: arm versatile video mode support Date: Fri, 9 Mar 2007 02:08:12 +0000 References: <1173404671.28414.1178523823@webmail.messagingengine.com> In-Reply-To: <1173404671.28414.1178523823@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703090208.14619.paul@codesourcery.com> Reply-To: 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 Cc: dmlist@openright.org > Perhaps someone has a more general or a better way of doing this. > Before this patch, the only ways I found to change the video mode of > qemu versatile was to > change the default clcd mode in the kernel code or change the clcd mode > in the qemu code. Use fbset. Paul