Force native resolution to Non-PnP monitor in Windows

The most likely reason is that the EDID data of your monitor is corrupted or not transferred correctly.

EDID tells your system which features the monitor has and which resolution it supports.

First check if there's anything which could prevent the EDID exchange: Broken cable, damaged connector, VGA-DVI adapter, one-monitor-two-workstations switch, ...

You could try to completly disable EDID for your monitor, a quick Google search revealed that this frequently resolved similar problems for other users.

If this can't be done with the driver software, a last resort would be to disable the pins responsible for EDID on your DVI cable.

alt text

Taken from: http://www.overclock.net/ati/47962-way-disable-edid.html

However do be careful: do your own research first and best try with a separate DVI cable first.


I switched from using a DVI cable to a VGA cable, and then the monitor was detected and its native 1680 x 1050 resolution was available and automatically selected.

Display configuration has changed


I'm going to answer this even though it's over three years after the original question was asked.

I ran into this problem recently, and I came across what I believe is a pretty ideal solution. The instructions in the link are pretty clear, but I'm going to post an edited list because there were a few missing steps and some minor inaccuracies:

  1. Download Phoenix.zip and extract it to a working folder.
  2. Run it and click the "Extract Registry EDID" toolbar button.
  3. A list of monitors should appear.
  4. Try to find the monitor that matches the monitor that is giving you problems.
  5. Review the settings, and if they don't match the actual capabilities of the monitor, perform steps 6-9 (otherwise, skip to step 10).
  6. Click the pencil toolbar button for edit mode.
  7. Change the EDID settings to reflect you display's true capabilities.
  8. Pay special attention to the Standard Timings tab.
  9. Detailed Timing blocks 2-4 provide some very interesting additional options.
  10. Save the EDID to a .DAT file in your working folder.
  11. Download moninfo.exe and install it.
  12. Open the saved .DAT with MonInfo and make sure it doesn't complain about it.
  13. If it does post here for help.
  14. If MonInfo reads in and displays the settings the way you configured them in Phoenix then...
  15. Select "Create INF..." from the file menu and save it to your working folder.
  16. Feel free to edit the strings in the INF to your liking. [Note: I didn't understand this step and ended up just ignoring it, but I'm leaving it in just in case it helps someone.]
  17. Open Start, type "devmgmt.msc", and press Enter.
  18. Select the monitor you want to change (in my case, it was "Generic Non-PNP Monitor").
  19. Right click and select Update Driver Software.
  20. Click "Browse my computer for driver software".
  21. Click "Let me pick from a list of device drivers on my computer.
  22. Click Have Disk...
  23. Browse to the INF file in your working folder.
  24. Click next to override with your new INF.
  25. Restart your computer and enjoy your new resolution!