Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boris Yumankulov
branding-etersoft-ximper
Commits
1ff23319
Commit
1ff23319
authored
Jun 15, 2009
by
Alexandra Panyukova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new images for linbook
parent
4bb83a0b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
14 deletions
+14
-14
Makefile.in
Makefile.in
+9
-9
gfxboot.cfg.in
bootloader/gfxboot.cfg.in
+3
-3
bootsplash-800x600.cfg.in
bootsplash/config/bootsplash-800x600.cfg.in
+2
-2
boot.jpg
images/boot.jpg
+0
-0
No files found.
Makefile.in
View file @
1ff23319
...
...
@@ -3,12 +3,12 @@ all:
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-boot/
convert images/boot.jpg
-resize
1024
x600
-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-1024
x600.jpg
cp
-al
boot-
1024
x600.jpg design-bootloader-source/data-boot/back.jpg
cp
-al
boot-
1024
x600.jpg design-bootloader-source/data-install/back.jpg
cp
-al
boot.jpg bootsplash/images/silent-
1024
x600.jpg
convert
-resize
'
1024x600!'
bootsplash/images/silent-1024x600.jpg bootsplash/images/silent-1024
x600.jpg
convert images/boot.jpg
-resize
800
x600
-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-800
x600.jpg
cp
-al
boot-
800
x600.jpg design-bootloader-source/data-boot/back.jpg
cp
-al
boot-
800
x600.jpg design-bootloader-source/data-install/back.jpg
cp
-al
boot.jpg bootsplash/images/silent-
800
x600.jpg
convert
-resize
'
800x600!'
bootsplash/images/silent-800x600.jpg bootsplash/images/silent-800
x600.jpg
# 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
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:
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
# cp -al prototype.png kde3-styles-splash/Background.png
convert
alterator/images/background.png
-resize
'
1024
x600!'
-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
'
800
x600!'
-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
cp
-al
images/console.jpg
bootsplash/images/bootsplash-
1024
x600.jpg
convert
-resize
'
1024x600!'
bootsplash/images/bootsplash-1024
x600.jpg
bootsplash/images/bootsplash-640x480.jpg
cp
-al
images/console.jpg
bootsplash/images/bootsplash-
800
x600.jpg
convert
-resize
'
800x600!'
bootsplash/images/bootsplash-800
x600.jpg
bootsplash/images/bootsplash-640x480.jpg
# 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
#color scheme
...
...
bootloader/gfxboot.cfg.in
View file @
1ff23319
...
...
@@ -15,7 +15,7 @@
; theme name
theme=ALTLinux
; other sections to read
layout=
1024x768
,install
layout=
800x600
,install
; penguin theme likelihood (in percent, -1 = auto)
penguin=0
; activate speech output
...
...
@@ -69,9 +69,9 @@ panel.f-key.fg=0x@DARK_LABELS_HEX@
; default keymap (e.g. de_DE, czech)
keymap=
[
1024
x600]
[
800
x600]
; screen size
screen.size=
1024,768
screen.size=
800,600
; upper left corner
mainmenu.pos=253,170
; boot option input field position
...
...
bootsplash/config/bootsplash-
1024
x600.cfg.in
→
bootsplash/config/bootsplash-
800
x600.cfg.in
View file @
1ff23319
...
...
@@ -22,8 +22,8 @@ tw=780
th=550
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-
1024
x600.jpg
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-
1024
x600.jpg
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-
800
x600.jpg
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-
800
x600.jpg
box silent noover 99 370 701 372 #69696760
box silent noover 99 372 701 377 #CCCDCC60
...
...
images/boot.jpg
View replaced file @
4bb83a0b
View file @
1ff23319
48.6 KB
|
W:
|
H:
33.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment