How do I rotate MacBook Pro screen 90/180 degrees?

I have Mac OS X 10.4.11. Is it even possible?

I believe all Macbook Pros are capable of rotating their internal display. Tiger may allow you to do that using System Preferences: Option-click on the Displays pane in System Preferences and a display rotation drop down box may appear.
If that does not work, the Unix utility fb-rotate will. It is available here:
http://modbookish.lefora.com/2010/06/29/a-unix-utility-to-change-the-primary-dis play-on-os/
You probably have to re-compile the source (fb-rotate.c) for Tiger, but there are instructions on how to do that, and it is easy.

Similar Messages

  • Applescript to rotate Macbook Pro screen?

    I am trying to create an applscript to rotate my Macbook Pro's internal screen (not an external monitor).  I've tried working with every script I could find off of Google, but none of them have actually worked for my internal screen.
    I finally was able to find one that works for my external monitor, but that's not quite what I'm looking for.  It's a smart script that will toggle between landscape and portrait mode rotation, but I can't seem to make it work on my internal screen.  The script is as follows:
    -- v1.1.20060301 (by Conrad Albrecht-Buehler) updated to handle displays with the same name.
    -- v2.0 (by hypert) updated to simply toggle between two rotations
    (* Set rotationA and rotationB to your two main rotation values.
        1 = Standard
        2 = 90 degrees (clockwise)
        3 = 180 degrees
        4 = 270 degrees
    property rotationA : 1
    property rotationB : 4
    -- this function gets a list of the display preferences windows.
    -- needed if you have more than one display that you want to
    -- rotate.  Note: PowerBooks will not rotate their built-in
    -- LCDs with this script.
    on getDisplays()
        tell application "System Events"
            get properties
            tell process "System Preferences"
                set allDisplays to every window
            end tell
        end tell
        return allDisplays
    end getDisplays
    -- This function simply clicks the pop-up button that
    -- controls rotation, and selects the next in order
    -- (either clockwise or counter-clockwise)
    on setDisplay(thisDisplay)
        set rotatable to false
        tell application "System Events"
            get properties
            tell process "System Preferences"
                tell window thisDisplay
                    tell tab group 1
                        click radio button "Display"
                        tell group 1
                            try
                                click pop up button 2
                                tell pop up button 2
                                    repeat with rotationValue from 1 to 4
                                        if selected of menu item rotationValue of menu 1 is true then
                                            exit repeat
                                        end if
                                    end repeat
                                    if rotationValue is equal to rotationA then
                                        set rotateMenuItem to rotationB
                                    else
                                        set rotateMenuItem to rotationA
                                    end if
                                    click menu item rotateMenuItem of menu 1
                                end tell
                                -- If "Standard" is selected, no confirmation dialog is displayed.
                                if rotateMenuItem is not 1 then
                                    set rotatable to true
                                end if
                            on error
                                log "Can't rotate display. It may be the laptop's built in display."
                            end try
                        end tell
                    end tell
                end tell
                if rotatable then
                    delay 3
                    -- After rotation, for some reason the confirmation dialog is always in window 1.
                    tell window 1
                        tell sheet 1
                            click button "Confirm"
                        end tell
                    end tell
                end if
            end tell
        end tell
    end setDisplay
    -- the "main" part of the script
    -- Prompt for change:
    --set rotationValue to the button returned of (display dialog "Pick your rotation" with title "Rotation" buttons {"Standard", "270"} default button 1)
    -- activate System Preferences
    tell application "System Preferences"
        activate
        set current pane to pane "com.apple.preference.displays"
    end tell
    -- get all the display preference pane windows
    -- and rotate each corresponding display
    set allDisplays to my getDisplays()
    repeat with i from 1 to length of allDisplays
        my setDisplay(i)
    end repeat
    -- quit system preferences
    tell application "System Preferences"
        quit
    end tell
    Any ideas on how to trigger this on my internal monitor?  Thanks!

    Yup, my laptop does support screen rotation, and I do use it relatively often.  It requires holding down ⌘+⌥ when clicking "Displays" in System Preferences.  This is possible to instigate in Applescript using  "key down {option, command}" and "key up {option, command}".
    I can't figure out where to put that in the script (it has screwed up my keyboard a few times, making command and option permanently held down until I log out and back in).  I also don't know why the function "getDisplays()" or "allDisplays" does not include the internal display or how to make that happen.
    Any ideas?  Thanks guys!

  • How can I run Macbook Pro screen and Thunderbolt display at same time with different programs?

    I am running a Macbook Pro with Mavericks and using an Apple Thunderbolt display. I would like to run 2 different programs on the 2 screens at the same time. Is this possible?

    Select Help from the Finder's Help menu and search for "mission control."
    Mac Basics- Mission Control

  • How do i fix Macbook pro retina screen lines?

    How do i fix Macbook pro retina screen lines? Little white lines appear everywhere, but i can still see the screen, but it is just uncomortable for the eyes to see them. They are like pixels...

    I have the same problem, especially with Chrome gmail and evernote and it's driving me crazy. Anyone with a solution would be amazing!
    Graham

  • How much does apple charge to fix a broken macbook pro screen?

    How much does apple charge to fix a broken macbook pro screen?

    No one here would know for sure...my guess? Somewhere around US $700. You'll get it done cheaper at a third-party repair shop.

  • How much to replace broken macbook pro screen??

    how much to replace broken macbook pro screen??

    Few thoughts:
    There is a minuscule possibility that you can successfully convince the Genius that the damage was not due to abuse or mishandling. And if it is still under warranty, a new free screen will be yours. Don't get your hopes up too high, though...
    If a Retina, the cost will be so high that maybe selling it for parts and getting a new one might be a better idea.
    Same may apply if it is very old. Not cause the screen costs arm+leg, but because you will be sinking lots of cash onto a sinking ship.
    If handy with tools, can explore PowerBookMedic.com or IFixIt.com for parts prices and howto.

  • How do I resize Photoshop - it's too large for my Macbook Pro screen and I can't get to the resize corners?

    Photoshop is too large for my Macbook Pro screen.  I cannot access the resize handles - they're off the screen and I can't drag it.  Any solution?

    Do you see the red, yellow, and red window buttons? If so click on the green one.
    If you don't see them then you are possibly in full screen mode, and pressing the "F" key once or twice allow you to get back to normal mode.

  • HT2807 how to know my macbook pro retina display is lg or samsung ? thank you

    Pls Help , do anyone Know . How to check my macbook Pro Retina Display Is LG or Samsung ? thank you

    Type this in Terminal
    ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
    it will give a string of numbers/letters
    if they start with "LP" you have an LG screen
    if they start with "LSN" you have a sansung screen

  • Lost my contacts, how to transfer from macbook pro to ipad

    lost my contacts, how to transfer from macbook pro to ipad

    Which OS X is installed on your Mac ?
    Click the Apple () menu top left in your screen. From the drop down menu click About This Mac.
    The version is noted there.
    Minimum system requirements for syncing data from a Mac to an iPad is v10.6.8 >  Apple - iPad:  Technical Specifications
    Your profile indicats your Mac has v10.4.11 installed ??

  • My MacBook pro screen is broken (awaiting part for repair) can I transfer keynotes pres onto iPad air? Without a home screen to navigate?

    I am eagerly awaiting the correct parts to repair my MacBook pro screen (my husband dropped it). I have an iPad air but for some reason iCloud has only stored a very old copy of a keynotes presentation I need? Anyway to transfer with being able to see MacBook screen to guide me?
    Cheers

    You misunderstand the memory management scheme and misinterpret the display you're seeing.
    To start with, free memory is wasted memory. Once some disk contents have been brought in, it is wasteful to discard that data just to make the RAM that it occupied "free." Inactive memory is memory that is not currently used, can be given to an application that needs it without doing any disk I/O (or used as a destination for reading disk content) but which currently holds disk data that might be useful in the future. I.e., it's file content of some sort.
    To get a better idea of how Mac OS X manages RAM and how to interpret the Activity Monitory dispaly, see this tech note: Mac OS X: Reading system memory usage in Activity Monitor.
    Rosetta is indeed memory hungry, but it's an interim solution. With 2 GB of RAM installed, you can run a lot of applications with alacrity.
    Lastly, your Safari, an Intel-native application, is currently using 2 GB. This is a known issue with Safari, though it seems to me that it has gotten better since 2.0.3 was released in 10.4.6. Still, it's a bit of a memory hog, to be sure. Now that Firefox, Camino and Seamonkey are all available in Universal (Intel native) forms, you have alternatives. Firefox seems a lot more parsimonious when it comes to RAM.
    Randall Schulz

  • Crack in MacBook Pro Screen

    Hello,
    I am not entirely sure how it happened, but in the right corner of the glass of my 13" MacBook Pro screen there is a crack stretching down to the bottom of that portion of the screen. There is nothing wrong with any other part of the screen, just the crack in the glass.
    I intend to get it fixed before I head back to school in the fall but I was wondering a couple things;
    1. I have the Apple Care Extended Warranty, is there any chance repairs would be covered?
    2. If repairs aren't covered, around how much should I expect to spend to get it fixed through Apple?
    Thanks!

    Hi Jeff,
    Probably not what you want to hear, but I doubt it would be covered as it was likely caused by some kind of physical trauma. AC doesn't cover that. But there's always a chance, and only Apple can decide, so I'd certainly ask. Sorry, I don't know anything about cost. Good luck to you.

  • Small MacBook Pro screen scratch: Are they normal for a 2+ year old computer?

    Hello,
    I am writing about a topic that may have been mentioned around on these forums multiple times, scratches on the MacBook Pro screen display. In August 2010, I bought my 2010 MacBook Pro and since then I have been very careful with the screen by avoiding to touch it and clean it around every two to three months. However, today, I was cleaning my MacBook Pro screen and a way I examine the screen cleaness is by placing my iPhone 4S LED flash light illuminating the screen which shows the smudges and dirt that the screen has. Unfortunately, today I found 2 scratches on my MacBook Pro screen which run horizontally, these scratches are very small at around 1mm in lenght. They are not noticeable when the screen is on, which is why the scratch may have gone undetectable up until today when I used my iPhone's LED.
    Off course I am a little dismayed because through all my carefullness when I clean the screen (I use a gentle up and down motion to clean the screen), still I was not able to prevent a screen scratch. When I close my MacBook Pro, I still use the plastic material that came on top of the keyboard to avoid any contact of the screen and the keys; I always shake that plastic material before placing it on top of the keyboard . So here's my question is it normal for a almost 2.5 year old computer to have two small scratches as the one I am speaking about.
    I did find the screen bezel at Amazon and I may buy one as a spare and store it in a secure place and use it if there are more pronounced screen scratches.
    Thanks in advance for any answers and suggestions to my predicament.

    Thomas A Reed wrote:
    I have a 2010 MacBook Pro. I do not take any care to put anything in between the keyboard and screen... I just use it as it was made to be used. I don't take any particular care when cleaning the screen... often, it's just rubbing off a fingerprint with my sleeve or the tail of my shirt. No scratches whatsoever.
    How your screen got scratched is not something anyone here can answer. We can speculate, at most, but that's not likely to be very useful. I'd recommend not putting anything between the screen and keyboard when closing the machine. That could very well be the cause of the problem, if something got stuck to that material when you closed it between keyboard and screen.
    Thanks for the suggestion... I will apply these changes to my MacBook Pro's storing procedure and remove the plastic out of the equation. What bugs me is the fact that because the scratch is 1mm long and horizontal it tells me that a force dragged the material. The only thing I can recollect is when one time a family member accidentally passed close to my MacBook Pro with his headphone jack disconnected and hanging, unfortunately the metal part scraped over the screen but there were not scratches to detect. The impact area as I recollect is close to the scratch but the force of the impact and travel distance was not something as forceful to create such damage. Maybe the plastic is the culprit which makes me feel disappointed because I was using it to avoid problems rather than creating one. Anyways, I think I'll buy a spare bezel for my MacBook and in case there are more future and pronounced scratches, I will send it to repairs to an Apple Authorized Service Provider and give them the bezel.

  • 2.2ghz macbook pro screen

    Hi, my macbook pro screen cracked after 8 days. I bought a replacement screen brand new online. I have 2 questions, first my machine is the 2.2ghz macbook pro that was 1999.99 list price. Is the screen I purchased the correct one? its model number M9969LL/A and approximately how much labor time should I expect to pay for to re-install this?
    Is it true that apple does not cover these? The machine did not drop or anything and there is no damage to it. There is just a black circle then a spider web of glass on the inside and then all the pixels have turned to colored lines.
    Thanks and I hope you all had a great Thanksgiving!!
    Steve

    I have the Early 2011 2GHz Macbook Pro and I have the same problem too.
    I switched out the logicboard a month ago and today the graphics just went distorted.
    Any solutions? Now I'm thinking it is the Graphics Card.

  • How well does a Macbook pro and a Macbook air run Xcode, Photoshop and Dreamweaver?

    How well does a Macbook pro and a Macbook air run Xcode, Photoshop and Dreamweaver?

    MacBook Pro - no problem, it is an extremely popular computer for running that software. Just look at the Adobe demo videos of their products, most of the time you can see a MacBook Pro running the software in their video.
    MacBook Air - should be just as good most of the time.
    However, if you get involved in heavy Photoshop work like highly stacked layers/masks/channels, 16 bits per channel or up, or merging HDR or panoramas, the MacBook Pro may be better because it can take 16GB RAM while the MacBook Air can take only 8GB RAM.
    Also, if you are going to do serious programming in XCode or Dreamweaver, you may find the MacBook Air screen to be too small for all of the code windows and tool palettes that you may want to open and arrange in those programs. The 15" Retina screen of the MacBook Pro will let you spread out your work and do less window switching. The 11/"13" MacBook Air screens are both smaller and non-Retina so not as sharp.
    Even Photoshop is nicer on the 15" MacBook Pro because of the extra screen space for the image with less intrusion by the tool palettes.
    In short, if you are a casual user the MacBook Air will be great. If you are a professional with a heavy workload the MacBook Pro may be more efficient overall due to the larger screen and higher RAM capacity.

  • Blue vertical thin line at macbook pro screen

    How to remove blue vertical thin line at macbook pro screen?

    It's not likely that YOU can... it's MORE likely that you've a glitch with either your screen or your GPU. You need to take your machine into your local Apple Store or an AASP and have them take a look at your machine. The diagnosis and any estimate for repair will be free.
    Be prepared, though, if you don't have the extended AppleCare Protection Plan, to pay for any required repairs.
    Clinton

Maybe you are looking for

  • After updating to windows 8.1 I updated my drivers for my photomart c4780

    After upating my software for windows 8.1 my printer works fine but I try to scan and nothing happens. The on and off button blinks when it looks like it is trying to scan. I get an error message saying that : A required sofware component was not fou

  • Problem in wlappc task in weblogic 8.1

    Hi , I am new to j2ee and just atsrting it , when i am using "wlappc" task i am getting the error shown below:- I am making simple stateless session bean ,code of bean is as follows , when i deploy the bean it is deploying fine ( without ant ) - publ

  • How to disable Report Engine

    Hi, whenever I Run the Report, Report background Engine will be opened ,I would like to disable this . Any conclusion on this Regards Rahamath

  • Generating XML in Parallel Mode-DBMS_XMLGEN/ DBMS_XMLQUERY / SQLX?

    Is it possible to generate XML in parallel mode for big result sets using DBMS_XMLGEN or DBMS_XMLQUERY or SQLX? Thanks

  • Want A Modification in TN that blocks to add PO....

    Hello Expert,      I created one TN to block to add Purchase order if 6 PO for the particular vendor is open.      The following TN is working fine if we do not given any Approval template to it.      The TN is as follows:-   IF @object_type = '22' A