Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Rotate your Display to Portrait Mode via AppleScript Apps
It is often helpful to rotate your display into portrait mode. Tasks like DTP, coding or even reading the web and browsing photos really benefit from the extra screen height.

Display rotation consists of two parts: 1) Physically rotating the display. There are quite a few displays that support this. 2) Rotating what you see on the screen. Mac OS X does this quite well.

The problem for me was that I always needed to open System Preferences manually while turning the second display attached to my MacBook. My monitor does not trigger System Preferences automatically, and I don't know of any displays that support this with Mac OS X.

As described in Graph Paper, it is possible to automate display rotation via AppleScript. The scripts are here. I added a trigger to QuickSilver which enables me to call these scripts via Command-Control-R and Command-Control-L. This solves most of the problem for me.

However, alignment of primary and secondary monitor changes during rotation since I use to have displays stacked above each other. Has anybody come up with a way to change this?

[kirkmc adds: There have been other hints about rotating displays, such as this one and this one (and I was the "friend" who fried a Mac mini trying to rotate the display...).]
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[13,671 views]  

Rotate your Display to Portrait Mode via AppleScript | 1 comments | Create New Account
Click here to return to the 'Rotate your Display to Portrait Mode via AppleScript' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Rotate your Display to Portrait Mode via AppleScript
Authored by: hypert on Wed, Oct 31 2007 at 12:37PM PDT
I was glad to see this hint, because I hadn't seen the earlier hint about Scripting rotations. I took the scripts that were posted here and there and re-posted a new single script that toggles between 2 rotations. See that other hint for the script.

[ Reply to This | # ]