# # Copyright (c) 1995 by The XFree86 Project, Inc. # # 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, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following 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 MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 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 XFree86 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 # XFree86 Project. # # ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ********************************************************************** ##### ##### # This file is configured for AKIA Tornade 510V with 800x600 TFT-LCD. # # Tornade 510V has CLGD7543 chip. But This file is configured for CLGD5436 # # chip. XFree86 3.1.2E still doesn't seem to support CLGD7543 completely, # # especialy LCD. # # 10/Jun/1996 Mamoru Misono # ##### ##### # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # NoTrapSignals # DontZap # DontZoom # DisableVidModeExtension # AllowNonLocalXvidtune # DisableModInDev # AllowNonLocalModInDev EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" # Protocol "Xqueue" AutoRepeat 300 5 # ServerNumLock # Xleds 1 2 3 # LeftAlt Meta # RightAlt ModeShift # RightCtl Compose # ScrollLock ModeLock # XkbDisable XkbKeymap "xfree86(jp106)" Xkbkeycodes "keycodes/xfree86(jp106)" XkbGeometry "geometry/pc(jp106)" XkbTypes "types/default" XkbCompat "compat/default" XkbSymbols "symbols/jp(jp106)" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "PS/2" Device "/dev/psm0" # Protocol "Xqueue" # BaudRate 9600 # SampleRate 150 Emulate3Buttons Emulate3Timeout 50 # ChordMiddle EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "AKIA TFT-LCD 10.4" VendorName "AKIA" ModelName "10.4LCD" # HorizSync 27.63 HorizSync 31.5-40 # HorizSync 30-64 # multisync # HorizSync 31.5, 35.2 # multiple fixed sync frequencies # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies VertRefresh 44-70 # VertRefresh 50-70 #ModeLine "800x600" 40 800 840 968 1056 600 601 603 625 +hsync +vsync #ModeLine "800x600" 40 800 848 1000 1056 600 605 607 633 #ModeLine "800x600" 40 800 840 968 1056 600 603 606 621 #ModeLine "800x600" 41 800 848 1000 1056 600 605 607 633 #ModeLine "800x600" 40 800 904 1064 1168 600 603 609 630 +hsync +vsync ModeLine "800x600" 40 800 816 952 1056 600 601 605 628 +hsync +vsync EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "CLGD7543" VendorName "Cirrus Logic" BoardName "7543" VideoRam 1024 Chipset "clgd5436" # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # Screen sections # ********************************************************************** # The Colour SVGA server Section "Screen" Driver "svga" Device "CLGD7543" Monitor "AKIA TFT-LCD 10.4" Subsection "Display" Depth 8 Modes "800x600" ViewPort 0 0 # Use Virtual 320 200 for Generic VGA Virtual 800 600 EndSubsection Subsection "Display" Depth 8 Modes "800x600" ViewPort 0 0 Virtual 1152 900 EndSubsection EndSection