当前位置: 技术问答>linux和unix
MiniGui的编译安装问题!
来源: 互联网 发布时间:2015-08-03
本文导语: 昨天装MiniGui,开始在grub.conf里面加上vga=0x0317重新启动.选择进入linux.黑屏,显示输入超范围,进不了系统了!我用启动盘能进linux系统,把vga=0x0314重新启动.进linux时能看到那只企鹅,进入了Framebuffer模式. 我就按从www.minigui.com...
昨天装MiniGui,开始在grub.conf里面加上vga=0x0317重新启动.选择进入linux.黑屏,显示输入超范围,进不了系统了!我用启动盘能进linux系统,把vga=0x0314重新启动.进linux时能看到那只企鹅,进入了Framebuffer模式.
我就按从www.minigui.com下载的用户手册安装minigui.然后我进如下载md-example-1.3.1的src里面.编译自带的源程序:
gcc -o helloworld helloword.c -lminigui -lpthread
能通过,可以是输入./helloworld
出现是:
No video mode large enough for the resolution specified.
NEWGAL: Set video mode failure.
GDI: Can not initialize graphics engine!
InitGUI failure when using /usr/local/etc/MiniGUI.cfg as cfg file.
有用minigui的朋友帮我分析一下是什么原因.在下万分感激!
我的linux的显示器设置是1024*768 色彩深度 上千色 16M
我就按从www.minigui.com下载的用户手册安装minigui.然后我进如下载md-example-1.3.1的src里面.编译自带的源程序:
gcc -o helloworld helloword.c -lminigui -lpthread
能通过,可以是输入./helloworld
出现是:
No video mode large enough for the resolution specified.
NEWGAL: Set video mode failure.
GDI: Can not initialize graphics engine!
InitGUI failure when using /usr/local/etc/MiniGUI.cfg as cfg file.
有用minigui的朋友帮我分析一下是什么原因.在下万分感激!
我的linux的显示器设置是1024*768 色彩深度 上千色 16M
|
在MiniGUI.cfg 文件中修改