From a758bd8ea5edcb68ac4e3a945c9d5894972f00f0 Mon Sep 17 00:00:00 2001 From: JohnE Date: Sat, 4 May 2019 21:26:24 -0700 Subject: [PATCH] MOD: trying to get this to auto run at startup...not working --- scripts/fix_rotate.plist | 16 ++++++++++++++++ scripts/fix_rotate.sh | 5 ++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 scripts/fix_rotate.plist 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