-rwxr-xr-x | root/etc/init.d/opie | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie index 9e63b8f..5f454bd 100755 --- a/root/etc/init.d/opie +++ b/root/etc/init.d/opie | |||
@@ -28,12 +28,15 @@ fi | |||
28 | 28 | ||
29 | if [ -e /proc/cpuinfo ] ; then | 29 | if [ -e /proc/cpuinfo ] ; then |
30 | if (grep -qi "Simpad" /proc/cpuinfo) ; then | 30 | if (grep -qi "Simpad" /proc/cpuinfo) ; then |
31 | export QWS_KEYBOARD='SIMpad' | 31 | export QWS_KEYBOARD='SIMpad' |
32 | export QWS_DISPLAY=Transformed:Rot0:0 | 32 | export QWS_DISPLAY=Transformed:Rot0:0 |
33 | fi | 33 | fi |
34 | if (grep -qi "HP Jornada 56x" /proc/cpuinfo) ; then | ||
35 | export QWS_DISPLAY=Transformed:Rot0:0 | ||
36 | fi | ||
34 | fi | 37 | fi |
35 | 38 | ||
36 | 39 | ||
37 | if [ ! -x $OPIEDIR/bin/qpe ] ; then | 40 | if [ ! -x $OPIEDIR/bin/qpe ] ; then |
38 | echo Opie not installed | 41 | echo Opie not installed |
39 | exit 0 | 42 | exit 0 |