- Implemented 73 CRT functions
[wine/hacks.git] / wine.ini
blob1e851f552f975b10c9b24431df02e9ea968c2ca5
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
37 ; make sure that device is correct and has proper permissions !
38 Device=/dev/cdrom
40 [Drive E]
41 Path=/tmp
42 Type=hd
43 Label=Tmp Drive
44 Filesystem=win95
46 [Drive F]
47 Path=${HOME}
48 Type=network
49 Label=Home
50 Filesystem=win95
52 [wine]
53 Windows=c:\windows
54 System=c:\windows\system
55 Temp=e:\
56 Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
57 Profile=c:\windows\Profiles\Administrator
58 GraphicsDriver=x11drv
59 ShellLinker=wineshelllink
61 # <wineconf>
63 [DllDefaults]
64 EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
65 DefaultLoadOrder = native, builtin, elfdll, so
67 [DllOverrides]
68 kernel32, gdi32, user32 = builtin
69 krnl386, gdi, user = builtin
70 toolhelp = builtin
71 comdlg32, commdlg = elfdll, builtin, native
72 version, ver = elfdll, builtin, native
73 shell32, shell = builtin, native
74 lz32, lzexpand = builtin, native
75 commctrl, comctl32 = builtin, native
76 wsock32, winsock = builtin
77 advapi32, crtdll, ntdll = builtin, native
78 mpr, winspool.drv = builtin, native
79 ddraw, dinput, dsound = builtin, native
80 winmm, mmsystem = builtin
81 msvideo, msvfw32 = builtin, native
82 mcicda.drv, mciseq.drv = builtin, native
83 mciwave.drv = builtin, native
84 mciavi.drv, mcianim.drv = native, builtin
85 msacm.drv, midimap.drv = builtin, native
86 w32skrnl = builtin
87 wnaspi32, wow32 = builtin
88 system, display, wprocs = builtin
89 wineps = builtin
90 icmp = builtin
92 [x11drv]
93 ; Number of colors to allocate from the system palette
94 AllocSystemColors = 100
95 ; Use a private color map
96 PrivateColorMap = N
97 ; Favor correctness over speed in some graphics operations
98 PerfectGraphics = N
99 ; Color depth to use on multi-depth screens
100 ;;ScreenDepth = 16
101 ; Name of X11 display to use
102 ;;Display = :0.0
103 ; Allow the window manager to manage created windows
104 Managed = N
105 ; Use XFree86 DGA extension if present
106 UseDGA = Y
107 ; Use XShm extension if present
108 UseXShm = Y
109 ; Enable DirectX mouse grab
110 DXGrab = N
111 ; Create the desktop window with a double-buffered visual
112 ; (useful to play OpenGL games)
113 DesktopDoubleBuffered = N
114 ; Code page used for captions in managed mode
115 ; 0 means default ANSI code page (CP_ACP == 0)
116 TextCP=0
117 ; Use this if you have more than one port for video on your setup
118 ; (Wine uses for now the first 'input image' it founds).
119 ;; XVideoPort = 43
121 [fonts]
122 ;Read documentation/fonts before adding aliases
123 Resolution = 96
124 Default = -adobe-times-
126 [serialports]
127 Com1=/dev/ttyS0
128 Com2=/dev/ttyS1
129 Com3=/dev/modem,38400
130 Com4=/dev/modem
132 [parallelports]
133 Lpt1=/dev/lp0
135 [spooler]
136 LPT1:=|lpr
137 LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
138 LPT3:=/dev/lp3
140 [ports]
141 ;read=0x779,0x379,0x280-0x2a0
142 ;write=0x779,0x379,0x280-0x2a0
144 [spy]
145 Exclude=WM_SIZE;WM_TIMER;
147 [registry]
148 ; Paths must be given in /dir/dir/file.reg format.
149 ; Wine will not understand dos file names here...
151 ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
152 ;Defaults are read all, write to Home
153 ; Global registries (stored in /etc)
154 LoadGlobalRegistryFiles=Y
155 ; Home registries (stored in ~user/.wine/)
156 LoadHomeRegistryFiles=Y
157 ; Load Windows registries from the Windows directory
158 LoadWindowsRegistryFiles=Y
159 ; TRY to write all changes to home registries
160 WritetoHomeRegistryFiles=Y
161 ; Use new file format
162 UseNewFormat=Y
163 ; Registry periodic save timeout in seconds
164 ; PeriodicSave=600
165 ; Save only modified keys
166 SaveOnlyUpdatedKeys=Y
168 [Tweak.Layout]
169 ;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98')
170 WineLook=Win95
172 [programs]
173 Default=
174 Startup=
176 [Console]
177 ;Drivers=tty
178 ;XtermProg=nxterm
179 ;InitialRows=25
180 ;InitialColumns=80
181 ;TerminalType=nxterm
183 [Clipboard]
184 ClearAllSelections=0
185 PersistentSelection=1
187 # </wineconf>