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] X11_EnterFullScreen fails

To: "Petersson, Mats" <Mats.Petersson@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] X11_EnterFullScreen fails
From: "Jayant Mangalampalli" <Jayant_Mangalampalli@xxxxxxxxxxx>
Date: Wed, 30 May 2007 21:50:39 +0530
Delivery-date: Wed, 30 May 2007 09:19:10 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <907625E08839C4409CE5768403633E0B02561D82@xxxxxxxxxxxxxxxxx>
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: Acei1Ejo3kWpdZgZRYGKOjnVMDGDTQAAEgKQAAAbokA=
Thread-topic: [Xen-devel] X11_EnterFullScreen fails
Highly likely. Unfortunately we cannot salvage any data during crash.
But I think this is a great pointer, especially since I am also facing
problems trying to get TinyX to start in the graphics mode - but the
vesafb driver tries to access the BIOS and it fails for exactly the same
reason (it is in protected mode by that time). The result is, however,
not a crash but a flimsy looking "text mode" like screen.

Thanks
Jayant  

-----Original Message-----
From: Petersson, Mats [mailto:Mats.Petersson@xxxxxxx] 
Sent: Wednesday, May 30, 2007 9:38 PM
To: Jayant Mangalampalli; xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-devel] X11_EnterFullScreen fails

 

> -----Original Message-----
> From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Jayant Mangalampalli
> Sent: 30 May 2007 17:05
> To: xen-devel@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-devel] X11_EnterFullScreen fails
> 
> I am trying to set the guest window to full-screen mode but 
> the domain consistently crashes when I try to do that. The 
> problem could be traced to a point where X11-driver used by 
> SDL itself fails. Here is the call trace before system 
> crashes (most recent call last):
> 
> SDL_video.c::SDL_SetVideoMode() makes a call to 
> video->SetVideoMode(). (We use X11 video driver)
> 
> video->SetVideoMode() = SDL_x11video.c::X11_SetVideoMode()
> 
> The above makes a call to SDL_x11video.c::X11_ResizeWindow() 
> which makes a call to X11_EnterFullScreen() (in SDL_x11modes.c)
> 
> X11 does support full-screen mode and I am unable to 
> understand why it is initiated by xen. Has anyone tried this?

What's the crash symptoms? Is it possible that the X11 driver is calling
the BIOS, and that this fails in Xen due to restrictions on running
real-mode, which doesn't happen in native mode?

--
Mats
> 
> Thanks,
> 
> Jayant Mangalampalli
> 
> 



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

<Prev in Thread] Current Thread [Next in Thread>