How does clamshell mode work when connected to monitor?

I have connected my MacBook via the external port to an HD TV and can 'mirror' the screen image. I want to close the lid and continue to use the TV monitor but the MacBook insists in going to sleep...  What can I do or is this not possible?  Ideas anyone?

Also has to be plugged into a power source. Read here:
http://support.apple.com/kb/HT3131

Similar Messages

  • How does time machine work when being used with a mac pro?

    How does time machine work when backing up a mac pro?
    Considering the fact that the mac pro can hold 8TB and a external (non NAS) hard drive can hold only 2TB does time machine only backup the OS disk.

    macnewcomer22 wrote:
    Considering the fact that the mac pro can hold 8TB and a external (non NAS) hard drive can hold only 2TB does time machine only backup the OS disk.
    Time Machine will backup everything by default, on every disk in your Mac.
    Choose System Preferences > Options to exclude items. You could exclude everything except your OS...but I'd think it is your data that's more important to you, if you have to make choices.
    See...
    http://discussions.apple.com/thread.jspa?threadID=1964018
    While it's true you can store almost 8TB, how much do you think you'll actually store? If you have 1TB of data you want to store then a 2TB drive can do it. Also when your TM drive begins to get full it will begin deleting the oldest backups to make room.
    You could also get a Drobo with 8 bays...
    http://www.drobo.com/products/index.php
    -mj

  • Does Siri only work when connected to WiFi

    Does Siri only work when you are connected to a Wifi?  Mine does not seem to work through the 4G cell network.

    It works over WiFi or cellular.
    If you are using 4G cell network, are you using something like a Verizon MiFi 4510L to create a hotspot that your iPhone 4S is using?
    There are other issues with Siri that are going on - perhaps that is what you are seeing?

  • How does iPad store photos when connected to Windows?

    I've recently upgraded to iPad2. A friend is interested in buying my original iPad 32gb because she loves iPhoto and would like to move her current 10 gb photo library into it. Uploading new photos from her camera to the iPad is easy with the card reader.  But how could she handle backup of photo files going forward since she works in the Windows world and her primary OS is Windows 7?
    I know that when I upload pictures to the iPad in the field and then connect the iPad to my computer at home the Image Capture program asks me if I want to import the photos and where to put them.  Does a similar event take place when using Windows?

    Yes - the windows camera wizard should open : http://support.apple.com/kb/HT4083 . Or they can be manually copied from the iPad as it will appear as a 'camera' in windows explorer (in a similar way to how a memory card in a card reader would).

  • How does materialized view work when refresh the view vs create the view?

    I am using a materialized view, and I cant set it to fast refresh because some of the tables are from remote database which does not have materialized view log.
    When I create the materialized view, it took like 20 30 seconds. however when I was trying to refresh it. It took more than 2 3 hours. and total number of records are only around 460,000.
    I understand that when the view refreshes, it would take extra step like purge the table however I am not sure why it made so much difference in execution time perspective...
    Does the dbms_mview.refresh('MY_MATVIEW', 'C', atomic_refresh=>false) do the same exact insert as when I created the view?
    Could anyone please let me know how would this happen? Thanks,
    Code looks like as following
    create materialized view MY_MV1
    refresh force on demand
    start with to_date('20-02-2013 22:00:00', 'dd-mm-yyyy hh24:mi:ss') next trunc(sysdate)+1+22/24
    as
    ( SELECT Nvl(Cr.Sol_Chng_Num, ' ') AS Change_Request_Nbr,
           Nvl(Sr.Sr_Num, ' ') AS Service_Request_Nbr,
           Nvl(Sr.w_Org_Id, 0) AS Org_Id,
           Fcr.rowid,
           Cr.rowid,
           Bsr.rowid,
           Sr.rowid,
           SYSDATE
      FROM [email protected] Fcr
    INNER JOIN [email protected] Cr
        ON Fcr.w_Sol_Chng_Id = Cr.w_Sol_Chng_Id
    INNER JOIN [email protected] Bsr
        ON Fcr.w_Sol_Chng_Id = Bsr.w_Sol_Chng_Id
    INNER JOIN [email protected] Sr
        ON Sr.w_Srv_Rec_Id = Bsr.w_Srv_Rec_Id
    WHERE Sr.Sr_Num !='NS'
    );I have tried to use dbms_mview.refresh('MY_MATVIEW', 'C', atomic_refresh=>false) but it still took 141 mins to run... vs 159 mins without atomic_refresh=>false
    Edited by: 986006 on Feb 20, 2013 2:15 PM

    Welcome to the forum!
    Whenever you post provide your 4 digit Oracle version (result of SELECT * FROM V$VERSION)
    >
    I am using a materialized view, and I cant set it to fast refresh because some of the tables are from remote database which does not have materialized view log.
    When I create the materialized view, it took like 20 30 seconds. however when I was trying to refresh it. It took more than 2 3 hours. and total number of records are only around 460,000.
    I understand that when the view refreshes, it would take extra step like purge the table however I am not sure why it made so much difference in execution time perspective...
    Does the dbms_mview.refresh('MY_MATVIEW', 'C', atomic_refresh=>false) do the same exact insert as when I created the view?
    >
    What Oracle version are you using? The 'atomic_refresh' parameter default was changed to TRUE starting with 10g.
    See the PL/SQL Packages and Types doc
    >
    atomic_refresh
    If this parameter is set to true, then the list of materialized views is refreshed in a single transaction. All of the refreshed materialized views are updated to a single point in time. If the refresh fails for any of the materialized views, none of the materialized views are updated.
    If this parameter is set to false, then each of the materialized views is refreshed in a separate transaction.
    >
    What that means is that if the value is TRUE Oracle uses a DELETE to remove the existing rows. If the value is FALSE then Oracle uses TRUNCATE.
    If you really are using the FALSE setting you should not be seeing that much of a time difference between creating the MV and a complete refresh so something else must be going on.

  • How does a delta work when BW is the source?

    Greetings to All,
    We are loading from R/3 into DSO1, and then from DSO1 into DSO2.  The R/3 extractor that loads DSO1 is delta-enabled.  We are not sure, however, if a delta mechanism governs the load from DSO1 into DSO2.  The DTP says its extraction mode is delta, but does that mean, if a row in DSO1 changes, it will negate the key figures on the  original row and send a new row the way R/3 does?
    For example, suppose the R/3 extractor sends us Row 1. 
    Row 1 has a key figure with a value of $100.
    Row 1 gets changed in R/3, and the new value is $125. 
    The R/3 delta mechanism takes care of this by negating the key figure on the appropriate row and sending us a correcting row.  For example, the R/3 extractor will send us:
    Row 1 $100
    Row 1 -100
    Row 1 $125
    So... the net value in DSO1 is correct, i.e. 100 - 100 + 125 = 125. 
    When we load from DSO1 into DSO2, however, do you know what rows will load into DSO2?  Is BW "smart" enough to do this type of negation?
    Thanks! 
    Regards,
    Sarah-Jane

    The R/3 delta mechanism takes care of this by negating the key figure on the appropriate row and sending us a correcting row
    The function of negation is not done by R/3 rather by BI with use of before and after images in ODS. R/3 sure does send us the changed records but not the associated negation values in a new row. So if Bi can handle delta with one ODS, sure it can handle others too.
    http://help.sap.com/saphelp_bw33/helpdata/en/10/54853b175d214ee10000000a11402f/content.htm
    Message was edited by:
            voodi

  • How does installing programs work when user folder moved to separate drive?

    Hi everyone
    I have my user folder on a separate drive from my boot drive.
    I have set up a new installation of OS X on a third drive and pointed the main account's user folder on that third drive to the user folder drive.
    This means that the dock that shows up when I boot off that third drive contains aliases linking to programs on the ordinary boot drive.
    If I install programs on the third drive and make aliases in the dock, will that cause a conflict when I boot off the ordinary boot drive?
    And if I remove from the dock aliases linking to the ordinary boot drive, will they then disappear when booted off the ordinary boot drive?
    Thanks for any insight.
    /p

    I tried that.
    1) I created a standard user account called "Test."
    2) While logged in as Test I edited the sidebar. Then I logged out and back in again to confirm that the settings were retained. They were.
    3) While logged in as Test I copied the user folder from SystemDisk/Users/Test to DataDisk/Users/Test.
    4) I logged out of Test and logged in as Admin.
    5) I changed the home directory for the Test account to /Volumes/DataDisk/Users/Test.
    6) I deleted the directory at SystemDisk/Users/Test.
    7) I logged out of Admin and logged in as Test.
    8) I edited the sidebar. Then I logged out and back in again to see if the settings were retained. They were not.
    9) I repeated steps 3-7, this time moving the home directory back to its original location at SystemDisk/Users/Test.
    10) Again I edited the sidebar, logged out and logged back in again. This time the settings were retained, just as they had been before I moved the directory in the first place.
    Since the functionality returns when I move the home directory back to the system disk, I've concluded that it is not due to any corruption of library files or such. It seems to be a problem with the location of home directory.
    V.K., in your configuration, is the account with the moved home directory an Admin account or a Standard account? I have not tested this with an admin account and I suppose that might make a difference.

  • How does nat selectoin work when more than one nat command?

    My router's configuration contains two ip nat inside source commands with route maps. One command is a static translation and one is a dynamic. Is this the way processing works:
    The inside packet source address is processed against one of the command's route map (which command?). If that route map permits the address, then the source address is natted.
    However, if the first route map denies the address, then the router continues on to the second ip nat inside source command and processes the address against its route list.
    Right?

    Hi
    Basically yes, the router will compare the packet against all route-maps until it finds a match (if any) and then apply the NAT.
    If you think about it logically it shouldn't matter which order it applies them because if you are statically mapping one address to another you would ensure that this address is never matched in your dynamic NAT setup otherwise you could get very unpredictable results.
    HTH
    Jon

  • How do you connect your photoshop elements on your computer to your account online? and how do you create a customized url? how does the gallery work and how do you access it? i have trouble signing in on my program from my computer to connect to the onli

    how do you connect your photoshop elements on your computer to your account online? and how do you create a customized url? how does the gallery work and how do you access it? i have trouble signing in on my program from my computer to connect to the online photoshop, and I really want to create my own customized url and post photos to my gallery and share them with the world, family, and friends, but i need help because i can't figure how to do any of this, would really appreciate feedback and assistance, thanks, - claire conlon

    To add to sig's reply, "calibrating" does not calibrate Lithiu-Ion batteries, it calibrates the charge reporting circuitry.  If you look at the effect of deep discharging Lithium-Ion batteries in the data from the independent test group, Battery University, you will see that doing so shortens the life of the battery significantly. It looks like an optimum balance between use and life is at a discharge level of 50%.

  • Does anyone Know how to fix error 0xe8000065 when connecting the ipod touch 4g

    does anyone Know how to fix error 0xe8000065 when connecting the ipod touch 4g

    See:
    iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting

  • I needed to install a previously purchased CS6 versus on new computer. To do this, I had to download a version from CC. I will not be using CC. How do I activate Photoshop under my license so that it does not stop working when I am out of communication ra

    I needed to install a previously purchased CS6 versus on new computer. To do this, I had to download a version from CC. I will not be using CC. How do I activate Photoshop under my license so that it does not stop working when I am out of communication range a month from now?

    The CC version will not activate with your perpetual CS6 license. Download the version from here:
    http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html
    Your number should work with this version.

  • HT2844 My front headphone jack does not work when connecting a head phone to a new mac pro desktop computer.  The sound still comes from the speakers.  Any solutions?

    The front headphone jack on my new mac pro desktop computer does not transmit sound when connecting a headphone or ear buds.  The sound still comes from the speakers and is not redirected to the head phone.  The port has never worked.  Any solutions?

    okay, try option-clicking on the speaker icon on the top of your screen. That should bring up a list of sound output options. including headphone. You could try messing around with Audio MIDI. It may be possible that the thing is still stuck inside the headphone jack. Careful use of a toothpick may get it unstuck. I dunno, I've never had a problem with the headphone jack. If all else fails, call Apple or take 'er in for an appointment
    JB

  • IPhone 4S only powers up, works, when connected to wall power

    Brand new iPhone 4S, arrived two days ago on the model's launch day.  Few glitches, expected w/ new phone, not a big deal, worked through them, initially did restore-type installation to transfer all info from old AT&T iPhone 3GS, still w/ AT&T.  It was working fine.
    Then, connected to wall charger last night.  This morning, before disconnected from wall charger, charge showed 87%, then disconnected and screen went black.
    Phone did not, and does not, respond when unconnected.
    Connected iPhone to MacBook Pro, result is same as when unconnected, no response.
    However, when iPhone connects to wallpower, it works fine.  Powers up, all functions seem to be normal, but noted that charge now shows only 84% and it's not going up, as it should.
    I have been studying these boards today before typing this post.  Have tried the reset procedure (hold down sleep/wake + home buttons simultaneously for 30+ seconds) when iPhone is unconnected and when iPhone is connected to computer, still unresponsive.  Also tried reset procedure when connected to wall power, it eventually goes into reset mode and it eventually got to the point that it said connect to iTunes, but when I disconnect from wall power and connect to computer, it is again unresponsive.  After doing that, connected to wall power, and it powers up normally.
    With iTunes open and running, the iPhone does not appear therein when connected.  Left iPhone connected to computer all morning, no changes in nonresponsiveness.  Before last night, this was not a problem.
    Before I even starting using this iPhone, I'd put it in a nice, new OtterBox case.  It has not been dropped or mishandled or gotten wet.
    My conclusion is that there's a hardware problem that I cannot fix, and even if I had a clue what to do, I'd probably void the warranty.
    Looking for suggestions as to what to do short of calling AppleCare.  Any help will be most appreciated.

    Called AppleCare this morning, confirmed that this is a hardware problem. Getting replacement.

  • Will a DVI to HDMI adaptor work when connecting the ipad2 to a projector?

    Will a DVI to HDMI adaptor work when connecting the ipad2 to a projector?
    I have connected my ipad2 to my HDTV and it works perfectly. I'm trying to connect the ipad to either the DVI port on my classroom laptop or to my Promethean board so that I can mirror educational apps for my students. Does anyone have suggestions on how to make this work?

    No, there's not any damage to your MacBook.
    http://store.apple.com/us/product/HFQL2VC/A/moshi-mini-displayport-to-hdmi-adapt er-4k?fnode=51

  • How does Merged Dimensions Work in WebI created on SAP BI Queries

    Hi,
    I need to know how does Merge dimensions work in WebI when using SAP BI Query as source?
    Below is my understanding when connection is defined for the universe on oracle database:
    1) To get the data in merged dimensions, there must be physical join (Either Direct or vai some other tables) between different tables at backend level (This means  there  must be join between tables in Oracle database.)
    2) we get the UNION of data when dimensions are merged at webI level.
    I dont know how this works in SAP BI.
    Since there is different data model defined for different BI Queries in SAP , and for each BI Query and there is seperate Universe, So how can you get correct data in WebI when there is no connections in DSO's used in different BI queries?
    Can any one suggest me the way data apperas in merged dimensions for WebI created on SAP BI?

    I assume we are only talking about merging dimensions in Web Intelligence here and not on the BW backend. this is a client side mere where you have 2 resultsets.
    if you want to do this on the BI server side it would be a multi-provider combining different InfoProviders - or a InfoSet - depending on the join type you need. MultiProvider is a union, Infoset allows you to choose
    Ingo

Maybe you are looking for

  • Deskjet 3050 wireless problem

    Hi, Hope someone can help ASAP please!!!!!! Have a Deskjet 3050 wireless printer, which i have tried all ways of installing, but cant get it to print wireless. I have a Compaq laptop with wireless, Belgin Wireless router, I can see the network on the

  • Pro6830 not compatible with my Mac OS X 10.6.8

    I can't install the HP Officejet Pro 6830 as it says it nrequire OS X v10.7  The support website was not help.  Thanks!

  • Exception Handling - Doubt

    1) public class Thrwodemo {       * @param args      static void demoproc() {          try {            throw new NullPointerException("demo");          } catch(NullPointerException e) {            System.out.println("Caught inside demoproc.");      

  • CS4 Bridge not showing all files

    I'm working on a 1TB drive in a directory with about 1000 dng files.  When use Bridge not all files are shown and there are no filters selected.  I go into the directory using Windows Explorer and they are indeed there.  I can select the file in Wind

  • Stopping a forms session

    hi, we have Oracle Application Server 10g Forms and Reports Services 10g (9.0.4). If we want to stop a Forms or Reports session (via Application Server Control) we are asked for username and password. Which username is exspected here (it's not ias_ad