diff options
author | Florent Villard <warly@mandriva.com> | 2002-07-21 16:17:55 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2002-07-21 16:17:55 +0000 |
commit | 9469e4066e172a22196b9bc859e5aae1f36a896a (patch) | |
tree | 6c6ce0b298c6c41b4974c17198b16d294188a91b /themes/config | |
parent | fcc9a4cb2f9f1714d494badbd8ba7959d64c08bb (diff) | |
download | bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.tar bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.tar.gz bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.tar.bz2 bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.tar.xz bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.zip |
new images for 9.0V1_3_11_1mdk
cp lilo message in make-boot-splash script
Diffstat (limited to 'themes/config')
-rw-r--r-- | themes/config/Mandrake/cfg/bootsplash-1024x768.cfg | 18 | ||||
-rw-r--r-- | themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg | 18 | ||||
-rw-r--r-- | themes/config/Mandrake/cfg/bootsplash-800x600.cfg | 14 |
3 files changed, 25 insertions, 25 deletions
diff --git a/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg b/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg index 44fc1b6..17e5860 100644 --- a/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg +++ b/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg @@ -4,30 +4,30 @@ # tx is the x coordinate of the text window in characters. default is 23 # multiply width font width for coordinate in pixels. -tx=22 +tx=27 # ty is the y coordinate of the text window in characters. default is 20 -ty=18 +ty=16 # tw is the width of the text window in characters. default is 80 # NOTE: this should at least be 80 as on the standard linux text console -tw=81 +tw=74 # th is the height of the text window in characters. default is 18 # NOTE: this should at least be 25 as on the standard linux text console -th=17 +th=16 # px is the progress bar x coordinate of its upper left corner -px=170 +px=191 # py is the progress bar y coordinate of its upper left corner -py=590 +py=557 # pw is the with of the progress bar -pw=667 +pw=644 # ph is the heigth of the progress bar -ph=18 +ph=26 # pc is the color of the progress bar -pc=0x21459d +pc=0x21449c diff --git a/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg b/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg index 1b35e04..e139594 100644 --- a/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg +++ b/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg @@ -4,30 +4,30 @@ # tx is the x coordinate of the text window in characters. default is 24 # multiply width font width for coordinate in pixels. -tx=39 +tx=43 # ty is the y coordinate of the text window in characters. default is 14 -ty=25 +ty=24 # tw is the width of the text window in characters. default is 130 # NOTE: this should at least be 80 as on the standard linux text console -tw=82 +tw=73 # th is the height of the text window in characters. default is 44 # NOTE: this should at least be 25 as on the standard linux text console -th=19 +th=16 # px is the progress bar x coordinate of its upper left corner -px=305 +px=319 # py is the progress bar y coordinate of its upper left corner -py=728 +py=683 # pw is the with of the progress bar -pw=667 +pw=643 # ph is the heigth of the progress bar -ph=20 +ph=26 # pc is the color of the progress bar -pc=0x21459d +pc=0x21449c diff --git a/themes/config/Mandrake/cfg/bootsplash-800x600.cfg b/themes/config/Mandrake/cfg/bootsplash-800x600.cfg index 5cb9836..96f87f1 100644 --- a/themes/config/Mandrake/cfg/bootsplash-800x600.cfg +++ b/themes/config/Mandrake/cfg/bootsplash-800x600.cfg @@ -7,27 +7,27 @@ tx=10 # ty is the y coordinate of the text window in characters. default is 8 -ty=13 +ty=11 # tw is the width of the text window in characters. default is 82 # NOTE: this should at least be 80 as on the standard linux text console tw=80 # th is the height of the text window in characters. default is 26 -# NOTE: this should at least be 25 as on the standard linux text console +# NOTE: this should at least be 25 as on the standard linux text console - 16 th=16 # px is the progress bar x coordinate of its upper left corner -px=74 +px=78 # py is the progress bar y coordinate of its upper left corner -py=500 +py=472 # pw is the with of the progress bar -pw=647 +pw=644 # ph is the heigth of the progress bar -ph=16 +ph=26 # pc is the color of the progress bar -pc=0x21459d +pc=0x21449c |