qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] QEMU display problem w/ in terminal server client (Windows XPHost)
@ 2005-08-19 17:53 Francois Rioux
  2005-08-19 18:28 ` Filip Navara
  0 siblings, 1 reply; 5+ messages in thread
From: Francois Rioux @ 2005-08-19 17:53 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1497 bytes --]

I'm exploring QEMU Windows guests under Windows (XP Pro) host.  I've successfully installed W2000 Adv Server, BartPE as guests.
 
At some point, I've tried to launch and work with QEMU in a Remote Desktop  (terminal server, RDP) session. The result is the following:
 - No crash.  Both host and guest keep running.
 
But for the rest, it is not really usable because of the following problems.
 - Text mode display in the guest is displayed in the upper corner of the host in the terminal client window.  This regardless of where the QEMU window is positionned on the screen.  The same sometimes happens with the graphical mode, but not always.
 - The mouse does not behave properly in the QEMU window when QEMU has grabbed the mouse.
 
The text mode display (while booting) problem could not be an issue.  The mouse problem renders the Window based unusable.  The problem goes beyond just positionning in the window: when I move the mouse, the arrow inside the guest sometimes moves but not in a coordinated way.  It might cross the screen faster than the external mouse arrow but it does not always move up when the mouse moves up.  It would normally stick in the upper left corner of the QEMU window.
 
I know QEMU for Windows is in alpha but does anyone have a clue on why this happens and if it it can be fixed.
 
Thanks,
 
Francois.
 
 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[-- Attachment #2: Type: text/html, Size: 1815 bytes --]

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

* Re: [Qemu-devel] QEMU display problem w/ in terminal server client (Windows XPHost)
  2005-08-19 17:53 [Qemu-devel] QEMU display problem w/ in terminal server client (Windows XPHost) Francois Rioux
@ 2005-08-19 18:28 ` Filip Navara
  2005-08-19 18:54   ` Filip Navara
  0 siblings, 1 reply; 5+ messages in thread
From: Filip Navara @ 2005-08-19 18:28 UTC (permalink / raw)
  To: qemu-devel

Francois Rioux wrote:

> I'm exploring QEMU Windows guests under Windows (XP Pro) host.  I've 
> successfully installed W2000 Adv Server, BartPE as guests.
>  
> At some point, I've tried to launch and work with QEMU in a Remote 
> Desktop  (terminal server, RDP) session. The result is the following:
>  - No crash.  Both host and guest keep running.
>  
> But for the rest, it is not really usable because of the following 
> problems.
>  - Text mode display in the guest is displayed in the upper corner of 
> the host in the terminal client window.  This regardless of where the 
> QEMU window is positionned on the screen.  The same sometimes happens 
> with the graphical mode, but not always.
>  - The mouse does not behave properly in the QEMU window when QEMU has 
> grabbed the mouse.
>  
> The text mode display (while booting) problem could not be an issue.  
> The mouse problem renders the Window based unusable.  The problem goes 
> beyond just positionning in the window: when I move the mouse, the 
> arrow inside the guest sometimes moves but not in a coordinated way.  
> It might cross the screen faster than the external mouse arrow but it 
> does not always move up when the mouse moves up.  It would normally 
> stick in the upper left corner of the QEMU window.
>  
> I know QEMU for Windows is in alpha but does anyone have a clue on why 
> this happens and if it it can be fixed.

Try entering this on command line before running QEMU:
set SDL_VIDEODRIVER=*windib*

- Filip

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

* Re: [Qemu-devel] QEMU display problem w/ in terminal server client (Windows XPHost)
  2005-08-19 18:28 ` Filip Navara
