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
63 EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
64 DefaultLoadOrder = native, builtin, elfdll, so
67 kernel32, gdi32, user32 = builtin
68 krnl386, gdi, user = builtin
70 comdlg32, commdlg = elfdll, builtin, native
71 version, ver = elfdll, builtin, native
72 shell32, shell = builtin, native
73 lz32, lzexpand = builtin, native
74 commctrl, comctl32 = builtin, native
75 wsock32, winsock = builtin
76 advapi32, crtdll, ntdll = builtin, native
77 mpr, winspool.drv = builtin, native
78 ddraw, dinput, dsound = builtin, native
79 winmm, mmsystem = builtin
80 msvideo, msvfw32 = builtin, native
81 mcicda.drv, mciseq.drv = builtin, native
82 mciwave.drv = builtin, native
83 mciavi.drv, mcianim.drv = native, builtin
84 msacm.drv, midimap.drv = builtin, native
86 wnaspi32, wow32 = builtin
87 system, display, wprocs = builtin
92 ; Number of colors to allocate from the system palette
93 AllocSystemColors = 100
94 ; Use a private color map
96 ; Favor correctness over speed in some graphics operations
98 ; Color depth to use on multi-depth screens
100 ; Name of X11 display to use
102 ; Allow the window manager to manage created windows
104 ; Use XFree86 DGA extension if present
106 ; Use XShm extension if present
108 ; Enable DirectX mouse grab
110 ; Create the desktop window with a double-buffered visual
111 ; (useful to play OpenGL games)
112 DesktopDoubleBuffered = N
113 ; Code page used for captions in managed mode
114 ; 0 means default ANSI code page (CP_ACP == 0)
118 ;Read documentation/fonts before adding aliases
120 Default = -adobe-times-
125 Com3=/dev/modem,38400
133 LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
137 ;read=0x779,0x379,0x280-0x2a0
138 ;write=0x779,0x379,0x280-0x2a0
141 Exclude=WM_SIZE;WM_TIMER;
144 ; Paths must be given in /dir/dir/file.reg format.
145 ; Wine will not understand dos file names here...
147 ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
148 ;Defaults are read all, write to Home
149 ; Global registries (stored in /etc)
150 LoadGlobalRegistryFiles=Y
151 ; Home registries (stored in ~user/.wine/)
152 LoadHomeRegistryFiles=Y
153 ; Load Windows registries from the Windows directory
154 LoadWindowsRegistryFiles=Y
155 ; TRY to write all changes to home registries
156 WritetoHomeRegistryFiles=Y
157 ; Use new file format
159 ; Registry periodic save timeout in seconds
161 ; Save only modified keys
162 SaveOnlyUpdatedKeys=Y
165 ;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
181 PersistentSelection=1