From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HPio2-00070J-Nj for qemu-devel@nongnu.org; Fri, 09 Mar 2007 12:23:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HPio0-000704-9X for qemu-devel@nongnu.org; Fri, 09 Mar 2007 12:23:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPio0-000701-3m for qemu-devel@nongnu.org; Fri, 09 Mar 2007 12:23:00 -0500 Received: from out5.smtp.messagingengine.com ([66.111.4.29]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HPine-0002rn-Is for qemu-devel@nongnu.org; Fri, 09 Mar 2007 12:22:38 -0500 Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 0E3881F6479 for ; Fri, 9 Mar 2007 12:22:38 -0500 (EST) Message-Id: <1173460958.5206.1178640161@webmail.messagingengine.com> From: dmlist@openright.org Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 References: <1173404671.28414.1178523823@webmail.messagingengine.com> <200703090208.14619.paul@codesourcery.com> Subject: Re: [Qemu-devel] Patch: arm versatile video mode support In-Reply-To: <200703090208.14619.paul@codesourcery.com> Date: Fri, 09 Mar 2007 09:22:38 -0800 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 Hi Paul, I wanted a way to change the resolution with a kernel argument. But vga= or video= didn't seem to have any effect. My qemu change is admittedly a hack, and a better fix would be to add video= support to the arm frame buffer support in the kernel. fbset is usually omitted on an embedded system, and I was trying not to add anything new to the rootfs. -Don On Fri, 9 Mar 2007 02:08:12 +0000, "Paul Brook" said: > > 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