Finding the right resolution for MBP to projector

Hi there,
I have a lecturer who uses a MBP 15" to project powerpoint slides and him using circuit modelling software.
What I've noticed is the whole setup is quite cumbersome:
eg:
The projected image is not wide screen like the MBP (i am guessing the projector is at 1024x768)
This means when he runs a simulation for eg. the output pops up in it's own window, and usually off the visible screen on the projector.
needless to say, he spends alot of time awkwardly resizing windows and shifting them around just to illustrate a basic point.
My question is, if I help him resize the resolution so his MBP matches the projector, will the MBP switch back to native when he unplugs it? Will the MBP remember the projector settings next time, and resize automatically when he plugs it in, or will he have to fiddle with resolutions everytime he plugs it in? ( if so, shame on you apple!)
If so, does anyone know of a utility out there that would make this process easier? ie Detect that the projector is connected/disconnected and change the resolution accordingly.
Thanks for your help - it's difficult watching him fiddle as the proj screen is behind him and he has to turn around to see what's acutally visible to the class! It should be easier than that - it's an Apple!
Mac Book Pro Mac OS X (10.4)

Hi
I have the same issue - when I'm presenting, most of the time I use the customer's projector, so I have no idea what resolution it will be. My MBP 17" widescreen generally offers me different resolutions after the autodetect, but they're either larger than the projector display, or half the slides are missing on the right hand side.
Is there a way to choose other resolutions?
Regards
Shaun

