Re: [Qemu-devel] vnc patch

2006-05-02 Thread Troy Benjegerdes
-usbdevice tablet emulates a absolute position USB HID device instead of
a PS/2 mouse, so there is no need for messy mouse calibration when using
VNC. It also allows you to get rid of the need to have the SDL version
'grab' the mouse.

On Sat, Apr 29, 2006 at 07:36:01PM +0200, Christian MICHON wrote:
 did I understand well ?
 
 1) there's a rework of the original vnc patch
 2) there are no problems of sync using the usb tablet
 
 what is this usb tablet stuff? do I really need a usb
 tablet connected to the host or this is yet another
 emulated hardware inside the qem guest ?
 
 If this is the case, it means the client OS must
 have the proper drivers, etc... I'm a bit lost.
 
 Christian
 
 On 4/29/06, Anthony Liguori [EMAIL PROTECTED] wrote:
 Lonnie Mendez wrote:
  Lonnie Mendez wrote:
 
There is another vnc patch by Anthony Liguori (same person involved
  with the tablet along with others).  From what I've heard it will
  reduce the bandwidth usage greatly.
 
Also, afaik this is still under development.  The source was posted
  on the irc channel a few days ago:
 
  http://www.cs.utexas.edu/users/aliguori/vnc.diff
 
 The mercurial tree is located at http://hg.codemonkey.ws/qemu-vnc  If
 you go to Manifest - Changeset you can download a static tarball if
 you're unfamiliar with mercurial.
 
 It's in a pretty good state now.  I don't think there's any significant
 bugs and all the features I plan on implementing for the first rev are
 there.  I'll have a patch ready for submission in a day or so.
 
 Regards,
 
 Anthony Liguori
 
  ___
  Qemu-devel mailing list
  Qemu-devel@nongnu.org
  http://lists.nongnu.org/mailman/listinfo/qemu-devel
 
 
 
 ___
 Qemu-devel mailing list
 Qemu-devel@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/qemu-devel
 
 
 
 ___
 Qemu-devel mailing list
 Qemu-devel@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/qemu-devel

-- 
--
Troy Benjegerdes'da hozer'[EMAIL PROTECTED]  

Somone asked me why I work on this free (http://www.fsf.org/philosophy/)
software stuff and not get a real job. Charles Shultz had the best answer:

Why do musicians compose symphonies and poets write poems? They do it
because life wouldn't have any meaning for them if they didn't. That's why
I draw cartoons. It's my life. -- Charles Shultz


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


Re: [Qemu-devel] vnc patch

2006-04-29 Thread Christian MICHON

did I understand well ?

1) there's a rework of the original vnc patch
2) there are no problems of sync using the usb tablet

what is this usb tablet stuff? do I really need a usb
tablet connected to the host or this is yet another
emulated hardware inside the qem guest ?

If this is the case, it means the client OS must
have the proper drivers, etc... I'm a bit lost.

Christian

On 4/29/06, Anthony Liguori [EMAIL PROTECTED] wrote:

Lonnie Mendez wrote:
 Lonnie Mendez wrote:

   There is another vnc patch by Anthony Liguori (same person involved
 with the tablet along with others).  From what I've heard it will
 reduce the bandwidth usage greatly.

   Also, afaik this is still under development.  The source was posted
 on the irc channel a few days ago:

 http://www.cs.utexas.edu/users/aliguori/vnc.diff

The mercurial tree is located at http://hg.codemonkey.ws/qemu-vnc  If
you go to Manifest - Changeset you can download a static tarball if
you're unfamiliar with mercurial.

It's in a pretty good state now.  I don't think there's any significant
bugs and all the features I plan on implementing for the first rev are
there.  I'll have a patch ready for submission in a day or so.

Regards,

Anthony Liguori

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



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




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


Re: [Qemu-devel] vnc patch

2006-04-28 Thread Christian Bourque

Eric, is it possible to tweak something to fix the mouse issue?
Because under w2k my mouse is completely out of sync...

I tried disabling mouse acceleration like I read on the list but that
didn't help...

Thanks

Christian


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


Re: [Qemu-devel] vnc patch

2006-04-28 Thread Lonnie Mendez

Christian Bourque wrote:


Eric, is it possible to tweak something to fix the mouse issue?
Because under w2k my mouse is completely out of sync...

I tried disabling mouse acceleration like I read on the list but that
didn't help...

  CVS has a usb tablet mouse that features absolute coordinate 
support.  This will eliminate the acceleration problem for guests with 
support.  Search the mailing list for more information.


  There is another vnc patch by Anthony Liguori (same person involved 
with the tablet along with others).  From what I've heard it will reduce 
the bandwidth usage greatly.



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


Re: [Qemu-devel] vnc patch

2006-04-28 Thread Lonnie Mendez

Lonnie Mendez wrote:

  There is another vnc patch by Anthony Liguori (same person involved 
with the tablet along with others).  From what I've heard it will 
reduce the bandwidth usage greatly.


  Also, afaik this is still under development.  The source was posted 
on the irc channel a few days ago:


http://www.cs.utexas.edu/users/aliguori/vnc.diff


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


Re: [Qemu-devel] vnc patch

2006-04-28 Thread Anthony Liguori

Lonnie Mendez wrote:

Lonnie Mendez wrote:

  There is another vnc patch by Anthony Liguori (same person involved 
with the tablet along with others).  From what I've heard it will 
reduce the bandwidth usage greatly.


  Also, afaik this is still under development.  The source was posted 
on the irc channel a few days ago:


http://www.cs.utexas.edu/users/aliguori/vnc.diff


