diff options
Diffstat (limited to 'themes/Mandrake/cfg/bootsplash-800x600.cfg')
-rw-r--r-- | themes/Mandrake/cfg/bootsplash-800x600.cfg | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/themes/Mandrake/cfg/bootsplash-800x600.cfg b/themes/Mandrake/cfg/bootsplash-800x600.cfg index de6af8c..7b386c6 100644 --- a/themes/Mandrake/cfg/bootsplash-800x600.cfg +++ b/themes/Mandrake/cfg/bootsplash-800x600.cfg @@ -4,16 +4,15 @@ # tx is the x coordinate of the text window in characters. default is 15 # multiply width font width for coordinate in pixels. -tx=0 +tx=10 # ty is the y coordinate of the text window in characters. default is 8 -ty=0 +ty=15 # 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=82 +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 -th=26 - +th=18 |