Release 20040914.
[wine/gsoc-2012-control.git] / documentation / samples / config
blob70b8cbac9ead8954983216046f06a6cd2f067a1e
1 WINE REGISTRY Version 2
2 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
4 ;; If you think it is necessary to show others your complete config for a
5 ;; bug report, filter out empty lines and comments with
6 ;; grep -v "^;" ~/.wine/config | grep '.'
8 [wine]
9 "Windows" = "c:\\windows"
10 "System" = "c:\\windows\\system"
11 "Temp" = "e:\\"
12 "Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
13 "Profile" = "c:\\windows\\Profiles\\Administrator"
14 "GraphicsDriver" = "x11drv"
15 ;"ShowDirSymlinks" = "1"
16 ;"ShowDotFiles" = "1"
18 # [wineconf]
20 [Version]
21 ; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
22 ;"Windows" = "win98"
23 ; DOS version to imitate
24 ;"DOS" = "6.22"
26 ; Be careful here, wrong DllOverrides settings have the potential
27 ; to pretty much kill your setup.
28 [DllOverrides]
29 ; some dlls you may want to change
30 "oleaut32"     = "builtin, native"
31 "ole32"        = "builtin, native"
32 "comdlg32"     = "builtin, native"
33 "shell32"      = "builtin, native"
34 "shfolder"     = "builtin, native"
35 "shlwapi"      = "builtin, native"
36 "shdocvw"      = "builtin, native"
37 "advapi32"     = "builtin, native"
38 "msvcrt"       = "native, builtin"
39 "mciavi.drv"   = "native, builtin"
40 "mcianim.drv"  = "native, builtin"
41 "d3drm"        = "native, builtin"
42 "d3dxof"       = "native, builtin"
43 "dpnhpast"     = "native, builtin"
44 ; you can specify applications too
45 ; this one will apply for all notepad.exe
46 ;"*notepad.exe" = "native, builtin"
47 ; this one will apply only for a particular file
48 ;"C:\\windows\\regedit.exe" = "native, builtin"
49 ; default for all other dlls
50 "*" = "builtin, native"
52 [x11drv]
53 ; Number of colors to allocate from the system palette
54 "AllocSystemColors" = "100"
55 ; Use a private color map
56 "PrivateColorMap" = "N"
57 ; Favor correctness over speed in some graphics operations
58 "PerfectGraphics" = "N"
59 ; Color depth to use on multi-depth screens
60 ;;"ScreenDepth" = "16"
61 ; Allow the window manager to manage created windows
62 "Managed" = "Y"
63 ; Use a desktop window of 640x480 for Wine
64 ;"Desktop" = "640x480"
65 ; Use XFree86 DGA extension if present
66 ; (make sure /dev/mem is accessible by you !)
67 "UseDGA" = "Y"
68 ; Use XVidMode extension if present
69 "UseXVidMode" = "Y"
70 ; Use XRandR extension if present
71 "UseXRandR" = "Y"
72 ; Use the take focus protocol
73 "UseTakeFocus" = "Y"
74 ; Enable DirectX mouse grab
75 "DXGrab" = "N"
76 ; Create the desktop window with a double-buffered visual
77 ; (useful to play OpenGL games)
78 "DesktopDoubleBuffered" = "N"
79 ; Run in synchronous mode (useful for debugging X11 problems)
80 ;;"Synchronous" = "Y"
82 ; Use the Render extension to render client side fonts (default "Y")
83 ;;"ClientSideWithRender" = "Y"
84 ; Fallback on X core requests to render client side fonts (default "Y")
85 ;;"ClientSideWithCore" = "Y"
86 ; Set both of the previous two to "N" in order to force X11 server side fonts
88 ; Anti-alias fonts if using the Render extension (default "Y")
89 ;;"ClientSideAntiAliasWithRender" = "Y"
90 ; Anti-alias fonts if using core requests fallback (default "Y")
91 ;;"ClientSideAntiAliasWithCore" = "Y"
94 [fonts]
95 ;Read the Fonts topic in the Wine User Guide before adding aliases
96 ;See a couple of examples for russian users below
97 "Default" = "-adobe-helvetica-"
98 "DefaultFixed" = "fixed"
99 "DefaultSerif" = "-adobe-times-"
100 "DefaultSansSerif" = "-adobe-helvetica-"
102 ;; default TrueType fonts with russian koi8-r encoding
103 ;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
104 ;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
105 ;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
106 ;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
107 ;; default cyrillic bitmap X fonts
108 ;"Default" = "-cronyx-helvetica-"
109 ;"DefaultFixed" = "fixed"
110 ;"DefaultSerif" = "-cronyx-times-"
111 ;"DefaultSansSerif" = "-cronyx-helvetica-"
113 ; the TrueType font dirs you want to make accessible to wine
114 [FontDirs]
115 ;"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType"
116 ;"dir2" = "/usr/share/fonts/truetype"
117 ;"dir3" = "/usr/X11R6/lib/X11/fonts/TT"
118 ;"dir4" = "/usr/share/fonts/TT"
120 [ppdev]
121 ;; key:  io-base of the emulated port
122 ;; value : parport-device{,timeout}
123 ;; timeout for auto closing an open device ( not yet implemented)
124 ;"378" = "/dev/parport0"
125 ;"278" = "/dev/parport1"
126 ;"3bc" = "/dev/parport2"
128 [spooler]
129 "FILE:" = "tmp.ps"
130 "LPT1:" = "|lpr"
131 "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
132 "LPT3:" = "/dev/lp3"
134 [ports]
135 ;"read"  = "0x779,0x379,0x280-0x2a0"
136 ;"write" = "0x779,0x379,0x280-0x2a0"
138 [Debug]
139 ;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
140 ;"RelayInclude" = "user32.CreateWindowA"
141 ;"RelayFromExclude" = "user32;x11drv"
142 ;"RelayFromInclude" = "sol.exe"
143 ;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
144 ;"SpyExclude" = "WM_SIZE;WM_TIMER;"
146 [registry]
147 ;These are all booleans.  Y/y/T/t/1 are true, N/n/F/f/0 are false.
148 ;Defaults are read all, write to Home
149 ; Where to find the global registries
150 ;"GlobalRegistryDir" = "/etc";
151 ; Global registries (stored in /etc)
152 "LoadGlobalRegistryFiles" = "Y"
153 ; Load Windows registries from the Windows directory
154 "LoadWindowsRegistryFiles" = "Y"
155 ; Registry periodic save timeout in seconds
156 ; "PeriodicSave" = "600"
157 ; Save only modified keys
158 "SaveOnlyUpdatedKeys" = "Y"
160 [Clipboard]
161 "ClearAllSelections" = "0"
162 "UsePrimary" = "0"
164 ; List of all directories directly contain .AFM files
165 [afmdirs]
166 "1" = "/usr/share/ghostscript/fonts"
167 "2" = "/usr/share/a2ps/afm"
168 "3" = "/usr/share/enscript"
169 "4" = "/usr/X11R6/lib/X11/fonts/Type1"
171 [WinMM]
172 ; Uncomment the "Drivers" line matching your sound setting.
174 "Drivers" = "wineoss.drv"      ; default for most common configurations
175 ;"Drivers" = "winearts.drv"    ; for KDE
176 ;"Drivers" = "winealsa.drv"    ; for ALSA users
177 ;"Drivers" = "winejack.drv"    ; for Jack sound server
178 ;"Drivers" = "winenas.drv"     ; for NAS sound system
179 ;"Drivers" = "wineaudioio.drv" ; for Solaris machines
180 ;"Drivers" = ""                ; to disable sound
181 "WaveMapper" = "msacm.drv"
182 "MidiMapper" = "midimap.drv"
184 [dsound]
185 ;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
186 ;"HELmargin" = "5"
187 ;; HEL only: Number of waveOut fragments ahead to queue to driver.
188 ;"HELqueue" = "5"
189 ;; Max number of fragments to prebuffer
190 ;"SndQueueMax" = "28"
191 ;; Min number of fragments to prebuffer
192 ;"SndQueueMin" = "12"
193 ;; Forces emulation mode (using wave api)
194 ;"HardwareAcceleration" = "Emulation"
195 ;; Sets default playback device (0 - number of devices - 1)
196 ;"DefaultPlayback" = "0"        ; use first device (/dev/dsp)
197 ;"DefaultPlayback" = "1"        ; use second device (/dev/dsp1)
198 ;"DefaultPlayback" = "2"        ; use third device (/dev/dsp2)
199 ;; Sets default capture device (0 - number of devices - 1)
200 ;"DefaultCapture" = "0"         ; use first device (/dev/dsp)
201 ;"DefaultCapture" = "1"         ; use second device (/dev/dsp1)
202 ;"DefaultCapture" = "2"         ; use third device (/dev/dsp2)
204 [Network]
205 ;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean, default "Y").
206 ;; Set to N if you need a persistent NetBIOS ComputerName that possibly differs 
207 ;; from the Unix host name. You'll need to set ComputerName in 
208 ;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName, too.
209 ;"UseDnsComputerName" = "N"
211 ;; sample AppDefaults entries
213 ; 3 InstallShield versions who like to put their full screen window in front,
214 ; without any chance to switch to another X11 application.
215 ; So just catch them in a desktop window.
217 [AppDefaults\\_INS0432._MP\\x11drv]
218 "Desktop" = "640x480"
220 [AppDefaults\\_INS0466._MP\\x11drv]
221 "Desktop" = "640x480"
223 [AppDefaults\\_INS0576._MP\\x11drv]
224 "Desktop" = "640x480"
226 [AppDefaults\\_INS5176._MP\\x11drv]
227 "Desktop" = "640x480"
229 [AppDefaults\\_INS5576._MP\\x11drv]
230 "Desktop" = "800x600"
232 ;[AppDefaults\\iexplore.exe\\DllOverrides]
233 ;"shlwapi" = "native"
234 ;"rpcrt4" = "native"
235 ;"ole32" = "native"
236 ;"shdocvw" = "native"
237 ;"wininet" = "native"
238 ;"shfolder" = "native"
239 ;"shell32" = "native"
240 ;"shell" = "native"
241 ;"comctl32" = "native"
243 ;[AppDefaults\\setup.exe\\x11drv]
244 ;"Desktop" = "800x600"
246 ;[AppDefaults\\sol.exe\\Version]
247 ;"Windows" = "nt40"
249 ;; Some games (Quake 2, UT) refuse to accept emulated dsound devices.
250 ;; You can add an AppDefault entry like this for such cases.
251 ;[AppDefaults\\pickygame.exe\\dsound]
252 ;"EmulDriver" = "N"
254 # [/wineconf]