The mercurial tree is located at http://hg.codemonkey.ws/qemu-vnc  If 
you go to Manifest - Changeset you can download a static tarball if 
you're unfamiliar with mercurial.


It's in a pretty good state now.  I don't think there's any significant 
bugs and all the features I plan on implementing for the first rev are 
there.  I'll have a patch ready for submission in a day or so.


Regards,

Anthony Liguori


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




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


[Qemu-devel] vnc patch

2006-04-27 Thread Christian Bourque
Hi!

Could someone post the last version of the vnc patch that applies
cleanly against current cvs version?

Thanks

Christian


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


Re: [Qemu-devel] VNC patch status?

2005-10-09 Thread Rui Carmo

Thanks, I'll look into CVS.

My primary use for it is being able to access Linux VM consoles -   
although I'm curious as to the mouse issues other folk are mentioning  
- is it a Win98 specific issue? (the only Windows I run inside QEMU  
is XP, and I use RDP to reach that...)


Regards,

Rui Carmo
http://the.taoofmac.com



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


Re: [Qemu-devel] VNC patch status?

2005-10-09 Thread Jernej Simončič
On Sunday, October 9, 2005, 11:30:28, Rui Carmo wrote:

 My primary use for it is being able to access Linux VM consoles -   
 although I'm curious as to the mouse issues other folk are mentioning  
 - is it a Win98 specific issue? (the only Windows I run inside QEMU  
 is XP, and I use RDP to reach that...)

I thought the problem only occurred when mouse pointer acceleration was
enabled...

-- 
 Jernej Simoncic  http://deepthought.ena.si/ 

The only imperfect thing in nature is the human race.
   -- Fowler's Note



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


Re: [Qemu-devel] VNC patch status?

2005-10-09 Thread Johannes Schindelin
Hi,

On Sun, 9 Oct 2005, Jernej Simon?i? wrote:

 On Sunday, October 9, 2005, 11:30:28, Rui Carmo wrote:
 
  My primary use for it is being able to access Linux VM consoles -   
  although I'm curious as to the mouse issues other folk are mentioning  
  - is it a Win98 specific issue? (the only Windows I run inside QEMU  
  is XP, and I use RDP to reach that...)
 
 I thought the problem only occurred when mouse pointer acceleration was
 enabled...

... which is the default almost everywhere. And most of the time, they 
make it really difficult for regular users to change that.

Ciao,
Dscho


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


[Qemu-devel] VNC patch status?

2005-10-08 Thread Rui Carmo

Hello,

I was wondering about the status of the VNC patch that was available  
a few months back (i.e., whether it's still useful for 0.7.2) and  
whether or not it was being considered for inclusion in the main  
source tree.


Regards,

Rui Carmo
http://the.taoofmac.com


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


Re: [Qemu-devel] VNC patch status?

2005-10-08 Thread Iain McFarlane
Rui,

VNC support has now been added to cvs

Regards,

Iain

On Saturday 08 Oct 2005 10:52, Rui Carmo wrote:
 Hello,

 I was wondering about the status of the VNC patch that was available
 a few months back (i.e., whether it's still useful for 0.7.2) and
 whether or not it was being considered for inclusion in the main
 source tree.

 Regards,

 Rui Carmo
 http://the.taoofmac.com


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


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


Re: [Qemu-devel] VNC patch status?

2005-10-08 Thread Johannes Schindelin
Hi,

On Sat, 8 Oct 2005, Iain McFarlane wrote:

 VNC support has now been added to cvs

Am I missing something? I don't see it.

Furthermore, the main problem still prevails: There is no sane way to get 
the mouse running yet. I played around with a tablet patch someone sent 
me, but could not get it to run with a Win98 guest. Since this is my main 
use for qemu+vnc, I need a solution for this case.

Ciao,
Dscho



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


Re: [Qemu-devel] VNC patch status?

2005-10-08 Thread Troy Benjegerdes
On Sat, Oct 08, 2005 at 08:29:27PM +0200, Johannes Schindelin wrote:
 Hi,
 
 On Sat, 8 Oct 2005, Iain McFarlane wrote:
 
  VNC support has now been added to cvs
 
 Am I missing something? I don't see it.
 
 Furthermore, the main problem still prevails: There is no sane way to get 
 the mouse running yet. I played around with a tablet patch someone sent 
 me, but could not get it to run with a Win98 guest. Since this is my main 
 use for qemu+vnc, I need a solution for this case.

I gave up and installed VNC in the guest OS, and then used '-redir'. But
GUI/mouse responsiveness seemed pretty slow that way.

I think the best solution would be for someone to write a special qemu mouse
driver for windows.


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


Re: [Qemu-devel] VNC patch status?

2005-10-08 Thread Brad Campbell

Troy Benjegerdes wrote:
Furthermore, the main problem still prevails: There is no sane way to get 
the mouse running yet. I played around with a tablet patch someone sent 
me, but could not get it to run with a Win98 guest. Since this is my main 
use for qemu+vnc, I need a solution for this case.


I gave up and installed VNC in the guest OS, and then used '-redir'. But
GUI/mouse responsiveness seemed pretty slow that way.

I think the best solution would be for someone to write a special qemu mouse
driver for windows.


This is where win4lin-pro comes into its own.  They have grafted on their own graphics driver and 
load a little applet that keeps the mouse perfectly synchronised. It works well over vnc. (or did in 
any case, I have not booted it for quite a while)


--
Human beings, who are almost unique in having the ability
to learn from the experience of others, are also remarkable
for their apparent disinclination to do so. -- Douglas Adams


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