qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu vnc.c vnchextile.h
@ 2006-05-14 18:11 Fabrice Bellard
  2006-05-16 15:27 ` Troy Benjegerdes
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrice Bellard @ 2006-05-14 18:11 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	06/05/14 18:11:49

Modified files:
	.              : vnc.c vnchextile.h 

Log message:
	support for all VNC pixel formats

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/vnc.c.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/vnchextile.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] qemu vnc.c vnchextile.h
  2006-05-14 18:11 [Qemu-devel] qemu vnc.c vnchextile.h Fabrice Bellard
@ 2006-05-16 15:27 ` Troy Benjegerdes
  2006-05-16 16:33   ` Troy Benjegerdes
  2006-05-16 18:28   ` Anthony Liguori
  0 siblings, 2 replies; 5+ messages in thread
From: Troy Benjegerdes @ 2006-05-16 15:27 UTC (permalink / raw)
  To: qemu-devel

On Sun, May 14, 2006 at 06:11:50PM +0000, Fabrice Bellard wrote:
> CVSROOT:	/sources/qemu
> Module name:	qemu
> Branch: 	
> Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	06/05/14 18:11:49
> 
> Modified files:
> 	.              : vnc.c vnchextile.h 
> 
> Log message:
> 	support for all VNC pixel formats

Chicken of the vnc on MacOS X 

http://sourceforge.net/projects/cotvnc/

seems to have some issues with hextile encoding with a linux-x86-64 host
system running qemu. Xvncviewer on a big-endian PPC system works just
find though.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] qemu vnc.c vnchextile.h
  2006-05-16 15:27 ` Troy Benjegerdes
@ 2006-05-16 16:33   ` Troy Benjegerdes
  2006-05-16 18:28   ` Anthony Liguori
  1 sibling, 0 replies; 5+ messages in thread
From: Troy Benjegerdes @ 2006-05-16 16:33 UTC (permalink / raw)
  To: qemu-devel

> > Modified files:
> > 	.              : vnc.c vnchextile.h 
> > 
> > Log message:
> > 	support for all VNC pixel formats
> 
> Chicken of the vnc on MacOS X 
> 
> http://sourceforge.net/projects/cotvnc/
> 
> seems to have some issues with hextile encoding with a linux-x86-64 host
> system running qemu. Xvncviewer on a big-endian PPC system works just
> find though.

I have ethereal output from this, although it makes little sense since
there does not seem to be a decent VNC protocol dissector available.

Please contact me directly if you enjoy wading through VNC logs..

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] qemu vnc.c vnchextile.h
  2006-05-16 15:27 ` Troy Benjegerdes
  2006-05-16 16:33   ` Troy Benjegerdes
@ 2006-05-16 18:28   ` Anthony Liguori
  2006-05-16 21:36     ` Troy Benjegerdes
  1 sibling, 1 reply; 5+ messages in thread
From: Anthony Liguori @ 2006-05-16 18:28 UTC (permalink / raw)
  To: qemu-devel

Troy Benjegerdes wrote:
> On Sun, May 14, 2006 at 06:11:50PM +0000, Fabrice Bellard wrote:
>   
>> CVSROOT:	/sources/qemu
>> Module name:	qemu
>> Branch: 	
>> Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	06/05/14 18:11:49
>>
>> Modified files:
>> 	.              : vnc.c vnchextile.h 
>>
>> Log message:
>> 	support for all VNC pixel formats
>>     
>
> Chicken of the vnc on MacOS X 
>
> http://sourceforge.net/projects/cotvnc/
>   

Can you provide a bit more info on what you mean by troubles?

Regards,

Anthony Liguori

> seems to have some issues with hextile encoding with a linux-x86-64 host
> system running qemu. Xvncviewer on a big-endian PPC system works just
> find though.
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>   

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] qemu vnc.c vnchextile.h
  2006-05-16 18:28   ` Anthony Liguori
@ 2006-05-16 21:36     ` Troy Benjegerdes
  0 siblings, 0 replies; 5+ messages in thread
From: Troy Benjegerdes @ 2006-05-16 21:36 UTC (permalink / raw)
  To: qemu-devel

> >Chicken of the vnc on MacOS X 
> >
> >http://sourceforge.net/projects/cotvnc/
> >  
> 
> Can you provide a bit more info on what you mean by troubles?
> 
> Regards,
> 
> Anthony Liguori

I found a wonderfull little tool called 'rfbproxy'. It, and saved
sessions of the bogus behavior with chickenofthevnc are at:

http://scl.ameslab.gov/~troy/qemu

Also, can I make a feature request that 

'info vnc' 

in the qemu monitor return all the appropriate connection information,
including bit depth, encoding, etc?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-05-16 21:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-14 18:11 [Qemu-devel] qemu vnc.c vnchextile.h Fabrice Bellard
2006-05-16 15:27 ` Troy Benjegerdes
2006-05-16 16:33   ` Troy Benjegerdes
2006-05-16 18:28   ` Anthony Liguori
2006-05-16 21:36     ` Troy Benjegerdes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).