Difference between revisions of "Resolution Changer"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: [http://www.12noon.com/reschange.htm Resolution Changer] is a command line tool for changing screen resolution, color depth and refresh rate. You may need it if you installed graphics dri...)
(No difference)

Revision as of 15:47, 14 September 2007

Resolution Changer is a command line tool for changing screen resolution, color depth and refresh rate.

You may need it if you installed graphics drivers, when monitors or graphics cards were changed etc.

<?xml version="1.0" encoding="UTF-8"?>

<packages>

<package
   id="reschangecon"
   name="Resolution Changer"
   revision="1"
   reboot="false"
   priority="1"
   execute="once">

   <install cmd='%SOFTWARE%\reschangecon.exe -width=1024 -height=768 -depth=32' />

</package>

</packages>