On 2002.05.24 21:46 José Fonseca wrote:
> On 2002.05.24 21:00 J5 wrote:
>> ...
> 
>> > > May 24 21:13:07 lain kernel: spurious 8259A interrupt: IRQ7.
>> > > May 24 21:13:15 lain modprobe: modprobe: Can't locate module
>> > > char-major-81
>> > > May 24 21:13:57 lain kernel: agpgart: AGP mode is 0x
>> > > May 24 21:13:57 lain kernel: [drm:mach64_do_dma_init] *ERROR* can 
>> not
>> > > find
>> > > frame buffer map!
>> > >
>> > > J5
>> >
>> > Does anyone make sense of this? AGP mode 0x is strange. And the ones
>> > before too... The fact that it doesn't find the frame buffer map
>> indicates
>> > that there could be some binary incompatibility.
>> >
>> 
> 
> I'll have to add some debugging print statements on the relevant code of 
> the DRM, and enable debug output to see where the info is being lost...
> 

J5, I've just updated my CVS tree and I also had a similar problem, but it 
got away when I reinstaled libdrm.a. Please try to do:

  1. Update the CVS so that we are all in sync.

        cvs update

  2. On each of the following subdirs:

        xc/programs/Xserver/hw/xfree86/os-support/linux/drm
        xc/programs/Xserver/hw/xfree86/drivers/ati
        xc/lib/GL/mesa/src/drv/mach64

  do
         
        make clean
        make all
        su -c "make install"

  3. On

        xc/programs/Xserver/hw/xfree86/os-support/linux/drm

  do
        make -f Makefile.linux clean
        make -f Makefile.linux mach64.o
        su -c "cp mach64.o /lib/modules/.../kernel/drivers/char/drm/"

To see if the problem also goes away with you.

José Fonseca

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to