From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVdM3-0003Bd-6D for qemu-devel@nongnu.org; Sun, 25 Mar 2007 20:46:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVdM1-00038L-D5 for qemu-devel@nongnu.org; Sun, 25 Mar 2007 20:46:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVdM1-00038D-BB for qemu-devel@nongnu.org; Sun, 25 Mar 2007 19:46:33 -0500 Received: from eastrmmtao105.cox.net ([68.230.240.47]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HVdJp-0001WZ-6V for qemu-devel@nongnu.org; Sun, 25 Mar 2007 20:44:17 -0400 Message-ID: <21204173.1174869855590.JavaMail.root@eastrmwml08.mgt.cox.net> Date: Sun, 25 Mar 2007 20:44:15 -0400 From: Ben Taylor Subject: Re: [Qemu-devel] QEMU + -std-vga + XFree86 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Reply-To: sol10x86@cox.net, 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 ---- Anthony Liguori wrote: > Kyle Hubert wrote: > > Hi, I'm working with QEMU on an XFree86 machine. I was desirous of > > having 1600x1200 working in the virtual machine, so I looked at using > > the -std-vga option with the "vesa" X driver. > > You probably have to increase your hsync and vrefresh ranges. yeah, except for the 640x480 reports not enough memory.... > > Regards, > > Anthony Liguori > > > While initializing X, I get the following: > > > > (II) VESA(0): Primary V_BIOS segment is: 0xc000 > > (II) VESA(0): VESA BIOS detected > > (II) VESA(0): VESA VBE Version 0.0 > > (II) VESA(0): VESA VBE Total Mem: 0 kB > > (II) VESA(0): VESA VBE OEM: ^A > > > > The log continues on to say: > > > > (II) VESA(0): Total Memory: 0 64KB banks (0kB) > > (II) VESA(0): Generic Monitor: Using hsync range of 28.00-51.00 kHz > > (II) VESA(0): Generic Monitor: Using vrefresh range of 43.00-60.00 Hz > > (II) VESA(0): Not using mode "1600x1200" (no mode of this name) > > (II) VESA(0): Not using mode "1280x1024" (no mode of this name) > > (II) VESA(0): Not using mode "1024x768" (no mode of this name) > > (II) VESA(0): Not using mode "800x600" (no mode of this name) > > (II) VESA(0): Not using built-in mode "640x480" (insufficient memory > > given virtual size) > > > > I'm not positive this is my problem, but it looks like it isn't > > reporting the vram size correctly, does this sound correct? > > > > Thanks for the time. > > > > -Kyle > > > > > > > > >