@ 2005-08-19 18:54   ` Filip Navara
  2005-08-22 23:31     ` Francois Rioux
  2005-08-23  4:32     ` Francois Rioux
  0 siblings, 2 replies; 5+ messages in thread
From: Filip Navara @ 2005-08-19 18:54 UTC (permalink / raw)
  To: qemu-devel

Filip Navara wrote:

> Francois Rioux wrote:
>
>> I'm exploring QEMU Windows guests under Windows (XP Pro) host.  I've 
>> successfully installed W2000 Adv Server, BartPE as guests.
>>  
>> At some point, I've tried to launch and work with QEMU in a Remote 
>> Desktop  (terminal server, RDP) session. The result is the following:
>>  - No crash.  Both host and guest keep running.
>>  
>> But for the rest, it is not really usable because of the following 
>> problems.
>>  - Text mode display in the guest is displayed in the upper corner of 
>> the host in the terminal client window.  This regardless of where the 
>> QEMU window is positionned on the screen.  The same sometimes happens 
>> with the graphical mode, but not always.
>>  - The mouse does not behave properly in the QEMU window when QEMU 
>> has grabbed the mouse.
>>  
>> The text mode display (while booting) problem could not be an issue.  
>> The mouse problem renders the Window based unusable.  The problem 
>> goes beyond just positionning in the window: when I move the mouse, 
>> the arrow inside the guest sometimes moves but not in a coordinated 
>> way.  It might cross the screen faster than the external mouse arrow 
>> but it does not always move up when the mouse moves up.  It would 
>> normally stick in the upper left corner of the QEMU window.
>>  
>> I know QEMU for Windows is in alpha but does anyone have a clue on 
>> why this happens and if it it can be fixed.
>
>
> Try entering this on command line before running QEMU:
> set SDL_VIDEODRIVER=*windib*

Gotta love Thunderbird ...
set SDL_VIDEODRIVER=windib (without the asterisks)

- Filip

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

* Re: [Qemu-devel] QEMU display problem w/ in terminal server client (Windows XPHost)
  2005-08-19 18:54   ` Filip Navara
@ 2005-08-22 23:31     ` Francois Rioux
  2005-08-23  4:32     ` Francois Rioux
  1 sibling, 0 replies; 5+ messages in thread
From: Francois Rioux @ 2005-08-22 23:31 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 2554 bytes --]

Thank you Filip,
 
It worked for the display.  
 
However, the mouse still behaves erratically.  It moves left to right, but not in a coordinated way with the physical mouse.  Worst, it won't move up or down.  Actually, it almost always moves up as it is stuck in the upper row of the terminal screen (the qemu window).
 
Obviously (?), the mouse cursor doesn't really get grabbed in the qemu window when in a terminal server session.  It may be that 2nd redirection that does not  resolve right.
mouse movement -> physical host -> terminal client window (qemu host) -> qemu guest window.
 
Any hint on what causes that?

Filip Navara <navaraf@reactos.com> wrote:
Filip Navara wrote:

> Francois Rioux wrote:
>
>> I'm exploring QEMU Windows guests under Windows (XP Pro) host. I've 
>> successfully installed W2000 Adv Server, BartPE as guests.
>> 
>> At some point, I've tried to launch and work with QEMU in a Remote 
>> Desktop (terminal server, RDP) session. The result is the following:
>> - No crash. Both host and guest keep running.
>> 
>> But for the rest, it is not really usable because of the following 
>> problems.
>> - Text mode display in the guest is displayed in the upper corner of 
>> the host in the terminal client window. This regardless of where the 
>> QEMU window is positionned on the screen. The same sometimes happens 
>> with the graphical mode, but not always.
>> - The mouse does not behave properly in the QEMU window when QEMU 
>> has grabbed the mouse.
>> 
>> The text mode display (while booting) problem could not be an issue. 
>> The mouse problem renders the Window based unusable. The problem 
>> goes beyond just positionning in the window: when I move the mouse, 
>> the arrow inside the guest sometimes moves but not in a coordinated 
>> way. It might cross the screen faster than the external mouse arrow 
>> but it does not always move up when the mouse moves up. It would 
>> normally stick in the upper left corner of the QEMU window.
>> 
>> I know QEMU for Windows is in alpha but does anyone have a clue on 
>> why this happens and if it it can be fixed.
>
>
> Try entering this on command line before running QEMU:
> set SDL_VIDEODRIVER=*windib*

