Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 1 | .\" -*- nroff -*- |
Alexandre Julliard | 12a7499 | 2005-10-06 16:10:01 +0000 | [diff] [blame] | 2 | .TH WINESERVER 1 "October 2005" "@PACKAGE_STRING@" "Windows on Unix" |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 3 | .SH NAME |
| 4 | wineserver \- the Wine server |
| 5 | .SH SYNOPSIS |
| 6 | .BI wineserver\ [options] |
| 7 | .SH DESCRIPTION |
| 8 | .B wineserver |
| 9 | is a daemon process that provides to Wine roughly the same services |
| 10 | that the Windows kernel provides on Windows. |
| 11 | .PP |
| 12 | .B wineserver |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 13 | is normally launched automatically when starting \fBwine\fR(1), so you |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 14 | shouldn't have to worry about it. In some cases however, it can be |
| 15 | useful to start \fBwineserver\fR explicitly with different options, as |
| 16 | explained below. |
| 17 | .SH OPTIONS |
| 18 | .TP |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 19 | \fB\-d\fI[n]\fR, \fB--debug\fI[=n] |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 20 | Set the debug level to |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 21 | .IR n . |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 22 | 0 means no debugging information, 1 is the normal level, and 2 is for |
| 23 | extra verbose debugging. If |
| 24 | .I n |
| 25 | is not specified, the default is 1. The debug output will be sent to |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 26 | stderr. \fBwine\fR(1) will automatically set the debug level when |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 27 | starting \fBwineserver\fR if the +server option is set in the |
| 28 | WINEDEBUG variable. |
| 29 | .TP |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 30 | .BR \-f ", " --foreground |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 31 | Make the server remain in the foreground for easier debugging, for |
| 32 | instance when running it under a debugger. |
| 33 | .TP |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 34 | .BR \-h ", " --help |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 35 | Display a help message. |
| 36 | .TP |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 37 | \fB\-k\fI[n]\fR, \fB--kill\fI[=n] |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 38 | Kill the currently running |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 39 | .BR wineserver , |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 40 | optionally by sending signal \fIn\fR. If no signal is specified, sends |
| 41 | a SIGINT first and then a SIGKILL. The instance of \fBwineserver\fR |
| 42 | that is killed is selected based on the WINEPREFIX environment |
| 43 | variable. |
| 44 | .TP |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 45 | \fB\-p\fI[n]\fR, \fB--persistent\fI[=n] |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 46 | Specify the \fBwineserver\fR persistence delay, i.e. the amount of |
| 47 | time that the server will keep running when all client processes have |
| 48 | terminated. This avoids the cost of shutting down and starting again |
| 49 | when programs are launched in quick succession. The timeout \fIn\fR is |
| 50 | in seconds, the default value is 3 seconds. If \fIn\fR is not |
| 51 | specified, the server stays around forever. |
| 52 | .TP |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 53 | .BR \-v ", " --version |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 54 | Display version information and exit. |
| 55 | .TP |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 56 | .BR \-w ", " --wait |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 57 | Wait until the currently running |
| 58 | .B wineserver |
| 59 | terminates. |
| 60 | .SH ENVIRONMENT VARIABLES |
| 61 | .TP |
| 62 | .I WINEPREFIX |
| 63 | If set, the content of this variable is taken as the name of the directory where |
| 64 | .B wineserver |
| 65 | stores its data (the default is \fI$HOME/.wine\fR). All |
| 66 | .B wine |
| 67 | processes using the same |
| 68 | .B wineserver |
| 69 | (i.e.: same user) share certain things like registry, shared memory |
| 70 | and kernel objects. |
| 71 | By setting |
| 72 | .I WINEPREFIX |
| 73 | to different values for different Wine processes, it is possible to |
| 74 | run a number of truly independent Wine sessions. |
| 75 | .TP |
| 76 | .I WINESERVER |
| 77 | Specifies the path and name of the |
| 78 | .B wineserver |
| 79 | binary that will be launched automatically by \fBwine\fR. If not set, |
| 80 | \fBwine\fR will try to load |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 81 | .IR @bindir@/wineserver , |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 82 | and if this doesn't exist it will then look for a file named |
| 83 | \fIwineserver\fR in the path and in a few other likely locations. |
| 84 | .SH FILES |
| 85 | .TP |
| 86 | .B ~/.wine |
| 87 | Directory containing user specific data managed by |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 88 | .BR wine . |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 89 | .TP |
| 90 | .BI /tmp/.wine- uid |
| 91 | The directory containing the server Unix socket and the lock |
| 92 | file. These files are created in a subdirectory generated from the |
| 93 | WINEPREFIX directory device and inode numbers. |
| 94 | .SH AUTHORS |
| 95 | The original author of |
| 96 | .B wineserver |
| 97 | is Alexandre Julliard. Many other people have contributed new features |
| 98 | and bug fixes. Please check the file Changelog in the Wine |
| 99 | distribution for the complete details. |
| 100 | .SH BUGS |
| 101 | If you find a bug, please submit a bug report at |
| 102 | .UR http://bugs.winehq.org |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 103 | .BR http://bugs.winehq.org . |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 104 | .UE |
| 105 | .SH AVAILABILITY |
| 106 | .B wineserver |
| 107 | is part of the Wine distribution, which is available through WineHQ, |
| 108 | the Wine development headquarters, at |
| 109 | .UR http://www.winehq.org/ |
Frédéric Delanoy | db7928c | 2010-04-09 01:29:57 +0200 | [diff] [blame] | 110 | .BR http://www.winehq.org/ . |
Alexandre Julliard | 79b387d | 2005-09-27 10:56:47 +0000 | [diff] [blame] | 111 | .UE |
| 112 | .SH "SEE ALSO" |
| 113 | .BR wine (1). |