qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] VNC patch status?
@ 2005-10-08  9:52 Rui Carmo
  2005-10-08 11:58 ` Iain McFarlane
  0 siblings, 1 reply; 8+ messages in thread
From: Rui Carmo @ 2005-10-08  9:52 UTC (permalink / raw)
  To: qemu-devel

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

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

* Re: [Qemu-devel] VNC patch status?
  2005-10-08  9:52 [Qemu-devel] VNC patch status? Rui Carmo
@ 2005-10-08 11:58 ` Iain McFarlane
  2005-10-08 18:29   ` Johannes Schindelin
  0 siblings, 1 reply; 8+ messages in thread
From: Iain McFarlane @ 2005-10-08 11:58 UTC (permalink / raw)
  To: qemu-devel

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

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

* Re: [Qemu-devel] VNC patch status?
  2005-10-08 11:58 ` Iain McFarlane
@ 2005-10-08 18:29   ` Johannes Schindelin
  2005-10-08 22:48     ` Troy Benjegerdes
  0 siblings, 1 reply; 8+ messages in thread
From: Johannes Schindelin @ 2005-10-08 18:29 UTC (permalink / raw)
  To: qemu-devel

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

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

* Re: [Qemu-devel] VNC patch status?
  2005-10-08 18:29   ` Johannes Schindelin
@ 2005-10-08 22:48     ` Troy Benjegerdes
  2005-10-09  4:33       ` Brad Campbell
  0 siblings, 1 reply; 8+ messages in thread
From: Troy Benjegerdes @ 2005-10-08 22:48 UTC (permalink / raw)
  To: qemu-devel

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.

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

* Re: [Qemu-devel] VNC patch status?
  2005-10-08 22:48     ` Troy Benjegerdes
@ 2005-10-09  4:33       ` Brad Campbell
  0 siblings, 0 replies; 8+ messages in thread
From: Brad Campbell @ 2005-10-09  4:33 UTC (permalink / raw)
  To: qemu-devel

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

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

* Re: [Qemu-devel] VNC patch status?
@ 2005-10-09  9:30 Rui Carmo
  2005-10-09 10:24 ` Jernej Simončič
  0 siblings, 1 reply; 8+ messages in thread
From: Rui Carmo @ 2005-10-09  9:30 UTC (permalink / raw)
  To: qemu-devel

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

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

* Re: [Qemu-devel] VNC patch status?
  2005-10-09  9:30 Rui Carmo
@ 2005-10-09 10:24 ` Jernej Simončič
  2005-10-09 12:17   ` Johannes Schindelin
  0 siblings, 1 reply; 8+ messages in thread
From: Jernej Simončič @ 2005-10-09 10:24 UTC (permalink / raw)
  To: Rui Carmo on [qemu-devel]

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

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

* Re: [Qemu-devel] VNC patch status?
  2005-10-09 10:24 ` Jernej Simončič
@ 2005-10-09 12:17   ` Johannes Schindelin
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Schindelin @ 2005-10-09 12:17 UTC (permalink / raw)
  To: Rui Carmo on [qemu-devel]

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

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

end of thread, other threads:[~2005-10-09 12:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-08  9:52 [Qemu-devel] VNC patch status? Rui Carmo
2005-10-08 11:58 ` Iain McFarlane
2005-10-08 18:29   ` Johannes Schindelin
2005-10-08 22:48     ` Troy Benjegerdes
2005-10-09  4:33       ` Brad Campbell
  -- strict thread matches above, loose matches on Subject: below --
2005-10-09  9:30 Rui Carmo
2005-10-09 10:24 ` Jernej Simončič
2005-10-09 12:17   ` Johannes Schindelin

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).