author | mickeyl <mickeyl> | 2003-05-23 13:53:26 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-05-23 13:53:26 (UTC) |
commit | 34b9974063032242e5de65fa56d4c2cb5e1ce565 (patch) (unidiff) | |
tree | 5d86b5fe812e653b3424ef02c1da8fbcca464ec3 /root | |
parent | e79adf215b4354685f7563397651f3f5f6b65e86 (diff) | |
download | opie-34b9974063032242e5de65fa56d4c2cb5e1ce565.zip opie-34b9974063032242e5de65fa56d4c2cb5e1ce565.tar.gz opie-34b9974063032242e5de65fa56d4c2cb5e1ce565.tar.bz2 |
add support for SIMpad which doesn't have a rotated framebuffer
-rwxr-xr-x | root/etc/init.d/opie | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie index 8151b8f..98711b1 100755 --- a/root/etc/init.d/opie +++ b/root/etc/init.d/opie | |||
@@ -25,6 +25,13 @@ else | |||
25 | export QWS_DISPLAY=Transformed:Rot270:0 | 25 | export QWS_DISPLAY=Transformed:Rot270:0 |
26 | fi | 26 | fi |
27 | 27 | ||
28 | if [ -e /proc/cpuinfo ] ; then | ||
29 | if (grep -qi "Simpad" /proc/cpuinfo) ; then | ||
30 | |||
31 | export QWS_DISPLAY=Transformed:Rot0:0 | ||
32 | fi | ||
33 | fi | ||
34 | |||
28 | 35 | ||
29 | if [ ! -x $OPIEDIR/bin/qpe ] ; then | 36 | if [ ! -x $OPIEDIR/bin/qpe ] ; then |
30 | echo Opie not installed | 37 | echo Opie not installed |