




same here!!oiper wrote:the verbose mode only. some text from silent mode tried to show up for a sec though.

Code: Select all
epm package (emerge epm)
Code: Select all
Should I proceed ? (y/n): y
Ok, your baselayout version is '1.8.6.10-r1'
Please choose a patch version that is close
to your baselayout version from the list below:
1) 1.8.5.9 2) 1.8.6.10 3) 1.8.6.7 4) 1.8.6.8-r1 5) 1.8.6.9
Which patch should I use ? (1-5):
Code: Select all
lrwxrwxrwx 1 root root 24 Jan 15 01:31 default -> /etc/bootsplash/personal/
drwxr-xr-x 4 root root 120 Jan 15 01:27 gentoo/
-r--r--r-- 1 root root 66372 Jan 15 05:26 luxisri.ttf
drwxr-xr-x 5 root root 128 Jan 15 05:18 personal/
Code: Select all
cd /etc/bootsplash/gentoo/images/
Code: Select all
mv silent-1024x768.jpg silent-1024x768_old.jpg
Code: Select all
cp /etc/bootsplash/personal/images/my_1024x786_bootsplash.jpg /etc/bootsplash/gentoo/images/silent-1024x68.jpg
Code: Select all
# Linux bootable partition config begins
image = /boot/bzImage-2.6.1-gentoo-r1
root = /dev/hda2
label = Gentoo-2.6.1-r1
read-only
append = "hdb=ide-scsi hdc=ide-scsi splash=silent"
vga = 794
initrd=/boot/initrd-1280x1024
# Linux bootable partition config ends

Code: Select all
USE="freedom -software_patents" emerge --deep --update world
I'm able to change the color of the text on the VTs but the bootsplash text won't change colors.grzewho wrote:@crazedmodder:
yes, its very easy. all the text parameters are described in /etc/bootsplash/theme/config/resolution.cfg files
you can also modify the text by editting the /sbin/splash script to suit your needs
Code: Select all
USE="freedom -software_patents" emerge --deep --update world