From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVlRv-0007BT-18 for qemu-devel@nongnu.org; Mon, 26 Mar 2007 05:25:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVlRt-000753-9Q for qemu-devel@nongnu.org; Mon, 26 Mar 2007 05:25:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVlRt-00074V-5X for qemu-devel@nongnu.org; Mon, 26 Mar 2007 04:25:09 -0500 Received: from wx-out-0506.google.com ([66.249.82.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HVlPe-0006sT-MY for qemu-devel@nongnu.org; Mon, 26 Mar 2007 05:22:50 -0400 Received: by wx-out-0506.google.com with SMTP id i30so3058752wxd for ; Mon, 26 Mar 2007 02:22:50 -0700 (PDT) Message-ID: <9a158e2e0703260222r2468bb74x4a39e2a22a843695@mail.gmail.com> Date: Mon, 26 Mar 2007 02:22:50 -0700 From: "Kyle Hubert" Subject: Re: [Qemu-devel] QEMU + -std-vga + XFree86 In-Reply-To: <46d6db660703260153paeff2cak8ec0b9092d2180@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> <46d6db660703260153paeff2cak8ec0b9092d2180@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 To let the list know, I don't know if I follow this, but, it turns out if I build vgabios 0.6a locally I can get this to work. I have to use the "fbdev" device driver in XFree86, but it works. Also, when I build the new vgabios.bin, it turns out I have to specify the "-L" command line option for QEMU, or else it doesn't pick up the vgabios.bin installed on the system. I noticed the cirrus driver specifies 8MB of vram, but if you run the vesa driver on top of it, you get a report of 4MB or vram. Who is in charge of the vgabios released with QEMU? I think it's time for a refresh. -Kyle