1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
| [Drive A]
; your floppy drive
Path=/mnt/floppy
Type=floppy
Label=Floppy
Serial=87654321
Device=/dev/fd0
; DonŽt give raw device access to any drive if
; you do not really need it. Giving device raw
; device access with the "Device"-entry means
; that a user can format a drive with
; any windows tool.
[Drive C]
; your Windows/Dos partition
; please adjust to the path where it is mounted!
Path=/mnt/win96
Type=hd
Label=MS-DOS
Filesystem=win95
; if vfat partition: Filesystem=win95
; NO device-Entry here!
[Drive D]
; your cd-rom drive
; please adjust to the path where it is mounted!
Path=/cdrom
Type=cdrom
Label=CD-Rom
Filesystem=win95
; if you want to write CDs, you need
; raw device access here
[Drive E]
; normally this should not be changed
; you need write access here, as it will
; be assigned as temp dir
Path=/tmp
Type=hd
Label=Tmp Drive
Filesystem=win95
; WARNING: do not add a device entry!!!!
[Drive F]
Path=${HOME}
Type=network
Label=Home
Filesystem=win95
[wine]
Windows=c:\windows
System=c:\windows\system
Temp=e:\
Path=c:\windows;c:\windows\system;e:\;f:\
GraphicsDriver=x11drv
[DllDefaults]
EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
DefaultLoadOrder = native, elfdll, so, builtin
krnl386 = kernel32
gdi = gdi32
user = user32
commdlg = comdlg32
commctrl= comctl32
ver = version
shell = shell32
lzexpand= lz32
mmsystem= winmm
msvideo = msvfw32
winsock = wsock32
kernel32, gdi32, user32 = builtin
krnl386, gdi, user = builtin
toolhelp = builtin
comdlg32, commdlg = elfdll, builtin, native
version, ver = elfdll, builtin, native
shell32, shell = builtin, native
lz32, lzexpand = builtin, native
commctrl, comctl32 = builtin, native
wsock32, winsock = builtin
advapi32, crtdll, ntdll = builtin, native
mpr, winspool = builtin, native
ddraw, dinput, dsound = builtin, native
winmm, mmsystem = builtin
msvideo, msvfw32 = builtin, native
w32skrnl = builtin
wnaspi32, wow32 = builtin
system, display, wprocs = builtin
wineps = builtin
AllocSystemColors = 100
PrivateColorMap = N
PerfectGraphics = N
Managed = N
UseDGA = Y
UseXShm = Y
DXGrab = N
DesktopDoubleBuffered = N
TextCP=0
;[options]
;AllocSystemColors=100
Resolution = 96
Default = -adobe-times- [serialports]
Com1=/dev/ttyS0
Com2=/dev/ttyS1
Com3=/dev/modem,38400
Com4=/dev/modem
Lpt1=/dev/lp0 [spooler]
LPT1:=|lpr
LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
LPT3:=/dev/lp3 [ports]
;read=0x779,0x379,0x280-0x2a0
;write=0x779,0x379,0x280-0x2a0 [spy]
Exclude=WM_SIZE
;WM_TIMER
[registry]
; Paths must be given in /dir/dir/file.reg format.
; Wine will not understand dos file names here...
; alternate registry file name: HKCU
; obsolete for new Wine versions
;AltCurrentUserFile=
; alternate registry file name: HKU
; obsolete for new Wine versions
;AltUserFile=
; alternate registry file name: HKLM
; obsolete for new Wine versions
;AltLocalMachineFile=
; These are all booleans.
; Y/y/T/t/1 are true, N/n/F/f/0 are false.
; Defaults are read all, write to Home and Alt
; Note: it is pointless to specify alt files
; and neither load nor writeto them.
; Global registries (stored in /etc)
LoadGlobalRegistryFiles=Y
; Home registries (stored in ~user/.wine/)
LoadHomeRegistryFiles=Y
; Load above registries.
LoadAltRegistryFiles=Y
; TRY to write all changes to home registries
WritetoHomeRegistryFiles=Y
; TRY to write all changes to alt registries
WritetoAltRegistryFiles=Y
; Use new file format
UseNewFormat=N
; Registry periodic save timeout in seconds
; PeriodicSave=600
;
; Do you want origial Windows registry files
; to be loaded? Say yes or no to each file
; Windows registries in windows path
LoadWin311RegistryFiles=N
LoadWin95RegistryFiles=Y
LoadWinNTRegistryFiles=N
; user the private registry is taken from
; (profiles/<username>/ntuser.dat)
; NTUser=username [Tweak.Layout]
; WineLook=xxx(supported styles are 'Win31'(default),
; 'Win95', 'Win98')
WineLook=Win98 [programs]
Default=
Startup= |