Page 1 of 4
請問如何將Console弄得像安裝光碟的Console一模?
Posted: Sat Apr 19, 2003 8:51 pm
by coollinuxer
請問如何將Console弄得像安裝光碟的Console一模一樣?
所有的Console都有辦法嗎?
謝謝!!
Posted: Sat Apr 19, 2003 9:59 pm
by 【Palatis】
安裝光碟的 console 是怎樣阿?
有什麼不同嗎?
我印象中怎麼都一樣?
還是錯覺?
Re: 請問如何將Console弄得像安裝光碟的Console一
Posted: Sat Apr 19, 2003 10:56 pm
by paar
coollinuxer wrote:請問如何將Console弄得像安裝光碟的Console一模一樣?
所有的Console都有辦法嗎?
謝謝!!
安裝光碟的 live cd 好像會偵測你的顯示卡和螢幕,
可能有些環境會用 framebuffer, 把解析度提升到 800x600 甚至 1024x768, 不知道您是不是這個意思?
是的話這問題要從編 kernel 去著手.
Posted: Sat Apr 19, 2003 10:56 pm
by coollinuxer
安裝光碟的就是很典雅的的那個呀
有Gentoo的Logo在右下角
背景是圖案
解析度是1024*769還是800*600的樣子
我安裝完後看到的Console是普通的Console
黑底白字,解析度640*480
難道是我的問題?
我再試試...
如何將Console弄得像安裝光碟的Console一模一樣?
Posted: Sat Apr 19, 2003 11:36 pm
by breaking
emerge media-gfx/bootsplash
emerge完後....有一行說確定您的kernel是否patch過???
cd /usr/share/bootsplash/
less grub.conf.sample ---> 這有grub的範例檔
p.s.framebuffer在kernel中要開啟!!!
===================================================
應該是這個....我想....><||
因為,我本來也想裝....可是又怕jmcce到時不能用.....
因為我的jmcce在vga=769不能使用.....
請問有人讓jmcce在framebuffer下run麼???
p.s.bootsplash安裝若成功,煩請分享一下囉...^^||
Posted: Sun Apr 20, 2003 8:42 am
by 【Palatis】
阿... 難怪我的不一樣...
我的 cd 是 1.4_rc3
我用 nVidia GeForce2 GTS 32MB, 可是每次 modprobe rivafb 然後 X 和 console 就會掛點.
為什麼知道只有 X 和 console ㄋ? 因為我可以用網路連進去重開 = =
so... 如果要跑 X (native, 尤其是 nvidia driver), 還是不要用 fb 比較好.
至於 boot splash... 我覺得用 grub 的就很好看了, 後面開機我寧可它醜一點快一點, 也不要她漂漂的但是很慢.
一點意見啦~~
Posted: Sun Apr 20, 2003 2:36 pm
by coollinuxer
bootslash我裝好了
kernel裡面的FrameBuffer也開了
但是...
XFree4.2.1不支援我的Radeon9000Pro
vgabf又超怪的,弄得比原本還難看
考慮要裝ATI的驅動程式或者升級到XFree4.3.0
不知道這穩不穩
XFree4.3.0r2是昨天才出的...
Posted: Sun Apr 20, 2003 9:19 pm
by coollinuxer
bootsplash裝好了
FrameBuffer也弄好了
但是只完成一半
只有開機的時候左上角有一隻企鵝的圖案
但我希望的是跟Gentoo1.4rc4安裝光碟一樣的
右下方一個Gentoo的Logo
背景也是圖案
現在要回宿舍了,下禮拜再來試...
有人想知道bootsplash怎麼裝嗎?
下禮拜在po...
Posted: Sun Apr 20, 2003 11:47 pm
by starchris
如要開機時就有那漂漂的圖案的話...
splash -s -f /path/to/bootsplash.cfg > /boot/initrd
然後在你的lilo或grub加上initrd=/boot/initrd
這個方法可以開機時一套圖案,開機完登入console時又是另一套圖案~
cfg檔設定對就可以了,不過我還是找不到安裝光碟的那張圖

Posted: Mon Apr 21, 2003 9:06 am
by coollinuxer
我記得用光碟開機然後cd到/boot
有幾個cfg
不知道有沒有安裝光碟的那張圖...
真想快點放假回家試

