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


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to