XP: How to change display settings for normal mode from VGA mode?

9,834

I finally fixed the problem by tweaking the registry directly. As always, be very careful when modifying the registry. Or as they say: "Kids, don't try this at home".

After looking through the registry searching for "extend" or "desktop", I finally found a value called "Attach.ToDesktop". Over on StackOverflow there is a question which seems to imply that this value corresponds to the "Extend the desktop to this monitor" setting in the display properties.

There were several copies of this value, but one was under a key called

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Hardware Profiles\0001\System\CurrentControlSet\Services\IALM

Deleting all instances of that key solved the problem. I rebooted, and my display now works again.

Indeed, googling a bit more, I found out this had to do with Intel. I first try to reset (some) of those values to 0 and rebooted, but it didn't work, so I decided to delete it altogether, hoping it would re-create nice default values. It did.

Share:
9,834

Related videos on Youtube

Alejandro Nanez
Author by

Alejandro Nanez

Software developer in Berlin at Ableton (a really cool place to work!), proud to hack away on our product Live, a music sequencer and performance tool for electronic musicians. I've been programming professionally for about 5 years, and am deeply in love with C++ which, just like the German language, provides enough obscure corners and crazy surprises to make every day a new challenge!   I also write a blog (in French), called 5h du matin.

Updated on September 17, 2022

Comments

  • Alejandro Nanez
    Alejandro Nanez over 1 year

    I have a self-installed Lenovo T500 laptop. Yesterday, I tried plugging in my LG monitor and changed two things: - I extended the desktop to it so that I could see two documents side by side. - I selected the 3rd monitor in the combo box located between the picture of the screen and the resolution slider, which funnily showed no name for the display driver (so the caption was something like "Plug and Play Monitor with")

    As soon as I hit 'Apply', both screens started displaying garbage, and this persists after a reboot. The screens display colors, but the picture seems chopped up in small rows that are offset so that there is no way to recognize anything.

    I started XP in VGA mode, which works fine, but in the display settings dialog, I don't have the same choices as I had in normal mode, so I can't undo what I did: there's no combo box to select the display, and there's no option to extend the desktop.

    How can I change this back?

    I also tried disabling both Intel graphics adapters, uninstall all monitors from the hardware manager and update to the latest drivers for the graphics card, without success, the garbage persists when booting without VGA mode.

    • Windows XP SP3
    • German system (I may not always know what things are called in an English system).
    • Laptop: Lenovo T500 type 2243-4MG
    • Mobile Intel(R) 4 Series Express Chipset Family

    Let me know if some important info is missing.

    Thanks,

    Carl

    • Ivo Flipse
      Ivo Flipse over 14 years
      Have you also tried to uninstall the display drivers? Just to get it back to some sort of factory setting and erasing all current settings?
  • Alejandro Nanez
    Alejandro Nanez over 14 years
    Thanks Ivo. I had a look at the SwitchableGraphics page you linked to, but it says this feature is only available with Vista - not my case. I don't think that's the problem.
  • Ivo Flipse
    Ivo Flipse over 14 years
    Glad to hear you fixed it!