3 | | = Collecting a Testlog Log = |
| 3 | == Custom Resolutions == |
| 4 | |
| 5 | The custom resolution feature is experimental. If you have problems with the custom resolution feature, the PanoUtil.exe program can be used to |
| 6 | control the custom resolution functions. If you happen to boot to a resolution that cannot be displayed, you can type CTL-ALT-DEL to activate the CAD handler and go to a command prompt to execute these commands. |
| 7 | |
| 8 | To reset all the custom resolution settings to the default and set the PM resolution to 800x600: |
| 9 | {{{ |
| 10 | PanoUtil -r -p |
| 11 | PanoUtil -e 0 |
| 12 | }}} |
| 13 | |
| 14 | To manually set a custom resolution of 1920x1080: |
| 15 | {{{ |
| 16 | PanoUtil -c 1920 1080 |
| 17 | }}} |
| 18 | |
| 19 | To remove the manual custom resolution: |
| 20 | {{{ |
| 21 | PanoUtil -r |
| 22 | }}} |
| 23 | |
| 24 | To completely disable all the custom resolution support: |
| 25 | {{{ |
| 26 | PanoUtil -d |
| 27 | }}} |
| 28 | |
| 29 | To reset the Presentation Manager selected resolution to 800x600: |
| 30 | {{{ |
| 31 | PanoUtil -p |
| 32 | }}} |
| 33 | |
| 34 | To see the status of the custom resolution settings: |
| 35 | {{{ |
| 36 | PanoUtil -s |
| 37 | }}} |
| 38 | |
| 39 | All of these commands can also be executed from a different boot partition if you specify the drive to operate on. For example, to change the settings on drive d:, add the drive specification to the end of the desired command: |
| 40 | {{{ |
| 41 | PanoUtil -s d: |
| 42 | PanoUtil -r d: |
| 43 | PanoUtil -p d: |
| 44 | PanoUtil -c 1920 1080 d: |
| 45 | PanoUtil -d d: |
| 46 | }}} |
| 47 | |
| 48 | == Collecting a Testlog Log == |