Gotta love Thunderbird ...
set SDL_VIDEODRIVER=windib (without the asterisks)

- Filip


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

		
---------------------------------
Yahoo! Mail for Mobile
 Take Yahoo! Mail with you! Check email on your mobile phone.

[-- Attachment #2: Type: text/html, Size: 3240 bytes --]

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

* Re: [Qemu-devel] QEMU display problem w/ in terminal server client (Windows XPHost)
  2005-08-19 18:54   ` Filip Navara
  2005-08-22 23:31     ` Francois Rioux
@ 2005-08-23  4:32     ` Francois Rioux
  1 sibling, 0 replies; 5+ messages in thread
From: Francois Rioux @ 2005-08-23  4:32 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 2893 bytes --]

Ok.  Actually the mouse issue was just a problem of 'scaling' the amplitude of the movement.  With smaller and smaller windows, the cursor in the qemu window just goes at warp speed with even the smallest movement of the mouse.Also it seems easily go in the very high positive and negative values when it is out out the screen so there is just a small zone where the cursor really behaves almost normally expect very fast.
 
This is not related to development but here's how I've more than satisfactorily worked aroud the mouse issue during a Terminal session into the host.
 
To circumvent that problem, I enable redir to the guest TS (guest is W2kAS).  Works great, better than the qemu window: the mouse in under control and the mouse is not grabbed.  All I had to do was to -redir tcp:3390::3389 and connect to {hostip}:3390, with the right ports opened on my router.
 
That would work with any guest supporting TS (NT, 2000 Server, XP Pro).
 
Case closed.  Thank Filip for your help.
 

Filip Navara <navaraf@reactos.com> wrote:
Filip Navara wrote:

> Francois Rioux wrote:
>
>> I'm exploring QEMU Windows guests under Windows (XP Pro) host. I've 
>> successfully installed W2000 Adv Server, BartPE as guests.
>> 
>> At some point, I've tried to launch and work with QEMU in a Remote 
>> Desktop (terminal server, RDP) session. The result is the following:
>> - No crash. Both host and guest keep running.
>> 
>> But for the rest, it is not really usable because of the following 
>> problems.
>> - Text mode display in the guest is displayed in the upper corner of 
>> the host in the terminal client window. This regardless of where the 
>> QEMU window is positionned on the screen. The same sometimes happens 
>> with the graphical mode, but not always.
>> - The mouse does not behave properly in the QEMU window when QEMU 
>> has grabbed the mouse.
>> 
>> The text mode display (while booting) problem could not be an issue. 
>> The mouse problem renders the Window based unusable. The problem 
>> goes beyond just positionning in the window: when I move the mouse, 
>> the arrow inside the guest sometimes moves but not in a coordinated 
>> way. It might cross the screen faster than the external mouse arrow 
>> but it does not always move up when the mouse moves up. It would 
>> normally stick in the upper left corner of the QEMU window.
>> 
>> I know QEMU for Windows is in alpha but does anyone have a clue on 
>> why this happens and if it it can be fixed.
>
>
> Try entering this on command line before running QEMU:
> set SDL_VIDEODRIVER=*windib*

Gotta love Thunderbird ...
set SDL_VIDEODRIVER=windib (without the asterisks)

- Filip


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

		
---------------------------------
 Start your day with Yahoo! - make it your home page 

[-- Attachment #2: Type: text/html, Size: 3565 bytes --]

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

end of thread, other threads:[~2005-08-23  5:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-19 17:53 [Qemu-devel] QEMU display problem w/ in terminal server client (Windows XPHost) Francois Rioux
2005-08-19 18:28 ` Filip Navara
2005-08-19 18:54   ` Filip Navara
2005-08-22 23:31     ` Francois Rioux
2005-08-23  4:32     ` Francois Rioux

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