What should I set me screen resolution to in photoshop CC with my late 2009 27" iMac?

What should I set me screen resolution to in photoshop CC with my late 2009 27" iMac?

If its native resolution is 2560x1440 then some people do find it marginal with a 27 inch screen, but I'd have thought it workable if you know where everything is.  People are using that screen res on tiny laptops, but to be fair, they are not much liking it with Photoshop.
I don't know how Retina support works with CC, but I wonder if you could force it on your iMac?
Any Mac users out there know how Retina support works?

Similar Messages

  • ALV size should be adjustable to screen resolution automatically

    Hi,
    Is there in any way that the size of ALV grid should be adjustable to screen resolution automatically?
    Thanks & Regards,
    Reena

    Hello Reena
    If your ALV list is the only element on your dynpro then you should not use a custom container on the dynpro. Instead use the following approach:
    *& Report  ZUS_SDN_ALVLIST_FULLSCREEN
    REPORT  zus_sdn_alvlist_fullscreen.
    DATA:
      gt_kna1           TYPE STANDARD TABLE OF kna1.
    DATA:
      go_docking        TYPE REF TO cl_gui_docking_container,
      go_alvgrid        TYPE REF TO cl_gui_alv_grid.
    START-OF-SELECTION.
    * Select some data
      SELECT * FROM  kna1 INTO TABLE gt_kna1.
    * Create docking container and dock at left side
      CREATE OBJECT go_docking
        EXPORTING
          parent                      = cl_gui_container=>screen0
    *      REPID                       =
    *      DYNNR                       =
          side                        =
                      cl_gui_docking_container=>dock_at_left
    *      EXTENSION                   = 50
    *      STYLE                       =
    *      LIFETIME                    = lifetime_default
    *      CAPTION                     =
    *      METRIC                      = 0
          ratio                       = 90  " 90% of screen
        EXCEPTIONS
          cntl_error                  = 1
          cntl_system_error           = 2
          create_error                = 3
          lifetime_error              = 4
          lifetime_dynpro_dynpro_link = 5
          OTHERS                      = 6.
      IF sy-subrc <> 0.
    *   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    * Set very high extension -> not overruled by screen resizing
      CALL METHOD go_docking->set_extension
        EXPORTING
          extension  = 99999
        EXCEPTIONS
          CNTL_ERROR = 1
          others     = 2.
      IF sy-subrc <> 0.
    *   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    * Create ALV grid
      CREATE OBJECT go_alvgrid
        EXPORTING
          i_parent          = go_docking
        EXCEPTIONS
          error_cntl_create = 1
          error_cntl_init   = 2
          error_cntl_link   = 3
          error_dp_create   = 4
          OTHERS            = 5.
      IF sy-subrc <> 0.
    *   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL METHOD go_alvgrid->set_table_for_first_display
        EXPORTING
    *      I_BUFFER_ACTIVE               =
    *      I_BYPASSING_BUFFER            =
    *      I_CONSISTENCY_CHECK           =
          i_structure_name              = 'KNA1'
    *      IS_VARIANT                    =
    *      I_SAVE                        =
    *      I_DEFAULT                     = 'X'
    *      IS_LAYOUT                     =
    *      IS_PRINT                      =
    *      IT_SPECIAL_GROUPS             =
    *      IT_TOOLBAR_EXCLUDING          =
    *      IT_HYPERLINK                  =
    *      IT_ALV_GRAPHICS               =
    *      IT_EXCEPT_QINFO               =
    *      IR_SALV_ADAPTER               =
        CHANGING
          it_outtab                     = gt_kna1
    *      IT_FIELDCATALOG               =
    *      IT_SORT                       =
    *      IT_FILTER                     =
        EXCEPTIONS
          invalid_parameter_combination = 1
          program_error                 = 2
          too_many_lines                = 3
          OTHERS                        = 4.
      IF sy-subrc <> 0.
    *   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    * Empty dynpro without any elements
      CALL SCREEN '0100'.
    * NOTE: dynpro flow logic contains only the two modules shown below 
    END-OF-SELECTION.
    *&      Module  STATUS_0100  OUTPUT
    *       text
    MODULE status_0100 OUTPUT.
    *  SET PF-STATUS 'xxxxxxxx'.
    *  SET TITLEBAR 'xxx'.
    * Link to current dynpro
      CALL METHOD go_docking->link
        EXPORTING
          repid                       = syst-cprog
          dynnr                       = syst-dynnr
    *      CONTAINER                   =
        EXCEPTIONS
          cntl_error                  = 1
          cntl_system_error           = 2
          lifetime_dynpro_dynpro_link = 3
          OTHERS                      = 4.
      IF sy-subrc <> 0.
    *   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    *&      Module  USER_COMMAND_0100  INPUT
    *       text
    MODULE user_command_0100 INPUT.
      SET SCREEN 0. LEAVE SCREEN.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    Regards
    Uwe

  • What should be my selection screen criteria for data fetching..............

    A process is required to trigger an employe's master datat from sap to EWA( some other system) for  any of rthe below actions.
    NEW HIRE
    TERMINATION
    FMLA PAID LOA
    NON-FMLA PAID LOA
    FMLA UNPAID LOA
    RETURN FORM LEAVE
    REHIRE
    CHANGE OF POSITION
    STATUS CHANGE
    EXPATRIATION
    I AM NOT SURE WHAT SHOULD BE MY SELECTION SCREEN CRITERIA.

    Hi Anil,
    One option can be to write a custom program for this.
    Schedule it as a job at the end of the day.
    Consider all the required actions that were run on that day & the data that was changed.
    The changed data can then be sent to legacy as per your requirement as a daily interface file.
    I think you shud have a look at the standard utility program RPUAUD00 , which logs the infotype changes or might be you can think of adding the change indicator includes from the std program to your custom program & write the custom interface.
    Well i already see some good ideas placed in the above posts but i think this
    can be one option as well so thought of putting this to you.
    Hope this helps.
    Kindly reward in case useful.
    Regards & Thanks,
    Darshan Mulmule

  • What should Ram settings be for FCP 6 doing a slideshow with JPEGS ?

    Hi all,
    I am doing a Ken Burns effect slideshow in FCP6 that is using JPEGS only.
    I have the 24" intel imac 2.4 gig with 4 gigs of Ram installed.
    I am wondering what my ram settings in FCP should be.
    there are 4 boxes you can fiddle with the numbers.
    first two have sliders and go from 0 to 100%
    "memory usage"
    and also still cache...
    what should I be setting these to?
    thanks in advance!
    I ask because my system bogs right down with only a few layers and effects in place.
    what should my sequence settings be as well when working only with JPEG?
    I normally edit in easy DV NTSC....

    Thanks guys.
    I have found that I cannot resize and get a clean movement here in FCP.
    I tried the cutting approach jim and that at least got me through the placement of the pics to the song and then I started the motions. I also checked and then unchecked the shadow once I had it set where I wanted. I like to work through each pic from start to finish so i know exactly where I am at each night when I go to bed and then where I start again the next evening after my day job!
    haha
    but yes unchecking the shadows and feathered edges definately bought me some more time before render.
    I appreciate all the helpful advise here. You guys pour so much knowledge out there for us and mostly without even much thanks to you in return.
    One question I would still have now that I have fiddled around with all my settings....
    would anyone have the time and the knowledge to help me figure out what the "proper" settings should be for my setup for editing regular sd dv ntsc footage?
    or when I click easy setup dv ntsc does it configure my system for optimal settings each time?
    ie what should my ram settings be?
    thanks in advance.
    see sig for setup.

  • Black screen in Windows 8.1 on Late 2009 27" iMac

    Hi,
    My Late 2009 27" iMac i7 will not allow the display to turn on under Windows 8.1. It's not just black, its as though its powered off. This is some kind of a software problem. I am certain of this because I ran Windows 8.1 just fine since its release (10/17/2013). Hoestly, I ran it for months without a problem. I think it was an upgrade install over Windows 8 and not a clean install. Anyways, last week I upgraded to an SSD and needed to re-install Win 8.1. Now the display won't turn on. It works fine when you first boot it up after the setup runs, then a windows chime sounds and the screen goes blank and never turns on again. If you enable RDP before this happens you can still access the computer. I have re-installed Windows 8.1 and also I have tried BootCamp 4.0.4033, 5.0.5033, and 5.1.5621. None of them have enabled the display. Nor has the vanilla driver from AMD/ATI. I am at a complete loss as to what to do. My only hope is there are a handful of other users with this model of iMac who also have this issue and have solved it. If I ever find the solution you can count on me writing it in detail here in this thread or linking to a thread that solves it.
    Thanks,
    sr.matto

    Summary: The ATI Mobility Radeon HD 4850 and other "legacy" graphics cards are not yet supported by AMD/ATI on Windows 8.1.
    If you are disatisfied with a perfectly serviceable series of video cards being dropped from support make yourself heard: http://emailcustomercare.amd.com
    ---Details---
    Okay after some pretty exaustive research I have found out a few things.
    First, that AMD/ATI has decided to not include several series of "legacy" video cards in their support for Windows 8.1. This support may come in the future. There are conflicting reports about wether or not this is happening.
    Second, there is a small community that is devoted to unofficial modified drivers that are supposed to allow legacy cards to be used on Windows 8.1. -> http://forums.guru3d.com/showthread.php?t=372799. I had no success whatsoever with these drivers, even on a clean install of Windows 8.1. I did get the drivers to install, but no games could start and Windows warned me about the drivers being unsigned frequently. So I would be hesitant to devote a lot of time to installing those drivers.
    Lastly, I am pretty disapointed with AMD/ATI. Sure, the card is approaching its sixth year anniversary (~June 25, 2008) but it works just fine for most uses. It is a perfectly serviceable card for desktop uses. I just installed an SSD with the hopes of getting four more years out of this computer. I guess I will be religated to Windows7/8 on this machine till the end of its life. People considering the SSD upgrade may want to take this into consideration. I suppose its a non-issue if you are OK with using Windows 7 for four more years.
    There seems to be a potential for upgrading the video card to the part used in the 2011 iMac, but for now that part costs $500 or $600, if its even stocked.
    Message was edited by: sr.matto (spelling)

  • I foolishly set my screen resolution to what my computer recommended, now I get Input beyond range

    As I said in the intro, when i switched on this morning the pc suggested I reset my screen resolution to 2560x1600 which i did and now i cannot access even the login screen.
    All help seems to point towards safe-mode but i cannot even get to that.
    Any ideas? or should I throw away windows 8 and buy a mac instead?

    Well no help, no support, nobody seems able to solve this.
    I solved it myself.
    Solution:
    Press F10 and a screen appears for configuring the system.
    Select the "Secure Boot" option and disable it and disable "Fast Boot"
    THEN next re-start (by pressing and hlding power button) and press F8 until it asks about starting up then follow the last part of this advice:
    http://www.howtogeek.com/107511/how-to-boot-into-safe-mode-on-windows-8-the-easy-way/
    Then it gives you the option to reset the graphics.
    It still prompts me to change the graphics but this can also be turned off by stopping all notifications which are rubbish anyway.
    Well done HP, no help and you have a faulty peice of software that prompts users to set screen resolution that makes the system unusable.
    Next PC will NOT be a HP one

  • How to set Dynamic screen resolution in flex..?

    Hi All.,
    I am developing a flex application in adobe flex4. to set the application height is 100% width is 100% and using <flexmdi:MDICanvas> to set the height 780 ,so application get displayed on normal window correctly., But i try to press f11 key the screen size is expanded at the time application size is set exactly, MdiCanvass size is  not expanding on screen resolution.
    My question is how can I make sure that the application should look uniform across different platform/different browsers and different monitors to display screen resolution auto adjust in mdi canvass also.
    With Regards.,
    LinFlex-

    Hi,
    Use the below syntax...
    CALL TRANSACTION tcode... OPTIONS FROM opt
    ... OPTIONS FROM opt
    Effect
    Allows you to control processing using the values of the componetns of the structure opt, which must have the ABAP Dictionary type CTU_PARAMS. The components have the following meanings:
    DISMODE
    Display mode (like the MODE addition)
    UPDMODE
    Update mode (like the UPDATE addition)
    CATTMODE
    CATT mode (controls a CATT)
    CATT mode can have the following values:
    ' ' No CATT active
    'N' CATT without single-screen control
    'A' CATT with single-screen control
    DEFSIZE
    Use default window size
    RACOMMIT
    Do not end transaction at COMMIT WORK
    NOBINPT
    No batch input mode (that is, SY-BINPT = SPACE)
    NOBIEND
    No batch input mode after the end of BDC data.
    The components DEFSIZE , RACOMMIT, NOBINPT, and NOBIEND always take the following values:
    'X' Yes
    ' ' No
    If you do not use the OPTIONS FROM addition, the following control parameter settings apply:
    DISMODE
    From addition MODE
    UPDMODE
    From addition UPDATE
    CATTMODE
    No CATT active
    DEFSIZE
    Do not use default window size
    RACOMMIT
    Successful end on COMMIT WORK
    NOBINPT
    Batch input mode active ( SY-BINPT = X
    NOBIEND
    Batch input mode remains active after the BDC data
    Jogdand M B

  • Accidental​ly set my screen resolution too high

    I was playing around with screen resolutions and accidentally set one too high and now every time i load up my Computer, it says 'Input not supported' , please help me.

    It would help greatly if you:
    A) Identified the installed operating system
    B) Identified your HP desktop PC. (look on the service tag. Post the complete  p/n
    If your OS is Windows 7, start the operating system in Safe Mode. Press the power button and before Windows begins to boot, start tapping the F8 key. Choose Safe Mode.  In Safe Mode click on the start button and type  msconfig in the search all programs and files box . Click on the msconfig icon that appears above to invoke msconfig. In the msconfig dialog choose the Boot tab as in the following image. In Boot options put a tick inside the box to the left of base video, then click on apply and OK. Restart your PC and  right-click an unused area on the desktop and set your resolution. Choose the recommended resolution.  After you do that, go back to the msconfig and remove the tick mark in the Boot options -->Base video, click on OK and restart your PC. All should be back to normal again.
    The desktop I am using has a dual display setup, so yours will appear a bit differently. the operatng system will recommend an optimal resolution and designate it as recommended.
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Where can I set the screen resolution

    I am trying to use do a course online and they said that the screen resolution needs to be set at 1024 x 768. Where do I do this?

    You can paste this in the Code field in the Firefox > Web Development (or Tools) > Error Console and click the Evaluate button and enter 1024x768 on the prompt.
    <pre><nowiki>
    var Cc=Components.classes, Ci=Components.interfaces;
    var ps = Cc["@mozilla.org/embedcomp/prompt-service;1"].getService(Ci.nsIPromptService);
    var wm = Cc["@mozilla.org/appshell/window-mediator;1"].getService(Ci.nsIWindowMediator);
    var nb = wm.getMostRecentWindow("navigator:browser");
    var txt = 'width x height';
    var obj = new Object; obj.value = nb.window.outerWidth + 'x' + nb.window.outerHeight;
    if(ps.prompt(null, 'Resize', txt, obj, null, {}) && (obj.value != null)){
    var vA = obj.value.split("x");
    if(vA[0]) nb.window.outerWidth = vA[0];
    if(vA[1]) nb.window.outerHeight = vA[1];
    </nowiki></pre>

  • How can I set the screen resolution ?

    hello brothers.
    my program works ultimately at 1024/768 screen resolution.
    since I want to make sure that peaple who using that program will see it correct, I want to explicitly change the resolution of the screen.
    how can I do that? please..

    I believe you use the setDisplayMode() method of the GraphicsDevice object to do this.
    If you go to http://www.scottshaver2000.com/ and download the source code to H.E.A.T., you will find a nice example of video mode switching. His game pops up a window showing the available configurations, then lets you select the one you want and switch to it.
    The applicable classes are in his com.sas.gui package: FullScreenJFrame.java and VideoModeSelector.java.
    Rick

  • How should i set the baseURI when a db file path with a space

    if the db file in a path like c:\program file\myapplication,then i set the baseURI dbxml:c:\program file\myapplication ,some exception occur~what should i do ?
    thanks a lot

    The Base URI needs to be a valid URI, which means it cannot include the Windows '\' character at all. In your case, you should be fine using something along the lines of "file:////C:/program file/myapplication"
    (give or take a '/' or two -- I haven't tested this).
    It's a common for BDB XML users to confuse the argument to create/openContainer() (a filesystem path) with the Base URI (a URI). The meanings and requirements are different. The best thing to do is to set and use a container alias (XmlContainer::addAlias()) to use in your queries.
    Regards,
    George

  • Problem to change screen resolution in MB Intel DG41 with video on board

    Hi, I need some help as soon as possible because this problem it´s make me difficult my job. I have installed the MAC OS Snow Leopard 10.6.2 in a Motherboard Intel DG41 with micro Core2Duo and video on board of this motherboard and don´t let me change screen resolution. I have a display of 22´ inches and the panel to change the screen resolution only mark 1024x768. I think the more likely it is that the system does not recognize me the drivers to this chipset of video. I searched everywhere on the internet but I have not found the solution.
    Thanks Fernando

    First of all sorry for my English is not very good. My PC is an Intel MotherBoard DG41 with onboard video and a micro Core2Duo. The system is MAC OS Snow Leopard 10.6.2.
    Thanks for replying

  • HT on Neo Plat 2 what should I set it to?

    I have a Neo Platinum 2 with a A64 3500+ in it, when I got into the bios HT is set to 4 as default, is that right or should it be set to a different number?  I do not want to overclock just run the chip at its correct speed.
    Thanks for any help in advance

    nVIDIA® nForce3 Ultra Chipset - HyperTransport supporting speed up to 1GHz (2000MT/s)
    If I'm not wrong, the default should be 200(HTT) x 5(HT) =  1000Mhz and it's DDR so 1000 x 2 = 2000MT/s
    If you are overclocking you should set the HT to 4x or 3x depends on what's your HTT. Just remember to keep close to 1000Mhz
    Kindly correct me if I'm wrong 

  • What should I set up in locale.conf to avoid conversion errors?

    When I try to use my Ruby script I always get a "invalid byte sequence in US-ASCII (ArgumentError) exception". I managed to track down that program arguments are passed in US-ASCII encoding. However Ruby scripts are using strings with UTF-8 encoding. Formerly those Ruby scripts worked fine, and I found out they keep working if I explicitly convert program arguments (passed as ARGV[]) to UTF-8 encoding.
    I think I have "locale" problems. Maybe I should set up LC_CTYPE somewhere in the config files.
    When I issue command "locale -a" I see:
    C
    POSIX
    en_US.utf8
    hu_HU.utf8
    /etc/locale.conf
    LANG=en_EN.UTF-8
    LANGUAGE=en_EN.UTF-8
    LC_CTYPE=en_EN.UTF-8
    However I added the last line recently, and I don't know how to "source" this kind of file, to manifest their content.

    As far as I know, the locale / LANG setting en_EN.* does not exist, at least it does not appear in my /etc/locale.gen.
    You probably want en_{US,GB}.UTF-8 (or anything else from /etc/locale.gen)
    Though, I am not sure whether this is related to your problem, since 'locale -a' gives correct output.
    Last edited by respiranto (2015-06-02 20:18:07)

  • How to set up screen resolution for actual size zoom?

    I have a monitor with 109 ppi resolution, and I`ve already set this resolution in photoshop and acrobat preferences, but i can`t find where in illustrator cs5 it can be set up, so i would be able to preview my artworks in correct actual print size.

    Go to Edit > Preferences > User Interface and select Scale to lower supported Scale factor.
    This will reset adjust the UI to 100%. You can hover over the info icon and see more details.
    This happens because your OS scaling level is higher.
    Good Luck.

Maybe you are looking for

  • Cisco sip ip phone CP-7841 couldn't registered in cisco CME SRST 2951

    Hello, My IP phone CP-7841 couldn't registered in my call manager. Can you help me please? See the configuration below: yourname#sh run Building configuration... Current configuration : 7013 bytes ! Last configuration change at 17:52:57 UTC Mon May 4

  • Upgrading SolMan to EHP1

    Hello Gurus, Need a help, I am in the process of upgrading the SolMan to EHP1. I have read all the Docs available in SMP and also refered the Blogs. Can any 1 please give the Brief steps that we need to follow to upgrade SolMan as i need to submit th

  • WD Passport Won't Mount

    Hi- I have a G4 MDD 1.25GHz running 10.4.11 with a USB 2.0 PCI Card (don't remember the brand). Last night I bought a Western Digital 500GB Passport drive (USB powered only) for use with the G4 and my MacBook Pro. When I plug it into the G4, I hear t

  • TS3988 I recently downloaded iOS 7 on my iPad but now can't get further than iCloud agreement. How do I get to use the iPad? it is stuck on the Terms and Conditions page!

    Greetings Friends! Could someone please help?!!! I cannot get my iPad to function... I recently downloaded (prompted) iOS 7. next, I forgot the ID for this iPad ... got confused ... now I asked for Email assistance but the iPad is stuck on the page f

  • Adobe After Effects ERROR

    Ok, so when I first installed AEon my windows 8.1 computer  I try to open it I get this message: Please uninstall and reinstall this product. If this problem still occurs, please contact Adobe technical support for help, and mention the error code sh