From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVkzh-0007Ix-Bq for qemu-devel@nongnu.org; Mon, 26 Mar 2007 04:56:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVkzf-0007Ii-1Z for qemu-devel@nongnu.org; Mon, 26 Mar 2007 04:56:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVkze-0007If-Rk for qemu-devel@nongnu.org; Mon, 26 Mar 2007 03:55:58 -0500 Received: from wx-out-0506.google.com ([66.249.82.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HVkxQ-0003Yo-FU for qemu-devel@nongnu.org; Mon, 26 Mar 2007 04:53:40 -0400 Received: by wx-out-0506.google.com with SMTP id i30so3050524wxd for ; Mon, 26 Mar 2007 01:53:40 -0700 (PDT) Message-ID: <46d6db660703260153paeff2cak8ec0b9092d2180@mail.gmail.com> Date: Mon, 26 Mar 2007 10:53:38 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] QEMU + -std-vga + XFree86 In-Reply-To: <9a158e2e0703260132u673c6048oa33ae0b0cbd71a5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9a158e2e0703251636p2209eed0u5e1b8f736343a8e6@mail.gmail.com> <46d6db660703252337u60c66342n9927165f4ca15dd8@mail.gmail.com> <9a158e2e0703260012y66ea83afmfca69400070844f3@mail.gmail.com> <46d6db660703260040r47bc25f3q9d945df9ed4bc6a9@mail.gmail.com> <9a158e2e0703260132u673c6048oa33ae0b0cbd71a5@mail.gmail.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 On 3/26/07, Kyle Hubert wrote: > I tried using the newer video appendage and it didn't seem to work. I > had to use the older vga=. I believe you are talking about the kernel > boot param, yes? yes. normally the vesafb-tng is supposed to address missing functions or resolutions of the current vesa present in the kernel. The cool feature is to be able to swap resolutions without rebooting, plus being able to get higher refresh rates than 60hz. > How about this for more information. The XFree86 VBE extension does > the following code: (...) for the rest of your email, that part is too obscure to me (I never went inside the bios itself: I'm doing more OS assembly and kernel compiling than doing active development of qemu). good luck! -- Christian