Hi,
On Mon, 30 Apr 2001, Christoph Reichenbach wrote:
> > I tried to run FreeSCI on a Sun Ultra10 with Solaris 2.6. I compiled it
> > using the Openwin libraries (no SDL). When I run a game the backgrounds
> > look perfectly allright, but all bitmaps are more or less screwed up. When
> > I change $DISPLAY to a linux laptop all backgrounds are screwed up, but
> > the bitmaps are doing ok. Should I blame Openwin?
>
> Did you activate anti-aliasing? If so, then it's a problem I just found
> out a few minutes ago- please try again if it works right without it.
Fixed in my last commit.
> If not: What are your config options and color depth?
The bitmaps (cels, pointer (if emulated) and text) shouldn't be broken in
that case, of course. I should probably point out that I've never tried
running the xlib driver from BE->BE on anything other than 8bpp (which is
the most boring case); could you check whether inverse endianness
detection (src/gfx/drivers/xlib_driver.c, line 341) works, please?
(You could also try negating the result to check whether that works...)
llap,
Christoph