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] 2.6.38-rc7/rc8 no output on VGA under xen

To: Andreas Olsowski <andreas.olsowski@xxxxxxxxxxx>
Subject: Re: [Xen-devel] 2.6.38-rc7/rc8 no output on VGA under xen
From: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Date: Wed, 16 Mar 2011 10:01:10 -0400
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 16 Mar 2011 07:02:32 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4D7F9D20.6010105@xxxxxxxxxxx>
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4D7E22AA.8020306@xxxxxxxxxxx> <4D7F9D20.6010105@xxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.20 (2009-06-14)
On Tue, Mar 15, 2011 at 06:08:48PM +0100, Andreas Olsowski wrote:
> After another day of testing i have not managed to get this working.
> I even tried totally different hardware, the console stays dark.

And what is the lspci off the different hardware? What is the
diff between the original hardware and this hardware?

> The blinking cursor i only get when i am starting with serial console.

And you did follow the PVOPS Wiki on troubleshooting and using
"console=hvc0 debug"
> 
> So output is possible, its just not done.
> 
> Is 2.6.38 somehow incompatible with the hypervisor?

No. The issue is (and I explained this to you on irc) is that the video
driver you have is an PCI/AGP type. The patchset to make the 2.6.38
(devel/agp.pci-api) haven't been up-ported to the 2.6.38 tree. In essence
the code to make this work is not there. The 2.6.32 has this code.

> 
> Today on irc someone said he had the same problem with 2.6.37.

Uhh.. yeah that is expected. There are no patches in the 2.6.37 tree
to make it work.

> 
> Please tell me if you are experiencing the same problems or if you
> dont, please send me a link to your kernel .config.

You got three options:
 - Stick in a PCI-e discrete graphic card. Say Radeon el-cheapo. See how
   that works.
 - Make sure to disable the MGA driver from the kernel and only use
   the VESA/VGA framebuffer. That _should_ be working. If it is is not
   please send an e-mail here.
 - Back-port yourself the #devel/agp.pci-api in the 2.6.38 kernel.
   There is going to be a compile fallout somewhere in the 
drivers/gpu/drm/intel,
   but you could patch that over by just passing a NULL pointer.

My .config is basically using the Ubuntu 11.04 config will XEN_ options turned
into =y. But that won't help you in this case.

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

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