1

I often start my computer with the monitor disconnected (really, set to display another PC via a KVM switch), and Windows always defaults to low-res display when this happens.

Is there any way to force Windows XP to remember my monitor configuration on reboot, so it doesn't have to probe my monitor on start up?

EDIT: I'm using an ATI HD4800 graphics card.

1 Answer 1

0

It is an utterly ugly solution, but you could use a CLI tool like nircmd, create a batch file around it, and have it run on startup to set the configuration manually - the command should be something like nircmd.exe setdisplay 1280 800 32

there's also a way to make a self contained command short cut - poke around the help file for that.

3
  • Thanks. I've noticed that after a reboot with the monitor disconnected, I can't even change the display settings from the Display Properties--it only shows one display mode as available. Will this command work even in that case?
    – Flimzy
    Commented Jun 28, 2011 at 7:50
  • i have no idea. nearly all my systems are laptops, so switching display modes in that fashion dosen't seem to be an option. The alternative i've seen is registry editing, and that seems a little.. extreme.
    – Journeyman Geek
    Commented Jun 28, 2011 at 7:52
  • Sadly, that doesn't work. It seems to be limited to the same resolutions shown in the Display Properties dialog.
    – Flimzy
    Commented Jun 28, 2011 at 8:08

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .