<html>
<body>

<table border=3 rules=all>
<caption>Legend</caption>
<tr> <th>Column</th> 
     <th>Values</th> 
</tr>
<tr> <td>Name</td> 
     <td>The name of the property/section</td> 
</tr>
<tr> <td>Needed</td>
     <td>Describes the form the parameter in needed in:
        <table>
          <tr><td>no</td>     <td>The setting should be removed</td></tr>
          <tr><td>ac</td>     <td>Changeable at configure time only</td></tr>
          <tr><td>rededt</td> <td>Configurable through regedit only</td></tr>
          <tr><td>cfg</td>    <td>Configurable through winecfg</td></tr>
        </table>
     </td>
</tr>
<tr> <td>Dynamic</td>
     <td>Indicates if Wine should react to changes in the
         value of the parameter ar runtime</td>
</tr>
<tr> <td>PerApp</td>
     <td>Describes if the configuration parameter need to be
         customizable on a per-application basis</td>
</tr>
<tr> <td>Default value</td>
     <td>The default value for the property. This should allow Wine
         to run winecfg without user intervention</td>
</tr>

</table>

<p>

<table>
<tr>                <th>Name</th>                                <th>Needed</th> <th>Dynamic</th><th>PerApp</th>        <th>Default value</th></tr>

<tr class=section> <th colspan=5 align=left>[Drive X]</th></tr>
<tr class=todo> <td>Path</td>                                <td>cfg</td>        <td>yes</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>Type</td>                                <td>cfg</td>        <td>yes</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>Label</td>                                <td>cfg</td>        <td>yes</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>Serial</td>                                <td>cfg</td>        <td>yes</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>Filesystem</td>                        <td>cfg</td>        <td>yes</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>Device</td>                                <td>cfg</td>        <td>yes</td>        <td>no</td>        <td></td>                        </tr>

<tr class=section> <th colspan=5 align=left>[wine]</th></tr>
<tr class=todo> <td>Windows</td>                        <td>cfg</td>        <td>no</td>        <td>no</td>        <td>c:\\windows</td>                </tr>
<tr class=todo> <td>System</td>                                <td>cfg</td>        <td>no</td>        <td>no</td>        <td>c:\\windows\\system</td>        </tr>
<tr class=todo> <td>Temp</td>                                <td>cfg</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>Path</td>                                <td>cfg</td>        <td>yes</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>Profile</td>                        <td>cfg</td>        <td>yes</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>GraphicsDriver</td>                        <td>cfg</td>        <td>yes</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>ShowDirSymlinks</td>                <td>cfg</td>        <td>no</td>        <td>no</td>        <td>true</td>                        </tr>
<tr class=todo> <td>ShowDotFiles</td>                        <td>cfg</td>        <td>no</td>        <td>no</td>        <td>true</td>                        </tr>
<tr class=todo> <td>ShellLinker</td>                        <td>cfg</td>        <td>no</td>        <td>no</td>        <td>wineshelllink</td>                </tr>

<tr class=section> <th colspan=5 align=left>[Version]</th></tr>
<tr class=todo> <td>Windows</td>                        <td>cfg</td>        <td>no</td>        <td>yes</td>        <td>win98</td>                        </tr>
<tr class=todo> <td>DOS</td>                                <td>cfg</td>        <td>no</td>        <td>yes</td>        <td>6.22</td>                        </tr>

<tr class=section> <th colspan=5 align=left>[DllOverrides]</th></tr>
<tr class=todo> <td>&lt;dllname&gt;</td>                <td>cfg</td>        <td>no</td>        <td>yes</td>        <td></td>                        </tr>

<tr class=section> <th colspan=5 align=left>[x11drv]</th></tr>
<tr class=todo> <td>AllocSystemColors</td>                <td>regedt</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>PrivateColorMap</td>                <td>regedt</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>PerfectGraphics</td>                <td>regedt</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>ScreenDepth</td>                        <td>cfg</td>        <td>yes</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>Display</td>                        <td>cfgt</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>Managed</td>                        <td>no</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>Desktop</td>                        <td>cfg</td>        <td>no</td>        <td>yes</td>        <td>640x480</td>                </tr>
<tr class=todo> <td>UseDGA</td>                                <td>cfg</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>UseXVidMode</td>                        <td>regedt</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>UseTakeFocus</td>                        <td>cfg</td>        <td>yes</td>        <td>no</td>        <td>yes</td>                        </tr>
<tr class=todo> <td>DXGrab</td>                                <td>cfg</td>        <td>no</td>        <td>no</td>        <td>no</td>                        </tr>
<tr class=todo> <td>DesktopDoubleBuffered</td>                <td>cfg</td>        <td>no</td>        <td>no</td>        <td>no</td>                        </tr>
<tr class=todo> <td>Synchronous</td>                        <td>rededt</td>        <td>no</td>        <td>no</td>        <td>no</td>                        </tr>
<tr class=todo> <td>ClientSideWithRender</td>                <td>rededt</td>        <td>no</td>        <td>no</td>        <td>yes</td>                        </tr>
<tr class=todo> <td>ClientSideWithCode</td>                <td>rededt</td>        <td>no</td>        <td>no</td>        <td>yes</td>                        </tr>
<tr class=todo> <td>ClientSideAntiAliasWithRender</td>        <td>rededt</td>        <td>no</td>        <td>no</td>        <td>yes</td>                        </tr>
<tr class=todo> <td>ClientSideAntiAliasWithCode</td>        <td>rededt</td>        <td>no</td>        <td>no</td>        <td>yes</td>                        </tr>

