diff --git a/scripts/fix_rotate.plist b/scripts/fix_rotate.plist
new file mode 100644
index 0000000..1e55409
--- /dev/null
+++ b/scripts/fix_rotate.plist
@@ -0,0 +1,16 @@
+
+
+
+
+
+ Label
+ fix rotate
+ RunAtLoad
+
+ Program
+ /Users/j3g/scripts/fix_rotate.sh
+
+
diff --git a/scripts/fix_rotate.sh b/scripts/fix_rotate.sh
index c6689ff..d86fff8 100755
--- a/scripts/fix_rotate.sh
+++ b/scripts/fix_rotate.sh
@@ -1,4 +1,7 @@
#!/bin/bash
-
+#
+# fb-rotate -l : list display devices
+# -d
+#
fb-rotate -d 0x1a003e82 -r 0
fb-rotate -d 0x1a003e82 -r 90
\ No newline at end of file