# # FILE: XF86Config # DESCRIPTION: CASIO CASSIOPEIA FIVA MPC-206VL XFree86 configuration file # DATE: Fri, Nov 23 2001 # UPDATE: Fri, Oct 17 2003 # AUTHOR: Kouichi ABE (WALL) # E-MAIL: kouichi@MysticWALL.COM # URL: http://www.MysticWALL.com/cover.html # COPYRIGHT: (C) 2001-2002 Kouichi ABE (WALL), All rights reserved. # NOTE: XFree86-4.1.0 # UPDATE: 2002/03/21 added a few FontPath # UPDATE: 2002/07/07 added a few FontPath # Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "FIVA Screen" 0 0 InputDevice "FIVA Point" "CorePointer" InputDevice "FIVA Keyboard" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/local/share/fonts/truetype/" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled" # FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" # FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/local/share/ghostscript/fonts/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/TrueType/" FontPath "/usr/X11R6/lib/X11/fonts/non-cjk/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" # FontPath "/usr/X11R6/lib/X11/fonts/PEX/" # FontPath "/usr/local/share/fonts/ttf/" # FontPath "/usr/X11R6/lib/X11/fonts/freefont" # FontPath "/usr/X11R6/lib/X11/fonts/sharefont" # FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" # FontPath "/usr/X11R6/lib/X11/fonts/URW/" FontPath "/usr/local/share/fonts/ms/" EndSection Section "Module" # extensions Load "extmod" # SubSection "extmod" # Option "omit XFree86-DGA" # EndSubSection Load "xie" Load "pex5" Load "glx" Load "dri" Load "GLcore" Load "dbe" Load "record" Load "xtrap" # fonts Load "speedo" Load "type1" # Load "freetype" Load "xtt" EndSection Section "ServerFlags" # Option "blank time" "0" # Option "standby time" "15" # Option "suspend time" "20" # Option "off time" "0" EndSection Section "InputDevice" Identifier "FIVA Keyboard" Driver "keyboard" Option "XkbModel" "jp106" Option "XkbLayout" "jp" Option "XkbOptions" "ctrl:swapcaps" EndSection Section "InputDevice" Identifier "FIVA Point" Driver "mouse" Option "Device" "/dev/sysmouse" Option "Protocol" "Auto" Option "SampleRate" "600" EndSection Section "Monitor" Identifier "FIVA 8.4inch LCD" VendorName "CASIO" ModelName "FIVA 106VL" HorizSync 31.5-48.5 VertRefresh 50-76 ModeLine "800x600" 36 800 823 992 1024 600 601 603 620 EndSection Section "Device" Identifier "Silicon Motion Lynx" Driver "siliconmotion" VendorName "Silicon Motion Inc." BoardName "LynxEM+" BusID "PCI:0:9:0" Option "SWCursor" "true" Option "UseBIOS" "off" Option "pci_burst" EndSection Section "Screen" Identifier "FIVA Screen" Device "Silicon Motion Lynx" Monitor "FIVA 8.4inch LCD" DefaultDepth 24 SubSection "Display" Depth 16 Modes "800x600" EndSubSection SubSection "Display" Depth 24 Modes "800x600" EndSubSection EndSection