<tr class=section> <th colspan=5 align=left>[fonts]</th></tr>
<tr class=todo> <td>Resolution</td>                        <td>cfg</td>        <td>no</td>        <td>no</td>        <td>96</td>                        </tr>
<tr class=todo> <td>Default</td>                        <td>cfg</td>        <td>no</td>        <td>no</td>        <td>-adobe-helvetica-</td>        </tr>
<tr class=todo> <td>DefaultFixed</td>                        <td>cfg</td>        <td>no</td>        <td>no</td>        <td>fixed</td>                        </tr>
<tr class=todo> <td>DefaultSerif</td>                        <td>cfg</td>        <td>no</td>        <td>no</td>        <td>-adobe-times-</td>                </tr>
<tr class=todo> <td>DefaultSansSerif</td>                <td>cfg</td>        <td>no</td>        <td>no</td>        <td>-adobe-helvetica-</td>        </tr>

<tr class=section> <th colspan=5 align=left>[FontDirs]</th></tr>
<tr class=todo> <td>dir&lt;no&gt;</td>                        <td>regedt</td>        <td>no</td>        <td>yes</td>        <td></td>                        </tr>

<tr class=section> <th colspan=5 align=left>[serialports]</th></tr>
<tr class=todo> <td>Com&lt;no&gt;</td>                        <td>regedt</td>        <td>no</td>        <td>yes</td>        <td>/dev/ttySx</td>                </tr>

<tr class=section> <th colspan=5 align=left>[parallelports]</th></tr>
<tr class=todo> <td>Lpt&lt;no&gt;</td>                        <td>regedt</td>        <td>no</td>        <td>yes</td>        <td>/dev/lpx</td>                </tr>


<tr class=section> <th colspan=5 align=left>[ppdev]</th></tr>
<tr class=todo> <td>&lt;port&gt;</td>                        <td>rededt</td>        <td>no</td>        <td>no</td>        <td>/dev/parportX</td>                </tr>

<tr class=section> <th colspan=5 align=left>[spooler]</th></tr>
<tr class=todo> <td>FILE:</td>                                <td>cfg</td>        <td>no</td>        <td>no</td>        <td>tmp.ps</td>                        </tr>
<tr class=todo> <td>LPT&lt;no&gt;:</td>                        <td>cfg</td>        <td>no</td>        <td>no</td>        <td>/dev/lp3</td>                </tr>

<tr class=section> <th colspan=5 align=left>[ports]</th></tr>
<tr class=todo> <td>read</td>                                <td>cfg</td>        <td>no</td>        <td>no</td>        <td>0x779,0x280-0x2a0</td>        </tr>
<tr class=todo> <td>write</td>                                <td>cfg</td>        <td>no</td>        <td>no</td>        <td>0x779,0x280-0x2a0</td>        </tr>

<tr class=section> <th colspan=5 align=left>[Debug]</th></tr>
<tr class=todo> <td>RelayExclude</td>                        <td>rededt</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>RelayInclude</td>                        <td>rededt</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>RelayFromExclude</td>                <td>rededt</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>RelayFromInclude</td>                <td>rededt</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>SnoopExclude</td>                        <td>rededt</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>
<tr class=todo> <td>SpyExclude</td>                        <td>rededt</td>        <td>no</td>        <td>no</td>        <td></td>                        </tr>

