From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fohj5-0001y6-JG for qemu-devel@nongnu.org; Fri, 09 Jun 2006 10:12:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fohiy-0001tk-Mc for qemu-devel@nongnu.org; Fri, 09 Jun 2006 10:12:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fohiy-0001th-GB for qemu-devel@nongnu.org; Fri, 09 Jun 2006 10:12:32 -0400 Received: from [81.103.221.49] (helo=mtaout03-winn.ispmail.ntl.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fohr0-00087K-Az for qemu-devel@nongnu.org; Fri, 09 Jun 2006 10:20:51 -0400 Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com with ESMTP id <20060609141211.GQLG27969.mtaout03-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com> for ; Fri, 9 Jun 2006 15:12:11 +0100 Received: from suse10.valgrind.org ([82.21.96.252]) by aamtaout01-winn.ispmail.ntl.com with ESMTP id <20060609141211.UTUJ19763.aamtaout01-winn.ispmail.ntl.com@suse10.valgrind.org> for ; Fri, 9 Jun 2006 15:12:11 +0100 From: Julian Seward Subject: Re: [Qemu-devel] getting the 5446 in 1152x864 mode Date: Fri, 9 Jun 2006 15:12:07 +0100 References: <33362548.1149643887057.JavaMail.root@eastrmwml04.mgt.cox.net> <200606071249.55022.jseward@acm.org> In-Reply-To: <200606071249.55022.jseward@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606091512.07409.jseward@acm.org> 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 Wednesday 07 June 2006 12:49, Julian Seward wrote: > > On Wednesday 07 June 2006 02:31, Ben Taylor wrote: > > I've been able to get 1152x864 out of the Solaris Xorg gdm5446 driver > > so there must be something else that's causing you problems. I think > > I've gotten win98se to do it as well. > > Thanks for the confirmation. So, I re-tried (extensively) to get > 1152x864. 1152x864 doesn't work in WinXP either, and I am also still getting 'invisible wall' mouse problems. I wonder if my build is broken; but I'm not sure how. It's a clean build of cvs from two days ago, using gcc 3.4.3 on SuSE 10 (x86). The only change I made is to increase the translation cache size. J $ cvs diff -rHEAD Index: exec-all.h =================================================================== RCS file: /sources/qemu/qemu/exec-all.h,v retrieving revision 1.47 diff -r1.47 exec-all.h 140c140 < #define CODE_GEN_BUFFER_SIZE (16 * 1024 * 1024) --- > #define CODE_GEN_BUFFER_SIZE (64 * 1024 * 1024) 149c149 < #define CODE_GEN_AVG_BLOCK_SIZE 128 --- > #define CODE_GEN_AVG_BLOCK_SIZE 256 //128