Changes between Version 1 and Version 2 of Troubleshooting


Ignore:
Timestamp:
Dec 11, 2012, 9:04:14 PM (11 years ago)
Author:
David Azarewicz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Troubleshooting

    v1 v2  
    11= Handling Problems =
    22
    3 = Collecting a Testlog Log =
     3== Custom Resolutions ==
     4
     5The custom resolution feature is experimental.  If you have problems with the custom resolution feature, the PanoUtil.exe program can be used to
     6control 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
     8To reset all the custom resolution settings to the default and set the PM resolution to 800x600:
     9{{{
     10PanoUtil -r -p
     11PanoUtil -e 0
     12}}}
     13
     14To manually set a custom resolution of 1920x1080:
     15{{{
     16PanoUtil -c 1920 1080
     17}}}
     18
     19To remove the manual custom resolution:
     20{{{
     21PanoUtil -r
     22}}}
     23
     24To completely disable all the custom resolution support:
     25{{{
     26PanoUtil -d
     27}}}
     28
     29To reset the Presentation Manager selected resolution to 800x600:
     30{{{
     31PanoUtil -p
     32}}}
     33
     34To see the status of the custom resolution settings:
     35{{{
     36PanoUtil -s
     37}}}
     38
     39All 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{{{
     41PanoUtil -s d:
     42PanoUtil -r d:
     43PanoUtil -p d:
     44PanoUtil -c 1920 1080 d:
     45PanoUtil -d d:
     46}}}
     47
     48== Collecting a Testlog Log ==
    449
    5501. Make sure your system is booted with the Panorama driver installed