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 "EXTRA_LD_LIBRARY_PATH" = "${HOME}/wine/cvs/lib"
72 "DefaultLoadOrder" = "native, builtin, so"
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"
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"
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"
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
122 ; Allow the window manager to manage created windows
124 ; Use a desktop window of 640x480 for Wine
125 ;"Desktop" = "640x480"
126 ; Use XFree86 DGA extension if present
128 ; Use XShm extension if present
130 ; Enable DirectX mouse grab
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)
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"
143 ;Read documentation/fonts before adding aliases
145 "Default" = "-adobe-times-"
148 "Com1" = "/dev/ttyS0"
149 "Com2" = "/dev/ttyS1"
150 "Com3" = "/dev/ttyS2"
151 "Com4" = "/dev/modem"
158 "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
162 ;"read" = "0x779,0x379,0x280-0x2a0"
163 ; "write" = "0x779,0x379,0x280-0x2a0"
166 "Exclude" = "WM_SIZE;WM_TIMER;"
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"
185 ;; supported styles are 'Win31'(default), 'Win95', 'Win98'
190 ;"XtermProg" = "nxterm"
191 ;"InitialRows" = "25"
192 ;"InitialColumns" = "80"
193 ;"TerminalType" = "nxterm"
196 "ClearAllSelections" = "0"
197 "PersistentSelection" = "1"