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] pvops Dom0 graphics doesnt work with Intel i915

To: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Subject: Re: [Xen-devel] pvops Dom0 graphics doesnt work with Intel i915
From: sanjay kushwaha <sanjay.kushwaha@xxxxxxxxx>
Date: Fri, 1 Oct 2010 11:06:19 -0700
Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 01 Oct 2010 11:07:54 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=IV24dfEvz6MPOK4pr4pUTb+1wsS8m5LVJBsagAMLA/I=; b=F5a+jnh7dMczH1/RO+VBRfET0NDTL+aGIQAJUDxN9MMz/b8E3DomAAHDiTiG17JT/e JwgKL21lyV4vWSTW3FC58OP5aAJhFIEZS2jq1gVMBC9dZSzBPtSUHhDBISs0lJWxu7m4 RwZNzO5j43OHoPodIwtpUu4hovXHs8CIkH8qo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=AaQ52rFyhCB37Yl8IlC8E26rv053UcML1bFcXheUeN5xwi08Zi+svw58IMOzmiTzkq yvzljdiIQqsMUIscmgJUJeOMfTbW+oEb13DnFfvIkW6fjN0/yUdsFkySTNAJ8HzQHmxw xtWpB8ll2v6orSlUS3wjsNUkV5KfEn6Mrul1Q=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20101001175710.GA17209@xxxxxxxxxxxx>
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: <AANLkTikktBkqLO0p330FiuKOuv5nn8tYGmZpRW=Byzue@xxxxxxxxxxxxxx> <4CA38BFF.8090503@xxxxxxxx> <AANLkTimuorsSSU1TXSbt-0JzA3jV4vzWGugwDn_QaUxr@xxxxxxxxxxxxxx> <AANLkTikvy2BOioYKWUTDuY+jbx5XWp1UpOV2QvCT_TZs@xxxxxxxxxxxxxx> <20101001175710.GA17209@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
havent tried stable-2.6.32.x on Radeon. It works with nomodeset and nopat options with stable-2.6.33.x branch.



On Fri, Oct 1, 2010 at 10:57 AM, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> wrote:
On Fri, Oct 01, 2010 at 10:06:48AM -0700, sanjay kushwaha wrote:
> When I dont use nomodeset option, dom0 boots fine X runs properly. So Fedora
> 13 (X86_64) distro with stable-2.6.32.x pvops kernel and xen-unstable works
> fine for i915 without nomodeset option.

Good to hear it works for you.

What about your radeon laptop?
>
> Thanks,
> Sanjay
>
> On Wed, Sep 29, 2010 at 3:56 PM, sanjay kushwaha
> <sanjay.kushwaha@xxxxxxxxx>wrote:
>
> > Hi Jeremy,
> > I switched to stable-2.6.32.x branch (which is 2.6.32.21 based) but I get
> > the same problem. Attached is the Xorg.0.log file when I booted with
> > nomodeset option.
> >
> > interestingly I did not see any kernel or driver crash messages in the
> > dmesg output. I do see these messages multiple times in /var/log/messages
> > *
> > Sep 29 15:40:32 vwifi0 gdm-binary[2244]: WARNING: GdmDisplay: display
> > lasted 0.048984 seconds
> > Sep 29 15:40:32 vwifi0 gdm-binary[2244]: WARNING: GdmLocalDisplayFactory:
> > maximum number of X display failures reached: check X server log for errors
> > *
> >
> > Thanks,
> > Sanjay
> >
> >
> > On Wed, Sep 29, 2010 at 11:57 AM, Jeremy Fitzhardinge <jeremy@xxxxxxxx>wrote:
> >
> >>  On 09/29/2010 11:12 AM, sanjay kushwaha wrote:
> >> > Hi Folks,
> >> > I am trying to boot latest xen-unstable on my laptop which has Intel
> >> > i915 graphics. PVOPS dom0 is 2.6.33.6 based (from branch
> >> > xen/stable-2.6.33.x)
> >>
> >> Don't use that branch; it isn't supported (in fact, I deleted it a while
> >> ago).  Use xen/stable-2.6.32.x for now.
> >>
> >>    J
> >>
> >> > and the distro is fedora 13 64-bit. The graphics doesnt come up and it
> >> > seems that i915 driver is crashing multiple times. If I boot in
> >> > run-level 3 (without X) dom0 boots fine.
> >> > I tried booting the dom0 kernel with nomodeset and nopat options
> >> > without any success. I searched on internet and found that multiple
> >> > people have reported similar problem but I could not find any solution.
> >> >
> >> > Has anybody found a solution or workaround to this problem?
> >> >
> >> > Thanks,
> >> > Sanjay
> >> >
> >> > PS: I have another laptop with same version of xen and pvops dom0 but
> >> > it has ATI radeon graphics card. This laptop boots dom0 with graphics
> >> > when I give nomodeset and nopat options (but fails if I dont give
> >> > either of those two options).
> >> >
> >> >
> >> >
> >> > _______________________________________________
> >> > 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




--
----------------------
Dr. Sanjay Kumar
Research Scientist
Intel Corporation
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel