2 ;; MS-DOS drives configuration
4 ;; Each section has the following format:
6 ;; Path=xxx (Unix path for drive root)
7 ;; Type=xxx (supported types are 'floppy', 'hd', 'cdrom' and 'network')
8 ;; Label=xxx (drive label, at most 11 characters)
9 ;; Serial=xxx (serial number, 8 characters hexadecimal number)
10 ;; Filesystem=xxx (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
11 ;; This is the FS Wine is supposed to emulate on a certain
12 ;; directory structure.
14 ;; - "win95" for ext2fs, VFAT and FAT32
15 ;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
16 ;; DON'T use "unix" unless you intend to port programs using Winelib !
17 ;; Device=/dev/xx (only if you want to allow raw device access)
37 ; make sure that device is correct and has proper permissions !
54 System=c:\windows\system
56 Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
57 Profile=c:\windows\Profiles\Administrator
59 ; Wine doesn't pass directory symlinks to Windows programs by default.
60 ; Enabling this may crash some programs that do recursive lookups of a whole
61 ; subdir tree in case of a symlink pointing back to itself.
63 ShellLinker=wineshelllink
68 EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
69 DefaultLoadOrder = native, builtin, so
72 commdlg = builtin, native
73 comdlg32 = builtin, native
75 version = builtin, native
76 shell = builtin, native
77 shell32 = builtin, native
78 lzexpand = builtin, native
79 lz32 = builtin, native
80 comctl32 = builtin, native
81 commctrl = builtin, native
84 advapi32 = builtin, native
85 crtdll = builtin, native
87 winspool.drv = builtin, native
88 ddraw = builtin, native
89 dinput = builtin, native
90 dsound = builtin, native
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 midimap.drv = builtin, native
106 ; Number of colors to allocate from the system palette
107 AllocSystemColors = 100
108 ; Use a private color map
110 ; Favor correctness over speed in some graphics operations
112 ; Color depth to use on multi-depth screens
114 ; Name of X11 display to use
116 ; Allow the window manager to manage created windows
118 ; Use a desktop window of 640x480 for Wine
120 ; Use XFree86 DGA extension if present
122 ; Use XShm extension if present
124 ; Enable DirectX mouse grab
126 ; Create the desktop window with a double-buffered visual
127 ; (useful to play OpenGL games)
128 DesktopDoubleBuffered = N
129 ; Code page used for captions in managed mode
130 ; 0 means default ANSI code page (CP_ACP == 0)
132 ; Use this if you have more than one port for video on your setup
133 ; (Wine uses for now the first 'input image' it finds).
137 ;Read documentation/fonts before adding aliases
139 Default = -adobe-times-
144 Com3=/dev/modem,38400
152 LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
156 ;read=0x779,0x379,0x280-0x2a0
157 ;write=0x779,0x379,0x280-0x2a0
160 Exclude=WM_SIZE;WM_TIMER;
163 ; Paths must be given in /dir/dir/file.reg format.
164 ; Wine will not understand dos file names here...
166 ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
167 ;Defaults are read all, write to Home
168 ; Global registries (stored in /etc)
169 LoadGlobalRegistryFiles=Y
170 ; Home registries (stored in ~user/.wine/)
171 LoadHomeRegistryFiles=Y
172 ; Load Windows registries from the Windows directory
173 LoadWindowsRegistryFiles=Y
174 ; TRY to write all changes to home registries
175 WritetoHomeRegistryFiles=Y
176 ; Use new file format
178 ; Registry periodic save timeout in seconds
180 ; Save only modified keys
181 SaveOnlyUpdatedKeys=Y
184 ;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
200 PersistentSelection=1