.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neomagic.man,v 1.2 2001/01/27 18:20:51 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 17:50:07 JST 2000 .\" by FUJIWARA Teruyoshi .\" Updated Thu Oct 25 00:26:01 JST 2001 for XFree86 4.1.0 .\" by FUJIWARA Teruyoshi .\" .ds q \N'34' .TH NEOMAGIC 4 "Version 4.1.0" "XFree86" .SH 名前 .\"0 neomagic \- Neomagic video driver .SH 書式 .nf .B "Section \*qDevice\*q" .BI " Identifier \*q" devname \*q .B " Driver \*qneomagic\*q" \ \ ... .B EndSection .fi .SH 説明 .\"0 .B neomagic .\"0 is an XFree86 driver for the Neomagic graphics chipsets found in many .\"0 laptop computers. .B neomagic は多くのラップトップコンピュータで使われている Neomagic グラフィックス チップセット用の XFree86 ドライバである。 .SH 対応カード .\"0 .B neomagic .\"0 supports the following chipsets: .B neomagic は以下のチップセットに対応している: .PP .TP MagicGraph 128 (NM2070) .TP MagicGraph 128V (NM2090) .TP MagicGraph 128ZV (NM2093) .TP MagicGraph 128ZV+ (NM2097) .TP MagicGraph 128XD (NM2160) .TP MagicGraph 256AV (NM2200) .TP MagicGraph 256AV+ (NM2230) .TP MagicGraph 256ZX (NM2360) .TP MagicGraph 256XL+ (NM2380) .PP .\"0 The driver supports depths 8, 15, 16 and 24 for all chipsets except the .\"0 NM2070 which does not support depth 24. All depths are accelerated except for .\"0 depth 24 which is only accelerated on NM2200 .\"0 and newer models. All visuals are supported in depth 8. TrueColor and .\"0 DirectColor visuals are supported in the other depths. このドライバは NM2070 を除く全てのチップセットで深さ 8, 15, 16, 24 に 対応している。NM2070 は深さ 24 に対応していない。 深さ 24 を除く全ての深さでアクセラレーションが効く。 深さ 24 でアクセラレーションが効くのは NM2200 以降のモデルだけである。 深さ 8 では全てのビジュアルがサポートされている。他の深さでは TrueColor と DirectColor ビジュアルがサポートされる。 .SH 詳細設定 .\"0 Please refer to XF86Config(5x) for general configuration .\"0 details. This section only covers configuration details specific to this .\"0 driver. 詳細設定の一般的な部分については XF86Config(5x) を参照すること。 このセクションではこのドライバ固有の詳細設定のみを扱う。 .PP .\"0 The following driver .\"0 .B Options .\"0 are supported 以下のドライバオプション( .B Options 項目)がサポートされている: .TP .BI "Option \*qNoAccel\*q \*q" boolean \*q .\"0 Disable or enable acceleration. Default: acceleration is enabled. アクセラレーションを有効または無効にする。 デフォルト値: アクセラレーションが有効。 .TP .BI "Option \*qSWCursor\*q \*q" boolean \*q .\"0 Disable or enable software cursor. Default: software cursor is disable .\"0 and a hardware cursor is used. ソフトウェアカーソルを有効または無効にする。 デフォルト値: ソフトウェアカーソルは無効であり、ハードウェアカーソルが使われる .TP .BI "Option \*qPCIBurst\*q \*q" boolean \*q .\"0 Disable or enable PCI burst modes. Default: enabled. PCI バーストモードを有効または無効にする。 デフォルト値: 有効 .TP .BI "Option \*qRotate\*q \*qCW\*q" .TP .BI "Option \*qRotate\*q \*qCCW\*q" .\"0 Rotate the display clockwise or counterclockwise. This mode is unaccelerated. .\"0 Default: no rotation. ディスプレイを時計周りまたは反時計周りに回転させる。 このモードではアクセラレーションは効かない。 デフォルト値: 回転させない .TP .BI "Option \*qShadowFB\*q \*q" boolean \*q .\"0 Enable or disable use of the shadow framebuffer layer. See .\"0 shadowfb(4) for further information. Default: off. シャドウフレームバッファレイヤの使用を有効または無効にする。 詳しい情報については shadowfb(4) を参照すること。 デフォルト値: off .PP .\"0 .B Note .B 注意 .br .\"0 On some laptops using the 2160 chipset (MagicGraph 128XD) the .\"0 following options are needed to avoid a lock-up of the graphic engine: 2160 チップセット(MagicGraph 128XD)を使ったラップトップ機の一部では、 グラフィックスエンジンが固まるのを防ぐために以下のオプションが必要である: .nf Option "XaaNoScanlineImageWriteRect" Option "XaaNoScanlineCPUToScreenColorExpandFill" .fi .SH 関連項目 XFree86(1), XF86Config(5x), xf86config(1), Xserver(1), X(7) .SH 作者 .\"0 Authors include: Jens Owen, Kevin E. Martin, and also Egbert Eich, .\"0 Mark Vojkovich, Alan Hourihane. 作者は以下のメンバーである: Jens Owen, Kevin E. Martin, and also Egbert Eich, Mark Vojkovich, Alan Hourihane