On Thu, Jan 09, 2003 at 03:48:19PM +0000, Alan Hourihane wrote: > > It would be certainly good to have the module loader, but for the > > average m68k user this is of no benefit and so I think m68k should > > default to statically linked Xserver. > > Your loosing a lot of configurability without the loader.
like loading or not loading a particular module? > If no one is interested here, I hope to get time to poke at this some > more. Unfortunately I only have a WarpEngine 4040 which nicely does > the cache flushing for me and so the loader works regardless for me. #include <asm/cachectl.h> err=cacheflush(addr,FLUSH_SCOPE_LINE,FLUSH_CACHE_BOTH,len); does the cacheflush, I could test it. There are other important problems, for example the fbdev driver completely ignores all colormap, -mask and depth information it gets from the fbdev device. The only way I could get usable colours on my Q40 was to hardcode this into hw/xfree86/drivers/fbdev/fbdev.c. Strangely there is another fbdev driver in hw/kdrive/fbdev, what is this good for? Richard

