1 WINE REGISTRY Version 2
2 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
5 ;; MS-DOS drives configuration
7 ;; Each section has the following format:
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.
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)
33 "Filesystem" = "win95"
39 "Filesystem" = "win95"
40 ; make sure that device is correct and has proper permissions !
41 "Device" = "/dev/cdrom"
47 "Filesystem" = "win95"
53 "Filesystem" = "win95"
56 "Windows" = "c:\\windows"
57 "System" = "c:\\windows\\system"
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"
71 "commdlg" = "builtin, native"
72 "comdlg32" = "builtin, native"
73 "ver" = "builtin, native"
74 "version" = "builtin, native"
75 "shell" = "builtin, native"
76 "shell32" = "builtin, native"
77 "shfolder" = "builtin, native"
78 "shlwapi" = "builtin, native"
79 "lzexpand" = "builtin, native"
80 "lz32" = "builtin, native"
81 "comctl32" = "builtin, native"
82 "commctrl" = "builtin, native"
83 "advapi32" = "builtin, native"
84 "crtdll" = "builtin, native"
85 "mpr" = "builtin, native"
86 "winspool.drv" = "builtin, native"
87 "ddraw" = "builtin, native"
88 "dinput" = "builtin, native"
89 "dsound" = "builtin, native"
90 "opengl32" = "builtin, native"
91 "msvcrt" = "native, builtin"
92 "rpcrt4" = "native, builtin"
93 "msvideo" = "builtin, native"
94 "msvfw32" = "builtin, native"
95 "mcicda.drv" = "builtin, native"
96 "mciseq.drv" = "builtin, native"
97 "mciwave.drv" = "builtin, native"
98 "mciavi.drv" = "native, builtin"
99 "mcianim.drv" = "native, builtin"
100 "msacm.drv" = "builtin, native"
101 "msacm" = "builtin, native"
102 "msacm32" = "builtin, native"
103 "midimap.drv" = "builtin, native"
104 ; default for all other dlls
105 "*" = "native, builtin, so"
108 ; Number of colors to allocate from the system palette
109 "AllocSystemColors" = "100"
110 ; Use a private color map
111 "PrivateColorMap" = "N"
112 ; Favor correctness over speed in some graphics operations
113 "PerfectGraphics" = "N"
114 ; Color depth to use on multi-depth screens
115 ;;"ScreenDepth" = "16"
116 ; Name of X11 display to use
118 ; Allow the window manager to manage created windows
120 ; Use a desktop window of 640x480 for Wine
121 ;"Desktop" = "640x480"
122 ; Use XFree86 DGA extension if present
123 ; (make sure /dev/mem is accessible by you !)
125 ; Use XShm extension if present
127 ; Use XVidMode extension if present
129 ; Enable DirectX mouse grab
131 ; Create the desktop window with a double-buffered visual
132 ; (useful to play OpenGL games)
133 "DesktopDoubleBuffered" = "N"
134 ; Code page used for captions in managed mode
135 ; 0 means default ANSI code page (CP_ACP == 0)
137 ; Use this if you have more than one port for video on your setup
138 ; (Wine uses for now the first 'input image' it finds).
139 ;; "XVideoPort" = "43"
140 ; Run in synchronous mode (useful for debugging X11 problems)
141 ;;"Synchronous" = "Y"
144 ;Read documentation/fonts before adding aliases
145 ;See a couple of examples for russian users below
147 "Default" = "-adobe-helvetica-"
148 "DefaultFixed" = "fixed"
149 "DefaultSerif" = "-adobe-times-"
150 "DefaultSansSerif" = "-adobe-helvetica-"
152 ;; default TrueType fonts with russian koi8-r encoding
153 ;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
154 ;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
155 ;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
156 ;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
157 ;; default cyrillic bitmap X fonts
158 ;"Default" = "-cronyx-helvetica-"
159 ;"DefaultFixed" = "fixed"
160 ;"DefaultSerif" = "-cronyx-times-"
161 ;"DefaultSansSerif" = "-cronyx-helvetica-"
164 "Com1" = "/dev/ttyS0"
165 "Com2" = "/dev/ttyS1"
166 "Com3" = "/dev/ttyS2"
167 "Com4" = "/dev/modem"
173 ;; key: io-base of the emulated port
174 ;; value : parport-device{,timeout}
175 ;; timeout for auto closing an open device ( not yet implemented)
176 ;"378" = "/dev/parport0"
177 ;"278" = "/dev/parport1"
178 ;"3bc" = "/dev/parport2"
183 "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
187 ;"read" = "0x779,0x379,0x280-0x2a0"
188 ;"write" = "0x779,0x379,0x280-0x2a0"
191 "Exclude" = "WM_SIZE;WM_TIMER;"
194 ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
195 ;Defaults are read all, write to Home
196 ; Global registries (stored in /etc)
197 "LoadGlobalRegistryFiles" = "Y"
198 ; Home registries (stored in ~user/.wine/)
199 "LoadHomeRegistryFiles" = "Y"
200 ; Load Windows registries from the Windows directory
201 "LoadWindowsRegistryFiles" = "Y"
202 ; TRY to write all changes to home registries
203 "WritetoHomeRegistryFiles" = "Y"
204 ; Registry periodic save timeout in seconds
205 ; "PeriodicSave" = "600"
206 ; Save only modified keys
207 "SaveOnlyUpdatedKeys" = "Y"
210 ;; supported styles are 'Win31'(default), 'Win95', 'Win98'
215 ;"XtermProg" = "nxterm"
216 ;"InitialRows" = "25"
217 ;"InitialColumns" = "80"
218 ;"TerminalType" = "nxterm"
221 "ClearAllSelections" = "0"
222 "PersistentSelection" = "1"
224 ; List of all directories directly contain .AFM files
226 "1" = "/usr/share/ghostscript/fonts"
227 "2" = "/usr/share/a2ps/afm"
228 "3" = "/usr/share/enscript"
229 "4" = "/usr/X11R6/lib/X11/fonts/Type1"
232 "Drivers" = "wineoss.drv"
233 "WaveMapper" = "msacm.drv"
234 "MidiMapper" = "midimap.drv"