> > > > i've noticed another strange reaction,
> > > >
> > > > today i tested a little assembly program which changes the color palette
> > > > in 8bpp mode, but it doesn't seem to work, the palette entries stay the
> > > > same with or without change, but after the syscall bit31 in eax isn't set,
> > > > this means the syscalls was sucessful.
>
> > no the FBIOPUTCMAP-ioctl as found in the fb-header files in the
> > kernelsource
>
> First is this the native kernel driver or kgicon?
KGIcon
> > > > On another computer with cirrus Logic 5464 Chipset and KGI Module the
> > > > program works fine.
>
> Which mode are you setting it to?
640x400 with 8bpp
I need only 16 Colors, so why should i use Modes like Truecolor (24 Bit)
or HiColor (15/16 Bit).
I only wanted to know, why the KGI Driver for the cl5464 has no problems
to change the colorpalette via ioctl(fb_descriptor, FBIOPUTCMAP,
color_map) and why the KGI Driver for the ATI Mach64 Driver HAS problems
to do it, both are working at the same mode, and i used the same program,
from which i extracted the code snippets showed in my mail above.
karsten