<tr class=section> <th colspan=5 align=left>[registry]</th></tr>
<tr class=todo> <td>GlobalRegistryDir</td>                <td>ac</td>        <td>no</td>        <td>no</td>        <td>/etc</td>                        </tr>
<tr class=todo> <td>LoadGlobalRegistryFiles</td>        <td>regedt</td>        <td>no</td>        <td>no</td>        <td>true</td>                        </tr>
<tr class=todo> <td>LoadHomeRegistryFiles</td>                <td>regedt</td>        <td>no</td>        <td>no</td>        <td>true</td>                        </tr>
<tr class=todo> <td>LoadWindowsRegistryFiles</td>        <td>regedt</td>        <td>no</td>        <td>no</td>        <td>true</td>                        </tr>
<tr class=todo> <td>WritetoHomeRegistryFiles</td>        <td>regedt</td>        <td>no</td>        <td>no</td>        <td>true</td>                        </tr>
<tr class=todo> <td>PeriodicSave</td>                        <td>regedt</td>        <td>no</td>        <td>no</td>        <td>600</td>                        </tr>
<tr class=todo> <td>SaveOnlyUpdatedKeys</td>                <td>regedt</td>        <td>no</td>        <td>no</td>        <td>true</td>                        </tr>

<tr class=section> <th colspan=5 align=left>[Tweak.Layout]</th></tr>
<tr class=todo> <td>WineLook</td>                        <td>cfg</td>        <td>yes</td>        <td>no</td>        <td>Win95</td>                        </tr>

<tr class=section> <th colspan=5 align=left>[Clipboard]</th></tr>
<tr class=todo> <td>ClearAllSelections</td>                <td>regedt</td>        <td>yes</td>        <td>no</td>        <td>false</td>                        </tr>
<tr class=todo> <td>PersistentSelection</td>                <td>regedt</td>        <td>yes</td>        <td>no</td>        <td>true</td>                        </tr>

<tr class=section> <th colspan=5 align=left>[afmdirs]</th></tr>
<tr class=todo> <td>1</td>                                <td>regedt</td>        <td>no</td>        <td>no</td>        <td>/usr/share/ghostscript/fonts</td> </tr>
<tr class=todo> <td>2</td>                                <td>regedt</td>        <td>no</td>        <td>no</td>        <td>/usr/share/a2ps/afm</td>        </tr>
<tr class=todo> <td>3</td>                                <td>regedt</td>        <td>no</td>        <td>no</td>        <td>/usr/share/enscript</td>        </tr>
<tr class=todo> <td>4</td>                                <td>regedt</td>        <td>no</td>        <td>no</td>        <td>/usr/X11R6/lib/X11/fonts/Type1</td> </tr>

<tr class=section> <th colspan=5 align=left>[WinMM]</th></tr>
<tr class=todo> <td>Drivers</td>                        <td>regedt</td>        <td>no</td>        <td>no</td>        <td>&lt;auto&gt;</td>                </tr>
<tr class=todo> <td>WaveMapper</td>                        <td>regedt</td>        <td>no</td>        <td>no</td>        <td>msacm.drv</td>                </tr>
<tr class=todo> <td>MidiMapper</td>                        <td>regedt</td>        <td>no</td>        <td>no</td>        <td>midimap.drv</td>                </tr>

<tr class=section> <th colspan=5 align=left>[Network]</th></tr>
<tr class=todo> <td>UseDnsComputerName</td>                <td>regedt</td>        <td>no</td>        <td>no</td>        <td>true</td>                        </tr>

<tr class=section> <th colspan=5 align=left>[DSound]</th></tr>
<tr class=todo> <td>HELmargin</td>                        <td>regedt</td>        <td>no</td>        <td>no</td>        <td>5</td>                        </tr>
<tr class=todo> <td>HELqueue</td>                        <td>regedt</td>        <td>no</td>        <td>no</td>        <td>5</td>                        </tr>
<tr class=todo> <td>SndQueueMax</td>                        <td>regedt</td>        <td>no</td>        <td>no</td>        <td>28</td>                        </tr>
<tr class=todo> <td>SndQueueMin</td>                        <td>regedt</td>        <td>no</td>        <td>no</td>        <td>12</td>                        </tr>
<tr class=todo> <td>HardwareAcceleration</td>                <td>cfg</td>        <td>no</td>        <td>no</td>        <td>true</td>                        </tr>
<tr class=todo> <td>DefaultPlayback</td>                <td>cfg</td>        <td>no</td>        <td>no</td>        <td>0</td>                        </tr>
<tr class=todo> <td>DefaultCapture</td>                        <td>cfg</td>        <td>no</td>        <td>no</td>        <td>0</td>                        </tr>
<tr class=todo> <td>EmulDriver</td>                        <td>cfg</td>        <td>no</td>        <td>yes</td>        <td>true</td>                        </tr>

</table>

</body>
</html>