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 '.'
9 "Windows" = "c:\\windows"
10 "System" = "c:\\windows\\system"
12 "Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
13 "Profile" = "c:\\windows\\Profiles\\Administrator"
14 "GraphicsDriver" = "x11drv"
15 ;"ShowDirSymlinks" = "1"
21 ; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
23 ; DOS version to imitate
26 ; Be careful here, wrong DllOverrides settings have the potential
27 ; to pretty much kill your setup.
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"
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
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 !)
68 ; Use XVidMode extension if present
70 ; Use XRandR extension if present
72 ; Use the take focus protocol
74 ; Enable DirectX mouse grab
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)
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"
95 ;Read the Fonts topic in the Wine User Guide before adding aliases
96 ;See a couple of examples for russian users below
98 "Default" = "-adobe-helvetica-"
99 "DefaultFixed" = "fixed"
100 "DefaultSerif" = "-adobe-times-"
101 "DefaultSansSerif" = "-adobe-helvetica-"
103 ;; default TrueType fonts with russian koi8-r encoding
104 ;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
105 ;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
106 ;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
107 ;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
108 ;; default cyrillic bitmap X fonts
109 ;"Default" = "-cronyx-helvetica-"
110 ;"DefaultFixed" = "fixed"
111 ;"DefaultSerif" = "-cronyx-times-"
112 ;"DefaultSansSerif" = "-cronyx-helvetica-"
114 ; the TrueType font dirs you want to make accessible to wine
116 ;"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType"
117 ;"dir2" = "/usr/share/fonts/truetype"
118 ;"dir3" = "/usr/X11R6/lib/X11/fonts/TT"
119 ;"dir4" = "/usr/share/fonts/TT"
122 ;; key: io-base of the emulated port
123 ;; value : parport-device{,timeout}
124 ;; timeout for auto closing an open device ( not yet implemented)
125 ;"378" = "/dev/parport0"
126 ;"278" = "/dev/parport1"
127 ;"3bc" = "/dev/parport2"
132 "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
136 ;"read" = "0x779,0x379,0x280-0x2a0"
137 ;"write" = "0x779,0x379,0x280-0x2a0"
140 ;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
141 ;"RelayInclude" = "user32.CreateWindowA"
142 ;"RelayFromExclude" = "user32;x11drv"
143 ;"RelayFromInclude" = "sol.exe"
144 ;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
145 ;"SpyExclude" = "WM_SIZE;WM_TIMER;"
148 ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
149 ;Defaults are read all, write to Home
150 ; Where to find the global registries
151 ;"GlobalRegistryDir" = "/etc";
152 ; Global registries (stored in /etc)
153 "LoadGlobalRegistryFiles" = "Y"
154 ; Load Windows registries from the Windows directory
155 "LoadWindowsRegistryFiles" = "Y"
156 ; Registry periodic save timeout in seconds
157 ; "PeriodicSave" = "600"
158 ; Save only modified keys
159 "SaveOnlyUpdatedKeys" = "Y"
162 "ClearAllSelections" = "0"
163 "PersistentSelection" = "1"
166 ; List of all directories directly contain .AFM files
168 "1" = "/usr/share/ghostscript/fonts"
169 "2" = "/usr/share/a2ps/afm"
170 "3" = "/usr/share/enscript"
171 "4" = "/usr/X11R6/lib/X11/fonts/Type1"
174 ; Uncomment the "Drivers" line matching your sound setting.
176 "Drivers" = "wineoss.drv" ; default for most common configurations
177 ;"Drivers" = "winearts.drv" ; for KDE
178 ;"Drivers" = "winealsa.drv" ; for ALSA users
179 ;"Drivers" = "winejack.drv" ; for Jack sound server
180 ;"Drivers" = "winenas.drv" ; for NAS sound system
181 ;"Drivers" = "wineaudioio.drv" ; for Solaris machines
182 ;"Drivers" = "" ; to disable sound
183 "WaveMapper" = "msacm.drv"
184 "MidiMapper" = "midimap.drv"
187 ;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
189 ;; HEL only: Number of waveOut fragments ahead to queue to driver.
191 ;; Max number of fragments to prebuffer
192 ;"SndQueueMax" = "28"
193 ;; Min number of fragments to prebuffer
194 ;"SndQueueMin" = "12"
195 ;; Forces emulation mode (using wave api)
196 ;"HardwareAcceleration" = "Emulation"
197 ;; Sets default playback device (0 - number of devices - 1)
198 ;"DefaultPlayback" = "0" ; use first device (/dev/dsp)
199 ;"DefaultPlayback" = "1" ; use second device (/dev/dsp1)
200 ;"DefaultPlayback" = "2" ; use third device (/dev/dsp2)
201 ;; Sets default capture device (0 - number of devices - 1)
202 ;"DefaultCapture" = "0" ; use first device (/dev/dsp)
203 ;"DefaultCapture" = "1" ; use second device (/dev/dsp1)
204 ;"DefaultCapture" = "2" ; use third device (/dev/dsp2)
207 ;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean, default "Y").
208 ;; Set to N if you need a persistent NetBIOS ComputerName that possibly differs
209 ;; from the Unix host name. You'll need to set ComputerName in
210 ;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName, too.
211 ;"UseDnsComputerName" = "N"
213 ;; sample AppDefaults entries
215 ; 3 InstallShield versions who like to put their full screen window in front,
216 ; without any chance to switch to another X11 application.
217 ; So just catch them in a desktop window.
219 [AppDefaults\\_INS0432._MP\\x11drv]
220 "Desktop" = "640x480"
222 [AppDefaults\\_INS0466._MP\\x11drv]
223 "Desktop" = "640x480"
225 [AppDefaults\\_INS0576._MP\\x11drv]
226 "Desktop" = "640x480"
228 [AppDefaults\\_INS5176._MP\\x11drv]
229 "Desktop" = "640x480"
231 [AppDefaults\\_INS5576._MP\\x11drv]
232 "Desktop" = "800x600"
234 ;[AppDefaults\\iexplore.exe\\DllOverrides]
235 ;"shlwapi" = "native"
238 ;"shdocvw" = "native"
239 ;"wininet" = "native"
240 ;"shfolder" = "native"
241 ;"shell32" = "native"
243 ;"comctl32" = "native"
245 ;[AppDefaults\\setup.exe\\x11drv]
246 ;"Desktop" = "800x600"
248 ;[AppDefaults\\sol.exe\\Version]
251 ;; Some games (Quake 2, UT) refuse to accept emulated dsound devices.
252 ;; You can add an AppDefault entry like this for such cases.
253 ;[AppDefaults\\pickygame.exe\\dsound]