- Migrate CRTDLL to MSVCRT.
[wine] / documentation / samples / config
1 WINE REGISTRY Version 2
2 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
3
4 ;;
5 ;; MS-DOS drives configuration
6 ;;
7 ;; Each section has the following format:
8 ;; [Drive X]
9 ;; "Path"="xxx"       (Unix path for drive root)
10 ;; "Type"="xxx"       (supported types are 'floppy', 'hd', 'cdrom' and 'network')
11 ;; "Label"="xxx"      (drive label, at most 11 characters)
12 ;; "Serial"="xxx"     (serial number, 8 characters hexadecimal number)
13 ;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
14 ;;   This is the FS Wine is supposed to emulate on a certain
15 ;;   directory structure.
16 ;;   Recommended:
17 ;;   - "win95" for ext2fs, VFAT and FAT32
18 ;;   - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
19 ;;   DON'T use "unix" unless you intend to port programs using Winelib !
20 ;; "Device"="/dev/xx" (only if you want to allow raw device access)
21 ;;
22 [Drive A]
23 "Path" = "/mnt/fd0"
24 "Type" = "floppy"
25 "Label" = "Floppy"
26 "Serial" = "87654321"
27 "Device" = "/dev/fd0"
28
29 [Drive C]
30 "Path" = "/c"
31 "Type" = "hd"
32 "Label" = "MS-DOS"
33 "Filesystem" = "win95"
34
35 [Drive D]
36 "Path" = "/cdrom"
37 "Type" = "cdrom"
38 "Label" = "CD-Rom"
39 "Filesystem" = "win95"
40 ; make sure that device is correct and has proper permissions !
41 "Device" = "/dev/cdrom"
42
43 [Drive E]
44 "Path" = "/tmp"
45 "Type" = "hd"
46 "Label" = "Tmp Drive"
47 "Filesystem" = "win95"
48
49 [Drive F]
50 "Path" = "${HOME}"
51 "Type" = "network"
52 "Label" = "Home"
53 "Filesystem" = "win95"
54
55 [wine]
56 "Windows" = "c:\\windows"
57 "System" = "c:\\windows\\system"
58 "Temp" = "e:\\"
59 "Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
60 "Profile" = "c:\\windows\\Profiles\\Administrator"
61 "GraphicsDriver" = "x11drv"
62 ; Wine doesn't pass directory symlinks to Windows programs by default.
63 ; Enabling this may crash some programs that do recursive lookups of a whole
64 ; subdir tree in case of a symlink pointing back to itself.
65 ;"ShowDirSymlinks" = "1"
66 "ShellLinker" = "wineshelllink"
67
68 # <wineconf>
69
70 [DllDefaults]
71 "EXTRA_LD_LIBRARY_PATH" = "${HOME}/wine/cvs/lib"
72 "DefaultLoadOrder" = "native, builtin, so"
73
74 [DllOverrides]
75 "commdlg"      = "builtin, native"
76 "comdlg32"     = "builtin, native"
77 "ver"          = "builtin, native"
78 "version"      = "builtin, native"
79 "shell"        = "builtin, native"
80 "shell32"      = "builtin, native"
81 "lzexpand"     = "builtin, native"
82 "lz32"         = "builtin, native"
83 "comctl32"     = "builtin, native"
84 "commctrl"     = "builtin, native"
85 "wsock32"      = "builtin"
86 "winsock"      = "builtin"
87 "advapi32"     = "builtin, native"
88 "crtdll"       = "builtin, native"
89 "mpr"          = "builtin, native"
90 "winspool.drv" = "builtin, native"
91 "ddraw"        = "builtin, native"
92 "dinput"       = "builtin, native"
93 "dsound"       = "builtin, native"
94 "mmsystem"     = "builtin"
95 "winmm"        = "builtin"
96 "msvcrt"       = "native, builtin"
97 "msvideo"      = "builtin, native"
98 "msvfw32"      = "builtin, native"
99 "mcicda.drv"   = "builtin, native"
100 "mciseq.drv"   = "builtin, native"
101 "mciwave.drv"  = "builtin, native"
102 "mciavi.drv"   = "native, builtin"
103 "mcianim.drv"  = "native, builtin"
104 "msacm.drv"    = "builtin, native"
105 "msacm"        = "builtin, native"
106 "msacm32"      = "builtin, native"
107 "midimap.drv"  = "builtin, native"
108 "wnaspi32"     = "builtin"
109 "icmp"         = "builtin"
110
111 [x11drv]
112 ; Number of colors to allocate from the system palette
113 "AllocSystemColors" = "100"
114 ; Use a private color map
115 "PrivateColorMap" = "N"
116 ; Favor correctness over speed in some graphics operations
117 "PerfectGraphics" = "N"
118 ; Color depth to use on multi-depth screens
119 ;;"ScreenDepth" = "16"
120 ; Name of X11 display to use
121 ;;"Display" = ":0.0"
122 ; Allow the window manager to manage created windows
123 "Managed" = "N"
124 ; Use a desktop window of 640x480 for Wine
125 ;"Desktop" = "640x480"
126 ; Use XFree86 DGA extension if present
127 "UseDGA" = "Y"
128 ; Use XShm extension if present
129 "UseXShm" = "Y"
130 ; Enable DirectX mouse grab
131 "DXGrab" = "N"
132 ; Create the desktop window with a double-buffered visual
133 ; (useful to play OpenGL games)
134 "DesktopDoubleBuffered" = "N"
135 ; Code page used for captions in managed mode
136 ; 0 means default ANSI code page (CP_ACP == 0)
137 "TextCP" = "0"
138 ; Use this if you have more than one port for video on your setup 
139 ; (Wine uses for now the first 'input image' it finds).
140 ;; "XVideoPort" = "43"
141
142 [fonts]
143 ;Read documentation/fonts before adding aliases
144 "Resolution" = "96"
145 "Default" = "-adobe-times-"
146
147 [serialports]
148 "Com1" = "/dev/ttyS0"
149 "Com2" = "/dev/ttyS1"
150 "Com3" = "/dev/ttyS2"
151 "Com4" = "/dev/modem"
152
153 [parallelports]
154 "Lpt1" = "/dev/lp0"
155
156 [spooler]
157 "LPT1:" = "|lpr"
158 "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
159 "LPT3:" = "/dev/lp3"
160
161 [ports]
162 ;"read" = "0x779,0x379,0x280-0x2a0"
163 ; "write" = "0x779,0x379,0x280-0x2a0"
164
165 [spy]
166 "Exclude" = "WM_SIZE;WM_TIMER;"
167
168 [registry]
169 ;These are all booleans.  Y/y/T/t/1 are true, N/n/F/f/0 are false.
170 ;Defaults are read all, write to Home
171 ; Global registries (stored in /etc)
172 "LoadGlobalRegistryFiles" = "Y"
173 ; Home registries (stored in ~user/.wine/)
174 "LoadHomeRegistryFiles" = "Y"
175 ; Load Windows registries from the Windows directory
176 "LoadWindowsRegistryFiles" = "Y"
177 ; TRY to write all changes to home registries
178 "WritetoHomeRegistryFiles" = "Y"
179 ; Registry periodic save timeout in seconds
180 ; "PeriodicSave" = "600"
181 ; Save only modified keys
182 "SaveOnlyUpdatedKeys" = "Y"
183
184 [Tweak.Layout]
185 ;; supported styles are 'Win31'(default), 'Win95', 'Win98'
186 "WineLook" = "Win95"
187
188 [Console]
189 ;"Drivers" = "tty"
190 ;"XtermProg" = "nxterm"
191 ;"InitialRows" = "25"
192 ;"InitialColumns" = "80"
193 ;"TerminalType" = "nxterm"
194
195 [Clipboard]
196 "ClearAllSelections" = "0"
197 "PersistentSelection" = "1"
198
199 # </wineconf>