On Mit, 2002-03-20 at 01:02, Jens Owen wrote:
> Michel D�nzer wrote:
> > 
> > On Die, 2002-03-19 at 08:22, Jean-Christophe Dubacq wrote:
> > > On Mon, Mar 18, 2002 at 09:18:47PM -0700, Jens Owen wrote:
> > > > > OK, I compiled the tcl-0-0 branch, installed it, and I still have two
> > > > > kind of bugs... X suddenly disappearing or hard lockups. How do I set
> > > > > debugging information ?
> > > >
> > > > http://dri.sourceforge.net/doc/DRIuserguide.html
> > >
> > > Thanks for the pointer. However, it happened again, even tough I had set
> > >         Option     "NoAccel" "True"             # [<bool>]
> > >
> > > So this may not be the good mailing-list any more.
> > >
> > > I will try to use the LIBGL_DEBUG variable. But I am now thinking it
> > > could be a hardware issue.
> > 
> > Very unlikely to be a driver problem indeed, as that option disables any
> > 2D or 3D acceleration.
> 
> 3D, too?  I thought the "NoAccel" option only disabled 2D hardware
> rendering...

>From RADEONScreenInit():

        if (xf86ReturnOptValBool(info->Options, OPTION_NOACCEL, FALSE)) {
            xf86DrvMsg(scrnIndex, X_WARNING,
               "Acceleration disabled, not initializing the DRI\n");
            info->directRenderingEnabled = FALSE;


-- 
Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to