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
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
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"
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"
131 "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
135 ;"read" = "0x779,0x379,0x280-0x2a0"
136 ;"write" = "0x779,0x379,0x280-0x2a0"
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;"
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"
161 "ClearAllSelections" = "0"
164 ; List of all directories directly contain .AFM files
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"
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"
185 ;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
187 ;; HEL only: Number of waveOut fragments ahead to queue to driver.
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)
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"
236 ;"shdocvw" = "native"
237 ;"wininet" = "native"
238 ;"shfolder" = "native"
239 ;"shell32" = "native"
241 ;"comctl32" = "native"
243 ;[AppDefaults\\setup.exe\\x11drv]
244 ;"Desktop" = "800x600"
246 ;[AppDefaults\\sol.exe\\Version]
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]