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/radeon_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

Reply via email to