沒錯 我的也一樣找不到這一項breaking wrote:在我的ck-sources-2.4.20-r6中,似乎沒有這個選項的說.....coollinuxer wrote:然後編譯核心
Console drivers ->
Frame-Buffer support ->
<*>Use splash screen instead of boot logo![]()
有人用ck6成功的麼???
所以只有開機時出現boot logo...
Moderator: Forums Team
我就是用CK6編的呀breaking wrote:在我的ck-sources-2.4.20-r6中,似乎沒有這個選項的說.....coollinuxer wrote:然後編譯核心
Console drivers ->
Frame-Buffer support ->
<*>Use splash screen instead of boot logo![]()
有人用ck6成功的麼???
似乎用splash指令可以解決pahud wrote:對了,有誰知道那個initrd的splash image是在那裡控制的?
bootsplash image可以在/etc/bootsplash/底下調整,
但initrd的splash image要在那調整呢?我把initrd.1024給
loop mount起來,但還找不到任何線索。
Code: Select all
Looking for splash picture.... no good signature found.【Palatis】 wrote:splash 討厭全智賢ㄇ....
純灌水, 別打我......
Code: Select all
jpeg=/etc/bootsplash/gentoo/images/mybootsplash-1024x768.jpg
silentjpeg=/etc/bootsplash/gentoo/images/mysilent-1024x768.jpgCode: Select all
/sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1024x768.cfg > /boot/initrd-1024x768Code: Select all
I came up with the number "2849" by adding the number of scripts that were called after the shared memory (/dev/shm) was mounted, added one to that number, and divided 65536 by it. Eg. 65536/(number_of_scripts + 1).你要先確定這些圖片可以bootsplash正常顯示才行,breaking wrote:silent及bootsplash的畫面不是可以設不一樣麼?
為何我一設不一樣的圖,reboot後,就一定抓不到的說....
而且.....是變成兩張圖都抓不到的說....
設回來就又可以了.....怪...
Code: Select all
# bootsplash /etc/bootsplash/default/config/bootsplash-xxxxxxxx.cfg Code: Select all
if [ "${BOOT}" = "yes" ] && [ -z "${EBUILD}" -a -w /proc/splash ] && [ -s /dev/shm/ ]
then
if ! [ -e /dev/shm/progress_bar_counter ] ; then echo 0 > /dev/shm/progress_bar_counter ; fi
NEW_VALUE=$(( `cat /dev/shm/progress_bar_counter` + 2849 ))
echo "$NEW_VALUE" > /dev/shm/progress_bar_counter
echo "show $NEW_VALUE" > /proc/splash
fiCode: Select all
none /dev/shm tmpfs defaults 0 0Code: Select all
/sbin/splash -s -u $TTY /etc/bootsplash/${BOOTSPLASH_THEME}/config/bootsplash-$(/sbin/fbresolution).cfg
Code: Select all
/sbin/splash -s -u $TTY -n /etc/bootsplash/${BOOTSPLASH_THEME}/config/bootsplash-$(/sbin/fbresolution).cfg3Q,滑鼠可以了maxdj wrote:1.應該要先啟動gpm 這個服務ckchen wrote: 還有一些小的問題:
1.怎麼讓滑鼠動起來啊?還能copy paste之類的
2.我覺得鍵盤repeat很慢,要去那裡調呢?
3.有些字的顏色跟背景很像看不清楚,要去那裡改呢?
謝謝大家的回答