blob: ebada126a9b969249807665dd869dbef3e4a809d [file] [log] [blame]
Alexandre Julliard7e56f681996-01-31 19:02:28 +00001;;
2;; MS-DOS drives configuration
3;;
4;; Each section has the following format:
5;; [Drive X]
Alexandre Julliard1e37a181996-08-18 16:21:52 +00006;; 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)
Andreas Mohr11db4961999-02-28 10:05:44 +000010;; Filesystem=xxx (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
Andreas Mohre3728cd1999-02-05 10:16:19 +000011;; This is the FS Wine is supposed to emulate on a certain
12;; directory structure.
13;; Recommended:
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 !
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000017;; Device=/dev/xx (only if you want to allow raw device access)
Alexandre Julliard7e56f681996-01-31 19:02:28 +000018;;
19[Drive A]
20Path=/mnt/fd0
21Type=floppy
22Label=Floppy
23Serial=87654321
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000024Device=/dev/fd0
Alexandre Julliard7e56f681996-01-31 19:02:28 +000025
26[Drive C]
27Path=/c
28Type=hd
29Label=MS-DOS
Andreas Mohre3728cd1999-02-05 10:16:19 +000030Filesystem=win95
Alexandre Julliard7e56f681996-01-31 19:02:28 +000031
32[Drive D]
33Path=/cdrom
34Type=cdrom
35Label=CD-Rom
Andreas Mohre3728cd1999-02-05 10:16:19 +000036Filesystem=win95
Andreas Mohr1fe93342000-01-29 21:11:47 +000037; make sure that device is correct and has proper permissions !
38Device=/dev/cdrom
Alexandre Julliard7e56f681996-01-31 19:02:28 +000039
40[Drive E]
41Path=/tmp
42Type=hd
43Label=Tmp Drive
Andreas Mohre3728cd1999-02-05 10:16:19 +000044Filesystem=win95
Alexandre Julliard7e56f681996-01-31 19:02:28 +000045
Alexandre Julliard23946ad1997-06-16 17:43:53 +000046[Drive F]
47Path=${HOME}
48Type=network
49Label=Home
Andreas Mohre3728cd1999-02-05 10:16:19 +000050Filesystem=win95
Alexandre Julliard23946ad1997-06-16 17:43:53 +000051
Alexandre Julliard7e56f681996-01-31 19:02:28 +000052[wine]
53Windows=c:\windows
54System=c:\windows\system
55Temp=e:\
56Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
Juergen Schmied8573cc72000-01-30 03:03:23 +000057Profile=c:\windows\Profiles\Administrator
Patrik Stridvalla4ecb412000-04-25 20:12:55 +000058GraphicsDriver=x11drv
Alexandre Julliard7e56f681996-01-31 19:02:28 +000059
Eric Pouechef80cb11999-04-25 12:16:49 +000060# <wineconf>
61
Bertho Stultiens1bbc5de1999-04-18 12:10:42 +000062[DllDefaults]
63EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
Alexandre Julliard318f4ce2000-01-31 05:02:49 +000064DefaultLoadOrder = native, builtin, elfdll, so
Bertho Stultiens1bbc5de1999-04-18 12:10:42 +000065
Bertho Stultiens1bbc5de1999-04-18 12:10:42 +000066[DllOverrides]
67kernel32, gdi32, user32 = builtin
Eric Pouech448b34a1999-10-13 16:02:40 +000068krnl386, gdi, user = builtin
Marcus Meissnerb3bd7541999-04-19 16:20:21 +000069toolhelp = builtin
Bertho Stultiens1bbc5de1999-04-18 12:10:42 +000070comdlg32, commdlg = elfdll, builtin, native
71version, ver = elfdll, builtin, native
72shell32, shell = builtin, native
73lz32, lzexpand = builtin, native
74commctrl, comctl32 = builtin, native
75wsock32, winsock = builtin
76advapi32, crtdll, ntdll = builtin, native
Huw D M Davies8bd75851999-09-04 11:05:41 +000077mpr, winspool.drv = builtin, native
Bertho Stultiens1bbc5de1999-04-18 12:10:42 +000078ddraw, dinput, dsound = builtin, native
Eric Pouechef80cb11999-04-25 12:16:49 +000079winmm, mmsystem = builtin
80msvideo, msvfw32 = builtin, native
Eric Pouech281c9271999-05-02 10:21:49 +000081mcicda.drv, mciseq.drv = builtin, native
82mciwave.drv = builtin, native
83mciavi.drv, mcianim.drv = native, builtin
Eric Pouechabe72271999-10-31 02:23:49 +000084msacm.drv, midimap.drv = builtin, native
Eric Pouechef80cb11999-04-25 12:16:49 +000085w32skrnl = builtin
Bertho Stultiens1bbc5de1999-04-18 12:10:42 +000086wnaspi32, wow32 = builtin
87system, display, wprocs = builtin
88wineps = builtin
Francois Gougetedf3e431999-11-07 21:22:17 +000089icmp = builtin
Bertho Stultiens1bbc5de1999-04-18 12:10:42 +000090
Alexandre Julliardfe085682000-03-18 21:56:10 +000091[x11drv]
92; Number of colors to allocate from the system palette
93AllocSystemColors = 100
94; Use a private color map
95PrivateColorMap = N
96; Favor correctness over speed in some graphics operations
97PerfectGraphics = N
98; Color depth to use on multi-depth screens
99;;ScreenDepth = 16
Alexandre Julliard8e3e6b52000-05-15 02:46:44 +0000100; Name of X11 display to use
101;;Display = :0.0
102; Allow the window manager to manage created windows
103Managed = N
Alexandre Julliardfe085682000-03-18 21:56:10 +0000104; Use XFree86 DGA extension if present
105UseDGA = Y
106; Use XShm extension if present
107UseXShm = Y
108; Enable DirectX mouse grab
109DXGrab = N
Lionel Ulmer7e5c2c02000-05-23 01:20:08 +0000110; Create the desktop window with a double-buffered visual
111; (useful to play OpenGL games)
112DesktopDoubleBuffered = N
Dmitry Timoshkov04da8b82000-07-10 12:09:31 +0000113; Code page used for captions in managed mode
114; 0 means default ANSI code page (CP_ACP == 0)
115TextCP=0
Lionel Ulmerfc67be92000-09-26 00:38:03 +0000116; Use this if you have more than one port for video on your setup
117; (Wine uses for now the first 'input image' it founds).
118;; XVideoPort = 43
Alexandre Julliard18f92e71996-07-17 20:02:21 +0000119
Alexandre Julliard7e56f681996-01-31 19:02:28 +0000120[fonts]
Alexandre Julliard670cdc41997-08-24 16:00:30 +0000121;Read documentation/fonts before adding aliases
122Resolution = 96
Alexandre Julliard33072e11997-06-29 18:08:02 +0000123Default = -adobe-times-
Alexandre Julliard7e56f681996-01-31 19:02:28 +0000124
125[serialports]
James Jurandd5b80e1999-05-17 15:03:47 +0000126Com1=/dev/ttyS0
127Com2=/dev/ttyS1
Alexandre Julliard7e56f681996-01-31 19:02:28 +0000128Com3=/dev/modem,38400
129Com4=/dev/modem
130
131[parallelports]
132Lpt1=/dev/lp0
133
Alexandre Julliard23946ad1997-06-16 17:43:53 +0000134[spooler]
135LPT1:=|lpr
136LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
137LPT3:=/dev/lp3
138
139[ports]
140;read=0x779,0x379,0x280-0x2a0
141;write=0x779,0x379,0x280-0x2a0
142
Alexandre Julliard7e56f681996-01-31 19:02:28 +0000143[spy]
144Exclude=WM_SIZE;WM_TIMER;
Alexandre Julliard642d3131998-07-12 19:29:36 +0000145
Nathaniel7bf36ad1999-10-24 19:35:47 +0000146[registry]
Nathan Zorichbd3771c1999-03-14 15:12:48 +0000147; Paths must be given in /dir/dir/file.reg format.
148; Wine will not understand dos file names here...
149
Nathaniel7bf36ad1999-10-24 19:35:47 +0000150;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
Alexandre Julliardc9709042000-04-16 17:21:13 +0000151;Defaults are read all, write to Home
Marcus Meissner11332911999-10-31 01:37:02 +0000152; Global registries (stored in /etc)
153LoadGlobalRegistryFiles=Y
154; Home registries (stored in ~user/.wine/)
155LoadHomeRegistryFiles=Y
Juergen Schmied8573cc72000-01-30 03:03:23 +0000156; Load Windows registries from the Windows directory
157LoadWindowsRegistryFiles=Y
Marcus Meissner11332911999-10-31 01:37:02 +0000158; TRY to write all changes to home registries
159WritetoHomeRegistryFiles=Y
Alexandre Julliard705686e1999-11-24 19:34:32 +0000160; Use new file format
Alexandre Julliard08b289d2000-04-06 20:37:37 +0000161UseNewFormat=Y
Alexandre Julliard705686e1999-11-24 19:34:32 +0000162; Registry periodic save timeout in seconds
163; PeriodicSave=600
Alexandre Julliard08b289d2000-04-06 20:37:37 +0000164; Save only modified keys
165SaveOnlyUpdatedKeys=Y
Nathaniel7bf36ad1999-10-24 19:35:47 +0000166
Alexandre Julliard642d3131998-07-12 19:29:36 +0000167[Tweak.Layout]
Alexandre Julliardd30dfd21998-09-27 18:28:36 +0000168;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
Dmitry Timoshkov3853f0f2000-04-28 20:01:03 +0000169WineLook=Win95
Chad Powelledda6871998-10-21 16:03:16 +0000170
171[programs]
172Default=
Joseph Pranevich2f38cff1999-02-14 11:16:37 +0000173Startup=
174
175[Console]
Alexandre Julliard431cf322000-02-19 20:51:01 +0000176;Drivers=tty
Joseph Pranevich2f38cff1999-02-14 11:16:37 +0000177;XtermProg=nxterm
Joseph Pranevich52291121999-02-20 16:41:29 +0000178;InitialRows=25
179;InitialColumns=80
180;TerminalType=nxterm
Eric Pouechef80cb11999-04-25 12:16:49 +0000181
Francis Beaudet56ab55d1999-10-24 20:22:24 +0000182[Clipboard]
183ClearAllSelections=0
184PersistentSelection=1
185
Eric Pouechef80cb11999-04-25 12:16:49 +0000186# </wineconf>
187