⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 1201-1202.html

📁 linux-unix130.linux.and.unix.ebooks130 linux and unix ebookslinuxLearning Linux - Collection of 12 E
💻 HTML
字号:
<HTML>

<HEAD>

<TITLE>Linux Complete Command Reference:File Formats:EarthWeb Inc.-</TITLE>

</HEAD>

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>

 -->




<!-- ISBN=0672311046 //-->

<!-- TITLE=Linux Complete Command Reference//-->

<!-- AUTHOR=Red Hat//-->

<!-- PUBLISHER=Macmillan Computer Publishing//-->

<!-- IMPRINT=Sams//-->

<!-- CHAPTER=05 //-->

<!-- PAGES=1103-1208 //-->

<!-- UNASSIGNED1 //-->

<!-- UNASSIGNED2 //-->



<P><CENTER>

<a href="1199-1200.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="1203-1204.html">Next</A></CENTER></P>







<A NAME="PAGENUM-1201"><P>Page 1201</P></A>







<H3><A NAME="ch05_ 61">

XF86Config

</A></H3>



<P>XF86Config&#151;Configuration file for XFree86.

</P>





<P><B>

DESCRIPTION

</B></P>



<P>XFree86 uses a configuration file called

XF86Config for its initial setup. This configuration file is searched for in the

following places:

</P>



<!-- CODE SNIP //-->

<PRE>

/etc/XF86Config

&lt;XRoot&gt;/lib/X11/XF86Config.hostname

&lt;XRoot&gt;/lib/X11/XF86Config

</PRE>

<!-- END CODE SNIP //-->



<P>&lt;XRoot&gt; refers to the root of the X11 install tree.

</P>



<P>This file is composed of a number of sections. Each section has the form:

</P>



<!-- CODE SNIP //-->

<PRE>

Section &quot;SectionName&quot;

SectionEntry ...

EndSection

</PRE>

<!-- END CODE SNIP //-->



<P>The section names are

</P>





<TABLE>



<TR><TD>

Files

</TD><TD>

File pathnames

</TD></TR><TR><TD>

ServerFlags

</TD><TD>

Server flags

</TD></TR><TR><TD>

Keyboard

</TD><TD>

Keyboard configuration

</TD></TR><TR><TD>

Pointer

</TD><TD>

Pointer configuration

</TD></TR><TR><TD>

Monitor

</TD><TD>

Monitor description

</TD></TR><TR><TD>

Device

</TD><TD>

Graphics device description

</TD></TR><TR><TD>

Screen

</TD><TD>

Screen configuration

</TD></TR></TABLE>





<P>The Files section is used to specify the default font path and the path to the RGB database. These paths can also be set

from the command line (see Xserver(1)). The entries available for this section are

</P>



<TABLE>



<TR><TD>

FontPath &quot;path&quot;

</TD><TD>

Sets the search path for fonts. This path is a comma-separated list of directories that the

X server searches for font databases. Multiple

FontPath entries may be specified, and they will be concatenated to build up the fontpath used by the server.

</TD></TR><TR><TD>

</TD><TD>

X11R6 allows the X server to request fonts from a font server. A font server is specified

by placing a

&quot;&lt;trans&gt;/&lt;hostname&gt;:&lt;port_number

&gt;&quot; entry into the fontpath. For example,

the fontpath

</TD></TR><TR><TD>

</TD><TD>

<!-- CODE SNIP //-->

<PRE>

&quot;/usr/X11R6/lib/X11/fonts/misc/,tcp/zok:7100&quot;

</PRE>

<!-- END CODE SNIP //-->

</TD></TR><TR><TD>

</TD><TD>

tells the X server to first try to locate the font in the local directory

/usr/X11R6/lib/X11/fonts/misc. If that fails, then request the font from the font server running on machine

zok listening for connections on TCP port number

7100.

</TD></TR><TR><TD>

RGBPath &quot;path&quot;

</TD><TD>

Sets the path name for the RGB color database.

</TD></TR></TABLE>





<P>The ServerFlags section is used to specify some miscellaneous X server options. The entries available for this section are

</P>



<TABLE>



