Am Mittwoch, den 26.01.2005, 19:29 +0200 schrieb [EMAIL PROTECTED]:
> # > What's wrong with my MTRR or savage DRI, why DRI isn't working?
> # >        -edie
> #
> # The real problem is that your 2D driver is incompatible with the new
> # kernel module. See your Xorg.0.log, it reports a version mismatch of the
> # kernel module (though message is misleading because it contains a wrong
> # version number :-/ ). You need a 2D driver version 2.0.0 or newer. See
> # http://dri.freedesktop.org/wiki/S3Savage for the big DRI-related changes
> # in the Savage driver you may have missed and
> # http://dri.freedesktop.org/wiki/Building for updated building
> # instructions.
> #   Felix
> 
> (I patched xorg cvs with buildtools.patch, I don't know is this important to 
> my
> error)
> 
> I used http://freedesktop.org/~fxkuehl/host.def
> and edited 2D driver list to look like this:
> #define XF86CardDrivers savage
> 
> Then make World, make install, ldconfig.
> 
> Manually this copies 2D driver files?
> cp exports/lib/modules/drivers/*_drv.o /usr/X11R6/lib/modules/drivers
> When I look both dirs, savage drivers are the same (or link to same name and
> size file).
> 
> Is there something wrong with compiling or installing 2D driver files?

Oh, it seems you are another victim of the binary module format change.
You still have old .o modules around next to the new .so modules.
Unfortunately it's pretty unpredictable which module X chooses to load
when both a new .so and an old .o module exits. Try moving the
whole /usr/X11R6/lib/modules directory out of the way and run make
install again in the xorg tree. This way you should end up with a clean
tree that has only the new .so modules.

Make sure that you have the latest version of my host.def. Otherwise you
don't get a new keyboard driver.

> 
> Mesa and DRM (drm.ko and savage.ko, from drm/linux-core dir) I builded from 
> cvs
> also.

That should be fine.

> 
>        -edie-
>

-- 
| Felix Kühling <[EMAIL PROTECTED]>                     http://fxk.de.vu |
| PGP Fingerprint: 6A3C 9566 5B30 DDED 73C3  B152 151C 5CC1 D888 E595 |



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to