minigui NEWGAL>FBCON: Unable to memory map the video hardware
为伊痴狂 2012-02-21 04:51:30 将minigui程序移植到板子中运行程序出现问题:
NEWGAL>FBCON: Unable to memory map the video hardware
NEWGAL: Does not find matched engine: fbcon.
InitGUI: Can not get graphics engine information!
其中:minigui库的配置命令:
./configure \
3 CC=arm-vfp-linux-gnu-gcc \
4 --build=i386-linux \
5 --host=arm-unknown-linux \
6 --target=arm-unknow-linux \
7 --disable-qvfbial \
8 --disable-pngsupport \
9 --disable-jpgsupport \
10 --disable-galecoslcd \
11 --disable-vbfsupport \
Minigui.cfg中配置:
gal_engine=fbcon
defaultmode=320x240-16bpp
# IAL engine
ial_engine=console
mdev=/dev/input/mice
mtype=NONE #IMPS2
[fbcon]
defaultmode=320x240-16bpp
[qvfb]
defaultmode=320x240-16bpp
display=0
是怎么回事,如何修正