From 3e43b39b82cd49920057b17ccbb50eca867fd632 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 27 Sep 2004 18:21:13 +0000 Subject: fix X11 rotation on clamshell models. patch courtesy XorA BKrev: 41585a19WSrt5Zoo9lAWWsjpCQI5mg --- gpe-session-scripts/gpe-session-scripts-0.61/zaurus.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpe-session-scripts/gpe-session-scripts-0.61/zaurus.sh b/gpe-session-scripts/gpe-session-scripts-0.61/zaurus.sh index 945d2f04bd..61ca84b595 100644 --- a/gpe-session-scripts/gpe-session-scripts-0.61/zaurus.sh +++ b/gpe-session-scripts/gpe-session-scripts-0.61/zaurus.sh @@ -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 -- cgit v1.2.3