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 ;; MS-DOS drives configuration
10 ;; Each section has the following format:
12 ;; "Path"="xxx" (Unix path for drive root)
13 ;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network')
14 ;; "Device"="/dev/xx" (only if you want to allow raw device access)
28 ; make sure that device is correct and has proper permissions !
29 "Device" = "/dev/cdrom"
44 "Windows" = "c:\\windows"
45 "System" = "c:\\windows\\system"
47 "Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
48 "Profile" = "c:\\windows\\Profiles\\Administrator"
49 "GraphicsDriver" = "x11drv"
50 ;"ShowDirSymlinks" = "1"
52 "ShellLinker" = "wineshelllink"
57 ; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
59 ; DOS version to imitate
62 ; Be careful here, wrong DllOverrides settings have the potential
63 ; to pretty much kill your setup.
65 ; some dlls you may want to change
66 "oleaut32" = "builtin, native"
67 "ole32" = "builtin, native"
68 "comdlg32" = "builtin, native"
69 "shell32" = "builtin, native"
70 "shfolder" = "builtin, native"
71 "shlwapi" = "builtin, native"
72 "shdocvw" = "builtin, native"
73 "advapi32" = "builtin, native"
74 "msvcrt" = "native, builtin"
75 "mciavi.drv" = "native, builtin"
76 "mcianim.drv" = "native, builtin"
77 "msi" = "native, builtin"
78 ; you can specify applications too
79 ; this one will apply for all notepad.exe
80 ;"*notepad.exe" = "native, builtin"
81 ; this one will apply only for a particular file
82 ;"C:\\windows\\regedit.exe" = "native, builtin"
83 ; default for all other dlls
84 "*" = "builtin, native"
87 ; Number of colors to allocate from the system palette
88 "AllocSystemColors" = "100"
89 ; Use a private color map
90 "PrivateColorMap" = "N"
91 ; Favor correctness over speed in some graphics operations
92 "PerfectGraphics" = "N"
93 ; Color depth to use on multi-depth screens
94 ;;"ScreenDepth" = "16"
95 ; Allow the window manager to manage created windows
97 ; Use a desktop window of 640x480 for Wine
98 ;"Desktop" = "640x480"
99 ; Use XFree86 DGA extension if present
100 ; (make sure /dev/mem is accessible by you !)
102 ; Use XVidMode extension if present
104 ; Use XRandR extension if present
106 ; Use the take focus protocol
108 ; Enable DirectX mouse grab
110 ; Create the desktop window with a double-buffered visual
111 ; (useful to play OpenGL games)
112 "DesktopDoubleBuffered" = "N"
113 ; Run in synchronous mode (useful for debugging X11 problems)
114 ;;"Synchronous" = "Y"
116 ; Use the Render extension to render client side fonts (default "Y")
117 ;;"ClientSideWithRender" = "Y"
118 ; Fallback on X core requests to render client side fonts (default "Y")
119 ;;"ClientSideWithCore" = "Y"
120 ; Set both of the previous two to "N" in order to force X11 server side fonts
122 ; Anti-alias fonts if using the Render extension (default "Y")
123 ;;"ClientSideAntiAliasWithRender" = "Y"
124 ; Anti-alias fonts if using core requests fallback (default "Y")
125 ;;"ClientSideAntiAliasWithCore" = "Y"
129 ;Read the Fonts topic in the Wine User Guide before adding aliases
130 ;See a couple of examples for russian users below
132 "Default" = "-adobe-helvetica-"
133 "DefaultFixed" = "fixed"
134 "DefaultSerif" = "-adobe-times-"
135 "DefaultSansSerif" = "-adobe-helvetica-"
137 ;; default TrueType fonts with russian koi8-r encoding
138 ;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
139 ;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
140 ;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
141 ;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
142 ;; default cyrillic bitmap X fonts
143 ;"Default" = "-cronyx-helvetica-"
144 ;"DefaultFixed" = "fixed"
145 ;"DefaultSerif" = "-cronyx-times-"
146 ;"DefaultSansSerif" = "-cronyx-helvetica-"
148 ; the TrueType font dirs you want to make accessible to wine
150 ;"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType"
151 ;"dir2" = "/usr/share/fonts/truetype"
152 ;"dir3" = "/usr/X11R6/lib/X11/fonts/TT"
153 ;"dir4" = "/usr/share/fonts/TT"
156 ;; key: io-base of the emulated port
157 ;; value : parport-device{,timeout}
158 ;; timeout for auto closing an open device ( not yet implemented)
159 ;"378" = "/dev/parport0"
160 ;"278" = "/dev/parport1"
161 ;"3bc" = "/dev/parport2"
166 "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
170 ;"read" = "0x779,0x379,0x280-0x2a0"
171 ;"write" = "0x779,0x379,0x280-0x2a0"
174 ;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
175 ;"RelayInclude" = "user32.CreateWindowA"
176 ;"RelayFromExclude" = "user32;x11drv"
177 ;"RelayFromInclude" = "sol.exe"
178 ;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
179 ;"SpyExclude" = "WM_SIZE;WM_TIMER;"
182 ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
183 ;Defaults are read all, write to Home
184 ; Where to find the global registries
185 ;"GlobalRegistryDir" = "/etc";
186 ; Global registries (stored in /etc)
187 "LoadGlobalRegistryFiles" = "Y"
188 ; Home registries (stored in ~user/.wine/)
189 "LoadHomeRegistryFiles" = "Y"
190 ; Load Windows registries from the Windows directory
191 "LoadWindowsRegistryFiles" = "Y"
192 ; TRY to write all changes to home registries
193 "WritetoHomeRegistryFiles" = "Y"
194 ; Registry periodic save timeout in seconds
195 ; "PeriodicSave" = "600"
196 ; Save only modified keys
197 "SaveOnlyUpdatedKeys" = "Y"
200 "ClearAllSelections" = "0"
201 "PersistentSelection" = "1"
204 ; List of all directories directly contain .AFM files
206 "1" = "/usr/share/ghostscript/fonts"
207 "2" = "/usr/share/a2ps/afm"
208 "3" = "/usr/share/enscript"
209 "4" = "/usr/X11R6/lib/X11/fonts/Type1"
212 ; Uncomment the "Drivers" line matching your sound setting.
214 "Drivers" = "wineoss.drv" ; default for most common configurations
215 ;"Drivers" = "winearts.drv" ; for KDE
216 ;"Drivers" = "winealsa.drv" ; for ALSA users
217 ;"Drivers" = "winejack.drv" ; for Jack sound server
218 ;"Drivers" = "winenas.drv" ; for NAS sound system
219 ;"Drivers" = "wineaudioio.drv" ; for Solaris machines
220 ;"Drivers" = "" ; to disable sound
221 "WaveMapper" = "msacm.drv"
222 "MidiMapper" = "midimap.drv"
225 ;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
227 ;; HEL only: Number of waveOut fragments ahead to queue to driver.
229 ;; Max number of fragments to prebuffer
230 ;"SndQueueMax" = "28"
231 ;; Min number of fragments to prebuffer
232 ;"SndQueueMin" = "12"
233 ;; Forces emulation mode (using wave api)
234 ;"HardwareAcceleration" = "Emulation"
235 ;; Sets default playback device (0 - number of devices - 1)
236 ;"DefaultPlayback" = "0" ; use first device (/dev/dsp)
237 ;"DefaultPlayback" = "1" ; use second device (/dev/dsp1)
238 ;"DefaultPlayback" = "2" ; use third device (/dev/dsp2)
239 ;; Sets default capture device (0 - number of devices - 1)
240 ;"DefaultCapture" = "0" ; use first device (/dev/dsp)
241 ;"DefaultCapture" = "1" ; use second device (/dev/dsp1)
242 ;"DefaultCapture" = "2" ; use third device (/dev/dsp2)
245 ;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean, default "Y").
246 ;; Set to N if you need a persistent NetBIOS ComputerName that possibly differs
247 ;; from the Unix host name. You'll need to set ComputerName in
248 ;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName, too.
249 ;"UseDnsComputerName" = "N"
251 ;; sample AppDefaults entries
253 ; 3 InstallShield versions who like to put their full screen window in front,
254 ; without any chance to switch to another X11 application.
255 ; So just catch them in a desktop window.
257 [AppDefaults\\_INS0432._MP\\x11drv]
258 "Desktop" = "640x480"
260 [AppDefaults\\_INS0466._MP\\x11drv]
261 "Desktop" = "640x480"
263 [AppDefaults\\_INS0576._MP\\x11drv]
264 "Desktop" = "640x480"
266 [AppDefaults\\_INS5176._MP\\x11drv]
267 "Desktop" = "640x480"
269 [AppDefaults\\_INS5576._MP\\x11drv]
270 "Desktop" = "640x480"
272 ;[AppDefaults\\iexplore.exe\\DllOverrides]
273 ;"shlwapi" = "native"
276 ;"shdocvw" = "native"
277 ;"wininet" = "native"
278 ;"shfolder" = "native"
279 ;"shell32" = "native"
281 ;"comctl32" = "native"
283 ;[AppDefaults\\setup.exe\\x11drv]
284 ;"Desktop" = "800x600"
286 ;[AppDefaults\\sol.exe\\Version]
289 ;; Some games (Quake 2, UT) refuse to accept emulated dsound devices.
290 ;; You can add an AppDefault entry like this for such cases.
291 ;[AppDefaults\\pickygame.exe\\dsound]