Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbejy@wpi.edu>
[wine/multimedia.git] / wine.ini
blobd279c2b5be291f6b8b1a314b4caf7969cc353b8a
1 ;;
2 ;; MS-DOS drives configuration
3 ;;
4 ;; Each section has the following format:
5 ;; [Drive X]
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.
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 !
17 ;; Device=/dev/xx (only if you want to allow raw device access)
19 [Drive A]
20 Path=/mnt/fd0
21 Type=floppy
22 Label=Floppy
23 Serial=87654321
24 Device=/dev/fd0
26 [Drive C]
27 Path=/c
28 Type=hd
29 Label=MS-DOS
30 Filesystem=win95
32 [Drive D]
33 Path=/cdrom
34 Type=cdrom
35 Label=CD-Rom
36 Filesystem=win95
38 [Drive E]
39 Path=/tmp
40 Type=hd
41 Label=Tmp Drive
42 Filesystem=win95
44 [Drive F]
45 Path=${HOME}
46 Type=network
47 Label=Home
48 Filesystem=win95
50 [wine]
51 Windows=c:\windows
52 System=c:\windows\system
53 Temp=e:\
54 Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
55 SymbolTableFile=./wine.sym
57 [DllDefaults]
58 EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
59 DefaultLoadOrder = native, elfdll, so, builtin
61 [DllPairs]
62 kernel = kernel32
63 gdi = gdi32
64 user = user32
65 commdlg = comdlg32
66 commctrl= comctl32
67 ver = version
68 shell = shell32
69 lzexpand= lz32
70 winsock = wsock32
72 [DllOverrides]
73 kernel32, gdi32, user32 = builtin
74 kernel, gdi, user = builtin
75 toolhelp = builtin
76 comdlg32, commdlg = elfdll, builtin, native
77 version, ver = elfdll, builtin, native
78 shell32, shell = builtin, native
79 lz32, lzexpand = builtin, native
80 commctrl, comctl32 = builtin, native
81 wsock32, winsock = builtin
82 advapi32, crtdll, ntdll = builtin, native
83 mpr, winspool = builtin, native
84 ddraw, dinput, dsound = builtin, native
85 winmm, w32skrnl, msvfw32= builtin
86 wnaspi32, wow32 = builtin
87 system, display, wprocs = builtin
88 wineps = builtin
90 [options]
91 AllocSystemColors=100
93 [fonts]
94 ;Read documentation/fonts before adding aliases
95 Resolution = 96
96 Default = -adobe-times-
98 [serialports]
99 Com1=/dev/cua0
100 Com2=/dev/cua1
101 Com3=/dev/modem,38400
102 Com4=/dev/modem
104 [parallelports]
105 Lpt1=/dev/lp0
107 [spooler]
108 LPT1:=|lpr
109 LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
110 LPT3:=/dev/lp3
112 [ports]
113 ;read=0x779,0x379,0x280-0x2a0
114 ;write=0x779,0x379,0x280-0x2a0
116 [spy]
117 Exclude=WM_SIZE;WM_TIMER;
119 [Registry]
120 ; Paths must be given in /dir/dir/file.reg format.
121 ; Wine will not understand dos file names here...
123 ;UserFileName=xxx ; alternate registry file name (user.reg)
124 ;LocalMachineFileName=xxx ; (system.reg)
126 [Tweak.Layout]
127 ;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
128 ;WineLook=Win95
130 [programs]
131 Default=
132 Startup=
134 [Console]
135 ;XtermProg=nxterm
136 ;InitialRows=25
137 ;InitialColumns=80
138 ;TerminalType=nxterm