Commit 1ff23319 authored by Alexandra Panyukova's avatar Alexandra Panyukova

new images for linbook

parent 4bb83a0b
...@@ -3,12 +3,12 @@ all: ...@@ -3,12 +3,12 @@ all:
cp -a bootloader/config design-bootloader-source/ cp -a bootloader/config design-bootloader-source/
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-install/ cp -a bootloader/gfxboot.cfg design-bootloader-source/data-install/
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-boot/ cp -a bootloader/gfxboot.cfg design-bootloader-source/data-boot/
convert images/boot.jpg -resize 1024x600 -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot.jpg convert images/boot.jpg -resize 800x600 -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot.jpg
convert images/boot.jpg -resize 1024x600 -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot-1024x600.jpg convert images/boot.jpg -resize 800x600 -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot-800x600.jpg
cp -al boot-1024x600.jpg design-bootloader-source/data-boot/back.jpg cp -al boot-800x600.jpg design-bootloader-source/data-boot/back.jpg
cp -al boot-1024x600.jpg design-bootloader-source/data-install/back.jpg cp -al boot-800x600.jpg design-bootloader-source/data-install/back.jpg
cp -al boot.jpg bootsplash/images/silent-1024x600.jpg cp -al boot.jpg bootsplash/images/silent-800x600.jpg
convert -resize '1024x600!' bootsplash/images/silent-1024x600.jpg bootsplash/images/silent-1024x600.jpg convert -resize '800x600!' bootsplash/images/silent-800x600.jpg bootsplash/images/silent-800x600.jpg
# background # background
convert images/background.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' background.png convert images/background.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' background.png
convert graphics/backgrounds/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' prototype.png convert graphics/backgrounds/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' prototype.png
...@@ -17,10 +17,10 @@ all: ...@@ -17,10 +17,10 @@ all:
convert images/background.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' kde3-styles-splash/Background.jpg convert images/background.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' kde3-styles-splash/Background.jpg
convert -resize '400x320!' images/background.png kde3-styles-splash/Preview.png convert -resize '400x320!' images/background.png kde3-styles-splash/Preview.png
# cp -al prototype.png kde3-styles-splash/Background.png # cp -al prototype.png kde3-styles-splash/Background.png
convert alterator/images/background.png -resize '1024x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' alterator/design/bg.png convert alterator/images/background.png -resize '800x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' alterator/design/bg.png
# console background # console background
cp -al images/console.jpg bootsplash/images/bootsplash-1024x600.jpg cp -al images/console.jpg bootsplash/images/bootsplash-800x600.jpg
convert -resize '1024x600!' bootsplash/images/bootsplash-1024x600.jpg bootsplash/images/bootsplash-640x480.jpg convert -resize '800x600!' bootsplash/images/bootsplash-800x600.jpg bootsplash/images/bootsplash-640x480.jpg
# logo for web alterator # logo for web alterator
convert images/logo.png -fill '#ffffff' -font /usr/share/fonts/ttf/dejavu/DejaVuSans-Bold.ttf -style Normal -weight Normal -pointsize 24 -gravity northwest -draw 'text 0,0 "@VERSION@ @NAME@"' alterator/images/logo.png convert images/logo.png -fill '#ffffff' -font /usr/share/fonts/ttf/dejavu/DejaVuSans-Bold.ttf -style Normal -weight Normal -pointsize 24 -gravity northwest -draw 'text 0,0 "@VERSION@ @NAME@"' alterator/images/logo.png
#color scheme #color scheme
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
; theme name ; theme name
theme=ALTLinux theme=ALTLinux
; other sections to read ; other sections to read
layout=1024x768,install layout=800x600,install
; penguin theme likelihood (in percent, -1 = auto) ; penguin theme likelihood (in percent, -1 = auto)
penguin=0 penguin=0
; activate speech output ; activate speech output
...@@ -69,9 +69,9 @@ panel.f-key.fg=0x@DARK_LABELS_HEX@ ...@@ -69,9 +69,9 @@ panel.f-key.fg=0x@DARK_LABELS_HEX@
; default keymap (e.g. de_DE, czech) ; default keymap (e.g. de_DE, czech)
keymap= keymap=
[1024x600] [800x600]
; screen size ; screen size
screen.size=1024,768 screen.size=800,600
; upper left corner ; upper left corner
mainmenu.pos=253,170 mainmenu.pos=253,170
; boot option input field position ; boot option input field position
......
...@@ -22,8 +22,8 @@ tw=780 ...@@ -22,8 +22,8 @@ tw=780
th=550 th=550
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-1024x600.jpg jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-800x600.jpg
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-1024x600.jpg silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-800x600.jpg
box silent noover 99 370 701 372 #69696760 box silent noover 99 370 701 372 #69696760
box silent noover 99 372 701 377 #CCCDCC60 box silent noover 99 372 701 377 #CCCDCC60
......
images/boot.jpg

48.6 KB | W: | H:

images/boot.jpg

33.7 KB | W: | H:

images/boot.jpg
images/boot.jpg
images/boot.jpg
images/boot.jpg
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment