LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: Debentoo Gao

FBSplash(GenSplash)轻松安装手记

[复制链接]
发表于 2004-9-1 12:51:30 | 显示全部楼层
启山兄,你不是用love-sources的吗?
发表于 2004-9-1 13:07:07 | 显示全部楼层
最初由 home_king 发表
启山兄,你不是用love-sources的吗?

我又改了,nitro-source可以支持高刷新率
发表于 2004-9-1 13:27:48 | 显示全部楼层
最初由 home_king 发表
love-source好象不支持fbsplash哦。
如果用nitro-source,那么它能用中文portage吗?

As far as I know, nitro-source has nothing to do with 中文portage.
发表于 2004-9-1 15:04:03 | 显示全部楼层
最初由 liqishan 发表
你就用http://www.sepi.be/nitro/2.6.8.1-nitro6/ 里的ebuild和patch试试


下哪一个啊?
发表于 2004-9-1 18:00:48 | 显示全部楼层
emerge sync,再emerge nitro-sources,现在有选项了,正在make
不过版主发贴的时间在半个月前,而我上一次更新是在 一周前,这样看来似乎跟emerge sync没 什么关系
没搞清楚为什么会这样
发表于 2004-9-1 18:45:10 | 显示全部楼层
终于看到漂亮的splash了!
但是还有问题,刚启动的 时候 ,屏幕左上角显示一个企鹅,这时是字符界面,过一会就显示splash了,这时进度条在走,不过只走了一点点,然后又进入字符界面,直到出现gnome登录界面。
发表于 2004-9-2 11:09:18 | 显示全部楼层
终于搞定
发表于 2004-9-3 21:19:36 | 显示全部楼层
楼上请你说明一下你的操作过程?
发表于 2004-9-7 16:57:45 | 显示全部楼层
我也想知道
发表于 2004-9-7 17:44:49 | 显示全部楼层
现在不一定要nitro sources了,gentoo-dev-sources也有相关选项了。
http://dev.gentoo.org/~spock/pro ... in-5-easy-steps.php

This document describes how to get fbsplash up-n-running in a fast and
painless way.

0) Preparation. Make sure you that you either have your ACCEPT_KEYWORDS set
    to ~<your_arch> (eg. ~x86) or that you add:
      sys-kernel/gentoo-dev-sources ~x86
      media-gfx/splashutils ~x86  
    to your /etc/portage/package.keywords.

1) Install the latest Gentoo kernel sources:
    # emerge gentoo-dev-sources

2) Configure, build and install your kernel: (内核有关选项)
    # cd /usr/src/linux
    # make menuconfig
    # make
    # make install modules_install

3) Install splashutils:
    # emerge splashutils

4) Create an initramfs image for fbsplash:
    # splash_geninitramfs -v -g /boot/fbsplash-emergence-1024x768 -r 1024x768 emergence
   
5) Configure your bootloader: (instructions for grub)
    # cd /boot/grub
   
    Edit menu.lst, find the entry for your kernel, and put 'splash=silent,theme:emergence'
    onto the kernel command line. You should get something like this:

    title Gentoo Linux (g-d-s 2.6.8.1)
        root (hd0,4)
        kernel /boot/gentoo-2.6.8.1 ro root=/dev/hda1 video=vesafb:ywrap,pmipal,1024x768-32@85 splash=silent,theme:emergence
        initrd /boot/fbsplash-emergence-1024x768
       
This is it. Reboot and enjoy fbsplash
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表