Arrangement tab does not show when trying to connect macbook air to tv

im trying to connect my macbook air to my tv. the arrangement tab in the display tab in system preferences does not show. help please!

Hey jgomez93!
Here is an article that will help you troubleshoot issues with using external displays:
Apple computers: Troubleshooting issues with video on internal or external displays
http://support.apple.com/kb/ht1573
Thanks for coming to the Apple Support Communities!
Cheers,
Braden

Similar Messages

  • HT5019 I connect my macbook pro to an Epson wireless projector. The macbook can see the projector wirelessly and the image on the macbook is displayed on the projector. However on system ref., the arrangement tab does not show and thus cannot have multipl

    I connect my macbook pro to an Epson wireless projector. The macbook can see the projector wirelessly and the image on the macbook is displayed on the projector. However on system ref., the arrangement tab does not show and thus cannot have multiple view.
    I am trying to project Pro Presenter on the Epson projector such that I have the detail screen on the macbook and only the screen I want people to see on the projector display. This has not been possible because the arrangement tab on the Display section of the System Preference is not showing. If i tried to search for the arangement, it comes back with the message that there is not other source detected, hence the arrangement tab is not showing.
    I have also tried to connect the Epson directly to the Macbook but it still the same result, so its not because it is a wireless connection. Can someone advise me jhow to go around this problem. I have used windows before and it is very easy to extend ptojection on windows, but this system seems to be frustrating to me.
    Thanks,
    Toks

    Hi Toksyb!
    You may want to try clearing out the PRAM on your computer. This process is explained through this article:
    About NVRAM and PRAM
    http://support.apple.com/kb/ht1379
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Tab does not show when dragged into it's own new window

    This happened after I updated to Firefox 8.0.1. Same problem with 9.0.1. I'm on a Mac running OS X 10.5.8. I have not changed any add-ons, plugins, extensions, or anything like that.
    Every time a tab is dragged from my main window to form it's own new window, the tab button on the new window does not appear. I only have a + sign showing.
    A tab will show when I open a new tab, but the original "tab" does not appear. The + sign also appears on the left side of all new tabs. Isn't it supposed to be on the right?
    If I have 2 "tabs" open but only have 1 tab showing and try to close the window, Firefox asks me if I'm sure I want to close the 2 tabs.
    Tabs when opening blank new windows work properly. Dragging a tab to an already opened window works fine as well.
    Most of the time a tab is dragged out on accident, and it is quite annoying because I can't drag it back into the main window.
    Any help or suggestions would be greatly appreciated.
    Many Thanks!

    I found the cause but no solution, it's actually a plugin that does that: divx plus weblpayer (it gets installed when you install DivX on your system), if you disable it and restart firefox it all works again. But I want that plugin... so DivX need to fix this, unless it is a Firefox bug in its own core... anyway these two together creates the problem.
    (I'm running Firefox 9.x on OSX Lion)
    I also wish firefox tab tear out tab worked more like chrome's tab tear out, much friendlier...

  • My external hard drive does not show when I am trying to open a document in Office Org??

    My external hard drive does not show when I am trying to open a document in Office Org?? When looking in the about IMAC system support it shows as being connected. Any ideas??

    Does the drive show up under 'Devices' in Finder?

  • Trying to sync photos from iTunes (via iPhoto) to ipad and iPhone. The  Photo tab does not show up and no sync occurs

    Trying to sync photos from iphoto to ipad and iphone.  Photo tab does not show up in itunes under devices. 

    I had a similar problem (https://discussions.apple.com/message/24525903#24525903)
    The solution in my case was to start iPhoto and let it update the library, even thu itunes was set up to sync with Aperture.

  • Custom Ribbon tab does not show in generic list

    Hi.
    I'm deploying the following definiton on a generic list, but the new custom tab does not show up. Anyone that can see what I have done wrong?
    Thanks!
    <Elements xmlns=”http://schemas.microsoft.com/sharepoint/“>
    <CustomAction
    Id=”Ribbon.MyTab”
    Title=”Adds a new Ribbon tab to Generic List”
    RegistrationType=”List”
    RegistrationId=”100″
    Location=”CommandUI.Ribbon.ListView”
    >
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition
    Location=”Ribbon.Tabs._children”>
    <Tab Id=”Ribbon.MyTab” Sequence=”110″ Description=”" Title=”My Tab Name”>
    <Scaling Id=”Ribbon.MyTab.Scaling”>
    <MaxSize
    Id=”Ribbon.MyTab.Scaling.MyGroup.MaxSize”
    Sequence=”15″
    GroupId=”Ribbon.MyTab.MyGroup”
    Size=”LargeMedium”/>
    </Scaling>
    <Groups Id=”Ribbon.MyTab.Groups”>
    <Group
    Id=”Ribbon.MyTab.MyGroup”
    Sequence=”15″
    Description=”"
    Title=”My Group Name”
    Template=”Ribbon.Templates.MyTab.MyGroup.CustomTemplate”>
    <Controls Id=”Ribbon.MyTab.MyGroup.Controls”>
    <Button
    Id=”Ribbon.MyTab.MyGroup.Button”
    Alt=”Ribbon.MyTab.MyGroup.Button”
    Command=”Ribbon.MyTab.MyGroup.Button_CMD”
    Image16by16=”/_layouts/images/siteIcon.png”
    Image32by32=”/_layouts/images/siteIcon.png”
    LabelText=”Button”
    Sequence=”10″
    TemplateAlias=”o1″
    ToolTipTitle=”Button”
    ToolTipDescription=”Shows a dialog” />
    </Controls>
    </Group>
    </Groups>
    </Tab>
    </CommandUIDefinition>
    <CommandUIDefinition
    Location=”Ribbon.Templates._children”>
    <GroupTemplate Id=”Ribbon.Templates.MyTab.MyGroup.CustomTemplate”>
    <Layout Title=”LargeMedium”>
    <OverflowSection Type=”OneRow” TemplateAlias=”o1″ DisplayMode=”Large”/>
    <OverflowSection Type=”ThreeRow” TemplateAlias=”o2″ DisplayMode=”Medium”/>
    </Layout>
    </GroupTemplate>
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler
    Command=”Ribbon.MyTab.MyGroup.Button_CMD”
    CommandAction=”javascript: alert('Hello World');” />
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    </Elements>

    Hello,
    I was able to use your custom ribbon tab XML just fine.  The only thing is, the copy you provided had a bunch of illegal characters embedded in it (like reverse quotes?), I'm not sure if they're showing up in your version of the XML or not.  Anyway,
    after replacing those with straight quotes and fixing some other misc formatting, it worked fine.  I created an empty SharePoint project and added an empty element, then added your XML to the Element.xml file.  In SP, I created a new custom
    list and the "My Tab Name" tab appeared with a button that displayed "Hello World" when I clicked it. So, I recommend checking the formatting of your XML.  Just look for red squiggles in the editor and fix them.
    Regards,
    - Kemp Brown [MSFT]

  • Info tab does not show in iTunes 11.1.2 in iPad sync window

    I have OS 10.9 on my iMac, iOS 7.0.3 on my iPad, and I'm using iTunes 11.1.2 . I had only one problem syncing my iPad with the iTunes--the info tab does not show in the sync window. Has the method of syncing calendars changed? How can I do this

    I found the following in another discussion thread:
    If you use OS X Mavericks v.10.9 or later, your contacts, calendars, and other info are updated on your computers and iOS devices via iCloud. For more information, see iCloud Help at icloud.com. (http://support.apple.com/kb/PH12117)
    Since I do not use cloud computing for security reasons, I will not be syncing my contacts or calendars between devices. I hope the Apple developers rethink this strategy. Meanwhile I'll figure out a work-around as I have in the past when software has an unfortunate glitch.

  • Need to send my back up email a reset security questions email but the option does not show when I click on password and security

    Need to send my back up email a reset security questions email but the option does not show when I click on password and security

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (97456)

  • The "info" button does not appear when trying to sync in iTunes.

    The "info" button does not appear when trying to sync in iTunes. It used to, but no longer does. Anybody?

    Sync Services (which iTunes uses for the Info button) was removed in Mavericks.
    Sync Contacts & Calendars via iCloud.
    -> http://support.apple.com/kb/PH12117?viewlocale=en_US&locale=en_US

  • I pad does not respond when trying to turn on

    I pad does not respond when trying to turn on

    Charge the battery.
    Try restoring your iPad > iTunes: Backing up, updating, and restoring your iPhone, iPad, or iPod touch software

  • Firefox does NOT respond when trying to clear history, cache etc

    Firefox does NOT respond when trying to clear history, cache etc
    windows says not responding and I can not clear anything

    Look this one
    http://kb.mozillazine.org/About:config_entries
    go to PRIVACY and read the following
    privacy. item. cache
    privacy. item. cookies
    privacy. item. downloads
    privacy. item. formdata
    privacy. item. history
    in about:config all the above put it to TRUE if there are FALSE
    thank you

  • Hello, the "sign" feature does not show when i open a pdf document with reader (MAC)

    Hello, the "sign" feature does not show when i open a pdf document with reader (MAC)

    Hi mentane,
    Thank you for posting on the Adobe forums, what is the version of Adobe Reader you are working with.
    Open Adobe Reader>Adobe Reader>about Adobe Reader.
    Thanks,
    Vikrantt Singh

  • TS1410 My iPod shuffle ( 1st or 2nd generation) will not recharge and does not show when the doc is connected to my MacBook Pro. I'm running the latest updated version of iTunes.

    My iPod shuffle ( 1st or 2nd generation) will not recharge and does not show when the doc is connected to my MacBook Pro. I'm running the latest updated version of iTunes.

    Hello Jane Benstock,
    Thank you for using Apple Support Communities
    It sounds like the next best step to take would be to reset the iPod Shuffle.
    Check out this article named Resetting iPod shuffle found here http://support.apple.com/kb/HT1655.
    All the best,
    Sterling

  • HT1430 For some unknown reason my Apple ID password does not work when trying to down load books from the IBook or Nook Apps.  It also has stop work when trying to down load new Apps.  Any suggestions out their???

    For some unknown reason, my Apple ID Password does not work when trying to down load IBooks, Nook books, or new Apps.  Everything else seems to work.  Any suggestions out their???

    I appreciate the info and realize that the Nook App is not related to my Apple account but this too has stopped working.  My situation first started with the Nook App not down loading and then has now spread to my IBook and new app downloads.  I have checked into my ITunes account and the ID and password are correct  and at times when I am asked to submit my Apple password such as setting up this Apple Support Community the ID and password work.  My problem seems to be just with trying to use my ID and password when wanting to download new books or apps.  I can go into the IBook, Nook, and App stores and seemingly download an item but when clicking on the new book or app nothing happens and I get a message that states it can not get into the ITunes store and it wants me to either try again or cancel.  This message appears usually ten minutes after I have tried to make a purchase.  At other times when I attempt to download a book or app I lose the screen and the IPad goes into the opening screen.  Short of redoing my Apple account or deleting an app and attempting to reload the app (but this won't work because the App store won't load new apps) I don't have a clue what to do.

  • ESS tab does not show up after deploying ESS

    We did every configuration step for ESS and we had no issue before for other projects.
    However this time ESS tab does not show up on EP even the roles are assigned.
    ALL Jco tested OK.
    What could be wrong?
    Thanks for your help.

    Jose:
    Thanks!
    I think I miss
    BP_ERP5ESS
    BP_ERP5MSS
    Because I am at ecc6 enhp4, the matrix at Wiki did not specify above BP version.
    Could you tell me what version of
    BP_ERP5ESS
    BP_ERP5MSS
    should be applied to the EP7.01?
    Follow up:
    Jose: I do see the BP at the same Wiki:
    BP ERP05 ESS 1.41 SP04
    BP ERP05 MSS 1.41 SP04
    BP ERP05 COMMON PARTS 1.41 SP04
    I am going to apply them on the portal. Do you agree? Thanks again.
    Thanks!

Maybe you are looking for

  • Submit report using internal table

    Hi Experts!!, REPORT 1 TYPES:   BEGIN OF ty_out_table,          partner LIKE /sapsll/pntbp-partner,          bpvsy   LIKE /sapsll/pntbp-bpvsy,          country LIKE adrc-country,         END OF ty_out_table. internal table declaration & definition DA

  • Embedding Flash Videos

    Hi, I've been searching the forums and I can tell I'm close but just need help with the last steps. So far I've uploaded a .flv video file to my mobileme iDisk, in /web/sites/flashmovies... I've been trying to create a code using longtail setup wizar

  • Unable to order Infinity and getting the run-aroun...

    Hi All, Bit of a weird one, but hopefully someone can shed some light on it. First of all, I will state that according to the website and all the agents I have spoken to, I can receive Infinity at my property. Recently, I moved house into a brand new

  • Hi, please help about text and divided/summed cells

    Here's my problem: I need that the text in a cell exceeds the right border of it, and this work ok by default. But when you sum or divide even only a pair of cells, in all the cells of that column the text is forced into the borders. I need to make a

  • Partner determination in ME21N

    Hi all, I have one vendor (eg. 1000) and 2 Forwarding Agents (5001 and 5002). I have a PR with vendor assigned (1000) If I create a PO in ME21N and I enter the vendor (1000) then a pop up window appears asking to select the Forwarding Agent (5001 or