Szeretném a boot-kor megjelenő képet sajátra cserélni.
Az alábbi lépéseket próbáltam:
1. apt-get install libbogl-dev
2. pngtobogl sajatlogo.png > usplash-artwork.c
3. gcc -Os -g -I/usr/include/bogl -fPIC -c usplash-artwork.c -o usplash-artwork.o
.
.
.
usplash-artwork.c:3331: warning: large integer implicitly truncated to unsigned type
usplash-artwork.c:3331: warning: large integer implicitly truncated to unsigned type
usplash-artwork.c:3331: warning: large integer implicitly truncated to unsigned type
usplash-artwork.c:3331: warning: large integer implicitly truncated to unsigned type
usplash-artwork.c:3331: warning: large integer implicitly truncated to unsigned type
usplash-artwork.c:3331: warning: large integer implicitly truncated to unsigned type
4. gcc -shared -Wl,-soname,usplash-artwork.so usplash-artwork.o -o sajat-theme.so
5. cp sajat-theme.so /usr/lib/usplash/sajat-theme.so
6. update-alternatives --config usplash-artwork.so
7. dpkg-reconfigure linux-image-$(uname -r)
Induláskor azt irja "no usable theme found for 800x600 screen"
- 1073 megtekintés
Hozzászólások
Warningok már nincsenek (only 16 szin kellett neki).
Viszont nem töti be most se.
usplash: No usable theme found for 800x600
screen init failed
- A hozzászóláshoz be kell jelentkezni
Valami bevált recept? GUI-m nincs, szóval parancssori megoldásokat keresnék.
- A hozzászóláshoz be kell jelentkezni
Miért nem a splashy csomagot használod? :)
Több témája is van, de át is szerkesztheted egyszerűen. Relatíve egyszerű a beállítása. Man-ban benne van. Nekem speciel az alap témák tetszenek.
- A hozzászóláshoz be kell jelentkezni