strange behavior on Radeon 7000/VE

karpi karpi.lists at email.cz
Tue Jun 24 15:15:23 PDT 2008


24/06/08 15:54, alexdeucher at gmail.com napsal(a):
> On Tue, Jun 24, 2008 at 4:39 AM, karpi <karpi.lists at email.cz> wrote:
> >
> >
> >   thanks to both, the problem with green cursor artefacts in gimp was
> > solved by:
> > Option "AccelMethod" "EXA"
> >   also could be workarounded in ~/.gimp-2.4/gimprc by this line:
> > xor-color (color-rgb 1.0 1.0 1.0))
> >   But the 3d problem with blender persists .( my mesa library version
> > is: 6.5.2
> >
> 
> Does the problem persist with newer versions of the 3D driver?
> 
> Alex
>

So.. iv'e just upgraded to:
mesa-7.1_rc1
xorg-server-1.4.2

but unfortunaelly xf86-video-ati-6.8.0-r1 does not compile with this 
configuration.. .(


   radeon_accelfuncs.c: In function 
   'RADEONSetupForMono8x8PatternFillMMIO':
   radeon_accelfuncs.c:551: error: 'pattern' undeclared (first use in this function)
   radeon_accelfuncs.c:551: error: (Each undeclared identifier is reported only once
   radeon_accelfuncs.c:551: error: for each function it appears in.)
   In file included from radeon_accel.c:437:
   radeon_accelfuncs.c: In function 'RADEONSetupForMono8x8PatternFillCP':
   radeon_accelfuncs.c:551: error: 'pattern' undeclared (first use in this function)
   make[2]: *** [radeon_accel.lo] Error 1
   make[2]: *** Waiting for unfinished jobs....
    i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DFGL_LINUX -DDRIVER_PARSER -march=athlon-xp -O2 -pipe -MT radeon_cursor.lo -MD -MP -MF .deps/radeon_cursor.Tpo -c radeon_cursor.c  -fPIC -DPIC -o .libs/radeon_cursor.o
   make[2]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-ati-6.8.0-r1/work/xf86-video-ati-6.8.0/src'
   make[1]: *** [all-recursive] Error 1
   make[1]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-ati-6.8.0-r1/work/xf86-video-ati-6.8.0'
   make: *** [all] Error 2

but this ..heh.. ugh.. patch solved this (yes, im really not a 
programmer more likelly butcher .) :

   --- src/radeon_accelfuncs.c	2008-01-12 21:48:59.000000000 +0100
   +++ /F/radeon_accelfuncs.c	2008-06-24 23:58:24.000000000 +0200
   @@ -551,2 +551,2 @@
   -    OUT_ACCEL_REG(RADEON_BRUSH_DATA0,        *(CARD32 *)(pointer)&pattern[0]);
   -    OUT_ACCEL_REG(RADEON_BRUSH_DATA1,        *(CARD32 *)(pointer)&pattern[4]);
   +/*    OUT_ACCEL_REG(RADEON_BRUSH_DATA0,        *(CARD32 *)(pointer)&pattern[0]);
   +    OUT_ACCEL_REG(RADEON_BRUSH_DATA1,        *(CARD32 *)(pointer)&pattern[4]);*/

..now driver compilled sucessfully a obediently works - meanwhile .o)
(btw blender works fine now)



> >
> >
> > 24/06/08 09:18, michel at tungstengraphics.com napsal(a):
> >> On Mon, 2008-06-23 at 22:38 +0200, karpi wrote:
> >> > Hello..
> >> >
> >> > - Im using xf86-video-ati 6.8.0-r1 on 2.6.19-gentoo-r5
> >> > - my card is: 01:00.0 VGA compatible controller: ATI Technologies Inc
> >> >   Radeon RV100 QY [Radeon 7000/VE]
> >> > - xorg.conf and log are here:
> >> >   http://pastey.net/89937
> >> >   http://pastey.net/89938
> >> >
> >> >
> >> > and this things appears:
> >> > http://gismaster.liberix.cz/~karpi/noblogmedia/pics/sshots/gimp_green.jpg
> >>
> >> ???As I pointed out on IRC, there's a bug report that seems to match this
> >> (dug up by searching Bugzilla for 'radeon gimp'):
> >>
> >> https://bugs.freedesktop.org/show_bug.cgi?id=9877
> >>
> >>
> >> > http://gismaster.liberix.cz/~karpi/noblogmedia/pics/sshots/ssht1.png
> >> > http://gismaster.liberix.cz/~karpi/noblogmedia/pics/sshots/ssht2.png
> >>
> >> Probably a 3D driver issue, which version of Mesa?
> >>
> >>
> >> --
> >> Earthling Michel D?nzer           |          http://tungstengraphics.com
> >> Libre software enthusiast         |          Debian, X and DRI developer
> >>
> > _______________________________________________
> > xorg-driver-ati mailing list
> > xorg-driver-ati at lists.x.org
> > http://lists.x.org/mailman/listinfo/xorg-driver-ati
> >


More information about the xorg-driver-ati mailing list