.\" -*- coding: UTF-8 -*- .\" .\" Copyright 1993, 1998 The Open Group .\" .\" Permission to use, copy, modify, distribute, and sell this software and its .\" documentation for any purpose is hereby granted without fee, provided that .\" the above copyright notice appear in all copies and that both that .\" copyright notice and this permission notice appear in supporting .\" documentation. .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. .\" IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR .\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR .\" OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The Open Group shall .\" not be used in advertising or otherwise to promote the sale, use or .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH STARTX 1 "xinit 1.4.2" "X wersja 11" .SH NAZWA startx \- inicjuje sesję X .SH SKŁADNIA \fBstartx\fP [ [ \fIklient\fP ] \fIopcje\fP \&.\|.\|. ] [ \fB\-\^\-\fP [ \fIserwer\fP ] [ \fIekran\fP ] \fIopcje\fP \&.\|.\|. ] .SH OPIS Skrypt \fBstartx\fP jest interfejsem do \fBxinit\fP(1), który udostępnia nieco przyjaźniejszy interfejs użytkownika do uruchamiania pojedynczej sesji X Window System. Jest wywoływany zwykle bez argumentów. .PP Arguments immediately following the \fIstartx\fP command are used to start a client in the same manner as \fBxinit\fP(1). The special argument '\-\^\-' marks the end of client arguments and the beginning of server options. It may be convenient to specify server options with startx to change them on a per\-session basis. Some examples of specifying server arguments follow; consult the manual page for your X server to determine which arguments are legal. .RS .PP startx \-\^\- \-depth 16 .PP startx \-\^\- \-dpi 100 .PP startx \-\^\- \-layout Multihead .RE .PP To determine the client to run, \fBstartx\fP first checks the environment variable \fIXINITRC\fP for a filename. If that variable is unset, or does not contain a filename, it looks for a file called \fI.xinitrc\fP in the user's home directory. If that is not found, it uses the file \fIxinitrc\fP in the \fIxinit\fP library directory. If command line client options are given, they override this behavior and revert to the \fBxinit\fP(1) behavior. To determine the server to run, \fBstartx\fP checks the environment variable \fIXSERVERRC\fP for a filename. If that variable is unset, or does not contain a filename, it looks for a file called \fI.xserverrc\fP in the user's home directory. If that is not found, it uses the file \fIxserverrc\fP in the \fIxinit\fP library directory. If command line server options are given, they override this behavior and revert to the \fBxinit\fP(1) behavior. Users rarely need to provide a \fI.xserverrc\fP file. See the \fBxinit\fP(1) manual page for more details on the arguments. .PP Pliki \fIxinitrc\fP i \fIxserverrc\fP odnoszące się do całego systemu, można znaleźć w katalogu \fI/etc/X11/xinit\fP. .PP The \fI.xinitrc\fP is typically a shell script which starts many clients according to the user's preference. When this shell script exits, \fBstartx\fP kills the server and performs any other session shutdown needed. Most of the clients started by \fI.xinitrc\fP should be run in the background. The last client should run in the foreground; when it exits, the session will exit. People often choose a session manager, window manager, or \fIxterm\fP as the \*(rqmagic\*(rq client. .SH PRZYKŁAD .PP Below is a sample \fI.xinitrc\fP that starts several applications and leaves the window manager running as the \*(rqlast\*(rq application. Assuming that the window manager has been configured properly, the user then chooses the \&\*(rqExit\*(rq menu item to shut down X. .sp .in +4 .nf xrdb \-load $HOME/.Xresources xsetroot \-solid gray & xbiff \-geometry \-430+5 & oclock \-geometry 75x75\-0\-0 & xload \-geometry \-80\-0 & xterm \-geometry +0+60 \-ls & xterm \-geometry +0\-100 & xconsole \-geometry \-0+0 \-fn 5x7 & exec twm .fi .in -4 .SH "ZMIENNE ŚRODOWISKOWE" .TP 25 DISPLAY Zmienna otrzymuje nazwę ekranu, do którego powinni podłączać się klienci. Proszę zauważyć, że jest ona \fIustawiana\fP, nie odczytywana. .TP 25 XAUTHORITY Zmienna, jeśli nie jest już zdefiniowana, jest ustawiana na \fI$(HOME)/.Xauthority\fP. Dzięki temu zapobiega się automatycznemu ustawianiu niebezpiecznego uwierzytelnienia bazującego na hoście, z lokalnego komputera (jeśli nie podano argumentu \fI\-auth\fP). Proszę zapoznać się ze stronami podręcznika \fBXserver\fP(1) i \fIXsecurity\fP(7), aby dowiedzieć się więcej o uwierzytelnianiu klienta/serwera X. .TP 25 XINITRC This variable should contain the location of an xinitrc file. If unset, \fI$(HOME)/.xinitrc\fP or \fI/etc/X11/xinit/xinitrc\fP will be used. .TP 25 XSERVERRC This variable should contain the location of an xserver file. If unset, \fI$(HOME)/.xinitrc\fP or \fI/etc/X11/xinit/xserverrc\fP will be used. .SH PLIKI .TP 25 \fI$(HOME)/.xinitrc\fP Klient do uruchomienia. Zwykle skrypt powłoki, który uruchamia wiele programów w tle. .TP 25 \fI$(HOME)/.xserverrc\fP Serwer do uruchomienia. Domyślnym jest \fIX\fP. .TP 25 \fI/etc/X11/xinit/xinitrc\fP Klient do uruchomienia, jeśli użytkownik nie ma pliku \fI.xinitrc\fP. .TP 25 \fI/etc/X11/xinit/xserverrc\fP Serwer do uruchomienia, jeśli użytkownik nie ma pliku \fI.xserverrc\fP. .SH "ZOBACZ TAKŻE" \fBxinit\fP(1), \fBX\fP(7), \fBXserver\fP(1), \fBXorg\fP(1), \fBxorg.conf\fP(5) .PP .SH TŁUMACZENIE Autorami polskiego tłumaczenia niniejszej strony podręcznika są: Michał Kułach . .PP Niniejsze tłumaczenie jest wolną dokumentacją. Bliższe informacje o warunkach licencji można uzyskać zapoznając się z .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License w wersji 3 .UE lub nowszej. Nie przyjmuje się ŻADNEJ ODPOWIEDZIALNOŚCI. .PP Błędy w tłumaczeniu strony podręcznika prosimy zgłaszać na adres listy dyskusyjnej .MT manpages-pl-list@lists.sourceforge.net .ME .