WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] Guest domain in full screen

To: "Anantharamaiah Bhaskara" <BA_Bhaskara@xxxxxxxxxxx>, "Trolle Selander" <trolle.selander@xxxxxxxxx>
Subject: RE: [Xen-devel] Guest domain in full screen
From: "Jayant Mangalampalli" <Jayant_Mangalampalli@xxxxxxxxxxx>
Date: Fri, 25 May 2007 12:07:09 +0530
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 24 May 2007 23:36:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <781BBA092A47E64699F1DCD567F4C20140F6A5@xxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcebwTWU19e54R8YTQSGaClywND4+QCFtzsAAC+y3oA=
Thread-topic: [Xen-devel] Guest domain in full screen

Trolle,

 

In your case, it did appear like passing full-screen option, along some “other options” did the trick. Can you please let us know what these other options/parameters are?

 

Thanks

Jayant

 


From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Anantharamaiah Bhaskara
Sent: Thursday, May 24, 2007 1:23 PM
To: Trolle Selander
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-devel] Guest domain in full screen

 

Hi Trolle,

 

Thanks for your reply.

There are 2 problems here.

1.       “full-screen=1” option is not getting trickled down to qemu.

2.       To get away with step 1, I hardcoded “full_screen” value to 1 in tools/ioemu/vl.c and passed to sdl_display_init (ds, full_screen). But it crashes.

 

I think with the changes you made you could solve the problem 1. I am facing program crash with problem 2.

Please let me know if the change you did in your script file (with regards to full screen problem) was only parsing the “full-screen” option and then appending it to “args”. If so, did this alone solve the problem.

 

Thanks.

Bhaskara.

 

 


From: Trolle Selander [mailto:trolle.selander@xxxxxxxxx]
Sent: Monday, May 21, 2007 9:31 PM
To: Anantharamaiah Bhaskara
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] Guest domain in full screen

 

I've used fullscreen mode by pointing the device_model line to a wrapper script which in turn calls qemu-dm with a few extra options i can't get from the config file, including the -full-screen option. An odd quirk is that the screen goes black during the boot process at the point where the loading screen should show, but once the guest OS is in graphical mode, it appears to work fine.

/Trolle

On 5/18/07, Anantharamaiah Bhaskara <BA_Bhaskara@xxxxxxxxxxx> wrote:

Hi all,

I want to run the guest domain (Win XP) in full screen mode. I set

the parameter " full-screen" to 1 in winxp.hvm and r an the " xm create"

cmd ( xm create –c /etc/xen/winxp.hvm) . This throws a syntax error at 

the line where "full-screen " is enabled. I found that t here is no

logic to parse "full-screen " option in tools/python/xen/xm/*.py

Also I tried setting " full_screen" to 1 by default in tools/ioemu/vl.c

But with this option, when I bring up the guest, it hangs.

Is there a bug in sdl or ioemu because of which the logic for parsing

"full-screen " option in python scripts have been removed ?

May anybody tell me if they have tried running the guest in full screen

mode and if they have succeeded.

Thanks

Bhaskara.


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>