IMac: using two monitor outputs as one

Hello!  We are using last generation 23" iMac at a church with GTX 750m.  It has two thunderbolt outputs. I want to use both ports to send same signal: one to VGA projectors with 1024x768 resolution and second to HDMI live broadcasting equipment with 1080x1920 resolution. Problem is that presentation software can send signal to one of them but not to both. Is there a way to parallel thunderbolt ports or to combine them in one using third party software?

Hello!  We are using last generation 23" iMac at a church with GTX 750m.  It has two thunderbolt outputs. I want to use both ports to send same signal: one to VGA projectors with 1024x768 resolution and second to HDMI live broadcasting equipment with 1080x1920 resolution. Problem is that presentation software can send signal to one of them but not to both. Is there a way to parallel thunderbolt ports or to combine them in one using third party software?

Similar Messages

  • Two sound outputs on one box

    Is it possible for one to configure a system to use two sound outputs: 1) HDMI and 2) standard RCA stereo out?  My goal would be to have the main system sound use the HDMI (applications like mplayer for example) and to also have mpd to use the standard RCA stereo out.  I'm currently using pulse audio but am open to anything.
    Thanks for the advice.

    I just tried it. I set account A to use internal speaker, B to use iMic audio output. I started iTunes on each account. I can fast user switch and A always plays through the internal speaker, B though the iMic.

  • Can i use two apple tvs with one itunes account?

    can i use two apple tvs with one itunes account?

    yes and you can use more then 2
    just don't give them the same name

  • How can I use two differant iphones on one itunes

    I can i use two differant iphones on one itunes, and keep the content seperate?

    You can sync as many iphones/ipod/ipads as you like to one computer.
    Each is different and is recognized as such

  • How can I use two single-dimensional arrays-one for the titles and array

    I want to Use two single-dimensional arrays-one for the titles and one for the ID
    Could everyone help me how can i write the code for it?
    Flower
    public class Video
    public static void main(String[] args) throws Exception
    int[][] ID =
    { {145,147,148},
    {146,149, 150} };
    String[][] Titles=
    { {"Barney","True Grit","The night before Christmas"},
    {"Lalla", "Jacke Chan", "Metal"} };
    int x, y;
    int r, c;
    System.out.println("List before Sort");
    for(c =0; c< 3; ++c)
    for(r=0; r< 3; ++ r)
    System.out.println("ID:" + ID[c][r]+ "\tTitle: " + Titles[c][r]);
    System.out.println("\nAfter Sort:");
    for(c =0; c< 3; ++c)
    for(r=0; r< 3; ++ r)
    System.out.println("ID:" + ID[c][r]+ "\tTitle: " + Titles[c][r]);

    This is one of the most bizarre questions I have seen here:
    public class Video
    public static void main(String[] args) throws Exception
    int[] ID = {145,147,148, 146,149, 150};
    String[] Titles= {"Barney","True Grit","The night before Christmas", "Lalla", "Jacke Chan", "Metal"};
    System.out.println("List before Sort");
    for(int i = 0; i < Titles.length; i++)
       System.out.println("ID:" + ID[i]+ "\tTitle: " + Titles);
    System.out.println("\nAfter Sort:");
    for(int i = 0; c < Titles.length; i++)
    System.out.println("ID:" + ID[i]+ "\tTitle: " + Titles[i]);
    Generally you don't use prefix (++c) operators in you for loop. Use postfix (c++).
    Prefix means that it will increment the variable before the loop body is executed. Postfix will cause it to increment after.

  • Can I use two Time Capsules? one as an extension of my laptop (for music and video storage) and the other one to back up everything from the laptop and  Time Capsule (for music and videos)

    Can I use two Time Capsules? one as an extension of my laptop (for music and video storage) and the other one to back up everything from the laptop and  Time Capsule (for music and videos)

    Not via Time Machine.   It cannot back up from a network location.
    The 3rd-party apps CarbonCopyCloner and ChronoSync may be workable alternatives.
    EDIT:  And, if you're going to do that, you could back up from the Time Capsule to a USB drive connected to the TC's USB port.  Second TC not required.
    Message was edited by: Pondini

  • Can i Use two qery hints in one SQL(Oracle)?

    Hi,
    Can i Use two Query hints in one SQL(Oracle)? USE_HASH and No_Merge
    Thanks

    user10916886 wrote:
    Can I use like
    /*+ USE_HASH(X,Y) NO_MERGE(X) */
    will this work?Not really: NO_MERGE relates to mergeable views, not base tables. So whilst the USE_HASH may result in a hash join between the tables X and Y, USE_MERGE will be ignored for X.
    As hoek says, however, HINTs should be a last resort only, and if they're to be used at all you're best to stay with those that don't involve explicit objects, like ALL_ROWS, FIRST_ROWS_10, etc.
    user10916886 wrote:
    Im my database, if i don't use query hints. The expalin plan uses Nested loops, hence the query takes a lot of time.You would be better trying the ALL_ROWS hint here, instead of USE_HASH.
    Edit
    The optimizer, however, will have chosen NESTED LOOPs where it did because it believed that to be the most efficient data retrieval path with the information that it had to hand. So, if your statistics are comprehensive and up-to-date, yet the optimizer is continually opting for the less efficient plan, there's something else wrong, and HINTs are only masking that problem in the short-term.

  • How can I use two monitors to increase workspace?

    how can I use two monitors to increase workspace?

    Drag the tabs of any After Effects windows you want to the second monitor.

  • Why sometimes we have to use two message( ) to display one message ?

    Sometimes one message( ) function is not working properly ? We have to use two message( ) to display one message ? Why ?

    And just to add a little on what dave said:
    You can also detect which button the user has clicked and do some action accordingly.
    DECLARE
    al_id ALERT;
    al_result NUMBER;
    BEGIN
      al_id := Find_Alert('MESSAGE');
      SET_ALERT_PROPERTY(al_id, ALERT_MESSAGE_TEXT, 'your message here');
      al_result := Show_Alert(al_id);
      IF al_result = ALERT_BUTTON1 THEN
         ...  --do some action.
      END IF;
    END;

  • Hi, I use two email addresses within one account with gmx.  I created one account with the first email address now. How do I add the second one to this account? Now it looks like this. One account was opened with address A. I receive in this account email

    Hi, I use two email addresses within one account with gmx.
    I created one account with the first email address now. How do I add the second one to this account?
    Now it looks like this.
    One account was opened with address A.
    I receive in this account emails for address A and B.
    But I can only write and answer with address A.

    Hi Rudegar,
    Sorry for my late reply.
    It s not the amount of accounts I'm struggling with.
    When I create now for both email addresses one account, then I receive the same emails two times.
    That is not what I want.
    Because on gmx the two email addresses have the same inbox and outbox.
    E.g. I can login to my gmx account either with email A or B. It doesn't matter.
    Now I want to have the same on my ipad.
    One account with both email addresses.

  • How to use two gtx transceivers in one quad for two aurora ips

    hera mgt bank is 113
    i am using two aurora ips 64b66b .for one ip GTX_X1Y0, another GTX_X1Y2.while simulating ,results are good.Coming to implementation its showing error in implementaion.that in MAP.
    Pack:2811 - Directed packing was unable to obey the user design constraints (LOC=GTXE2_COMMON_X1Y1) which requires the combination of the symbols listed below to be packed into a single GTXE2_COMMON component.
    The directed pack was not possible because: The target component type can only contain one fragment.
    The symbols involved are:
    GTXE2_COMMON symbol "Source2/Aurora_2/src_2_wrapper_i/Src_2_multi_gt_i/gtxe2_common_i" (Output Signal = NULL)
    GTXE2_COMMON symbol "Source1/Aurora_1/src_1_wrapper_i/Src_1_multi_gt_i/gtxe2_common_i" (Output Signal = NULL)
    What is the solution for it?
     find attachments.

    i got following error while implementing project in vivado.
    "[DRC 23-20] Rule violation (REQP-1739) GTx R/TXOUTCLK drives inappropriate load - GTXE2_CHANNEL cell design_1_i/aurora_64b66b_0/inst/design_1_aurora_64b66b_0_0_core_i/design_1_aurora_64b66b_0_0_wrapper_i/design_1_aurora_64b66b_0_0_multi_gt_i/design_1_aurora_64b66b_0_0_gtx_inst/gtxe2_i pin design_1_i/aurora_64b66b_0/inst/design_1_aurora_64b66b_0_0_core_i/design_1_aurora_64b66b_0_0_wrapper_i/design_1_aurora_64b66b_0_0_multi_gt_i/design_1_aurora_64b66b_0_0_gtx_inst/gtxe2_i/TXOUTCLK (net: design_1_i/aurora_64b66b_0/inst/design_1_aurora_64b66b_0_0_core_i/design_1_aurora_64b66b_0_0_wrapper_i/design_1_aurora_64b66b_0_0_multi_gt_i/design_1_aurora_64b66b_0_0_gtx_inst/tx_out_clk) should only drive BUFG, BUFH, BUFMR, MMCM or PLL loads, but drives one or more invalid loads such as FDRE cell CORE_STATUS_channel_up_master_reg. Please insert a BUFHCE (or a BUFMR, if the load is a BUFR) between the GT and its load(s).
    [DRC 23-20] Rule violation (REQP-1739) GTx R/TXOUTCLK drives inappropriate load - GTXE2_CHANNEL cell design_1_i/aurora_64b66b_1/inst/design_1_aurora_64b66b_1_0_wrapper_i/design_1_aurora_64b66b_1_0_multi_gt_i/design_1_aurora_64b66b_1_0_gtx_inst/gtxe2_i pin design_1_i/aurora_64b66b_1/inst/design_1_aurora_64b66b_1_0_wrapper_i/design_1_aurora_64b66b_1_0_multi_gt_i/design_1_aurora_64b66b_1_0_gtx_inst/gtxe2_i/TXOUTCLK (net: design_1_i/aurora_64b66b_1/inst/design_1_aurora_64b66b_1_0_wrapper_i/design_1_aurora_64b66b_1_0_multi_gt_i/design_1_aurora_64b66b_1_0_gtx_inst/tx_out_clk) should only drive BUFG, BUFH, BUFMR, MMCM or PLL loads, but drives one or more invalid loads such as FDRE cell CORE_STATUS_1_channel_up_slave_reg. Please insert a BUFHCE (or a BUFMR, if the load is a BUFR) between the GT and its load(s).
    [USF-XSim 62] 'compile' step failed with error(s) while executing 'F:/PERSONAL/XilinxVivado2014.2/shared_logic/shared_logic.sim/sim_1/behav/compile.bat' script. Please check that the file has the correct 'read/write/execute' permissions and the Tcl console output for any other possible errors or warnings.
    [Vivado_Tcl 4-23] Error(s) found during DRC. Placer not run."
    i am attaching topmodule file
    need solution
    thanks in advance
    razz

  • How can i use two monitors in my application?

    Hello,
    Background
    I have a dual monitor card and two monitors which I want to use in my LabView application. The application gathers data from a complex sensor and calculates a number of results which need to be displayed graphically, this happens every 10 seconds or so. There is an awful lot of graphs which may be needed to be seen at some time but not routinely. The idea is that one monitor will display all the standard routinely displayed things and will not have any user input whilst the second monitor will display a tab control which has all the other graphs pickable.
    Question
    What I want to know is how I can programmatically tell labVIEW to put one vi up in one monitor and another vi in the other. I would then have them both maximised (which I know how to do). I would rather have the monitors set up as individual and that way I could keep the windows control bar on one monitor only. Thus one monitor would be a true user interface and the other simply a display.
    Basically how do I tell LabVIEW to use one monitor for a specific vi and not the other.
    The card I have is a matrox p650. Any comments would be appreciated.
    Regards
    Kevin

    Hallo,
    with new version of LV its more easy, but it also hasn't any troubles with LabVIEW 6.x or 7.x.
    Especially with Matrox P650 you will get no any problems (we using
    exactly this card together with G550 and our application supported
    three monitors at the same time.).
    I recommend to you following sequence:
    - After installing driver turn on option for supporting different
    resoluton on different monitors. As result you will get two absolutely
    separate monitors.
    - In Windows define which one is primary and which one is secondary.
    (On primary monitor located taskbar and all messages dialog boxes will
    appear.).
    - Arrange secondary monitor in display properties - where he located (left from primary, or right)
    - In your VI (which must appear on second monitor) use
    FrontPanel.PanelBounds Property Node for positioning. You must set four
    values for two corners. Easiest way to found right values is following:
    read this property node in while loop and put indicator on front panel.
    Then run VI, drag front panel onto second monitor and resize if
    necessary, and then you will see right values for PanelBounds. You can
    write this property node programmatically in run-time too.
    hope it help,
    good luck.

  • Remote Desktop windows 7 ultimate can't use two monitors

    i have two computers in another office that remote into two other computers here at my site, all 4 computers run windows 7 ultimate, about a week to 10 days ago the two remote computers can still connect to the computers at my site but can only use one monitor
    not dual monitors as before the 10 days or so.   The use all displays box is checked in the remote desktop client, i have two sonicwall firewalls with a site to site vpn connection between the offices that they use to remote
    can't get the dual monitors to work, any help would be appreciated

    Hi,
    Here is a good blog talking about using multiple monitors in Windows 7 ultimate and Windows Server 2008 R2,  please take a look if there are any restrict policy settings regarding the monitor numbers like: "Limit maximum number of monitors per session"
    Using Multiple Monitors in Remote Desktop Session
    Best regards
    Michael Shao
    TechNet Community Support

  • VGA/DVI cable - wanting to use two monitors.

    I got a VGA/DVI cable to connect the VGA port on my LCD TV to the DVI port on my desktop computer. I'm trying to use 2 monitors on my computer which has both a VGA and DVI port. My regular monitor was already on, and the computer detected the TV as a monitor but the TV wouldn't detect a signal. I had the TV on the VGA/PC setting. The cable was a return item so it might be defective. I was wondering if there's anything else I could try to get it to work?

    LadyElan wrote:
    This is what I was looking at: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&docname=c00377019&dlc=en&lc=en
    My computer's DVI port doesn't allow for the contacts above and below the flat blade like the DVI-I and DVI-A connectors in the picture. The cable that I got does have those contacts.
    Ooooooh.  So your computer may be one of the rare animals that doesn't have a DVI-I output, only DVI-D.
    Since your TV has HDMI inputs, this is the way to go.  Get a DVI-to-HDMI cable.  It will provide higher quality than VGA and is USUALLY easier to use, I've never had video timing/resolution support issues with HDMI.  (However, every computer I own has an Nvidia graphics card - the story may be different for ATI or Intel graphics!)
    *disclaimer* I am not now, nor have I ever been, an employee of Best Buy, Geek Squad, nor of any of their affiliate, parent, or subsidiary companies.

  • How can I use two analog output channels simultaneously?

    I am using PCI6110 DAQ card. I want to run two separate VIs on one computer. Each VI output a waveform to one analog output channel. How can I do this simultaneously without interfering each other?
    Thanks

    Hi Stephen,
    This can NOT be done with two seperate VI's.
    The issue is in the hardware/driver.
    Your hardware has a clock that controls how fast updates to the AO occur. That clock can only have one value at a time. I will let your contemplate the complications that come up with two different clock settings being active at the same time (see below).
    So how do you work around this complication?
    You will have to develop a single VI that OWNs both output channels. That VI will have to accept start,stop,configure, etc commands from the two clients (what you will have to convert your existing VI's into). If you decide to place a restriction on the services you provide to the clients along the line of "only one sample rate at a time" you will be making your li
    fe much easier.
    If I was contracted by a customer to do what you have asked, I would try to combine the two existing VI's into one or simply buy a second 6110 and avoid all of the hassles. Both of these approaches would end up saving the customer money in the long run while freeing them of any restrictions that where established in order to develop the "server".
    I hope this helps,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

Maybe you are looking for