Re: [Qemu-devel] VNC cross-endian failures

2006-05-12 Thread Anthony Liguori
Troy Benjegerdes wrote: The VNC protocol says the server is is supposed to send the data in the format the client wants, however the current implementation sends vnc data in the server native format. What is the best way to fix this? Using -bgr is not right since that will mess up same-endian cl

Re: [Qemu-devel] VNC cross-endian failures

2006-05-12 Thread Ben Taylor
Troy Benjegerdes <[EMAIL PROTECTED]> wrote: > Much better. > > I did have one bogon after running xvncview on a big-endian host, > closing it, then starting it on a little-endian host that resulted in > this from realvnc: > > Rect too big: 24832x33024 at 8448,16640 exceeds 640x480 > main:

Re: [Qemu-devel] VNC cross-endian failures

2006-05-12 Thread Troy Benjegerdes
On Fri, May 12, 2006 at 07:08:31PM -0500, Troy Benjegerdes wrote: > Much better. > > I did have one bogon after running xvncview on a big-endian host, > closing it, then starting it on a little-endian host that resulted in > this from realvnc: > > Rect too big: 24832x33024 at 8448,16640 exceeds 6

Re: [Qemu-devel] VNC cross-endian failures

2006-05-12 Thread Troy Benjegerdes
Much better. I did have one bogon after running xvncview on a big-endian host, closing it, then starting it on a little-endian host that resulted in this from realvnc: Rect too big: 24832x33024 at 8448,16640 exceeds 640x480 main:Rect too big On Sat, May 13, 2006 at 01:02:47AM +0200,

Re: [Qemu-devel] VNC cross-endian failures

2006-05-12 Thread Fabrice Bellard
Troy Benjegerdes wrote: The VNC protocol says the server is is supposed to send the data in the format the client wants, however the current implementation sends vnc data in the server native format. What is the best way to fix this? Using -bgr is not right since that will mess up same-endian cl

Re: [Qemu-devel] VNC cross-endian failures

2006-05-12 Thread Fabrice Bellard
Troy Benjegerdes wrote: The VNC protocol says the server is is supposed to send the data in the format the client wants, however the current implementation sends vnc data in the server native format. What is the best way to fix this? Using -bgr is not right since that will mess up same-endian cl

[Qemu-devel] VNC cross-endian failures

2006-05-12 Thread Troy Benjegerdes
The VNC protocol says the server is is supposed to send the data in the format the client wants, however the current implementation sends vnc data in the server native format. What is the best way to fix this? Using -bgr is not right since that will mess up same-endian clients. _