Screen resolution on second 20" screen not possible with 1680 x 1050 ?

Hi,
I´ve got two Dell 20" widescreen monitors connected to a G5 with Dual DVI out. First monitor with DVI connected works fine with the 1680 x 1050 resolution, but the second monitor (connected via vga) can´t be set to the same necessary resolution. The monitor control panel does not offer this resolution when using vga. Does anyone know how to get this resolution with vga connector on the second screen ? (I know I had this resolution one day with tricking around with cables and switching).
Best,
Martin

As far as I know, that resolution isn't available through VGA. I thought you said your machine has dual DVI out... Does your second monitor not have a DVI input? If it does, why aren't you using it?

Similar Messages

  • Hi friends, I'm having troubles with my Ipad 2. I was working with it and suddenly the screen distorted. Now it is not possible to get it back to work properly. In fact, the screen is now black and nothing I have done makes the Ipad works again. Thanks

    Hi friends, I'm having troubles with my Ipad 2. I was working with it and suddenly the screen distorted. Now it is not possible to get it back to work properly. In fact, the screen is now black and nothing I have done makes the Ipad works again. Please Help. Thanks in advance.

    I think you should make an Genius Appointment.
    Genius Appointment
    http://www.apple.com/retail/geniusbar/

  • I need to generate a still shot from from a video. I would like to accomplish this task using a single application. If this is not possible with my MacBook Pro as purchased from Apple, please recommend which applications I can purchase.

    I need to generate a still shot from from a video I made with my camera. I would like to accomplish this task using a single application. If this is not possible with my MacBook Pro as purchased from Apple, please recommend which applications I can purchase that include this feature. Thanks in advance.

    For FREE do the following:
    When you get to othe part of the video you want a still shot from, put the video on pause. 
    Take a screen shot:  Apple>Shift>4 - which will produce a cross hair so you can manually select which part of the video you want.Check inside either your Applications or Utility folder for an app called Grab.  Will do the above with just a single click.
    If you still want to purchase software, suggest that you do a Google & MacUpdate search.  This way, you can find exactly what you want. 

  • Multiple usage of Source System is not possible with installed DMIS version on source

    Hello folks!
    I`ve got a problem trying to adjust the Data Replication to SAP BW (on HANA) using SAP LT Replication Server.
    I`ve deleted one connection and after that I`m trying to create new one through  Configuration & Monitoring Dashboard (transaction LTR) with the same source / target systems.
    As result when on the second step (Specify Source System) I specify RFC destination of the source system it appears an error with text
    "Multiple usage of Source System is not possible with installed DMIS version on source".
    But there`s no any adjusted connection in system now..
    Please, help me to understand  how to fix that problem, I can`t find a solution

    Hi,
    When you say that you 'deleted one connection', did you delete the RFC connection or the SLT Configuration? If it is not a real multiple usage scenario, then deactivate the 'allow multiple usage' flag, else install the correct DMIS version on both SLT and source.
    Thanks
    kris

  • When I connect my iPhone 5 to my laptop and iTunes, I can't play movies from the iPhone on my computer.Why is that? Can I do this or it's not possible with iPhone5? With my iPod it's no problem.

    When I connect my iPhone 5 to my laptop and iTunes, I can't play movies from the iPhone on my computer.Why is that? Can I do this or it's not possible with iPhone5? With my iPod it's no problem.

    Reinstall iTunes. Make sure you follow the instructions in this support document to the letter. http://support.apple.com/kb/HT1923.
    You may have some problems because Apple has not certified that everything works with Windows 8 yet.

  • HT204150 iCloud and my iPhone sync okay but my second Mac does not sync with iCloud. What's wrong?

    iCloud and my iPhone sync okay but my second Mac does not sync with iCloud. What's wrong?

    Check your settings in System Preferences > iCloud

  • Non-cumulative initialization is not possible with historical data

    Hi all,
    While loading inventory cube.. 0IC_C03  .. after loading 2LIS_03_BX request get sucessful. while compress that request No Marker update. i getting following error msg.
    <b>Non-cumulative initialization is not possible with historical data</b>     
    Regards
    siva.

    You sure you didn't use BF instead of BX?  This messge indicates that you have historical data in your cube whereas BX only loads a fixed state at a specific point in time...  Or maybe, did you initialize BX twice in R/3 without deleting the previous init, I don't know if that could cause that error but it's another possibility.

  • Apple ipad2 is recognized bei itunes in "wartungszustand". when i click reset on itunes and itunes tries to reset the ipad i get the information not possible with code 3194

    Apple ipad2 is recognized bei itunes in "wartungszustand". when i click reset on itunes and itunes tries to reset the ipad i get the information not possible with code 3194

    See if this helps : http://support.apple.com/kb/TS3694#error3194

  • Goods movement not possible with mvmt type 991

    Hi,
                As per requirement I need to create a GR for Purchase order wise. I tried to create using BAPI BAPI_GOODSMVT_CREATE but It returns the error message.
    error:  Goods movement not possible with mvmt type 991
    LOOP AT gt_outtab1.
      gt_outtab1-gr_wght       =   gt_outtab1-gr_wght.
       MOVE: gt_outtab1-matnr            TO gt_item-material,
              gt_zseed_po_qty-werks       TO gt_item-plant,
              gt_zseed_po_qty-lgort       TO gt_item-stge_loc,
             '901'                        TO gt_item-move_type,
              gt_outtab1-gr_wght          TO gt_item-entry_qnt,
              'B'                         TO gt_item-mvt_ind,
              '1'                         TO gt_item-stck_type,
              v_lifnr                     TO gt_item-vendor,
              gt_outtab1-ebeln            TO gt_item-po_number,
              gt_outtab1-ebelp            TO gt_item-po_item.
    APPEND gt_item.
    ENDLOOP.
    CLEAR gt_item.
      LOOP AT gt_outtab3 WHERE bqty IS NOT INITIAL.
        MOVE: gt_outtab3-bmatnr           TO gt_item-material,
              gt_zseed_po_qty-werks        TO gt_item-plant,
              gt_zseed_po_qty-lgort      TO gt_item-stge_loc,
             '991'                        TO gt_item-move_type,
              gt_outtab3-bqty             TO gt_item-entry_qnt,
              ''                          TO gt_item-mvt_ind,
              '1'                         TO gt_item-stck_type,
              v_lifnr                     TO gt_item-vendor.
        APPEND gt_item.
      ENDLOOP.
    CLEAR gt_item.
      LOOP AT gt_outtab3 WHERE pqty IS NOT INITIAL.
        MOVE: gt_outtab3-bmatnr           TO gt_item-material,
             gt_zseed_po_qty-werks        TO gt_item-plant,
              gt_zseed_po_qty-lgort      TO gt_item-stge_loc,
             '942'                        TO gt_item-move_type,
              gt_outtab3-pqty             TO gt_item-entry_qnt,
              ''                          TO gt_item-mvt_ind,
              '1'                         TO gt_item-stck_type,
              v_lifnr                     TO gt_item-vendor.
        APPEND gt_item.
      ENDLOOP.
    ***********Call goods movement BAPI
      CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
        EXPORTING
          goodsmvt_header  = gs_header
          goodsmvt_code    = gs_code
        IMPORTING
          goodsmvt_headret = gs_headret
          materialdocument = gs_retmtd
          matdocumentyear  = gs_year
        TABLES
          goodsmvt_item    = gt_item
          return           = gt_return. 
    so could you please let me know which are the parameters I need to pass to create GR?
    regards,
    tarun

    Hi,
    Go to T.code OMJJ . Give your your movement type 991. Check the allowed transaction and all the details  in your left hand side and the settings done.
    Thanks
    Arbind

  • Goods movement not possible with movement type 702

    Hi experts,
    I have created a new movement type 702 (a copy of 602) for return delivery from customer.
    When I create delivery I did not face any issue. However while doing post goods issue, I get error
    "Goods Movement not possible with mvmt type 702."
    Is there any configuration missing for post goods issue?
    Please advise.
    Thanks,
    Pri

    DEAR,
    AFTER CHECKING IN "OMJJ" ...SEE WHETHER YOU HAVE NOT BLOCKED THIS MOVEMENT...
    ALSO SEE IN OPTION WHETHER ALL TRANSACTIONS HAVE BEEN ENTERED LIKE
    "MI01"
    "MI02"
    "MI31"
    "MI07"
    "MI37"
    WE ARE PERFOMING THIS ACTIVITY USUALY SO PLZ PERFORM IT,,WE ACTUALLY BLOCK THIS MOVT TYPE AFTER ARE PHYSICAL INVENTORY...
    OR EVEN IF THESE DOESNT WORK..
    GO TO "SU01" IN WHICH PUT THE USER ID AND CHECK IN AUTHORISATION WHICH PROFILE IS ASSIGNED TO IT..
    REGARDS
    REWA

  • KANBAN - STO (error : Goods movement not possible with mvmt type 351)

    Hi,
    I have configured KANBAN STO in the system which is working fine.
    I am able to empty the bin and create STO (purchase orders)
    But when I select a bin and try to make it full, system gives error message:
    "Goods movement not possible with mvmt type 351"
    In KANBAN STO replenishment strategy, I have used movement type 101,
    I m little confused from where this 351 movement type is coming from.
    Please help resolvethis issue.
    Pavan

    Hi,
    Below is the entire message:
    Goods movement not possible with mvmt type 351
    Message no. M7096
    Diagnosis
    You have entered a movement type that has not been defined for this transaction/event.
    Procedure
    Choose another movement type.
    You can choose the movement type as follows:
    If you know the movement type, enter it directly in the Movement type field.
    Choose the movement type via the menu option Movement type.
    Choose the required movement type from the possible entries.
    If you do not find a suitable movement type, exit this function and choose a different goods movement from the Inventory Management menu.
    Pavan

  • Goods movement not possible with mvmt type 961

    hi all,
    i got a error as  Goods movement not possible with mvmt type 961
    Can any body help me to know whether i can create GR for mvmt type  961.
    mvmt type 961 is for third party transfer

    Getting errors while using PI_GOODSMVT_CREATE' with 561+K

  • Goods movement not possible with mvmt type 561-error

    Dear All,
    I am using bapi BAPI_GOODSMVT_CREATE for goods movement. i am gettining Goods movement not possible with mvmt type 561 error.
    please suggest me. i am using serial number also.
    regards,
    satish

    Getting errors while using PI_GOODSMVT_CREATE' with 561+K

  • 'Goods movement not possible with mvmt type 102'

    Dear Experts,
    I have to reverse the GR and I am using BAPI -> BAPI_GOODSMVT_CREATE and passing below information but I am getting error message as 'Goods movement not possible with mvmt type 102'. Could any one please tell me what would be the possible reasons to get this error and how can I fix this.
    goodsmvt_header-PSTNG_DATE = 20110705
    goodsmvt_header-DOC_DATE = 20110705
    goodsmvt_code-GM_CODE = 06
    goodsmvt_item-PLANT = 1400
    goodsmvt_item-MOVE_TYPE = 102 <<< Reversal movement type
    goodsmvt_item-ENTRY_QNT = 02
    goodsmvt_item-ENTRY_UOM = SET
    goodsmvt_item-PO_NUMBER = W299999508
    goodsmvt_item-PO_ITEM = 0010
    goodsmvt_item-MVT_IND = B
    goodsmvt_item-XSTOB = ''. << space to use reversal types
    Thanks in Advance
    Venkat

    Hi Please provide Material Document, Document Year and Posting date as shown below
    MATDOCUMENTYEAR = DOC_YEAR.
    GOODSMVT_PSTNG_DATE = POSTING_DATE.
    MATERIALDOCUMENT = MAT_DOC
    CALL FUNCTION 'BAPI_GOODSMVT_CANCEL'
        EXPORTING
          MATERIALDOCUMENT          = MATERIALDOCUMENT
          MATDOCUMENTYEAR           = MATDOCUMENTYEAR
          GOODSMVT_PSTNG_DATE       = GOODSMVT_PSTNG_DATE
        GOODSMVT_PR_UNAME         =
       IMPORTING
         GOODSMVT_HEADRET          = WA_GOODSMVT_HEADRET
        TABLES
          RETURN                    = IT_RETURN
        GOODSMVT_MATDOCITEM       =
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          WAIT = 'X'.

  • Some futures in bpel which are not possible with ESB and vice versa

    Can anyone please tell me some futures in bpel which are not possible with ESB and For some features available in ESB that are absence in BPEL?

    I think you've mistaken the meaning of both technologies. ESB actually works as a part of BPEL, for instance you can create partner link from any esb service.
    ESB service can only expose data or retrieve and process (transform) them from another service. BPEL is using services like ESB as a source and adds decision making functionality which is not present in ESB.

Maybe you are looking for

  • Error in deploying EAR file

    hi experts, iam trying to deploy EAR file created using NWDS, when i am trying to deploy in XI server i am getting the following error, can any one solve my problem. Deploy of the ear has errors : java.rmi.RemoteException: Cannot deploy application s

  • ISight just won't work in Skype - at my wits end!

    Hi, I've spent days reading forums and trying to figure out how to get iSight working in Skype. Hopefully someone can help before I throw the whole lot in the bin!!! Ok, I'm working on a Macbook Pro 4.1 with Mac OS X 10.5.8. All my software is up to

  • Wish list posts - support and recommendations

    I think TongucY has the right idea with the Wish List posts. If you think a feature is needed, this is one of the few easy ways to let Oracle know. 'Vote' for a feature, capabiltiy, or improvement if you think it is needed in XE. I have a few recomme

  • HT4918 How can I open video documents that are Microsoft applications?

    With Lion now installed, I can no longer open many video documents that I formerly opened with Windows Media Player.  What can I do?

  • Multiple account in mail mail id

    How can i remove Multiple accounts in mail mail id?