On Sat, 2 Feb 2002, Vladimir Dergachev wrote:
>
> Florent, nothing has changed in the CVS, really. Have you tried turning
I meant "nothing has changed in the devel branch of CVS".
Vladimir Dergachev
> your computer off and turning it back on again ?
>
> Vladimir Dergachev
>
> On Sat, 2 Feb 2002, Florent Coste wrote:
>
> >
> > >
> > > On Sat, 26 Jan 2002, Florent COSTE wrote:
> > >
> > > > Vladimir,
> > > >
> > > > I found where it catches the signal 11 :
> > > > (All files from devel branch)
> > > >
> > > > in radeon_video.c, the call to second call to
> > > >
> > > > xf86_DumpRageTheatreRegs(pPriv->theatre);
> > > > (before pPriv->theatre=3DNULL; )
> > >
> > > Ohh... but of course ! Just comment it out.
> > > This is debugging statement that I put in temporarily.. Assuming Rage
> > > Theatre is ok (and pPriv->theatre!=3DNULL).
> > >
> >
> > Hello all,
> >
> > Using today ati.2 CVS, commenting xf86_DumpRageTheatreRegs allows me to
> > start X, but display is distorted,
> > If i start X and also a window manager (kde2), linux hangs (Alt Print
> > Screen no more functions).
> >
> > Sometimes, when i start X alone, screen is blue, and changes to a black
> > and white (distorted) as soon as i move the mouse.
> >
> > Florent.
> >
> >
> >
> >
> >
> >
> >
> > > >
> > > > leads to the void DumpRageTheatreRegs(TheatrePtr t)
> > > > method of theatre.c :
> > > >
> > > >
> > > > void DumpRageTheatreRegs(TheatrePtr t)
> > > > {
> > > > int i;
> > > > CARD32 data;
> > > >
> > > > for(i=3D0;i<0x900;i+=3D4)
> > > > {
> > > > xf86DrvMsg(0, X_INFO, "checkpoint in DumpRageTheatreRegs\n")=
;
> > > > RT_regr(i, &data);
> > > > xf86DrvMsg(t->VIP->scrnIndex, X_INFO, "register 0x%04x is eq=
ual to 0x%08x\n", i, data);
> > > > }
> > > >
> > > > }
> > > >
> > > > The trace checkpoint in DumpRageTheatreRegs is printed only once in=
the log before i catch signal 11.
> > > >
> > > > I attach to this mail a modified version of radeon_video.c where i =
added several traces :
> > > > Checkpoint 1 to Checkpoint 5, in the Log,
> > > > only Checkpoint 1 and Checkpoint 5 appear. (plus
> > > > DumpRageTheatreRegs trace).
> > > >
> > > > Florent.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > >Messsage du 23/01/2002 20:37
> > > > >De : Vladimir Dergachev <volodya@...>
> > > > >A : Florent COSTE <CosteFl@...>
> > > > >Copie =E0 : <gatos-devel@...>
> > > > >Objet : Re: [GATOS]Re: XFree 4.2 + ati.2 devel
> > > > >
> > > > >
> > > > >
> > > > > On Wed, 23 Jan 2002, Florent COSTE wrote:
> > > > >
> > > > > > > Does the same happen with ati.2 MAIN ? (i.e. no revision tags=
specified).
> > > > > >
> > > > > > It does not happen with the MAIN branch. Are there something to=
activate to get more information on the bug ?
> > > > >
> > > > > Most likely there is an error when it think that since Rage Theat=
re is
> > > > > being used MM_TABLE must be present (this is true for TV-in). Cou=
ld you
> > > > > take a look in radeon_video.c (any code that references MM_TABLE,=
just
> > > > > search for it) and put
> > > > >
> > > > > xf86DrvMsg(0, X_INFO, "checkpoint 10202\n");
> > > > >
> > > > > statements to find out where exactly it crashes. It should be obv=
ious
> > > > > then..
> > > > >
> > > > > Vladimir Dergachev
> > > > >
> > > > > >
> > > > > > Florent
> > > > > >
> > > > > > > On Tue, 22 Jan 2002, Florent COSTE wrote:
> > > > > > >
> > > > > > > > Vladimir,
> > > > > > > >
> > > > > > > > I have a QD Radeon 32 Mo SDR (one year old),with
> > > > > > > > tv ouput (theatre chip).
> > > > > > > >
> > > > > > > > Maybe the attached X.log (bzipped) is more verbose about my=
card.
> > > > > > > >
> > > > > > > > Are there steps to follow to get more information on the Si=
gnal 11 i caught ? (Xfree debug build ?)
> > > > > > > >
> > > > > > > > Florent
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > >Messsage du 22/01/2002 21:17
> > > > > > > > >De : Vladimir Dergachev <volodya@...>
> > > > > > > > >A : Florent COSTE <CosteFl@...>
> > > > > > > > >Copie =E0 : <gatos-devel@...>, <gatos-=
devel-admin@...>, <gatos-devel-owner@...=
et>
> > > > > > > > >Objet : Re: XFree 4.2 + ati.2 devel
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Which card do you have ?
> > > > > > > > >
> > > > > > > > > Vladimir Dergachev
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Sat, 19 Jan 2002, Florent COSTE wrote:
> > > > > > > > >
> > > > > > > > > > Hello all, especialy Vladimir !
> > > > > > > > > >
> > > > > > > > > > I Just upgraded my XFree tree to 4.2 and last devel (to=
day) version on ati.2, and X won't start. (X.log attached).
> > > > > > > > > >
> > > > > > > > > > Please note that this does not appear with xfree 4.2, s=
ame result with 4.1.99_3
> > > > > > > > > >
> > > > > > > > > > If i do not install ati.2 over XFree, it works well (lo=
ok at XFree86.0.log.works ).DRI also works.
> > > > > > > > > >
> > > > > > > > > > While i send this email, i'll try to use checkpoint-3 v=
ersion of ati.2.
> > > > > > > > > >
> > > > > > > > > > Florent
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> >
>
>
> _______________________________________________
> Gatos-devel mailing list
> Gatos-devel@...
> https://lists.sourceforge.net/lists/listinfo/gatos-devel
>
|