.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/void/void.man,v 1.2 2001/01/27 18:20:58 dawes Exp $ .\" shorthand for double quote that works everywhere. .\" .\" Copyright (c) 2000, 2001 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including .\" without limitation the rights to use, copy, modify, merge, publish, dis- .\" tribute, sublicense, and/or sell copies of the Software, and to permit .\" persons to whom the Software is furnished to do so, subject to the fol- .\" lowing conditions: .\" .\" 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 MERCHANTABIL- .\" ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT .\" SHALL THE X JAPANESE DOCUMENTATION PROJECT 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 X Japanese .\" Documentation Project 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 X Japanese Documentation Project. .\" .\" Translated Tue Dec 26 21:45:27 JST 2000 .\" by FUJIWARA Teruyoshi .\" Updated Fri Oct 26 00:07:09 JST 2001 for XFree86 4.1.0 .\" by FUJIWARA Teruyoshi .\" .ds q \N'34' .TH VOID 4 "Version 4.1.0" "XFree86" .SH 名前 .\"0 void \- null input driver void \- null 入力ドライバ .SH 書式 .nf .B "Section \*qInputDevice\*q" .BI " Identifier \*q" idevname \*q .B " Driver \*qvoid\*q" \ \ ... .B EndSection .fi .SH 説明 .\"0 .B void .\"0 is an dummy/null XFree86 input driver. It doesn't connect to any .\"0 physical device, and it never delivers any events. It functions as .\"0 both a pointer and keyboard device, and may be used as X server's core .\"0 pointer and/or core keyboard. It's purpose is to allow the X server .\"0 to operate without a core pointer and/or core keyboard. .B void は XFree86 のダミー/null 入力ドライバである。 このドライバは物理デバイスとは全く接続せず、イベントは全く起こさない。 このドライバはポインタデバイスとしてもキーボードデバイスとしても動作し、 X サーバのコアポインタやコアキーボードとして利用できる。 このドライバの用途は、コアポインタやコアキーボードがない状態で X サーバを動作させることである。 .SH 詳細設定 .\"0 Please refer to XF86Config(5x) for general configuration .\"0 details and for options that can be used with all input drivers. This .\"0 driver doesn't have any configuration options in addition to those. 詳細設定の一般的な部分と、全ての入力デバイスで利用できるオプションに ついては XF86Config(5x) を参照すること。 このドライバは、それらに付け加える設定オプションを全く持たない。 .SH 関連項目 .\"0 XFree86(1), XF86Config(5x), xf86config(1), Xserver(1), X(7). XFree86(1), XF86Config(5x), xf86config(1), Xserver(1), X(7) .SH 作者 .\"0 Authors include... 準備中。