Compiling i810 driver using X.Org SDK breaks DRI ...

Stefan Dirsch sndirsch at suse.de
Sat Oct 29 10:27:47 PDT 2005


Hi

I'm currently trying to build some of the DDX drivers of upcomping
X.Org 6.9 using the X.Org SDK only ("make install.sdk" installs the
SDK). This works fine with radeon and mga driver (tested on x86_64
with RV200/R200 and G550 boards). Unfortunately for i810 driver this
breaks DRI support (tested on x86_64 with 945G chipset):

#glxinfo
"error: different size of I830DRIRec"

--> src/mesa/drivers/dri/i915/intel_screen.c:intelInitDriver()

bad: devPrivSize:          136 (external built DDX driver)
     sizeof(I830DRIRec):   104
good: devPrivSize:         104 (monolithic DDX driver build)
      sizeof(I830DRIRec):  104

I use the same sources for the DDX driver, but something is different
when building the DDX driver outside of the xc tree ....

Just to make sure. When building the i810 driver inside the xc tree
with using "make World" this problem does *not* occur.

Any hints?

Best regards,
Stefan

Public Key available
------------------------------------------------------
Stefan Dirsch (Res. & Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0            Maxfeldstraße 5
FAX: 0911-740 53 479          D-90409 Nürnberg
http://www.suse.de            Germany 
------------------------------------------------------



More information about the xorg mailing list