Did you check to make sure that /lib/libncurses.so exists (and is a link to
or, less optimally, a copy of /lib/libncurses.so.5)? If it's not, reinstall
ncurses (and any ncurses-devel packages.) If you compiled ncurses by hand,
recompile it...

> -----Original Message-----
> From: Rob Lofland [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 07, 2001 4:22 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Newbie]Radeon locks up when running accelerator
> 
> 
> Yes I tried these in this sequence: "make clean, make world, 
> make install,
> make install.man". No differerence; "make install" still 
> aborts with "cannot
> find -ln curses" and "XFree86 -configure" gets me a core 
> dump. There are no
> *glide* files on my box so the problem isn't the one 
> documented in the X
> 4.1.0 errata.
> 
> If anyone has any ideas, please help.
> 
> Rob
> 
> ----- Original Message -----
> From: "Sprague, IT3" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, September 07, 2001 12:49 AM
> Subject: RE: [Newbie]Radeon locks up when running accelerator
> 
> 
> > Did you try rebuilding the entire X tree? (make clean;make 
> World;make
> > install;make install.man)
> >
> > > -----Original Message-----
> > > From: Rob Lofland [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, September 07, 2001 8:00 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: [Newbie]Radeon locks up when running accelerator
> > >
> > >
> > > Tried the patch described below but now I can't even launch
> > > X. I get lots of
> > > unresolved symbols when I startx. Tried to make install in xc
> > > directory but
> > > that aborts with "can't find -lncurses". I enabled "define
> > > -lncurses" in
> > > xc/config/cf/host.def but make install still aborts the same way.
> > >
> > > Suggestions greatly appreciated,
> > > Rob
> > >
> > > ----- Original Message -----
> > > From: "Sprague, IT3" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Wednesday, September 05, 2001 11:41 PM
> > > Subject: RE: [Newbie]Radeon locks up when running accelerator
> > >
> > >
> > > > Yeah, make World... You're only upgrading the radeon
> > > driver, so you won't
> > > > need to re-install the server unless you get some
> > > unresolved symbols with
> > > > the new driver, in which case just do a 'make install' in xc...
> > > >
> > > > > -----Original Message-----
> > > > > From: Rob Lofland [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Thursday, September 06, 2001 8:32 AM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: Re: [Newbie]Radeon locks up when running accelerator
> > > > >
> > > > >
> > > > > By "rebuild X", do you mean "make World" ? Does doing this
> > > > > also install the
> > > > > new X server files or do I have to do that separately ?
> > > > >
> > > > > Thanks,
> > > > > Rob
> > > > >
> > > > > On Wednesday 05 September 2001 23:22, you wrote:
> > > > > > On Wed, 5 Sep 2001, Rob Lofland wrote:
> > > > > > > Please help.
> > > > > > >
> > > > > > > My Radeon 32 Mb DDR runs fine with "NoAccel" set true but
> > > > > when I comment
> > > > > > > it out, my screen goes black and PC locks up. I don't
> > > > > even get a dump
> > > > > > > into /var/log/XFree86.0.log, the log is simply the one
> > > > > that was created
> > > > > > > when I ran previously with noaccel. Before running
> > > the X server, I
> > > > > > > "insmod radeon". Is this right ? Here's my XF86config-4
> > > > > as well as the
> > > > > > > XFree86.0.log that was created when I had accel 
> turned off.
> > > > > >
> > > > > >     Try the following patch, and rebuild X:
> > > > > >
> > > > > > ---
> > > > > xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel
> > > > > .c.orig Mon Sep
> > > > > > 3 02:17:23 2001 +++
> > > > > > xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c
> > > > > Mon Sep  3
> > > > > > 02:44:13 2001 @@ -255,8 +255,7 @@
> > > > > >     RADEON_SOFT_RESET_RE |
> > > > > >     RADEON_SOFT_RESET_PP |
> > > > > >     RADEON_SOFT_RESET_E2 |
> > > > > > -    RADEON_SOFT_RESET_RB |
> > > > > > -    RADEON_SOFT_RESET_HDP);
> > > > > > +    RADEON_SOFT_RESET_RB);
> > > > > >      INREG(RADEON_RBBM_SOFT_RESET);
> > > > > >      OUTREG(RADEON_RBBM_SOFT_RESET, rbbm_soft_reset 
> & (CARD32)
> > > > > >  ~(RADEON_SOFT_RESET_CP |
> > > > > > @@ -265,8 +264,7 @@
> > > > > >     RADEON_SOFT_RESET_RE |
> > > > > >     RADEON_SOFT_RESET_PP |
> > > > > >     RADEON_SOFT_RESET_E2 |
> > > > > > -    RADEON_SOFT_RESET_RB |
> > > > > > -    RADEON_SOFT_RESET_HDP));
> > > > > > +    RADEON_SOFT_RESET_RB));
> > > > > >      INREG(RADEON_RBBM_SOFT_RESET);
> > > > > >
> > > > > >      OUTPLL(RADEON_MCLK_CNTL,        mclk_cntl);
> > > > > >
> > > > > >
> > > > > > There's a similar patch to apply to
> > > > > >
> > > > > xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/rad
> > > > > eon_cp.c.
> > > > > >
> > > > > > Then copy
> > > > > > xc/exports/lib/modules/dri/radeon_dri.so and
> > > > > > xc/exports/lib/modules/drivers/radeon_drv.so
> > > > > > to
> > > > > > /usr/X11R6/lib/modules/radeon_dri.so
> > > > > > /usr/X11R6/lib/modules/radeon_drv.so
> > > > > >
> > > > > > and restart your X server.
> > > > > _______________________________________________
> > > > > Newbie mailing list
> > > > > [EMAIL PROTECTED]
> > > > > *** To unsubscribe , or change message options, see:
> > > > > http://XFree86.Org/mailman/listinfo/newbie
> > > > >
> > > > _______________________________________________
> > > > Newbie mailing list
> > > > [EMAIL PROTECTED]
> > > > *** To unsubscribe , or change message options, see:
> > > > http://XFree86.Org/mailman/listinfo/newbie
> > >
> > > _______________________________________________
> > > Newbie mailing list
> > > [EMAIL PROTECTED]
> > > *** To unsubscribe , or change message options, see:
> > > http://XFree86.Org/mailman/listinfo/newbie
> > >
> > _______________________________________________
> > Newbie mailing list
> > [EMAIL PROTECTED]
> > *** To unsubscribe , or change message options, see:
> > http://XFree86.Org/mailman/listinfo/newbie
> 
> _______________________________________________
> Newbie mailing list
> [EMAIL PROTECTED]
> *** To unsubscribe , or change message options, see:
> http://XFree86.Org/mailman/listinfo/newbie
> 
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to