Similar Messages

  • Cant find the right forum for this but can i restore my hd from time mch to a year ago and then restore individual files such as logic lprojects that are on same time mchne backup from last week?

    cant find the right forum for this but as i am having problems booting my macbook pro, keep having to reser pram etc and now wont boot at all.....
    aill this theoretically work?
    a. Restore entire macpro hard drive from time machine to a time over a year ago before problems started
    b. Restore more recent individual files such as logic projects individually from same time machine backup
    c. install any programs manually again only couple of vsts
    please answer direct question as i have tried everything else and nonhardware problems just will no longer boot after months of reseting each time
    cheers

    oops.  typo:  "I went ahead and befored the restore."  should be... I went ahead and performed the restore.

  • I did not find the right place for my question but Is Apple's products are shipped to the Gulf States by a company Aramex ?

    I did not find the right place for my question but Is Apple's products are shipped to the Gulf States by  Aramex ?

    An absolute URL will be a complete URL, it traces from the abosulte root of a file's location on a server...
    http://www.thesite.com/assets/images/Front_Page_Rotating_Banner/banners.xml
    A relative URL is anything short of including the http://domain..., and is read relative to wherever the file using it exists
    assets/images/Front_Page_Rotating_Banner/banners.xml
    In Flash files though, relative links need to be specified relative to the HTML page that embeds the swf.  So if the swf is in a different folder than the html page that embeds it, the swf's targeting must be adjusted as if it were actually in the html file's folder.

  • Trying to Find the Right Phone for Me

    Hello,
    I'm thinking of switching to a BlackBerry, and could use a bit of help finding the right phone for me. I've browsed through them, but so far haven't been able to find what I'm looking for (and I'm not able to find out which phones have UMA or not in the compare section).
    Provider isn't important, as I'm fine changing my service.
    I'm looking for a phone that is:
    * Both WiFi and UMA compatible
    * GPS compatible
    * Preferably with a Camera
    Thanks for the help!

    This link may be useful to you:
    http://na.blackberry.com/eng/ataglance/networks/#t​ab_ddetail_subtab_wifi
    corrected url
    Message Edited by DigitalFrog on 06-26-2008 11:33 AM
    posted by DigitalFrog
    WARNING: May contain traces of nuts.

  • Where can I find the right doc for SunStudio For Linux ?

    I can find the docs for SunStudio here, http://docs.sun.com/app/docs/doc/819-5265/6n7c29ck9?a=view
    but it seems that it doesn't right on linux platform.
    #include <stdio.h>
    int main(void)
    #if defined(sun)
            printf("sun defined \n");
    #else
            printf("sun undefined \n");
    #endif
    #if defined(unix)
            printf("unix defined \n");
    #else
            printf("unix undefined \n");
    #endif
    #if defined(sparc)
            printf("sparc defined \n");
    #else
            printf("sparc undefined \n");
    #endif
    #if defined(i386)
            printf("i386 defined \n");
    #else
            printf("i386 undefined \n");
    #endif
    #if defined(__sun)
            printf("__sun defined \n");
    #else
            printf("__sun undefined \n");
    #endif
    #if defined(__unix)
            printf("__unix defined \n");
    #else
            printf("__unix undefined \n");
    #endif
    #if defined(__SUNPRO_C)
            printf("__SUNPRO_C defined \n");
    #else
            printf("__SUNPRO_C undefined \n");
    #endif
    #if defined(__sparc)
            printf("__sparc defined \n");
    #else
            printf("__sparc undefined \n");
    #endif
    #if defined(__i386)
            printf("__i386 defined \n");
    #else
            printf("__i386 undefined \n");
    #endif
    #if defined(__SVR4)
            printf("__SVR4 defined \n");
    #else
            printf("__SVR4 undefined \n");
    #endif
            return 0;
    }[luoyi@qpd06 test]$ suncc -o test test.c
    [luoyi@qpd06 test]$ ./test
    sun undefined
    unix defined
    sparc undefined
    i386 undefined
    __sun undefined
    __unix defined
    __SUNPRO_C defined
    __sparc undefined
    __i386 undefined
    __SVR4 undefined
    where can I found the correct docs for SunStudio For Linux ?

    You can refer to cc man pages. Here is about predefinitions:
    Predefinitions:unix
    sparc (SPARC)
    i386 (x86)
    sun
    The above are not predefined in -Xc mode.
    These predefinitions are valid in all modes:
    __BUILTIN_VA_ARG_INCR
    __SUNPRO_C=0x590
    __SVR4(SPARC)
    __SunOS(Solaris)
    __SunOS_OSN.N(Solaris)
    __amd64(x86 with-m64)
    __gnu__linux(linux)
    __i386(x86)
    __linux(linux)
    __linux__(linux)
    __sparc(SPARC)
    __sparcv9(with-m64)
    __sun(Solaris)
    __unix
    __�uname -s�_�uname -r�
    __x86_64(x86)
    linux(x86,linux)
    The following is predefined in -Xa and -Xt modes only:
    __RESTRICT
    The compiler also predefines the object-like macro
    __PRAGMA_REDEFINE_EXTNAME,
    to indicate the pragma will be recognized.
    ...

  • Macbook doesn't have the right resolution for external monitor.

    I have a Macbook Pro runing OS X 10.7.5 and have a HP w1907 LCD monitor. When I have the Macbook open, I can get the proper resoulution of 1440x900 on the LCD while the monitors are Mirrored. But when the macbook is closed, the options for the LCd monitor are replaced by VGA display. The VGA Display options do not have the 1440x900 resolution option.
    What do I have to do to get my monitor's native resolution back while keeping the macbook closed.

    Aha - got luck: In Preferences/DIsplays click in the window and press 'Option' - the 'Gather Windows' button changes to 'Detect Displays' and when clicked, discoverd the correct resolution.
    That does it.

  • I accidently Hid The menue bar and Navigation bar and only left with the bookmarks...I tried right click but cant find the right spot for the box to pop up to check menue bar, i also tried pressing alt and it did nothing. what else can i do? I need this a

    I was trying to hide just my clock for the history and the menu bar(file,edit all that), I dont know what i clicked but it got rid of everything except for the bookmark tabs. I know if you right click on the menu bar you can fix it, but since there is no menu bar anymore, this isnt working. i looked up how to do it in the forum found out you can press alt and do it that way, maybe i didnt do right, but that didnt work either.please help me!
    == This happened ==
    Just once or twice
    == I tried to hide my history and menu bar, and it jost got rid of it all. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)

    If that still doesn't work then see http://kb.mozillazine.org/Corrupt_localstore.rdf
    (caution: do not delete the localstore.rdf file in the Firefox program installation folder)
    Note:
    Deleting the file [http://kb.mozillazine.org/localstore.rdf localstore.rdf] will reset the customizations of the toolbars to the defaults.
    You can rename ''localstore.rdf'' to '''localstore.rdf.sav''' to test if that solves it.
    Then you can restore the customization by copying ''localstore.rdf.sav'' to ''localstore.rdf'' if it didn't work.
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Help me in finding the right JRE for encryption

    HI ,
    I have developed and tested Encryption using Ciphers and SecretKey , i used the JRE1.4 .But other components are being developed using JRE1.3.If i try to run my code in JRE1.3 i get many errors.
    Is there anything i need to do before i integrate with other components on a diff JRE..
    Thanks in anticipation...
    Santosh

    Hi Mark,
    We are developing a big product and everything is in JRE1.3 ,we have no plans of upgrading to 1.4 for a mere security component.My question is
    1.If i have to use JCE should i have JRE1.4.
    2.The runtime error which i get is 'Algorithm DES not found'.Does DES only ship with JRE1.4
    3.Can u suggest any step which can be useful for configuring it with JRE1.3
    4.JRE1.4 is still in Beta right?
    Thanks in anticipation...
    Santosh

  • How do you find the right replacement for a hard drive

    i have a 2007 macbook and the hard drive just went out and i want to find a new one that would be combatible

    For a new hard drive try Newegg.com http://www.newegg.com/Store/SubCategory.aspx?SubCategory=380&name=Laptop-Hard-Dr ives&Order=PRICE
    Or OWC for regular hard drives and SSDs  http://eshop.macsales.com/shop/hard-drives/2.5-Notebook/
    Here are instructions on replacing the hard drive in a MacBook with a removable battery. http://creativemac.digitalmedianet.com/articles/viewarticle.jsp?id=45088
    After you put in your new hard disk put your install DVD into the optical drive (CD/DVD drive) and reboot. Be sure to either use the disc that came with your Mac, or, if you installed a later Mac OS X version from disc, use the newer disc. As soon as you hear the boot chime, hold down the "c" key on your keyboard (or the Option Key until the Install Disk shows up) until the apple shows up. That will force your MacBook to boot from the install DVD in the optical drive.
    When it does start up, you'll see a panel asking you to choose your language. Choose your language and press the Return key on your keyboard once. It will then present you with an Installation window.
    Completely ignore this window and click on Utilities in the top menu and scroll down to Disk Utility and click it. You should see your hard drive in the left hand column along with your other drives. Click on the drive and select the Erase tab. Set the format value to Mac OS Extended (Journaled) and click the Erase button. After that has finished select the Partition tab. Type in a Name for your hard drive and select how many partitions you want from the Volume Scheme. The usual setting is one partition. Click on the Options button after you've selected a partition to make sure it's set for GUID. Then click the Apply button and after the Partitioning is done quit Disk Utility.
    You can now follow the instructions on the install screen

  • I can not resolve a plugin-container.exe error while processing payroll through ADP &have been unable to find the right fix for this. I can send error report.

    I have been receiving this error now for a few weeks and have been through multiple layers of IT help trying to resolve it with ADP/Chase Payroll services. When I go to print pay vouchers I get the plugin-container.exe error and I can not print the vouchers. I can provide screen shots if this would help. Can you please advise on how to proceed to resolve this?

    This is an issue with that plugin crashing, which isn't something we can really resolve for you. Try to disable it, find a replacement, update it, or contact their support

  • I have Firefox 3.0.10 and cannot seem to find the right plugin for reading pdfs. I've installed Adobe Reader but it doesn't work. Help.

    I cannot seem to find or install a plug in for reading pdfs in the browser window. I get that yellow bar telling me I need a plug in and click to install but nothing happens or changes

    You're going to need an '''older version''' of that extension from here: <br />
    https://addons.mozilla.org/en-US/firefox/addon/7518/versions/
    Firefox PDF Plugin version 1.1.2 = for 3.0.x and 3.5.x versions <br />
    The latest is only for Firefox 3.6.x versions.
    '''Or''', you could upgrade to a newer version of Firefox!

  • NEED HELP FINDING THE RIGHT APP FOR MY IPAD!!!!!!!!!!!

    I'M TRYING TO FIND A APP FOR MY IPAD THAT YOU CAN TYPE A LETTER OR PRESENTATION THEN CLICK PRINT AND IT WILL GO TO A WIRELESS PRINTER!!!!!!

    There are a large number of word processing programs available. A simple app store search in the productivity section will bring up a wide range, from Docs2Go to Pages and many in between. There are also simple text editors, such as Elements and others which are cheaper, but not as full featured.
    For printing, you need an HP printer that supports AirPrint. No special app on the iPad will allow you to print to any printer, just to those that are AirPrint enabled.
    Being on a PC, I don't know of any other printing options. If you have a Mac available, you can install Printopia, and print wirelessly to any printer your Mac can print to.

  • Help me find the right processor for my HP Laptop

    I have an Hp dv7-6111sz (LZ664EA) All info are here : pavilion_dv7_6111sz_lz664ea
    I want to upgrade the stock cpu, everythung seems good in my Laptop but the CPU... im using the laptop for gaming, tested things and realized that my CPU is overnecking my GPU, So please what do you advice me? should I upgrade my cpu? if yes how and where to find better CPU? if no.... hmm why not? what are disadvantages other than over heating??... 
    And another thing, im not sure but is my hardware looks for gaming? I'm playing high-end games like Watch dogs and Assassin's Creed 4... hmm 20fps on medium settings, I think those games are poorly optimized,  idk. What do you recommend,  should I buy a new Laptop? I want it for gaming so what do you advice? thanks

    Hi,
    Page #1 of the first manual on the following link may help. There is a list of CPU's supported around that time:
         http://h10025.www1.hp.com/ewfrf/wc/manualCategory?cc=us&lc=en&product=5144913
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Find the right class for this...

    2 simple questions.
    What would be a good class to use to store multiple lines of strings to be output like in a message?
    Is there any good online faq/guide for using the A.P.I.? Something that you personally think would be useful to the beginner programmer... not the online documents that Sun provides.
    TIA

    best class would be a StringBuffer.
    As for your other question, the j2se API is extremely big, but you only need a small subset of it. If you need help with figuring out which classes are useful to you, it's best to start with a book. The only free online book I know is Thinking In Java, which you can find at http://www.mindview.net

  • I have a vintage mac computer that I am trying to download the asian language pack for simplified chinese; However the error message tells me I need an update installer?? Cannot find the right download for the 10.5.8 OS

    I have a 10.5.8 os and need the simplified Chinese languag pack which I have not been able to download. It says I need an update installer which I cannot find as well/ or one that will work. Any suggestions?

    Are you sure it is not already there?   In system preferences/international/language, don't you see simplified Chinese on the list?  It is supposed to be there.  You just move it to the top and restart to put the OS into that language.
    Missing language packs can also normally be installed  by running the Language Translations installers found in the OptionalInstalls.mpkg of the Leopard DVD.

Maybe you are looking for

  • Error message when finalizing...file already open with write protection

    I just created my first movie in i Movie. It's about 9 minutes long. When I tried to finalize it it worked for a couple of hours and then came up with a message "unable to prepare project for publishing because an error occurred (file already open wi

  • Issue in creating a new query

    Hi Experts, I am facing following problem in creating a new query. User entered the billing date at run time in the query he wants to see the sales figures Expiry date wise where expiry date will be equal to billing date+15. For example if user gives

  • ITunes freezes when opeining if connected to the internet

    I have a problem that started this weekend. If I am connected to the internet, my iTunes freezes when I open it. It just gets stuck with the spinning beach ball. Any idea what might be causing this? I'd guess its something to do with syncing to iclou

  • How do I get photos from iPhoto to my new computer?

    I have a new MacBook Pro and I am using the copy-paste method of getting data from my exteranl hard drive to the new computer. I am doing this rather than using the migration assistant to avoid putting any corrupt files on the new MacBook Pro. My pro

  • Deletion of customer

    Hi all, I'd like to know how it is possible to check if a customer numebr has been delete in sap? thanks for your help