Код: Выделить всё
dmesg | grep error
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture....<6>bootsplash: error while decompressing picture: bad tables (14)
Где грабли зарыты?
Модератор: /dev/random
Код: Выделить всё
dmesg | grep error
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture....<6>bootsplash: error while decompressing picture: bad tables (14)
Код: Выделить всё
convert -size 1024x768 source.jpg -resize 800x600 destination.jpg
Код: Выделить всё
# This is the configuration file for the 800x600 bootsplash picture.
#
# This file is necessary to specify the coordinates of the text box on
# the splash screen.
#
# Comments are welcome by oliver@dediziert.org
# Версия bootsplash под которую расчитан файл
version=3
# Показывать картинку?
state=1
# fgcolor текст шрифта00
# bgcolor цвет который будет прозрачным
fgcolor=7
bgcolor=0
# (tx, ty) координаты текстового окна в пикселях (если 0,0 то текст будет на все окно)
# tw/th высота/ширина текстового окна (если совпадает с разрешением то как и выше)
tx=0
ty=0
tw=800
th=600
# Полный путь к фоновой и загрузочной картинке
jpeg=/etc/bootsplash/ku6ep/images/smile-800x600.jpeg
silentjpeg=/etc/bootsplash/ku6ep/images/smile-800x600.jpeg
# Показывать прогрессбар?
progress_enable=1
# Опции прогрессбара (тут я точно не знаю что чего делает, по идее после # в строке
# идет шестнадцатиричный код цвета)
# background
box silent noover 318 1040 1282 1074 #00000050
box silent inter 318 1040 318 1073 #b77200 #b77200 #f2b700 #f2b700
box silent 318 1040 1282 1074 #b77200 #b77200 #f2b700 #f2b700
# black border
box silent 318 1040 1282 1040 #b5b5b5
box silent 318 1074 1282 1074 #b5b5b5
box silent 318 1040 318 1074 #b5b5b5
box silent 1282 1040 1282 1074 #b5b5b5
# Перерисовка?
overpaintok=1