summaryrefslogtreecommitdiff
path: root/package/omxplayer/patches/patch-omxplayer
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-23 10:11:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-23 10:11:12 +0200
commitb0fdc2d8c35dbc72f2069c43433aeb250b91219c (patch)
tree8b826f8ab69fff08a1440bf0176c1ceab4a767ab /package/omxplayer/patches/patch-omxplayer
parentc9952d01d5058e26b4d913079cc55f60027e315c (diff)
remove fbset usage, kernel oops
Diffstat (limited to 'package/omxplayer/patches/patch-omxplayer')
-rw-r--r--package/omxplayer/patches/patch-omxplayer25
1 files changed, 25 insertions, 0 deletions
diff --git a/package/omxplayer/patches/patch-omxplayer b/package/omxplayer/patches/patch-omxplayer
new file mode 100644
index 000000000..cea125e57
--- /dev/null
+++ b/package/omxplayer/patches/patch-omxplayer
@@ -0,0 +1,25 @@
+--- omxplayer-0.1.orig/omxplayer 2013-07-18 13:18:41.000000000 +0200
++++ omxplayer-0.1/omxplayer 2013-07-22 15:19:43.000000000 +0200
+@@ -36,14 +36,14 @@ YRES=1080
+ XRES=1600
+ YRES=900
+
+-if [ -e $FBSET ]; then
+- echo 0 > /sys/class/vtconsole/vtcon1/bind
+- fbset -xres 1 -yres 1
+-fi
++#if [ -e $FBSET ]; then
++# echo 0 > /sys/class/vtconsole/vtcon1/bind
++# fbset -xres 1 -yres 1
++#fi
+
+ $OMXPLAYER --font $FONT --italic-font $ITALIC_FONT "$@"
+
+-if [ -e $FBSET ]; then
+- fbset -xres ${XRES} -yres ${YRES}
+- echo 1 > /sys/class/vtconsole/vtcon1/bind
+-fi
++#if [ -e $FBSET ]; then
++# fbset -xres ${XRES} -yres ${YRES}
++# echo 1 > /sys/class/vtconsole/vtcon1/bind
++#fi