Remove the rest of the Tweak look hack.
[wine] / documentation / samples / config
1 WINE REGISTRY Version 2
2 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
3
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 '.'
7 ;;
8 ;; MS-DOS drives configuration
9 ;;
10 ;; Each section has the following format:
11 ;; [Drive X]
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)
15 ;;
16 [Drive A]
17 "Path" = "/mnt/fd0"
18 "Type" = "floppy"
19 "Device" = "/dev/fd0"
20
21 [Drive C]
22 "Path" = "/c"
23 "Type" = "hd"
24
25 [Drive D]
26 "Path" = "/cdrom"
27 "Type" = "cdrom"
28 ; make sure that device is correct and has proper permissions !
29 "Device" = "/dev/cdrom"
30
31 [Drive E]
32 "Path" = "/tmp"
33 "Type" = "hd"
34
35 [Drive F]
36 "Path" = "%HOME%"
37 "Type" = "network"
38
39 [Drive Z]
40 "Path" = "/"
41 "Type" = "hd"
42
43 [wine]
44 "Windows" = "c:\\windows"
45 "System" = "c:\\windows\\system"
46 "Temp" = "e:\\"
47 "Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
48 "Profile" = "c:\\windows\\Profiles\\Administrator"
49 "GraphicsDriver" = "x11drv"
50 ;"ShowDirSymlinks" = "1"
51 ;"ShowDotFiles" = "1"
52 "ShellLinker" = "wineshelllink"
53
54 # [wineconf]
55
56 [Version]
57 ; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
58 ;"Windows" = "win98"
59 ; DOS version to imitate
60 ;"DOS" = "6.22"
61
62 ; Be careful here, wrong DllOverrides settings have the potential
63 ; to pretty much kill your setup.
64 [DllOverrides]
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"
85
86 [x11drv]
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
96 "Managed" = "Y"
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 !)
101 "UseDGA" = "Y"
102 ; Use XVidMode extension if present
103 "UseXVidMode" = "Y"
104 ; Use XRandR extension if present
105 "UseXRandR" = "Y"
106 ; Use the take focus protocol
107 "UseTakeFocus" = "Y"
108 ; Enable DirectX mouse grab
109 "DXGrab" = "N"
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"
115 ;
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
121 ;
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"
126 ;
127
128 [fonts]
129 ;Read the Fonts topic in the Wine User Guide before adding aliases
130 ;See a couple of examples for russian users below
131 "Resolution" = "96"
132 "Default" = "-adobe-helvetica-"
133 "DefaultFixed" = "fixed"
134 "DefaultSerif" = "-adobe-times-"
135 "DefaultSansSerif" = "-adobe-helvetica-"
136
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-"
147
148 ; the TrueType font dirs you want to make accessible to wine
149 [FontDirs]
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"
154
155 [ppdev]
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"
162
163 [spooler]
164 "FILE:" = "tmp.ps"
165 "LPT1:" = "|lpr"
166 "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
167 "LPT3:" = "/dev/lp3"
168
169 [ports]
170 ;"read"  = "0x779,0x379,0x280-0x2a0"
171 ;"write" = "0x779,0x379,0x280-0x2a0"
172
173 [Debug]
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;"
180
181 [registry]
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"
198
199 [Clipboard]
200 "ClearAllSelections" = "0"
201 "PersistentSelection" = "1"
202 "UsePrimary" = "0"
203
204 ; List of all directories directly contain .AFM files
205 [afmdirs]
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"
210
211 [WinMM]
212 ; Uncomment the "Drivers" line matching your sound setting.
213
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"
223
224 [dsound]
225 ;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
226 ;"HELmargin" = "5"
227 ;; HEL only: Number of waveOut fragments ahead to queue to driver.
228 ;"HELqueue" = "5"
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)
243
244 [Network]
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"
250
251 ;; sample AppDefaults entries
252
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.
256
257 [AppDefaults\\_INS0432._MP\\x11drv]
258 "Desktop" = "640x480"
259
260 [AppDefaults\\_INS0466._MP\\x11drv]
261 "Desktop" = "640x480"
262
263 [AppDefaults\\_INS0576._MP\\x11drv]
264 "Desktop" = "640x480"
265
266 [AppDefaults\\_INS5176._MP\\x11drv]
267 "Desktop" = "640x480"
268
269 [AppDefaults\\_INS5576._MP\\x11drv]
270 "Desktop" = "640x480"
271
272 ;[AppDefaults\\iexplore.exe\\DllOverrides]
273 ;"shlwapi" = "native"
274 ;"rpcrt4" = "native"
275 ;"ole32" = "native"
276 ;"shdocvw" = "native"
277 ;"wininet" = "native"
278 ;"shfolder" = "native"
279 ;"shell32" = "native"
280 ;"shell" = "native"
281 ;"comctl32" = "native"
282 ;
283 ;[AppDefaults\\setup.exe\\x11drv]
284 ;"Desktop" = "800x600"
285 ;
286 ;[AppDefaults\\sol.exe\\Version]
287 ;"Windows" = "nt40"
288 ;
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]
292 ;"EmulDriver" = "N"
293
294 # [/wineconf]