2023-11-23 22:39:32 +01:00
|
|
|
# WindozeXP-enhanced
|
|
|
|
|
|
|
|
Forked from WindozeXP
|
|
|
|
|
|
|
|
Better throbber and decrypt field
|
|
|
|
|
|
|
|
|
2023-11-23 22:48:11 +01:00
|
|
|
## install
|
2023-11-23 22:39:32 +01:00
|
|
|
- copy to /usr/share/plymouth/themes/WindozeXP
|
|
|
|
- chown -R root the folder
|
|
|
|
- sudo plymouth-set-default-theme -R WindozeXP
|
2023-11-27 17:22:47 +01:00
|
|
|
|
|
|
|
## conf
|
|
|
|
|
|
|
|
See also: [Arch Wiki](https://wiki.archlinux.org/title/Plymouth)
|
|
|
|
|
2023-11-27 18:29:25 +01:00
|
|
|
```
|
2023-11-27 17:22:47 +01:00
|
|
|
/etc/plymouth/plymouthd.conf:
|
|
|
|
|
|
|
|
...
|
|
|
|
[Daemon]
|
|
|
|
Theme=WindozeXP
|
|
|
|
ShowDelay=1 //Add some delay to remove flicker
|
|
|
|
DeviceScale=2 //Integer factor for scaling
|
|
|
|
UseFirmwareBackground=true //Might be needed to show firmware logo with BGRT theme
|
2023-11-27 18:29:25 +01:00
|
|
|
```
|
2023-11-27 17:22:47 +01:00
|
|
|
|
|
|
|
### scaling
|
|
|
|
The Logo Image is 640x480.
|
|
|
|
Use the following integer factors on bigger screens:
|
|
|
|
- 480px-959px vertical height: 1
|
|
|
|
- 480, 600, 720, 768, 900
|
|
|
|
- 960px-1919px vertical height: 2
|
|
|
|
- 960, 1024, 1050, 1080, 1200, 1280, 1440, 1600
|
|
|
|
- 1920px-3839px vertical height: 3
|
|
|
|
- 2160, 2400
|
|
|
|
- 3840px-7679px vertical height: 4
|
|
|
|
- 4096, 4800
|
|
|
|
- ...
|