mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
bcm2835-driver: fix fbset command, thanks to Dom
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a4c48a52b4
commit
ef3582fc69
@ -28,5 +28,5 @@
|
|||||||
# stub function
|
# stub function
|
||||||
wait_for_xorg () {
|
wait_for_xorg () {
|
||||||
echo 0 > /sys/class/vtconsole/vtcon1/bind
|
echo 0 > /sys/class/vtconsole/vtcon1/bind
|
||||||
fbset -xres 1 -yres 1 -vxres 1 -vyres 1
|
fbset -g 1 1 1 1 32
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user