fix X11 rotation on clamshell models. patch courtesy XorA
authorMichael Lauer <mickey@vanille-media.de>
Mon, 27 Sep 2004 18:21:13 +0000 (18:21 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 27 Sep 2004 18:21:13 +0000 (18:21 +0000)
BKrev: 41585a19WSrt5Zoo9lAWWsjpCQI5mg

gpe-session-scripts/gpe-session-scripts-0.61/zaurus.sh

index 945d2f0..61ca84b 100644 (file)
@@ -1,12 +1,12 @@
 #!/bin/sh
 
 if [ -z "`which chkhinge`" ]; then
-   # probably not a zaurus
+   # probably not a clamshell zaurus
    exit 0
 fi
 
 chkhinge -e
-if [ $? = 10 ]; then
+if [ $? = 12 ]; then
    xrandr -o right
 fi