aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/formfactor/files/config
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/formfactor/files/config')
-rwxr-xr-xmeta/recipes-bsp/formfactor/files/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-bsp/formfactor/files/config b/meta/recipes-bsp/formfactor/files/config
index e936916b43..a3f762a0f1 100755
--- a/meta/recipes-bsp/formfactor/files/config
+++ b/meta/recipes-bsp/formfactor/files/config
@@ -29,15 +29,15 @@ if [ -z "$DISPLAY_ORIENTATION" ]; then
fi
if [ -z "$DISPLAY_WIDTH_PIXELS" ]; then
- DISPLAY_WIDTH_PIXELS=`fbset | grep geometry | awk '{ print $2 }'`
+ DISPLAY_WIDTH_PIXELS=`/usr/sbin/fbset | grep geometry | awk '{ print $2 }'`
fi
if [ -z "$DISPLAY_HEIGHT_PIXELS" ]; then
- DISPLAY_HEIGHT_PIXELS=`fbset | grep geometry | awk '{ print $3 }'`
+ DISPLAY_HEIGHT_PIXELS=`/usr/sbin/fbset | grep geometry | awk '{ print $3 }'`
fi
if [ -z "$DISPLAY_BPP" ]; then
- DISPLAY_BPP=`fbset | grep geometry | awk '{ print $6 }'`
+ DISPLAY_BPP=`/usr/sbin/fbset | grep geometry | awk '{ print $6 }'`
fi
#