Posted: Mon Apr 21, 2003 10:41 am
by coollinuxer
http://www.bootsplash.org/
boot splash 相關討論
http://forums.gentoo.org/viewtopic.php? ... bootsplash
As far as getting the framebuffer image of the livecd you might want to look at
http://cvs.gentoo.org/~livewire/ and speak to LiveWire on #
gentoo@irc.freenode.net.
我沒有patch我的kernel-2.4.20-CK6...
難怪...
Posted: Mon Apr 21, 2003 1:11 pm
by teddy
coollinuxer wrote:bootsplash裝好了
FrameBuffer也弄好了
但是只完成一半
只有開機的時候左上角有一隻企鵝的圖案
但我希望的是跟Gentoo1.4rc4安裝光碟一樣的
右下方一個Gentoo的Logo
背景也是圖案
現在要回宿舍了,下禮拜再來試...
有人想知道bootsplash怎麼裝嗎?
下禮拜在po...
編kernel時
在framebuffer support的地方
只將vesa的support編進去試試看
把ati的support拿掉<---我之前有編進去也是framebuffer失敗,拿掉就OK了
我的是radeon 7200
ps.新的gentoo-source好像對bootsplash已經patch了,可能不用再ebuild patch囉,不過記得把loopback...ramdisk...initrd...support編進kernel
Posted: Mon Apr 21, 2003 3:49 pm
by coollinuxer
編kernel時
在framebuffer support的地方
只將vesa的support編進去試試看
我已經這麼做了
把ati的support拿掉<---我之前有編進去也是framebuffer失敗,拿掉就OK了
我的是radeon 7200
ps.新的gentoo-source好像對bootsplash已經patch了,可能不用再ebuild patch囉,不過記得把loopback...ramdisk...initrd...support編進kernel
嗯...
Posted: Fri Apr 25, 2003 2:26 pm
by coollinuxer
我安裝成功了 ^^
emerge media-gfx/bootsplash/bootsplash-0.6.ebuild
它會在/usr/share建立一個bootsplash的目錄
cd到/usr/src/linux
#patch -p1 < /usr/share/bootsplash/bootsplash-3.0.7-2.4.20-vanilla.diff
patching file drivers/char/console.c
patching file drivers/char/keyboard.c
patching file drivers/char/n_tty.c
patching file drivers/video/Config.in
patching file drivers/video/Makefile
patching file drivers/video/fbcon-jpegdec.c
patching file drivers/video/fbcon-jpegdec.h
patching file drivers/video/fbcon-splash.c
patching file drivers/video/fbcon-splash.h
patching file drivers/video/fbcon-splash16.c
patching file drivers/video/fbcon.c
patching file include/video/fbcon.h
patching file kernel/panic.c
然後編譯核心
Block Devices ->
<*>Initial Ramdisk support
Console drivers ->
Frame-Buffer support ->
<*>VESA VGA graphics console
<*>Use splash screen instead of boot logo
在1.4-rc4的安裝光碟的isolinux目錄下
有幾個initrd.####的檔案
依照你的解析度將initrd.#### cp到/boot
ps.別忘了將/boot mount上去
參照/usr/share/bootsplash/grub.conf.sample修改grub或lilo
ps.要記得在grub或lilo加入initrd=/boot/initrd.####
重新開機,就看到那Cool的gentoo背景了
如果你想要在開完機時換另一張圖
#rc-update add bootsplash default
然後再到/etc/bootsplash下去設定吧(這部分我沒做)
它有幾個jpg的檔案在/etc/bootsplash下
參考看看吧
請參考emerge media-gfx/bootsplash/bootsplash-0.6.ebuild後的資訊
或者
#less bootsplash-0.6.ebuild
到最後面那一部分參考
Posted: Fri Apr 25, 2003 11:45 pm
by breaking
coollinuxer wrote:然後編譯核心
Console drivers ->
Frame-Buffer support ->
<*>Use splash screen instead of boot logo
在我的ck-sources-2.4.20-r6中,似乎沒有這個選項的說.....
有人用ck6成功的麼???