mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox-initramfs: fix fbset command again, thanks to Dom
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c45122d758
commit
a4c48a52b4
@ -329,7 +329,7 @@ NBD_DEVS="0"
|
||||
if [ -e /dev/fb0 -a ! "$SPLASH" = "no" ]; then
|
||||
|
||||
# set framebuffer to a default resolution (1024x768-32)
|
||||
fbset -xres 1024 -yres 768 -vxres 1024 -vyres 1024 -depth 32
|
||||
fbset -g 1024 768 1024 768 32
|
||||
|
||||
# load splash
|
||||
if [ -f /flash/oemsplash.png ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user