Been trying to get 16bit video working with no success.
I have 64MB installed, I changed the params video to video=acorn:dram:2048k
changed your dotconfig (.config)
from:
CONFIG_FBCON_CFB8=y
# CONFIG_FBCON_CFB16 is not set
to:
# CONFIG_FBCON_CFB8 is not set
CONFIG_FBCON_CFB16=y
rebuilt a new kernel.
Booting up looks OK but when I try to display a jpeg using
"fbi" http://bytesex.org/fbi.html, it still uses dithering
(8bit?)
Also changed XF86Config "depth" from 8 to 16, it does try to
use the cfb16 driver, but crashes with a signal 11.
Has anyone else had any luck getting a higher color depth
than 8 bit?
Rick