Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

antergos-gfxboot new-old-background #5

Open
killajoe opened this issue Apr 16, 2018 · 19 comments
Open

antergos-gfxboot new-old-background #5

killajoe opened this issue Apr 16, 2018 · 19 comments

Comments

@killajoe
Copy link

color of text needs to be set to dark, as white text on almost white background is ... ;)

@karasu
Copy link
Member

karasu commented Apr 17, 2018

@killajoe hahaha... yes, yes, I know... this is not finished. I'm planning on change the background image as having a light one is not good for people with visual difficulties...

@killajoe
Copy link
Author

I see this only by accident... antergos-iso testing seems to build gfx-boot directly from github? i do not find any related inside build.sh and config .... as i try to change boot menue ...

@karasu
Copy link
Member

karasu commented Apr 18, 2018

antergos-iso testing seems to build gfx-boot directly from github?

Nope. You must clone antergos-gfxboot into it. Then, make it. Then you will be able to run build.sh

I will include this directly in build.sh, seems a good idea.

@killajoe
Copy link
Author

cloning antergos-iso > changing to testing branch > cloning antergos-gfxboot > changing configs (background and isolinux.cfg) > make antergos-gfx-boot > make install antergos-iso > building iso :
Resulting in having tha backgrounds and config from default / original state of antergos-gfxboot

@killajoe
Copy link
Author

as you say: "I'm planning on change the background image as having a light one is not good for people with visual difficulties..."

May asking at the forum if "our" wallpaper artists can do some backgrounds ?

@killajoe
Copy link
Author

from translations.sh:

cp -RL "${_SCRIPT_DIR}/antergos-gfxboot" "/usr/share/gfxboot/themes/"
cd /usr/share/gfxboot/themes/antergos-gfxboot
tx pull
make
cp -R /usr/share/gfxboot/themes/antergos-gfxboot/isolinux "${_SCRIPT_DIR}"

@lots0logs
Copy link
Member

Its a submodule...you have to run git submodule update --init after cloning antergos-iso

@karasu
Copy link
Member

karasu commented Apr 19, 2018

Its a submodule...

I totally forgot about this.

@killajoe
Copy link
Author

i do also get this on build:

/usr/share/antergos-iso/configs/gnome/translations.sh: line 31: tx: command not found.

@lots0logs
Copy link
Member

Install transifex-client with pacman...

@killajoe
Copy link
Author

may overstressing this issue thread...
But what are the specifications to get the gfxboot backgrounds shown up ? if i change the backgrounds they never show up i got only an black background... i use exact the same res an size... is it about colour depth?

@karasu
Copy link
Member

karasu commented Apr 23, 2018

I don't remember... try jpg with 256 colors only (or open the existing background images and see for youself 😀 )

@killajoe
Copy link
Author

as far as i can see it can be only filesize... as all data i can get of the files are the same.. :) i will try ...

@lots0logs
Copy link
Member

Why don't we just change the color of the white text to something that is more readable?

@karasu
Copy link
Member

karasu commented Apr 24, 2018 via email

@karasu
Copy link
Member

karasu commented Apr 24, 2018 via email

@killajoe
Copy link
Author

.... Readme of antergos-gfxboot say how to convert the background images 🔎

@Rizwan-Hasan
Copy link

I am also facing background changing problem.It never shows up

@karasu
Copy link
Member

karasu commented May 18, 2018

All the graphics need to have some special bits set, else GFXBoot will show just black images.

Use the 'imagemagick' packages tools to create the files in the correct format.

Examples:

convert -resize 640 -quality 90 -sampling-factor 2x2 -interlace none my_background.jpg back640x480.jpg

convert -resize 800 -quality 90 -sampling-factor 2x2 -interlace none my_background.jpg back800x600.jpg

Note: Kolourpaint also saves jpeg images in the correct format.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants