1 WINE REGISTRY Version 2
2 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
4 ;; If you think it is nescessary 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 ;; "Label"="xxx" (drive label, at most 11 characters)
15 ;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
16 ;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
17 ;; This is the FS Wine is supposed to emulate on a certain
18 ;; directory structure.
20 ;; - "win95" for ext2fs, VFAT and FAT32
21 ;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
22 ;; DON'T use "unix" unless you intend to port programs using Winelib !
23 ;; "Device"="/dev/xx" (only if you want to allow raw device access)
36 "Filesystem" = "win95"
42 "Filesystem" = "win95"
43 ; make sure that device is correct and has proper permissions !
44 "Device" = "/dev/cdrom"
50 "Filesystem" = "win95"
56 "Filesystem" = "win95"
59 "Windows" = "c:\\windows"
60 "System" = "c:\\windows\\system"
62 "Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
63 "Profile" = "c:\\windows\\Profiles\\Administrator"
64 "GraphicsDriver" = "x11drv"
65 ; Wine doesn't pass directory symlinks to Windows programs by default.
66 ; Enabling this may crash some programs that do recursive lookups of a whole
67 ; subdir tree in case of a symlink pointing back to itself.
68 ;"ShowDirSymlinks" = "1"
69 "ShellLinker" = "wineshelllink"
73 ; Be careful here, wrong DllOverrides settings have the potential
74 ; to pretty much kill your setup.
76 "commdlg" = "builtin, native"
77 "comdlg32" = "builtin, native"
78 "ver" = "builtin, native"
79 "version" = "builtin, native"
80 "shell" = "builtin, native"
81 "shell32" = "builtin, native"
82 "shfolder" = "builtin, native"
83 "shlwapi" = "builtin, native"
84 "shdocvw" = "builtin, native"
85 "lzexpand" = "builtin, native"
86 "lz32" = "builtin, native"
87 "comctl32" = "builtin, native"
88 "commctrl" = "builtin, native"
89 "advapi32" = "builtin, native"
90 "crtdll" = "builtin, native"
91 "mpr" = "builtin, native"
92 "winspool.drv" = "builtin, native"
93 "ddraw" = "builtin, native"
94 "dinput" = "builtin, native"
95 "dsound" = "builtin, native"
96 "opengl32" = "builtin, native"
97 "msvcrt" = "native, builtin"
98 "rpcrt4" = "native, builtin"
99 "msvideo" = "builtin, native"
100 "msvfw32" = "builtin, native"
101 "mcicda.drv" = "builtin, native"
102 "mciseq.drv" = "builtin, native"
103 "mciwave.drv" = "builtin, native"
104 "mciavi.drv" = "native, builtin"
105 "mcianim.drv" = "native, builtin"
106 "msacm.drv" = "builtin, native"
107 "msacm" = "builtin, native"
108 "msacm32" = "builtin, native"
109 "midimap.drv" = "builtin, native"
110 ; default for all other dlls
111 "*" = "native, builtin, so"
114 ; Number of colors to allocate from the system palette
115 "AllocSystemColors" = "100"
116 ; Use a private color map
117 "PrivateColorMap" = "N"
118 ; Favor correctness over speed in some graphics operations
119 "PerfectGraphics" = "N"
120 ; Color depth to use on multi-depth screens
121 ;;"ScreenDepth" = "16"
122 ; Name of X11 display to use
124 ; Allow the window manager to manage created windows
126 ; Use a desktop window of 640x480 for Wine
127 ;"Desktop" = "640x480"
128 ; Use XFree86 DGA extension if present
129 ; (make sure /dev/mem is accessible by you !)
131 ; Use XShm extension if present
133 ; Use XVidMode extension if present
135 ; Enable DirectX mouse grab
137 ; Create the desktop window with a double-buffered visual
138 ; (useful to play OpenGL games)
139 "DesktopDoubleBuffered" = "N"
140 ; Code page used for captions in managed mode
141 ; 0 means default ANSI code page (CP_ACP == 0)
143 ; Use this if you have more than one port for video on your setup
144 ; (Wine uses for now the first 'input image' it finds).
145 ;; "XVideoPort" = "43"
146 ; Run in synchronous mode (useful for debugging X11 problems)
147 ;;"Synchronous" = "Y"
150 ;Read documentation/fonts before adding aliases
151 ;See a couple of examples for russian users below
153 "Default" = "-adobe-helvetica-"
154 "DefaultFixed" = "fixed"
155 "DefaultSerif" = "-adobe-times-"
156 "DefaultSansSerif" = "-adobe-helvetica-"
158 ;; default TrueType fonts with russian koi8-r encoding
159 ;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
160 ;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
161 ;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
162 ;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
163 ;; default cyrillic bitmap X fonts
164 ;"Default" = "-cronyx-helvetica-"
165 ;"DefaultFixed" = "fixed"
166 ;"DefaultSerif" = "-cronyx-times-"
167 ;"DefaultSansSerif" = "-cronyx-helvetica-"
170 "Com1" = "/dev/ttyS0"
171 "Com2" = "/dev/ttyS1"
172 "Com3" = "/dev/ttyS2"
173 "Com4" = "/dev/modem"
179 ;; key: io-base of the emulated port
180 ;; value : parport-device{,timeout}
181 ;; timeout for auto closing an open device ( not yet implemented)
182 ;"378" = "/dev/parport0"
183 ;"278" = "/dev/parport1"
184 ;"3bc" = "/dev/parport2"
189 "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
193 ;"read" = "0x779,0x379,0x280-0x2a0"
194 ;"write" = "0x779,0x379,0x280-0x2a0"
197 "Exclude" = "WM_SIZE;WM_TIMER;"
200 ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
201 ;Defaults are read all, write to Home
202 ; Global registries (stored in /etc)
203 "LoadGlobalRegistryFiles" = "Y"
204 ; Home registries (stored in ~user/.wine/)
205 "LoadHomeRegistryFiles" = "Y"
206 ; Load Windows registries from the Windows directory
207 "LoadWindowsRegistryFiles" = "Y"
208 ; TRY to write all changes to home registries
209 "WritetoHomeRegistryFiles" = "Y"
210 ; Registry periodic save timeout in seconds
211 ; "PeriodicSave" = "600"
212 ; Save only modified keys
213 "SaveOnlyUpdatedKeys" = "Y"
216 ;; supported styles are 'Win31'(default), 'Win95', 'Win98'
217 ;; this has *nothing* to do with the windows version Wine returns:
218 ;; use cmdline option --winver if you want that.
223 ;"XtermProg" = "nxterm"
224 ;"InitialRows" = "25"
225 ;"InitialColumns" = "80"
226 ;"TerminalType" = "nxterm"
229 "ClearAllSelections" = "0"
230 "PersistentSelection" = "1"
232 ; List of all directories directly contain .AFM files
234 "1" = "/usr/share/ghostscript/fonts"
235 "2" = "/usr/share/a2ps/afm"
236 "3" = "/usr/share/enscript"
237 "4" = "/usr/X11R6/lib/X11/fonts/Type1"
240 "Drivers" = "wineoss.drv"
241 #"Drivers" = "winearts.drv"
242 "WaveMapper" = "msacm.drv"
243 "MidiMapper" = "midimap.drv"
245 ;; sample AppDefaults entries
246 ;[AppDefaults\\iexplore.exe\\DllOverrides]
247 ;"shlwapi" = "native"
250 ;"shdocvw" = "native"
251 ;"wininet" = "native"
252 ;"shfolder" = "native"
253 ;"shell32" = "native"
255 ;"comctl32" = "native"
257 ;[AppDefaults\\setup.exe\\x11drv]
258 ;"Desktop" = "800x600"