<TR><TD>

NoTrapSignals

</TD><TD>

This prevents the X server from trapping a range of unexpected fatal signals and

exiting cleanly. Instead, the X server will die and drop core where the fault occurred. The

default behavior is for the X server exit cleanly but still drop a core file. In general, you never

want to use this option unless you are debugging an X server problem.

</TD></TR><TR><TD>

DontZap

</TD><TD>

This disallows the use of the Ctrl+Alt+Backspace sequence. This sequence allows you

to terminate the X server. Setting DontZap allows this key sequence to be passed to clients.

</TD></TR><TR><TD>

DontZoom

</TD><TD>

This disallows the use of the Ctrl+Alt+Keypad-Plus and Ctrl+Alt+Keypad-Minus

sequences. These sequences allow you to switch between video modes. Setting

DontZoom allows these key sequences to be passed to clients.

</TD></TR></TABLE>





<A NAME="PAGENUM-1202"><P>Page 1202</P></A>







<P>The Keyboard section is used to specify the keyboard input device, parameters, and some default keyboard mapping

options. The entries available for this section are

</P>





<TABLE>



<TR><TD>

Protocol &quot;kbd-protocol&quot;

</TD><TD>

kbd-protocol may be either Standard or Xqueue.

Xqueue is specified when using the event queue driver on SVR3 or SVR4.

</TD></TR><TR><TD>

AutoRepeat delay rate

</TD><TD>

Changes the behavior of the autorepeat of the keyboard. This does not work on

all platforms.

</TD></TR><TR><TD>

ServerNumLock

</TD><TD>

Forces the X server to handle the numlock key internally. The X server sends a different

set of keycodes for the numpad when the numlock key is active. This enables applications

to make use of the numpad.

</TD></TR></TABLE>





<!-- CODE SNIP //-->

<PRE>

LeftAlt mapping RightAlt mapping AltGr mapping

ScrollLock mapping RightCtl mapping

</PRE>

<!-- END CODE SNIP //-->



<P>Allows a default mapping to be set for the preceding keys (note that

AltGr is a synonym for RightAlt). The values that may

be specified for mapping are

</P>







<!-- CODE SNIP //-->

<PRE>

Meta

Compose

ModeShift

ModeLock

ScrollLock

Control

</PRE>

<!-- END CODE SNIP //-->



<P>The default mapping when none of these options are specified is

</P>



<P>LeftAlt Meta

</P>



<P>RightAlt Meta

</P>



<P>ScrollLock Compose

</P>



<P>RightCtl Control

</P>



<TABLE>



<TR><TD>

XLeds led ...

</TD><TD>

Makes led available for clients instead of using the traditional function (Scroll Lock,

Caps Lock, and Num Lock). led is a list of numbers in the range 1 to 3.

</TD></TR><TR><TD>

VTSysReq

</TD><TD>

Enables the SYSV-style VT switch sequence for non-SYSV systems that support

VT switching. This sequence is Alt-SysRq followed by a function key

(Fn). This prevents the X server trapping the keys used for the default VT switch sequence.

</TD></TR><TR><TD>

VTInit &quot;command&quot;

</TD><TD>

Runs command after the VT used by the server has been opened. The command string

is passed to /bin/sh -c and is run with the real user's ID with

stdin and stdout set to the VT. The purpose of this option is to allow system-dependent VT initialization commands to

be run. One example is a command to disable the two-key VT switching sequence that is

the default on some systems.

</TD></TR></TABLE>





<P>The Pointer section is used to specify the pointer device and parameters. The entries available for this section are

</P>



<TABLE>



<TR><TD>

Protocol &quot;protocol-type&quot;

</TD><TD>

Specifies the pointer device protocol type. The protocol types available are

</TD></TR></TABLE>





<!-- CODE //-->

<PRE>

BusMouse

Logitech

Microsoft

MMSeries

Mouseman

MouseSystems

PS/2

</PRE>

<!-- END CODE //-->







<P><CENTER>

<a href="1199-1200.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="1203-1204.html">Next</A></CENTER></P>







</td>
</tr>
</table>

<!-- begin footer information -->







</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -