How to Change the Resolution on the Monitor? Model HP 2011X- (20" flat screen monitor)

"input signal out of range, change settings to 1600 x 900 -60HZ" How to make this change?
I have a HP desktop PC and I recently purchased a HP 2011X  (20" flat monitor). Initially, I hooked it up to the pc and it worked and I did not have to install anything. But the other day, I ran the Microsoft's Fix-it-Center and ran the resolution problem detection even though I did not have any problem with the resolution. Within 5 seconds, a dark black screen appeared with the following message:
INPUT SIGNAL OUT OF RANGE
CHANGE SETTINGS TO
1600 X 900 - 60HZ
It displays this message and then the monitor goes to sleep. I press the buttons at the bottom of the monitor and from time to time, it displays a resolution screen that shows the monitor's resolution is not 1600 x 900 but that HP recommends that setting. However, I cannot change anything and that small screen with black background disappears in a few seconds. I cannot see anything else and I have tried the following:
- Turned the PC on and off several times and the message is still there
- Unplugged the power to the monitor and re-plugged it and no change
- Unplugges the video cable from the PC to the monitor and re-plugged it and nothing
Please help. I cannot see the PC screens at all even though the PC is on. All I see is the black background screen with white text with the above message. How do I fix this when I cannot see the Windows screen or from the monitor.
Thanks,
Bob

Hello IE_PC_User,
Let's try to get your computer to the boot options and go into VGA mode to see if you can change the resolution then.
Start up your computer and start tapping away at the F8 key.
Once the computer presents you with the boot options choose the VGA mdoe.
It should boot up and everything look really out of place. Set the proper resolution and then reboot.
If I have helped you in any way click the Kudos button to say Thanks.
The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
- Friendship is magical.

Similar Messages

  • I have a MBP Retina and in the office I use it with a Monitor Sony LMD-2450W connected through AMD Port to VGA. After installing 10.9.2 the resolution in the monitor has been downsized to 4:3 (and 1280x960) instead of its 16:9 display. Anyone know how to

    I have a MBP Retina LCD (resolution 2880x1800) and in the office I use it with a Monitor Sony LMD-2450W connected by VGA. After installing 10.9.2 the resolution in the monitor has been downsized to 4:3 (and 1280x960) instead of its 16:9 display. Anyone know how can I change the resolution manually?
    Display shows only 3 different resolution if I choose "scaled" but none use the full area of the monitor.
    Thank you
    Marco

    This has been an ongoing problem with external monitors that predates 10.9.2. I wrote various tips on different methods here, though the best is probably the hot corner one:
    http://applehelpwriter.com/2014/01/25/how-to-correct-the-external-monitor-resolu tion/
    (note: this links to my own personal website and is not endorsed by apple in anyway)

  • HP Officejet 8600 Pro - how to change scan resolution presets at the printer

    I have an HP Officejet 8600 Pro and wish to scan to email from the printer and wish to change the default resolution setting.   I would like to change the default scan resolution so I dont have to remember to change it every time I scan.  
    If I change it with the HP Windows Printer Assistant software it only seems to change the resolution for this time and only from the computer not at the printer.  
    Is it possible to change the scan resolution settings at the printer? I cant find detail in the manual or on the printer console.

    bvlusa,
    Open the Icon labeled Officjet Pro 8600 on your desktop, and then click on Scan a Document or Photo. When the Scan application window opens you can change the Resolution from the drop down menu.
    I hope this helps.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • I have a new flat screen monitor;  how do I get iMovie project screen to fit the monitor screen ?

    When I want to work on my iMovie project, the work area is to wide for the monitor.  I have  toggled the monitor between wide 1/2 and original screen 2/2;  I still need to physically pull the picture right and left to see the work area not shown. 

    I don't know how to delete a question ....   When I opened iTunes it prompted me to change the resolution on the monitor...  that seemed to fix my " fit to screen issues ".  If you are reading this Thank you for your interest in my problem. 

  • As an update, I installed an update 5.7on my Mac laptop, now the Lightroom 5.0 has become a "Lightroom Mobile" version.  How can change it back to the laptop version?

    As an update, I installed an update 5.7on my Mac laptop, now the Lightroom 5.0 has become a "Lightroom Mobile" version.  How can change it back to the laptop version 5.7?
    Thanks for any help you can provide.

    LR on your laptop is still a desktop version.  It is just now able to upload to the cloud to replicate photos to either http://lightroom.adobe.com/ or an iPad that has LR Mobile installed.
    I think you probably just want to change the LR 5 identity plate back so it doesn’t mention LR Mobile all the time.  Hover over the identity-plate area, and click on the little triangle that appears, then choose Change Identity Plate.

  • How to change a setting in the Java Control Panel with command line

    Hi,
    I am trying to figure out how to change a setting in the Java Control Panel with command line or with a script. I want to enable "Use SSL 2.0 compatible ClientHello format"
    I can't seem to find any documentation on how to change settings in the Java Control Panel via the command line
    Edited by: 897133 on Nov 14, 2011 7:15 AM

    OK figured it out. This is for the next person seeking the same solution.
    When you click on the Java Control Panel (found in the Control panel) in any version of Windows, it first looks for a System Wide Java Configuration (found here: C:\Windows\Sun\Java\Deployment). At this point you must be wondering why you don't have this folder (C:\Windows\Sun\Java\Deployment) or why its empty. Well, for an enterprise environment, you have to create it and place something in it - it doesn't exist by default. So you'll need a script (I used Autoit) to create the directory structure and place the the two files into it. The two files are "deployment.properties" and "deployment.config".
    Example: When you click on the Java Control Panel it first checks to see if this directory exists (C:\Windows\Sun\Java\Deployment) and then checks if there is a "deployment.config". If there is one it opens it and reads it. If it doesn't exist, Java creates user settings found here C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7.
    __deployment.config__
    It should look like this inside:
    *#deployment.config*
    *#Mon Nov 14 13:06:38 AST 2011*
    *# The First line below specifies if this config is mandatory which is simple enough*
    *# The second line just tells Java where to the properties of your Java Configuration*
    *# NOTE: These java settings will be applied to each user file and will overwrite existing ones*
    deployment.system.config.mandatory=True
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    If you look in C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7 for example you will find "deployment.properties". You can use this as your default example and add your settings to it.
    How?
    Easy. If you want to add *"Use SSL 2.0 compatible ClientHello format"*
    Add this line:
    deployment.security.SSLv2Hello=true
    Maybe you want to disable Java update (which is a big problem for enterprises)
    Add these lines:
    deployment.javaws.autodownload=NEVER
    deployment.javaws.autodownload.locked=
    Below is a basic AutoIt script you could use (It compiles the files into the executable. When you compile the script the two Java files must be in the directory you specify in the FileInstall line, which can be anything you choose. It will also create your directory structure):
    #NoTrayIcon
    #RequireAdmin
    #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
    #AutoIt3Wrapper_UseX64=n
    #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
    Func _JavaConfig()
         $ConfigFile_1 = @TempDir & "\deployment.properties"
         $ConfigFile_2 = @TempDir & "\deployment.config"
         FileInstall ("D:\My Documents\Autoit\Java config\deployment.properties", $ConfigFile_1)
    FileInstall ("D:\My Documents\Autoit\Java config\deployment.config", $ConfigFile_2)
         FileCopy($ConfigFile_1, @WindowsDir & "\Sun\Java\Deployment\", 9)
         FileCopy($ConfigFile_2, @WindowsDir & "\Sun\Java\Deployment\", 9)
         Sleep(10000)
         FileDelete(@TempDir & "\deployment.properties")
         FileDelete(@TempDir & "\deployment.config")
    EndFunc
    _JavaConfig()
    Now if you have SCUP and have setup Self Cert for your organization, you just need to create a SCUP update for JRE.
    Edited by: 897133 on Nov 16, 2011 4:53 AM

  • I got a new 25" LG ultra wide monitor and would love to use it with my macbook pro Late 2011. I can't get the resolution to the recommended 2560x1080. Can anyone help?

    I got a new 25" LG ultra wide monitor and would love to use it with my macbook pro Late 2011. I can't get the resolution to the recommended 2560x1080. Can anyone help?

    I found a similar question on Amazon: http://www.amazon.com/2560x1080-resolution-macbook-resolution-option-/forum/Fx15 6DUSW1J104N/Tx14L2NHT4Y3F8K/1/ref=cm_cd_ql_tlc_al?_encoding=UTF8&asin=B00JM99DIU
    It looks like you may need a mini-displayport to Displayport cable. You can also try holding the option key while clicking on "scaled" to see if the option you need comes up.
    ~Lyssa

  • How to change a connection with the database in Runtime?

    How to change a connection with the database in Runtime?
    My connection was made using ADF Business component (ApplicationModule).
    ADF Swing.
    JDeveloper Studio 11.1.1.4.0.

    When deploying ADF applications with database connection, you should be using JDBC data sources configured in the weblogic server.
    You could change the JDBC data sources to a different DB instance or location - by changing the JDBC data source and restarting the weblogic server.
    For more details, check
    http://techiecook.wordpress.com/2010/12/02/oracle-weblogic-adf-datasources/
    Thanks,
    Navaneeth

  • How do you adjust resolution on the iPad for viewing You Tube?

    How do you adjust resolution on the iPad for viewing You Tube?

    fire up youtube app>click video>on the video theres three dots … but vertically>click on it and click the first option its a settings symbol>choose resolution

  • How to change output resolution?

    Hi!
    I have a 13" MacBook Pro, and am using the Dr. Bott Mini DisplayPort to HDMI Adapter Pro with Optical Audio to connect to my Samsung LE22B47 TV.
    The resolution of the TV is 1366x768, but the best output resolution for it my Mac offers is 1344x756. It's ok, but it's not great.
    How can I change the output resolution so it fits the screen perfectly? I've heard about ScreenResX - is that any good and easy to use?
    Thanks!

    I've heard about ScreenResX - is that any good and easy to use?
    Try it and find out

  • HT201269 I switched from an iPhone to an LG g2, but now all my iMessages keep going to my old iPhone rather than the new one.  I know the resolution to the problem is to turn off my iMessage, but I no longer have the iPhone because I sold it to the phone

    I switched from an iPhone to an LG g2, but now all my iMessages keep going to my old iPhone rather than the new one.  I know the resolution to the problem is to turn off my iMessage, but I no longer have the iPhone because I sold it to the phone carrier.  Question is how do I turn my iMessage off through a computer that is not a mac. 

    http://support.apple.com/kb/TS5185
    last paragrapgh of Resolution

  • IPhone 5 has stopped receiving my e-mails. Can't access anything under Accounts to use any of the resolutions in the support pages.

    iPhone 5 has stopped receiving my e-mails. Can't access anything under Accounts to use any of the resolutions in the support pages.

    Did you set up restrictions for changing account info in Settings/General/Restrictions? If yes, disable them and try again to edit your mail account info.

  • Is there a way I can control the resolution of the photos I transfer to the iPad?

    Is there a way I can control the resolution of the photos I transfer to the New iPad? I just received the new iPad and would like to reduce the size of the resolution of the pictures I am transferring.
    I have storage capacity issue and I am only able to transfer about half the number of pictures I had on original Ipad with the same storage capacity. I upgraded to the New Ipad and I am transferring all the pictures I had in the original Ipad. I do not know why they are not all transfering since the New Ipad got full before all the pictutres where transfered. I used Itunes to transfer the pictures I have in Iphoto .  I assume this is because the New Ipad has a higher resolution screen and is allowing the pictures to be transfered automatically to the New Ipad at a higher resolution than the original Ipad?
    Any thoughts?
    Ed

    edgodoy wrote:
    However, is there a way I can increase the number of pictures I can transfer to the New Ipad using Itunes?
    I have a Canon 7D and the picture are large.
    Step my step instructions, would be great if it is at all possible.
    What you as is difficult without knowing your exact circumstances, i.e. what format pictures are you sending, do you shoot in .jpg or shoot in RAW and convert to .jpg, etc.  However, I don't see a way to quickly reduce the size of your image files without reprocessing your files in some manner.
    You could export all of the images to be loaded onto your iPad in JPEG format using Lightroom or Aperture and greatly lower the quality setting in the .jpg export.  If you do this make sure you export to a new folder. Lowering the quality can have a huge impact on the size of the image files.  If this worked it would give you the advantage of still having the largest amount of pixels allowable on the iPad 3.  I found that on my iPad 2 I could 'get away' with setting the quality to around 50 without seeing any obvious changes.  A higher quality setting may or may not be required on the iPad 3, time will tell and as my iPad 3 is going back I've not taken the time to put more than a few sample (800 or so) images on it.  They were exported at a quality setting of 60 and look as well as can be expected considering my defective iPad 3 display.
    If you images are already exported at a lower quality setting and are still too large the next step would be to reduce the dimensions of the image.  Lightroom has this capability.  I don't know about Aperture, but I assume it does.
    My normal workflow with my 7D:
    Take picture in RAW.
    Transfer to Lightroom 4 converting the Canon RAW files to Adobe's DNG format.
    Process images in Lightroom.  If any need further processing then export to Photoshop and/or Nik plug-ins.
    Export processed images that I wish to have on my iPad to my Pictures folder in .jpg format using a quality setting of 60.  I do not reduce the dimension of the image as I want the maximum sized images my iPad will allow.  As I only transfer a couple of thousand size is not an issue.
    Use iTunes to Sync photos to iPad.
    As was mentioned by a previous poster you could use Photoshop to bulk process the photos but that requires both Photoshop and a knowledge of creating a bulk action.  Not hard, but very confusing if you haven't used both Photoshop and the bulk process before.
    There may be other methods that could work for you but I am not aware of them.  With the breadth of experience of the members of this forum perhaps someone else could chime in with suggestions.

  • I've just bought a Macbook Pro 15" and I'm trying to use Photoshop, but the resolution its displaying the images at for 100% are too small. I have to design for the web, so need to be intricate with detail, but I'm finding it adjusts the resolution of the

    I've just bought a Macbook Pro 15" and I'm trying to use Photoshop, but the resolution its displaying the images at for 100% are too small. I have to design for the web, so need to be intricate with detail, but I'm finding it adjusts the resolution of the image right down. (I mean you can see the image clearly, but it's too small to edit). When I look at Safari and see a web page at 100% it's clear, but the same page displayed in Photoshop CC appears 50% of the size (even though it says it's 100%)   If I move the application window to another screen it adjusts it correctly  – leaving all the pallettes, menus and tools correctly sized as they are on the retina display   Is there some way to adjust the way Photoshop CC displays images so it is more consistent with what you actually see?   There doesn't seem to be any answer on the Adobe forum, so hopefully someone here can shed some light.  MacBook Pro with Retina display, 15", OS X Yosemite (10.10.2), Photoshop CC 2014

    I tested both ways. With "open in low resolution" ckecked the size of the images is cool, but it is low-resolution including Photoshop appearance.
    If "open in low resolution" is unckecked the appearance is good but the very small size.
    See the image below. It has 650 x 732 px, 72 dpi. The font of the text "Neste aniversário ..." is with 18pt.

  • What is the resolution on the iphone 5

    what is the resolution on the iphone 5

    Hello Addfire9,
    Thanks for using Apple Support Communities.
    The display resolution for the iPhone 5 can be seen below.
    1136-by-640-pixel resolution at 326 ppi
    iPhone 5 - Technical Specifications
    Take care,
    Alex H.

Maybe you are looking for

  • Just Updated iTunes - No Longer Able to Convert Apple Lossless Format

    I just installed the newest version of iTunes, version 9.1.0.79. I have a bunch of songs in the lossless .m4a format and I would like to convert them (or at least create versions of them) that are in mp3 format. The simple right click menu in the new

  • Can't export my pdf files to my computer

    Hello, I have a Samsung Galaxy Tab 2 10.1 with Mantaro Reader Premium installed. I have tons of pdf files with highlights that I need to transfer to my pc, in order to have a security copy of the highlights. But, when I connect the device to the comp

  • Can an Ipad be Cloned to an Ipad Mini?

    I have an Ipad 2. I am thinking of getting an Ipad Mini. If I do, it would be a hassle to install and update all the apps again, arrange the icons for them, set all the settings again, etc. Would it be possible to do a full backup of the Ipad 2, then

  • Impossible to load YouTube files

    For a few days now, I cannot load YouTube files on my iPad and iPad 2. The same files are accessible to my iMac 2011 and to my daughter's PC without problem. My setup is cable > cable modem > Time Capsule > Ethernet network to computers and WiFi netw

  • My PC isn't accessing the internet via my Time Capsule.

    I just got the new AirPort Time Capsule 3TB with 802.11ac WiFi and set it up. My iMac and my iPhones and my PC laptop are all connecting to the network just fine; however, the PC (a Toshiba Sattelite running Windows Vista) is the only device unable t