金色的骷髅 发表于 2015-1-16 13:58:16

来谈谈:怎样改动Ubuntu8.10的启动画面

为什么我使用一个命令的时候,系统告诉我找不到该目录,我要如何限制使用者的权限等问题,这些问题其实都不是很难的。
实在十分复杂:
sudoaptitudeinstallsplashy
假如提醒没有软件包,能够从官方网站下载。
就是两个文件:
http://splashy.alioth.debian.org/ubuntu/splashy_0.3.8-2_i386.deb
http://splashy.alioth.debian.org/ubuntu/libsplashy1-dev_0.3.8-2_i386.deb
然后sudodpkg-i*.deb.
修正menu.lst文件
sudogedit/boot/grub/menu.lst
找到
kernel/boot/vmlinuz-2.6.15-23-386root=/dev/hdxxroquietsplash
这行,往失落splash,在前面增加vga=792
*vga参考表
depth―C640×480―-800×600―-1024×768―C1280×1024―C1600×1200
8bit――――769――――771――――-773――――C775―――――C796
15bit―――-784――――787――――-790――――C793―――――C797
16bit―――-785――――788――――-791――――C794―――――C798
24bit―――-786――――789――――-792――――C795―――――C799
更多主题,能够从这里下载http://splashy.alioth.debian.org/wiki/themes/contrib
http://www.ckuyun.com/
设置文件在/etc/splashy/config.xml,一个例子:
<splashy>
<progressbar>
<!--herearetagstosetthebar...xisthexcoordinateand
yistheycoordinate,widthandheightarefortheprogressbar.
Rememberthatx,ywidthandheightareexpressedinpercentage-->
<x>20</x>
<y>90</y>
<width>60</width>
<height>2</height>
<!--hereyoucansetthecoloroftheprogressbar...
settheamountofred,green,blueandalphachannel.
Rememberthatthemaxvalueis255andtheminumunvalueis0-->
<red>207</red>
<green>0</green>
<blue>0</blue>
<alpha>255</alpha>
</progressbar>
<background>
<boot>/etc/splashy/themes/ubuntu/background.jpg</boot>
<shutdown>/etc/splashy/themes/ubuntu/shutdown.jpg</shutdown>
<errorimg>/etc/splashy/themes/ubuntu/error.jpg</errorimg>
</background>
<fifo>/etc/splashy/splashy.fifo</fifo>
<pid>/etc/splashy/splashy.pid</pid>
<autoverbo搜索引擎优化nerror>yes</autoverbo搜索引擎优化nerror>
</splashy>

出格提示:此事需初级用户,成果自信
</p>
学习linux,就意味着更快的开发效率,等更多关于软件本身或者说操作系统本身的理解。

透明 发表于 2015-1-17 22:59:01

对Linux命令熟悉后,你可以开始搭建一个小的Linux网络,这是最好的实践方法。Linux是网络的代名词,Linux网络服务功能非常强大,不论是邮件服务器、Web服务器、DNS服务器等都非常完善。

山那边是海 发表于 2015-1-21 11:11:03

掌握在Linux系统中安装软件,在安装Linux工具盘后大致日常所需的软件都会有,一般网络提供下载的软件都会有安装说明。

深爱那片海 发表于 2015-1-30 16:39:22

如果你有庞大而复杂的测试条件,尽量把它剪裁得越小越好。可能你会遇到这种情况,对于一个问题会出现不同内容回答,这时你需要通过实践来验证。

乐观 发表于 2015-2-6 14:07:16

在学习的过程中,我们用的是VM虚拟机,开始时真的不真的该怎么去做,特别是我的是命令窗口界面,别人的是图形界面,我都不知道怎么调过来。

老尸 发表于 2015-3-5 06:31:58

永中office 2004增强版安装只需要默认安装即可使用并操作大多与win系统雷同,打印机的配置和管理,记录光盘等。

再见西城 发表于 2015-3-11 23:58:39

未来的学习之路将是以指数增加的方式增长的。从网管员来说,命令行实际上就是规则,它总是有效的,同时也是灵活的。

小妖女 发表于 2015-3-19 17:13:02

Linux?最大的优点在于其作为服务器的强大功能,同时支持多种应用程序及开发工具,所以Linux操作系统有着广泛的应用空间。

莫相离 发表于 2015-3-30 00:04:40

查阅经典工具书和Howto,特别是Howto是全球数以万计的Linux、Unix的经验总结非常有参考价值通常40%的问题同样可以解决。
页: [1]
查看完整版本: 来谈谈:怎样改动Ubuntu8.10的启动画面