: 제목과 같습니다.
: 아델 리눅스 로고를 다른 것으로 바꾸어 보고 싶거든요.
: /boot/adelinux.logo가 어떤 그래픽 파일 같은데
: 그것을 편집해 주면 될것도 같거든요.?
: 아닌가..?
: 그런데 제가 gimp나 xv로 보려구 해도 어떤것도
: 그래픽모드로 잡히지 않더군요.
: 어떨게 하면 아델 리눅스 로고를 바꿀수 있을까여..
: 여러 고수님들의 ... 조언을 부탁드립니다.
이럴경우는 제가 고수가 되나요..?
후후 미천한 제가 한마디...
/usr/local/lilosplash 디렉토리에 가면.. 여러가지 화일들이 있습니다.
보통 bmp화일로 되어있더군요,..
여기에서 makefile 화일을 수정해서 make 해보세요..
그럼 logo화일이 만들어집니다.
그화일을 lilo에 messages=뒤에 경로와 화일명을 적어주면..
짜짠..하구 lilo에서 자신의 그림을 넣을수 있습니다.
예)
우선 gimp나 그래픽 툴로써 자신의 그림을 그리면 될것이고요..
[root@www lilosplash]# pwd
/usr/local/lilosplash
[root@www lilosplash]# ls
Makefile lixgreen.splash tuxparadise.bmp
ade.bmp lixgreen.splash.map tuxparadise.splash
ade.logo splash.h tuxparadise.splash.map
ade.logo.map splash2png tuxrain.bmp
adelinux.bmp tux320.bmp tuxrain.splash
adelinux.logo tux320.splash tuxrain.splash.map
adelinux.logo.map tux320.splash.map tuxsnow.bmp
gfxdrv8.b tux320.splash.ooo tuxsnow.splash
lilosplash* tuxblackbig.bmp tuxsnow.splash.map
lilosplash.c tuxblackbig.splash
lixgreen.bmp tuxblackbig.splash.map
[root@www lilosplash]# vi Makefile
.SUFFIXES: .bmp
.......... 중략........
adelinux.logo: adelinux.bmp
./lilosplash -x1 -y2 -PB -aspot -pbright -m$@.map -f8l -o$@ adelinux.bmp
baba.logo: baba.bmp <---- 고친부분입니다. -----------+
./lilosplash -x1 -y2 -PB -aspot -pbright -m$@.map -f8l -o$@ baba.bmp
clean:
rm -f $(ALL) *.map
:wq
[root@www lilosplash]# make all
./lilosplash -x1 -y2 -PB -aspot -pbright -made.logo.map -f8l -oade.logo ade.bmp
Image size=320x200x8 (101)
Compressed size: 8125 (3132)
[root@www lilosplash]#
boot=/dev/hda
map=/boot/map
install=/boot/aboot.b
message=/boot/baba.logo <------바꾼부분입니다.
prompt
delay=50
lba32
default=linux
image=/boot/vmlinuz-2.2.16-2.0ad
label=linux
read-only
root=/dev/hda5
image=/boot/vmlinuz-2.2.16-2.0ad
label=linux-single
read-only
root=/dev/hda5
append=single
:wq
[root@www lilosplash]# lilo
Added linux *
Added linux-single
[root@www lilosplash]#
자 이렇게 하면 되더라구요..
자신만의 lilo롤,,,
이쁘게 그리신분덜 멜로 좀 보내주세요...
제껀 조금 이상하걸랑요...
그래픽소질이 없어서랑..... 많은 도움이 되시길...--호서대학교 물리학과 NOP 전 짱...