CS5: Image appears only in the magnification of 25% and 100%

PS CS5 running successfully for a few years, then all of a sudden I can't work other than 25% magnification and the actual Pixels. The image disappears and I can only see the checkerboard. There is a "Windows update" I ran on 10 April, which included an update for the graphics card, which I think could be the culprit, so I uninstalled. It does not solve the problem, so I've updated again. I couldn't see anything else in these updates that should affect Photoshop.

Here's what I've tried so far:

I've updated my graphics driver (NVidia GeForce),

Trashed Adobe Photoshop CS5 Prefs.psp (who crashed PS completely when I have opened it... Fortunately I kept the old file prefs on my desk and dragged in),

Made sure Photoshop was up-to-date.

Any ideas what to try next?

Thank you!

Photoshop CS5 (32-bit v.12.0.4)

Windows 7 Home Premium (Build 7601 v.6.1: Service Pack 1)

AMD Phenom II X 4 840 3.20 GHz processor

This is a bug in the driver of your video card.

Disable GPU drawing in Photoshop, or contact NVidia and understand what's wrong with the driver.

Tags: Photoshop

Similar Questions

  • My wallpaper appears only in the extended format. I want to display a .jpeg file into the center channel mode. I click on center and save the changes, but he remains in stretch mode...

    My wallpaper appears only in the extended format.  I want to display a .jpeg file into the center channel mode.  I click on center and save the changes, but he remains in stretch mode...

    HP technical support solves the problem for me with a patch: I'm sorry that I don't remember all the steps they walked me through but the patch was SP45575. EXE.   It was working fine.  Good luck

  • Spry submenu appearing only on the net...  Help!

    I created a website for the first time, on dreamweaver.   Spry menu bar works fine when I click on 'Preview on Firefox' on dreamweaver.

    However, submenu does not appear on www.   It is not even change color when I go over it.   Please someone help with this.  I tried to read the entire discussion and watch YouTube on the Spry menu bar, but I can't understand this at all... Is the Web site: http://www.laren.ca

    @charset "UTF-8";

    / * Sections - version 0.6 - Pre - Release Spry 1.6.1 * /.

    / * Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

    /*******************************************************************************

    The AVAILABLE INFORMATION: Describes the box model, positioning, the order

    *******************************************************************************/

    / * The outermost container for the menu bar, an area of width auto without margin or padding * /.

    UL. MenuBarHorizontal

    {

    margin: 0;

    padding: 0;

    list-style-type: none;

    cursor: default;

    Width: auto;

    do-family: Calibri;

    do-size: 100%;

    }

    / * Value of the menu bar active with this class, currently the definition of z-index to accommodate IE rendering bugs: http://therealcrisp.xs4all.nl/Meuk/IE-zindexbug.html */

    UL. MenuBarActive

    {

    z-index: 1000;

    }

    / * Menu item containers, position of children relative to this container and are a fixed width * /.

    UL. MenuBarHorizontal li

    {

    padding: 0;

    font size: 14.5px;

    position: relative;

    cursor: pointer;

    Width: 117px;

    float: left;

    border: thin;

    background-color: #FFFFFF;

    text-align: center;

    list-style-type: none;

    border-width: 1px;

    border-style: double;

    border-color: #E1E1E1;

    }

    / * Submenus should appear under their parent (top: 0) with a higher z-index, but they are first the left side of the screen (-1000em) * /.

    UL. MenuBarHorizontal ul

    {

    margin: 0;

    padding: 0;

    list-style-type: none;

    do-size: 100%;

    z index: 1020;

    cursor: default;

    Width: 150px;

    position: absolute;

    left:-1000em;

    height: auto;

    }

    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we put the car left so it happens on the screen below its parent menu item * /.

    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible

    {

    left: auto;

    }

    / * Container of menu items are same fixed width parent * /.

    UL. MenuBarHorizontal ul li

    {

    Width: 150px;

    height: auto;

    }

    / * Submenus should appear slightly overlapping to the right (95%) and upward (-5%) * /.

    UL. MenuBarHorizontal ul ul

    {

    position: absolute;

    margin:-5% 0 0 95%;

    }

    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we have left to 0, it is on the screen * /.

    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible ul. MenuBarSubmenuVisible

    {

    left: auto;

    top: 0;

    }

    /*******************************************************************************

    INFORMATION DESIGN: Describes the set of colors, borders, fonts

    *******************************************************************************/

    / * Submenu containers have borders on all sides * /.

    UL. MenuBarHorizontal ul

    {

    border: 1px solid #CCC;

    }

    / * Menu items are a light grey block with padding and no text decoration * /.

    UL. MenuBarHorizontal a

    {

    cursor: pointer;

    margin: 1px;

    height: auto;

    display: block;

    text-decoration: none;

    color: #FFF;

    make-weight: bold;

    background-image: url (purple.jpg);

    padding-top: 8px;

    padding-bottom: 8px;

    }

    / Components menu that have mouse over or focus have a blue background and white text * /.

    UL. MenuBarHorizontal a: hover

    {

    background-image: url (light.jpg);

    overflow: visible;

    }

    UL. MenuBarHorizontal a: focus

    {

    make-weight: bold;

    }

    / * Menu items that are opened with the submenus are on MenuBarItemHover with a blue background and white text * /.

    UL. MenuBarHorizontal a.MenuBarItemHover, ul. MenuBarHorizontal a.MenuBarItemSubmenuHover, ul. MenuBarHorizontal a.MenuBarSubmenuVisible

    {

    color: #FFF;

    }

    /*******************************************************************************

    Submenu INDICATION: styles if there is a submenu in a given category

    *******************************************************************************/

    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.

    UL. MenuBarHorizontal a.MenuBarItemSubmenu

    {

    background-position: 50 95%;

    background-image: url (redd.jpg);

    background-repeat: no-repeat;

    }

    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.

    UL. MenuBarHorizontal ul a.MenuBarItemSubmenu

    {

    background-repeat: no-repeat;

    background-position: 50 95%;

    }

    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.

    UL. MenuBarHorizontal a.MenuBarItemSubmenuHover

    {

    background-position: 50 95%;

    background-repeat: no-repeat;

    background-image: url (purple.jpg);

    }

    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.

    UL. MenuBarHorizontal ul a.MenuBarItemSubmenuHover

    {

    background-image: url (light.jpg);

    background-repeat: no-repeat;

    background-position: 50 95%;

    }

    /*******************************************************************************

    BROWSER HACKS: hacks below should not be changed, unless you are an expert

    *******************************************************************************/

    / * HACK FOR IE: to ensure that sub menus show above form controls, underpin us each submenu with an iframe * /.

    UL. MenuBarHorizontal iframe

    {

    position: absolute;

    z index: 1010;

    filter: alpha(opacity:0.1);

    }

    / * HACK FOR IE: to stabilize the appearance of the menu items. the slash in the float is to keep IE 5.0 analysis * /.

    @media screen, projection

    {

    UL. MenuBarHorizontal li. MenuBarItemIE

    {

    f\loat: left;

    Background: #FFF;

    display: inline;

    }

    }

    Your Web server does not contain the file that controls the menus drop-down and other features of the Spry Menu.

    SpryAssets/SpryMenuBar.js

    Upload it to your server and your menu should start running.

  • I can't open pictures sent in an e-mail message, the item opens in the word pad and only displays the numbers of letters and symbols. What should I do so that he can open it with a picyure?

    How can I get the images to open when I click on the jpeg symbol? It opens in Word pad and only displays the numbers of letters and symbols.

    Save the attachment to your HARD drive. Right-click on it and open with | Choose the program. Find and choose a program that works, and then check the box: always use this program to open this type of file. This should allow you to open these attachments in the future.   Bruce Hagen MS - MVP [Mail]

  • How to insert image from mysql into the table using php and create the checkbox in the table?

    How can I insert image from mysql into the table using php and create the checkbox for each data as a vote? Here is my code...

    WELCOME

    connect_error) {die ("connection failed:".)} $conn-> connect_error); } $sql = "SELECT no, Calon, ID, of course, the Image OF THE candidates." $result = $conn-> Query; If ($resultat-> num_rows > 0) {echo ' '; export data of each line while ($row = $result-> fetch_assoc()) {"echo"}}
    NO Candidate INFO Vote
    " . $row ["no"]. "-" . $row ["Calon"]. "
    -" . $row ['ID']. "
    -" . $row ['class']. "
    "; } ECHO ' ' ;} else {echo '0 results' ;} $conn-> close();?} >

    hope someone can help me because I am a newbie in this program... need to finish this project... Thank you.

    If you have saved the file name in the database, it's pretty simple.

    echo '' . $row['description'] . '';
    

    Is the same for the box:

    echo '';
    

    If you have saved the image file in the database, it is much more complicated. I recommend you store only the file name in the database.

  • I used the 30 day trial on the (CC) photoshop and now I bought the app 1 month only downlowd the monkeys of lightroom and to show that I need to buy the CC, what to do?

    I used the 30 day trial on the (CC) photoshop and now I bought the app 1 month only downlowd the monkeys of lightroom and to show that I need to buy the CC, what to do?

    Disconnection of the step is mentioned in the link below:

    https://helpx.Adobe.com/creative-cloud/help/sign-in-out-activate-apps.html

    Even after disconnection and signing in if you are still having the same issue, let us know if you use Windows or Mac computer?

    We will have to check once a Hosts file.

  • How to hide images that appears only when the user clicks a button?

    Hi, I am doing an application which includes maps, and I want the cards to be hidden until the user presses the map icon. How could I get there. I created buttons when pressing on the icon directs the user to a different page, but they can also simply scroll down to see the map. I would rather just the card face down until the button is pressed.

    Oh and if I can do it with an image can I do with a separate show? I'm including maps and routes photo step by step. for example, a button to make the pop up card and another button to bring up the slideshow.

    Any suggestions? Thank you!

    It is best done with a multi state object.

    One is the map icon and the rest of the States put in place according to the needs. Use the buttons in the various States by using the go to the action of the State.

  • Images in the gallery appears only in the mapping

    Hello

    I created a Settings.isf file to import the FM 11 in RH10. During this process, I created a paragraph style (example of style), with a picture of model linked to a custom icon, I placed in the folder of symbols of the default folder Gallery (see image below).

    ExampleIcon_in Gallery.jpg

    After saving my settings file, when I try to import and map the relevant paragraph of the FM to this style, I don't see the icon. All other formatting I had defined are kept, except this icon.

    I place the images in the wrong place? Or do I have to change the path? Where I'm going wrong?

    Please guide.

    Anthony

    I think that Jeff is correct... you need to change your CSS in HR to get there.

    In most cases, you could modify the HTML code to conform to your current CSS, but since you link FM files, you will need to examine the HTML code generated by the binding files and edit the CSS to conform to the HTML code.

    If you change your mappings to the HR process, examine the generated HTML code and edit the CSS according to the needs.

  • (Impossible to write in the InDesign Server forum) - [Java/Corba] images appear only as gray box

    Hello, sorry to post here, but I can't post in the Forum ID. click on "post message" deletes the text...  We are working on our first plugin for InDesign Server. We create Documents with boxes and placing graphics (in PDF format) in this field. The problem is: after you open the document in InDesign, we see just boxes grey and without pictures. The links in the document are ok and when we print, we see the images. In my opinion, the internal preview of graphics are not created. Printing uses the original file, and there we can see the image.  In the code, we create a rectangle with addRectangle() and place the image with the command place(). Is there anything else that we have to see the image in InDesign?  Thanks for all the ideas Klaus Friese

    Hi Klaus,

    Take a look at the following to be called at startup:

    InterfacePtr iServerSettings (iSession, UseDefaultIID());
    If (iServerSettings)
    iServerSettings-> SetImagePreview (true);

    Best,

    Peter

  • Why Tweets incorporated on news sites appear only in the empty boxes?

    Tweets incorporated on news sites appear only as empty boxes in Firefox, but not in Edge: it of a fairly new problem and can have coincided with the upgrade to Windows 10.

    Please try Firefox Safe Mode to see if the problem goes away. Firefox Safe mode is a troubleshooting mode that temporarily disables hardware acceleration, restores some settings and disables add-ons (extensions and themes).

    If Firefox is open, you can restart Firefox Safe mode in the Help menu:

    • Click the menu button

      click Help

      then select restart with disabled modules.

    If Firefox does not work, you can start Firefox in Mode safe as follows:

    • On Windows: Hold down the SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac: Hold the option key during the startup of Firefox.
    • On Linux: Exit Firefox, go to your Terminal and run firefox-safe-mode
      (you may need to specify the installation path of Firefox for example/usr/lib/firefox)

    When the Firefox Safe Mode window appears, select "start mode safe."

    If the problem is not present in Firefox Safe Mode, your problem is probably caused by an extension, theme or hardware acceleration. Please follow the steps described in the section Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems to find the cause.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. This might help others with the same problem.

  • I can't delete an email address that appears only in my list when I and rated ready to send an email. The wrong address does not appear on the regualr email list.

    When you attempt to send an email from my hotmail account I go to the list of contacts and get an e-mail address I would like to remove from my list.  This e-mail does not appear when I open a new message to send.  I would like to delete two items: (room Nakedfun) and (regular email1) these addresses appear only when a new email is open must be sent.  There is no message on my regualr so email list.

    In Hotmail,.
    1. Click on Contacts.
    2. Click on View invitations.
    3. Click groups.
    4. Click No, thank you to those who show themselves.
    5. Click on change settings of your invitation
    6. Select private.

    Hotmail has its own support at the Windows Live Solution Centerforums. Please address any questions you may have about Hotmail to one of the forums on the right side of this page.

    Noel

  • I did my own art of header for the toolbar and the dimensions and size of the file are correct, but the image appears badly in the area. Why?

    I used photoshop to make my theme header with 3000 pixels wide and 200 from the top. In addition, the file is less than 300 KB. But after that I downloaded it, the picture in these dimensions is amplified. I do not get the image I had intended. Why is this? See picture attached example.

    The support module is here: https://discourse.mozilla-community.org/c/add-ons

    Looks like this monitor is like 1750 pixels wide, give or take.

    The width of the whole image will not be displayed unless you have a display of 3000 pixels wide, and it is " pinned with the upper right of the image. Only, as a large part of the width will be shown that there is the width to display the image.

  • I received a pdf file and the words in the text of the form filled in and saved tabs/forms appears only in the only filed when you click on this field.

    Hi, the text in tabs/forms of the form filled in and saved text doesn't appear when you click on this tab and field offices. When I go to another tab / filed, it disappears. I need to see everything at once.

    Auto-fill text fields is inactivated.  I have acrobat Pro XI / Win764bit. I can't find anything useful in the German speaking forums (there you will find only: save it on your desktop, open the with another program - not adobe, save it as a .jpg, use the preview and save/print pdf, open with photo shop and so forth but nothing works.)

    It would be good to get a link to an old solution or a useful answer.

    Kind regards

    Is there a chance that the application overview on Mac has been used to complete and save the form? What you describe is a typical sign that it was like overview corrupts PDF forms in a number of ways. You can fix this in Acrobat if you have access to a blank form uncorrupted by exporting the form with FDF data and important in the blank form.

  • Text custom not appearing only on the stage if not preloaded.

    Hello
    I've added the page to the stage, and if I test using ctrl + enter, it does not appear. If the swf file "charges" / "simulate the load" and then the text shows, but not in the correct font.

    This is the error when the SWF is not preloaded:
    VerifyError: Error #1014: class flashx.textLayout.container::ContainerController not found.

    at flash.display::MovieClip/nextFrame()
    at spot_fla::MainTimeline/l()


    I recently added a preloader AS3 (CS5) that is when it started. Library mc items were set to export in frame 2, but the police is not displayed. The police has been incorporated as well but link/unlink it does nothing. The preloader AS3 is a simple script that lots of tutorials online use. Let me know if you want that it sent.

    The "Advanced ActionScript 3.0 Settings" are default except:

    Export classes in the framework: 2

    Preloader method: loop custom preloader

    The textfield object is located in the frame 2 of the scenario and is not referenced in As however, he is inside a mc that has a mouse on it (mc) listener.


    Is that what the problem of ideas? Thank you.

    Use the classic text instead of TLF if really not necessary.

  • Make a grid appear only on the top, the other another object

    Hello world

    the trouble with trying to make a grid only appear when its on another object. Basically I'm asking lines of 45 degrees on a circle, but I want only the lines of the grid to appear on the circle and not outside.

    suggestions without scissors tooling lines outside the circle and he is not in good shape.

    new user to illustrator, I'm sorry if this is a stupid question

    You can use the polar grid tool

    You can use the function of fracture of pathfinder, but which will also reduce the circle into sections of 45 degrees.

    You can turn your lines and form a live paint group and then use the tool just Live Paint Selection select the segments in overhanging and remove

Maybe you are looking for

  • Opening of import in photos

    Okay, so I originally imported my photos in aperture, very well. But I still need opening to make the edition which can be in the photos. After that I'm doing a session I import photos into aperture, do the necessary editing, so what? It doesn't seem

  • Make a table in excel

    Hello guys,. Having a little trouble with my labview program. Very new to using the software so not quite sure about some things. The program, I built is designed to measure the deformation when a load is applied to a steel tube. The load on the stee

  • Remote Desktop 3D graphics

    Maybe cannot be resolved at the end of labview to the problem, but note anyway. I'm under labview remotly from my computer to a network. Everything works except it will not display 3d graphics. Is this a common problem with activex regions? Can be so

  • Internal error during an attempt to put in place plugins

    Ideas, suggestions, etc. to the following will be greatly appreciated:I tried to put up on flickr and publication of 500px. When I click the set up button, I get this message:An internal error has occurred.? : 0: try index field "exportSettings" (val

  • CC billing issue

    HelloI'm having a problem with billing Adobe which began may 7.I pay monthly by credit card.  My credit card company issued me a new card, but the monthly payment of Adobe does not pass due to the number of different cards.I then had an Adobe window