open-src/xserver/xorg/sun-src/hw/xfree86/man/xorgconfig.1
changeset 1265 0b5cc5c013e4
child 1402 7373cf518070
equal deleted inserted replaced
1264:a3323e4f263f 1265:0b5cc5c013e4
       
     1 .\"
       
     2 .\" Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
       
     3 .\"
       
     4 .\" Permission is hereby granted, free of charge, to any person obtaining a
       
     5 .\" copy of this software and associated documentation files (the "Software"),
       
     6 .\" to deal in the Software without restriction, including without limitation
       
     7 .\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
       
     8 .\" and/or sell copies of the Software, and to permit persons to whom the
       
     9 .\" Software is furnished to do so, subject to the following conditions:
       
    10 .\"
       
    11 .\" The above copyright notice and this permission notice (including the next
       
    12 .\" paragraph) shall be included in all copies or substantial portions of the
       
    13 .\" Software.
       
    14 .\"
       
    15 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    16 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
    17 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
       
    18 .\" THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
    19 .\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
       
    20 .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
       
    21 .\" DEALINGS IN THE SOFTWARE.
       
    22 .\"
       
    23 .\"
       
    24 .TH xorgconfig 1 "24 Jun 2009"
       
    25 .SH NAME
       
    26 .PP
       
    27 xorgconfig, xorgcfg \- generate an xorg.conf file
       
    28 .SH DESCRIPTION
       
    29 .PP
       
    30 The
       
    31 .BR xorgcfg (1)
       
    32 and
       
    33 .BR xorgconfig (1)
       
    34 utilities for generating
       
    35 .BR xorg.conf (4)
       
    36 files are no longer included in this release.
       
    37 .PP
       
    38 The
       
    39 .BR Xorg (1)
       
    40 server does not require a configuration file in many cases,
       
    41 and will autoconfigure itself if one is not present.  If the
       
    42 default configuration does not meet your needs, you may use one of
       
    43 these alternative methods to generate an xorg.conf file for
       
    44 customization:
       
    45 .IP " * "
       
    46 When Xorg is started without a configuration file, the xorg.conf
       
    47 data it generates automatically is logged in /var/log/Xorg.0.log
       
    48 and may be copied to an xorg.conf file for customization.
       
    49 .IP " * "
       
    50 /usr/X11/bin/Xorg -configure, when the server is not already running,
       
    51 will provide a sample configuration file for the currently detected
       
    52 hardware in the system.
       
    53 .IP " * "
       
    54 Users of Nvidia graphics devices may use the provided
       
    55 .BR nvidia-settings (1)
       
    56 and
       
    57 .BR nvidia-xconfig (1)
       
    58 utilities to generate or update device-specific configurations.
       
    59 .IP " * "
       
    60 Users of Sun graphics devices for the SPARC platform may use the
       
    61 .BR fbconfig (1)
       
    62 utility to generate or update device-specific
       
    63 configurations.
       
    64 .PP
       
    65 Input device settings formerly found in xorg.conf have in most cases
       
    66 been replaced by settings made via the
       
    67 .BR hal (5)
       
    68 configuration framework in
       
    69 .BR fdi (4)
       
    70 configuration files.
       
    71 .SH FILES
       
    72 .IP /etc/hal/fdi/preprobe/10osvendor/10-x11-input.fdi
       
    73 Default system configuration for input devices
       
    74 .SH "SEE ALSO"
       
    75 .IR Xorg (1),
       
    76 .IR xorg.conf (4),
       
    77 .IR hal (5),
       
    78 .IR fdi (4),
       
    79 .IR nvidia-settings (1),
       
    80 .IR nvidia-xconfig (1),
       
    81 .IR fbconfig (1).