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: "Jayant Mangalampalli" <Jayant_Mangalampalli@xxxxxxxxxxx>
Subject: Re: [Xen-devel] Guest domain in full screen
From: "Trolle Selander" <trolle.selander@xxxxxxxxx>
Date: Fri, 25 May 2007 09:54:58 +0200
Cc: Anantharamaiah Bhaskara <BA_Bhaskara@xxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 25 May 2007 00:53:15 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=huVQGKJm8EtakRj3yt3EsSoAPYvundTHiAvCUyTcsS1kwH1oBcR/aoyvGZzEBpuntneXlCaVHm+Nmdp3a1W7YGTjl5c/SZ/uprTtQavt9FuvEkc3PaV8xw3ZYf24FJSu04zNa8r9wgbhg8UE1O06yAAfAdt3Q0mz3VHLIroSqAs=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=bIqJYiNOigDPNoSEJ1na9ak/tHulhVFUf1K/2OXUlOrA6kgftoud5Jlm+eh0EG0mKEIgLts4RsAkvNpGn6fwXfTb30OC1ZPMAlybgLMkKUX2f5QlHimgvN3L7pexK6hE25Kxh2Esg+fefqKGt26C/f4TQKkBI7o3cuISBS1XBj8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <781BBA092A47E64699F1DCD567F4C20140F765@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>
References: <781BBA092A47E64699F1DCD567F4C20140F6A5@xxxxxxxxxxxxxxxxxxxxxxx> <781BBA092A47E64699F1DCD567F4C20140F765@xxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
The other options were "other options that also are not possible to get passed to qemu-dm from using the config file", such as multiple serial devices (the default config only parses a single one). The only option related to the full-screen mode is the -full-screen option.
I haven't seen the issue with the guest crashing when using full-screen, so unfortunately I wouldn't know what to do about that.
For what it's worth, looking into the fullscreen mode work better is on my TODO list, and I've just fixed the last (hopefully) "showstopper" flaw in Xen for the project I'm working on, which means I'll be getting more flexibility with where to spend my coding time.

/Trolle

On 5/25/07, Jayant Mangalampalli <Jayant_Mangalampalli@xxxxxxxxxxx> wrote:

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>