diff --git a/documentation/configuring.sgml b/documentation/configuring.sgml index 21950a7fd97..d933d075aac 100644 --- a/documentation/configuring.sgml +++ b/documentation/configuring.sgml @@ -93,6 +93,11 @@ recmd Overides defaults for DLL loading + + [x11drv] + recmd + Graphic driver settings + [fonts] yes @@ -108,6 +113,11 @@ no LPT ports seen by wine + + [ppdev] + no + Parallelport emulation + [spooler] no @@ -143,11 +153,26 @@ no Console settings + + [Clipboard] + no + Interaction for wine and X11 clipboard + + + [afmdirs] + no + Postscript driver settings + [WinMM] yes Multimedia settings + + [AppDefaults] + no + Overwrite the settings of previous sections for special programs + @@ -835,6 +860,39 @@ OPTIONAL: + + + The [AppDefaults] Section + + The section is used to overwrite the setting of this file for a + special program with different settings. + [AppDefaults] is not the real name of the section. The real name + consists of the leading word AppDefaults followed by the name + of the executable the section is valid for. The end of the section + name is the name of the section of the configuration file its + values should be overwritten with different settings. The three + parts of the section name are separated by two backslashes. + + + Currently wine supports only overwriting the sections + [DllOverrides] and [x11drv]. + + + Here is an example that overwrites the normal settings for a + program: + +;; default settings +[x11drv] +"Managed" = "Y" +"Desktop" = "N" + +;; run install in desktop mode +[AppDefaults\\install.exe\\x11drv] +"Managed" = "N" +"Desktop" = "800x600" + + + @@ -946,7 +1004,7 @@ OPTIONAL: Written by &name-ove-kaaven; &email-ove-kaaven; - (Extracted from wine/documentation/cdrom-labels) + (Extracted from wine/documentation/x11drv) diff --git a/documentation/wine.conf.man.in b/documentation/wine.conf.man.in index a890450f7a6..ef335c1d521 100644 --- a/documentation/wine.conf.man.in +++ b/documentation/wine.conf.man.in @@ -258,9 +258,11 @@ the general .I DllOverrides section. .br -The only section that supports application-specific information at the -moment is -.I DllOverrides. +The only sections that support application-specific information at the +moment are +.I DllOverrides +and +.I x11drv. .br Make sure to use double backslashes in the section name. .PP