Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
[wine/multimedia.git] / documentation / wine.man
blob1b5b65c9fd8f33000e4d7c68d0835f2f74bd404d
1 .\" -*- nroff -*-
2 .TH WINE 1 "February 3, 1999" "Version 990131" "Windows On Unix"
3 .SH NAME
4 wine \- run Windows programs on Unix
5 .SH SYNOPSIS
6 .BI "wine " "[wine_options] " "program1 " "[program2 ... ]"
7 .PP
8 For instructions on passing arguments to Windows programs, please see the 
9 .B
10 PROGRAM/ARGUMENTS
11 section of the man page.
12 .SH DESCRIPTION
13 .B wine
14 .I program
15 loads and runs the given program, where the program is a DOS, Windows 3.x,
16 or Win32 executable.
17 .PP
18 .B wine 
19 currently runs a growing list of applications written for both Win3.1 and 
20 Win95.  Older, simpler applications work better than newer, more complex 
21 ones.  A large percentage of the API has been implemented, although there
22 are still several major pieces of work left to do.
23 .SH REQUIREMENTS
24 At present, 
25 .B wine
26 will run under any Linux kernel more recent than 0.99.13, or
27 under recent releases of NetBSD/i386, FreeBSD and OpenBSD/i386. Some bugs
28 were fixed and additional features were added late in the Linux 2.0.x 
29 series, so if you have an old Linux kernel, you may want to upgrade to the
30 latest 2.0.x release. If you have FreeBSD, make sure you have the USER_LDT,
31 SYSVSHM, SYSVSEM, and SYSVMSG options turned on in your kernel. If you
32 are building Wine on Solaris, you will most likely need to build Wine
33 with the GNU toolchain (gcc, gas, etc.)
34 .PP
35 The current support for multithreaded applications relies on the 
36 .BR clone (2)
37 system call, which is currently only available on Linux. It should be
38 possible to implement this for other operating systems, however.
39 .PP
40 .B X
41 must be installed.  To use Wine's support for multithreaded applications,
42 your X libraries must be reentrant.  If you have libc6 (glibc2), or you 
43 compiled the X libraries yourself, they were probably compiled with the 
44 reentrant option enabled.  
45 .PP
46 .B libXpm
47 must be installed.  If you're using Red Hat, make sure the following
48 packages are installed: XFree86-devel, xpm, and xpm-devel. If you're
49 using Debian, the packages you need are xpm4g and xpm4g-dev. If you 
50 have some other distribution, please send a list of packages required
51 to the address listed in the 
53 BUGS
54 section to get it included in this man page.
55 .PP
56 .B gcc
57 2.7.x or later is required to build
58 .B wine.
59 Versions earlier than 2.7.2.3 may have problems when certain files are
60 compiled with optimization.
62 pgcc
63 currently doesn't work with wine.  The cause of this problem is unknown. 
64 .PP
65 .B flex
66 and 
67 .B yacc
68 are required.  Bison can be used in replace of yacc. If you have Redhat,
69 make sure the bison and flex packages are installed.
70 .SH INSTALLATION
71 To install 
72 .B Wine,
73 run "./configure" in the top-level directory of the source, which will 
74 detect your specific setup and create the Makefiles.  You can run 
75 "./configure --help" to see the available configuration options.  Then do 
76 "make depend; make" to build the
77 .B wine
78 executable, and then "make install" to install it. By default,
79 .B wine
80 is installed in the /usr/local/ heirarchy; you can specify a different path with
81 the --prefix option when running
82 .B configure.
83 .PP
84 For more information, see the 
85 .I README
86 file contained in the source distribution.
87 .SH OPTIONS
88 .TP
89 .I -backingstore
90 Turn on backing store
91 .TP
92 .I -config filename
93 Use the named configuration file rather than the default
94 (/usr/local/etc/wine.conf or ~/.winerc).
95 .TP
96 .I -debug
97 Enter the debugger before starting application
98 .TP
99 .I -debugmsg [xxx]#name[,[xxx1]#name1][,<+|->relay=yyy1[:yyy2]]
100 Turn debugging messages on or off.  
101 .RS +7
103 xxx is optional and can be one of the following: 
104 .I err, 
105 .I warn, 
106 .I fixme, 
107 or 
108 .I trace. 
109 If xxx is not specified, all debugging messages for the specified
110 channel are turned on.  Each channel will print messages about a particular
111 component of Wine.  # is required and can be either + or -.  Note that 
112 there is not a space after the comma between names. yyy are either the
113 name of a whole DLL or a single API entry by Name you either
114 want to include or exclude from the relay listing. These names must be in
115 the case as names used in the relaylisting. You can do the same for snoop.
117 For instance:
119 .I -debugmsg warn+dll,+heap
120 will turn on DLL warning messages and all heap messages.  
122 .I -debugmsg fixme-all,warn+cursor,+relay
123 will turn off all FIXME messages, turn on cursor warning messages, and turn
124 on all relay messages (API calls).
125 .br 
126 .I -debugmsg -relay=LeaveCriticalSection:EnterCriticalSection
127 will turn on all relay messages except for LeaveCriticalSection and
128 EnterCriticalSection.
129 .br 
130 .I -debugmsg +relay=ADVAPI32
131 will only turn on relay messages into the ADVAPI32 code.
133 The full list of names is: all, accel, advapi, animate, aspi, atom, 
134 bitblt, bitmap, caret, cd, cdaudio, class, clipboard, clipping, combo, 
135 comboex, comm, commctrl, commdlg, console, crtdll, cursor, datetime, dc, 
136 dde, ddeml, ddraw, debug, dialog, dinput, dll, dosfs, dosmem, dplay, driver, 
137 dsound, edit, event, exec, file, fixup, font, gdi, global, graphics, header, 
138 heap, hook, hotkey, icon, imagehlp, imagelist, imm, int, int10, int16, int17, 
139 int19, int21, int31, io, ipaddress, key, keyboard, ldt, listbox, listview, 
140 local, mci, mcianim, mciwave, mdi, menu, message, metafile, midi, mmaux, mmio, 
141 mmsys, mmtime, module, monthcal, mpr, msacm, msg, nativefont, nonclient, ntdll, 
142 ole, pager, palette, pidl, print, process, profile, progress, prop, psapi, 
143 psdrv, rebar, reg, region, relay, resource, s, scroll, security, segment, 
144 selector, sem, sendmsg, server, shell, shm, snoop, sound, static, statusbar, 
145 stress, string, syscolor, system, tab, task, text, thread, thunk, timer, 
146 toolbar, toolhelp, tooltips, trackbar, treeview, tweak, uitools, updown, ver, 
147 virtual, vxd, win, win16drv, win32, wing, winsock, wnet, x11, x11drv.
149 For more information on debugging messages, see the file 
150 .I documentation/debug-msgs
151 in the source distribution.
154 .I -depth n
155 Change the depth to use for multiple-depth screens
157 .I -desktop geom
158 Use a desktop window of the given geometry
160 .I -display name
161 Use the specified display
163 .I -dll name
164 Enables/disables built-in DLL's - starting wine with
165 .I -dll -commdlg
166 is probably a good idea.
167 The full list of DLLs modifiable by this is:
168 ADVAPI32, AVIFILE, COMCTL32, COMDLG32, COMM, COMMDLG, COMPOBJ, CRTDLL, 
169 DCIMAN32, DDEML, DDRAW, DINPUT, DISPLAY, DPLAY, DPLAYX, DSOUND, GDI, GDI32, 
170 IMAGEHLP, IMM32, KEYBOARD, LZ32, LZEXPAND, MMSYSTEM, MOUSE, MPR, MSACM, 
171 MSACM32, MSNET32, MSVFW32, MSVIDEO, OLE2, OLE32, OLE2CONV, OLE2DISP, OLE2NLS, 
172 OLE2PROX, OLE2THK, OLEAUT32, OLECLI, OLECLI32, OLEDLG, OLESVR, OLESVR32, 
173 PSAPI, RASAPI16, RASAPI32, SHELL, SHELL32, SOUND, STORAGE, STRESS, SYSTEM,
174 TAPI32, TOOLHELP, TYPELIB, USER, USER32, VER, VERSION, W32SKRNL, W32SYS, 
175 WIN32S16, WIN87EM, WINASPI, WINDEBUG, WINEPS, WINMM, WING, WINSOCK, WINSPOOL, 
176 WNASPI32, WOW32, WPROCS, WSOCK32
178 .I -failreadonly
179 Read only files may not be opened in write mode (the default is to
180 allow opening read-only files for writing, because most Windows
181 programs always request read-write access, even on CD-ROM drives...).
183 .I -fixedmap
184 Use a "standard" color map.
186 .I -iconic
187 Start as an icon
189 .I -language xx
190 Set the language to
191 .I xx
192 (one of En, Es, De, No, Fr, Fi, Da, Cz, Eo, It, Ko, Hu, Pl, Po, Sw, Ca, Ru)
194 .I -managed
195 Create each top-level window as a properly managed X window
197 .I -mode modename
198 Determines the mode in which
199 .B wine
200 is started. Possible mode names are
201 .I standard
203 .I enhanced.
204 Enhanced mode is the default (when no -mode option is specified).
206 .I -name name
207 Set the application name
209 .I -privatemap
210 Use a private color map
212 .I -synchronous
213 Turn on synchronous display mode
215 .I -winver version
216 Specify which Windows version WINE should imitate.
217 Possible arguments are: win31, win95, nt351, and nt40.
218 .PD 1
219 .SH PROGRAM/ARGUMENTS
220 The program name may be specified in DOS format (
222 C:\\WINDOWS\\SOL.EXE)
223 or in Unix format (
224 .I /msdos/windows/sol.exe
225 ).  The program being executed may be passed arguments by adding them on 
226 to the end of the command line invoking
227 .B wine
228 (such as: wine "notepad C:\\TEMP\\README.TXT").  Note that
229 the program name and its arguments 
230 .I must
231 be passed as a single parameter, which is usually accomplished by placing
232 them together in quotation marks.  Multiple applications may be started
233 by placing all of them on the command line (such as: wine notepad clock).
234 .SH CONFIGURATION FILE
235 .B wine
236 expects a configuration file (
237 .I /usr/local/etc/wine.conf
238 ), which should
239 conform to the following rules (the format is just like a Windows .ini
240 file).  The actual file name may be specified during the execution of
242 .B configure
243 script with the --sysconfdir option.  Alternatively, you may have a 
244 .I .winerc
245 file of this format in your home directory or have the environment variable
246 .B WINE_INI
247 pointing to a configuration file, or use the -config option on the command 
248 line.
249 .SH ENVIRONMENT VARIABLES
250 .B wine
251 makes the environment variables of the shell from which 
252 .B wine
253 is started accesible to the windows/dos processes started. So use the
254 appropriate syntax for your shell to enter environment variables you need. 
255 .SH CONFIGURATION FILE FORMAT
256 All entries are grouped in sections; a section begins with the line
258 .I [section name]
260 and continues until the next section starts. Individual entries
261 consist of lines of the form
263 .I entry=value
265 The value can be any text string, optionally included in single or
266 double quotes; it can also contain references to environment variables
267 surrounded by
268 .I ${}.
269 Supported section names and entries are listed below.
271 .B [Drive X]
273 This section is used to specify the root directory and type of each
274 .B DOS
275 drive, since most Windows applications require a DOS/MS-Windows based 
276 disk drive & directory scheme. There is one such section for every
277 drive you want to configure.
279 .I format: Path = <rootdirectory>
281 default: none
283 If you mounted your dos partition as 
284 .I /dos
285 and installed Microsoft Windows in 
286 C:\\WINDOWS then you should specify 
287 .I Path=/dos
288 in the
289 .I [Drive C]
290 section.
292 .I format: Type = <type>
294 default: hd
296 Used to specify the drive type; supported types are floppy, hd, cdrom
297 and network.
299 .I format: Label = <label>
301 default: 'Drive X'
303 Used to specify the drive label; limited to 11 characters.
305 .I format: Serial = <serial>
307 default: 12345678
309 Used to specify the drive serial number, as an 8-character hexadecimal
310 number.
312 .I format: Filesystem = <fstype>
314 default: win95
316 Used to specify the type of the file system Wine should emulate on a given
317 directory structure/underlying file system.
319 Supported types are msdos (or fat), win95 (or vfat), unix.
321 Recommended:
323   win95 for ext2fs, VFAT and FAT32
325   msdos for FAT16 (ugly)
327 You definitely don't want to use "unix" unless you intend to port programs using Winelib.
329 Always try to avoid using FAT16. Use VFAT/FAT32 OS file system driver instead !
331 .B [wine]
333 .I format: windows = <directory>
335 default: C:\\WINDOWS
337 Used to specify a different Windows directory
339 .I format: system = <directory>
341 default: C:\\WINDOWS\\SYSTEM
343 Used to specify a different system directory
345 .I format: temp = <directory>
347 default: C:\\TEMP
349 Used to specify a directory where Windows applications can store 
350 temporary files.
352 .I format: path = <directories separated by semi-colons>
354 default: C:\\WINDOWS;C:\\WINDOWS\\SYSTEM
356 Used to specify the path which will be used to find executables and .DLL's.
358 .I format: symboltablefile = <filename>
360 default: wine.sym
362 Used to specify the path and file name of the symbol table used by the built-in
363 debugger.
365 .B [serialports]
367 .I format: com[12345678] = <devicename>
369 default: none
371 Used to specify the devices which are used as com1 - com8.
373 .B [parallelports]
375 .I format: lpt[12345678] = <devicename>
377 default: none
379 Used to specify the devices which are used as lpt1 - lpt8.
381 .B [spy]
383 .I format: file = <filename or CON when logging to stdout>
385 default: none
387 Used to specify the file which will be used as
388 .B logfile.
390 .I format: exclude = <message names separated by semicolons>
392 default: none
394 Used to specify which messages will be excluded from the logfile.
396 .I format: include = <message names separated by semicolons>
398 default: none
399 .br Used to specify which messages will be included in the logfile.
401 .B [Tweak.Layout]
403 .I format: WineLook=<Win31|Win95|Win98>
405 default: Win31
406 .br 
407 Use Win95-like window displays or Win3.1-like window displays.
408 .SH SAMPLE CONFIGURATION FILE
409 A sample configuration file is distributed as
410 .B wine.ini
411 in the top-level directory of the source distribution.
412 .SH AUTHORS
413 .B Wine
414 is available thanks to the work of many developers. For a listing
415 of the authors, please see the file 
416 .B AUTHORS
417 in the top-level directory of the source distribution.
418 .SH BUGS
420 A status report on many appplications is available from
421 .I http://www.winehq.com/Apps.
422 Please add entries to this list for applications you currently run.
424 Bug reports and successes may be posted to 
425 .I comp.emulators.ms-windows.wine.
426 If you want to post a bug report, please read the file
427 .I documentation/bugreports
428 in the Wine source to see what information is necessary.
430 For problems and suggestions with this manpage, please send a note to
431 James Juran <jrj120@psu.edu>.
432 .SH AVAILABILITY
433 The most recent public version of 
434 .B wine
435 can be obtained via FTP from metalab.unc.edu or tsx-11.mit.edu in the 
436 /pub/linux/ALPHA/Wine/development directory.  The releases are in the 
437 format 'Wine-yymmdd.tar.gz', or 'Wine-yymmdd.diff.gz' for the diff's 
438 from the previous release.
440 The latest snapshot of the code may be obtained via CVS.  For information
441 on how to do this, please see
443 http://www.winehq.com/dev.html
445 WineHQ, the
446 .B wine
447 development headquarters, is at
448 .I http://www.winehq.com/.
449 This website contains a great deal of information about
450 .B wine
451 as well as a collection of unofficial patches against the current release.
454 .B wine 
455 newsgroup is 
456 .I comp.emulators.ms-windows.wine.
457 All discussions about the project take place in this forum.
458 .SH FILES
459 .PD 0
461 .I /usr/local/bin/wine
462 The Wine program loader.
464 .I /usr/local/bin/dosmod
465 The DOS program loader.
467 .I /usr/local/etc/wine.conf
468 Global configuration file for wine.
470 .I ~/.winerc
471 User-specific configuration file
473 .I /usr/local/lib/wine.sym
474 Global symbol table (used in debugger)
475 .SH "SEE ALSO"
476 .BR clone (2)