bcm2835-driver: fix fbset command, thanks to Dom

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-12 23:25:17 +02:00
parent a4c48a52b4
commit ef3582fc69

View File

@ -28,5 +28,5 @@
# stub function
wait_for_xorg () {
echo 0 > /sys/class/vtconsole/vtcon1/bind
fbset -xres 1 -yres 1 -vxres 1 -vyres 1
fbset -g 1 1 1 1 32
}