Last modified 4 years ago
Last modified on 01/22/2009 02:16:46 PM
Usplash
Usplash atau user splash atau boot screen adalah tampilan grafis yang ditampilkan saat sistem operasi diload setelah grub. Bagaimana prosesnya ?
- bikin folder usplash di home anda, terus donglot file ini disana, terus unzip : donlot
- bikin gambar macem2 pakek gimp, buat untuk segala resolusi (640x480, 1024x768, 1200x900, etc all semua yang kepikiran oleh anda) kemudian jadikan dia maksimal 256 warna indexed. 16-64 adalah batas yang normal dengan kemungkinan berhasil yang tinggi. Bagaimana biar indexed? Buka pakek gimp, pergi ke Image > Mode > Indexed. Atur warna dari sana. Kalau mau terasa lebih lain, bisa memakai efek kanvas, hasil indexnya juga lebih terasa smooth.
- simpan gambar itu kedalam folder usplash, kasi nama usplash.png.
- jalankan ini di terminal anda :
cd usplash/ pngtousplash usplash.png > usplash.c pngtousplash throbber_back.png > throbber_back.c pngtousplash throbber_fore.png > throbber_fore.c
- Kompail dia dari .c jadi .o
gcc -g -Wall -fPIC -o usplash.o -c usplash.c gcc -g -Wall -fPIC -o throbber_back.o -c throbber_back.c gcc -g -Wall -fPIC -o throbber_fore.o -c throbber_fore.c gcc -g -Wall -fPIC -o usplash-theme.o -c usplash-theme.c
- Kompail dia jadi sered librari
gcc -g -Wall -fPIC -shared -o usplash.so *.o
- Kalau sudah selesai, saatnya di tes. Anda bisa memilih, menggunakan cara laki-laki sejati atau cara enak. Cara enak, pasang startup manager di box anda. Cara laki-laki sejati, timpa saja file root-live/usr/lib/usplash/usplash-artwork.so dan initrd/usr/lib/usplash/usplash-artwork.so
Usulan
Attachments
- usplash-blankon-5.jpg (276.4 KB) - added by ahmadharis 4 years ago.
- usplash-blankon5-1.svg (1.2 MB) - added by ahmadharis 4 years ago.
- usplash-5-v2.jpg (38.4 KB) - added by ahmadharis 4 years ago.
- usplash-5-v3.jpg (35.6 KB) - added by ahmadharis 4 years ago.
- usplash-5-v4.jpg (41.2 KB) - added by ahmadharis 4 years ago.
- usplash-5-v1.jpg (593.4 KB) - added by ahmadharis 4 years ago.
- usplash.2.so (321.1 KB) - added by aftian 4 years ago.
- usplash.so (787.7 KB) - added by ahmadharis 4 years ago.
- blankon-theme.so (2.9 MB) - added by ahmadharis 4 years ago.
- usplash-theme-blankon5.0.tar.gz (3.1 MB) - added by ahmadharis 4 years ago.
- usplash-theme-blankon_5.0_i386.deb (1.0 MB) - added by ahmadharis 4 years ago.
-
usplash.svg
(90.1 KB) -
added by mdamt 4 years ago.
usulan mdamt 09.02.02
