summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xinit.d/11zaurus
blob: 61ca84b595684625d8352a45bd12f68c4dced353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ -z "`which chkhinge`" ]; then
   # probably not a clamshell zaurus
   exit 0
fi

chkhinge -e
if [ $? = 12 ]; then
   xrandr -o right
fi