全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
制作grub启管背景图
1500阅读 0评论
2012-01-27
韩城小胖。
分类:
Delphi
1、# apt-get install imagemagick //安装图像处理软件imagemagick
2、# convert 源图片名 -resize 640x480! -colors 14 test.xpm //强制将源图设置为640x480分辨率,14色素,格式为xpm。
3、# gzip text.xpm //通过gzip压缩xpm格式背景图
4、编辑menu.lst通过"xplashimage"加载背景图
5、注释掉color语句,并用background和foreground设置前景色和背景色,例句:
background bbbbbb
foreground 3355aa
上一篇:
取消xp桌面鼠标右键 ATI Catalyst Tm Control Center
下一篇:
setuid,setgid,stickybit的三个权限的详细说明<转>