Fujitsu The Possibilities are Infinite

  • 製品:FMVビジネスパソコン(PC)、PCワークステーション、周辺機器の製品情報へ
  • サポート:FMVビジネスパソコン(PC)、PCワークステーション、周辺機器のサポート情報へ
  • ソリューション:FMVビジネスパソコン(PC)のソリューション・導入事例のご紹介へ
  • ショッピング:最新FMVビジネスパソコン(PC)のご購入は富士通直販WEB MART(法人向け)へ
個人のお客様向けサポート情報
  • ドライバーダウンロード
  • マニュアル
  • サポートメニュー
  • お問い合わせ

XF86Config




XF86Config の一例 (FMV-K630)

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/extra/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/PEX/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/usr/X11R6/lib/X11/fonts/tt/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/ttf-zh/"
FontPath "/usr/share/fonts/default/TrueType/"
FontPath "/usr/share/fonts/default/Type1/"
FontPath "/usr/share/fonts/ja/TrueType/"
FontPath "/usr/share/fonts/zh_CN/TrueType/"
FontPath "/usr/share/fonts/zh_TW/TrueType/"
FontPath "/usr/share/fonts/ko/TrueType/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/extra/"
FontPath "/usr/X11R6/lib/X11/fonts/unicode/"
EndSection

Section "Modules"
Load "dbe"
Load "extmod"
Load "type1"
Load "xtt"
Load "bitmap"
Load "speedo"
Load "pex5"
Load "GLcore"
Load "glx"
Load "record"
Load "xie"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "AutoRepeat""500 30"
Option "XkbRules""xfree86"
Option "XkbModel""jp106"
Option "XkbLayout" "jp"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device""/dev/input/mouse0"
Option "Buttons""5"
Option "ZAxisMapping""4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 80.0
VertRefresh 56 - 88
EndSection

Section "Device"
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "865G Chipset Graphics Controller"
BusID "PCI:0:2:0"
VideoRam 16834
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubsection
EndSection

Section "ServerFlags"
AllowMouseOpenFail
EndSection