mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox-initramfs: set vxres and vyres values for fbset too, thanks to Dom
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5aeae9b27d
commit
cc4d054cc8
@ -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 -depth 32
|
||||
fbset -xres 1024 -yres 768 -vxres 1024 -vyres 1024 -depth 32
|
||||
|
||||
# load splash
|
||||
if [ -f /flash/oemsplash.png ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user