5.0-alt17
- 1024x768 added - fonts changed
This commit is contained in:
parent
3aa2e56c9b
commit
25d014f5d1
10
Makefile.in
10
Makefile.in
@ -4,14 +4,16 @@ all:
|
||||
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-install/
|
||||
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-boot/
|
||||
convert images/boot.jpg -gravity northeast -pointsize 20 -annotate 0 '@STATUS@' boot.jpg
|
||||
cp -al boot.jpg design-bootloader-source/data-boot/back.jpg
|
||||
cp -al boot.jpg design-bootloader-source/data-install/back.jpg
|
||||
cp -al boot.jpg bootsplash/images/silent-800x600.jpg
|
||||
convert images/boot.jpg -resize 800x600 -gravity northeast -pointsize 20 -annotate 0 '@STATUS@' boot-800x600.jpg
|
||||
cp -al boot-800x600.jpg design-bootloader-source/data-boot/back.jpg
|
||||
cp -al boot-800x600.jpg design-bootloader-source/data-install/back.jpg
|
||||
cp -al boot.jpg bootsplash/images/silent-1024x768.jpg
|
||||
convert -resize '800x600!' bootsplash/images/silent-1024x768.jpg bootsplash/images/silent-800x600.jpg
|
||||
convert -resize '640x480!' bootsplash/images/silent-800x600.jpg bootsplash/images/silent-640x480.jpg
|
||||
# background
|
||||
convert images/background.png -gravity northeast -pointsize 30 -annotate 0 '@STATUS@' background.png
|
||||
cp -al background.png graphics/backgrounds/default.png
|
||||
cp -al background.png graphics/backgrounds/xdm.png
|
||||
convert -resize '800x600!' background.png browser-qt/design/bg.png
|
||||
convert -resize '1024x768!' background.png browser-qt/design/bg.png
|
||||
|
||||
mv kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc "kde3-settings/apps/kdisplay/color-schemes/@BRAND_FNAME@ @NAME@.kcsrc"
|
||||
|
44
bootsplash/config/bootsplash-1024x768.cfg.in
Normal file
44
bootsplash/config/bootsplash-1024x768.cfg.in
Normal file
@ -0,0 +1,44 @@
|
||||
# This is a bootsplash configuration file for
|
||||
# ALT Linux, resolution 800x600.
|
||||
#
|
||||
# See www.bootsplash.org for more information.
|
||||
# Written by Jakub Steiner <jimmac@novell.com>
|
||||
# modified by Sergey V Turchin <zerg@altlinux.org>
|
||||
# modified by Anton V. Boyarshinov <boyarsh@altlinux.org>
|
||||
# modified by Sergey Alembekov <rt@altlinux.org>
|
||||
#
|
||||
version=3
|
||||
state=1
|
||||
progress_enable=1
|
||||
overpaintok=1
|
||||
|
||||
|
||||
fgcolor=7
|
||||
bgcolor=0
|
||||
|
||||
tx=10
|
||||
ty=50
|
||||
tw=780
|
||||
th=550
|
||||
|
||||
|
||||
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-800x600.jpg
|
||||
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-800x600.jpg
|
||||
|
||||
box silent noover 99 370 701 372 #69696760
|
||||
box silent noover 99 372 701 377 #CCCDCC60
|
||||
box silent noover 99 377 701 387 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
|
||||
box silent noover 99 387 701 378 #CBCBCC60
|
||||
|
||||
|
||||
|
||||
box silent inter 100 371 100 377 #@INACTIVE_COLOR@
|
||||
box silent 100 371 700 377 #@INACTIVE_COLOR@
|
||||
box silent inter 100 377 100 387 #@PROGRESS_COLOR@
|
||||
box silent 100 377 700 387 #@PROGRESS_COLOR@
|
||||
|
||||
|
||||
trigger "isdown" quit
|
||||
trigger "rlreached 5" quit
|
||||
trigger "rlchange 0" tosilent
|
||||
trigger "rlchange 6" tosilent
|
@ -271,6 +271,7 @@ echo $lang > lang
|
||||
%changelog
|
||||
* Tue Feb 24 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt17
|
||||
- 1024x768 added
|
||||
- fonts changed
|
||||
|
||||
* Thu Feb 19 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt16
|
||||
- not setup language in bootloader during install (when it is 'C')
|
||||
|
BIN
images/boot.jpg
BIN
images/boot.jpg
Binary file not shown.
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 374 KiB |
Loading…
x
Reference in New Issue
Block a user