# # 19972/14 # Shigeto Hiroshi # szb1176@ecss1w.kuec.kyoto-u.ac.jp # IBM Think Pad 365XD P120 40MB TFT 4xCD # Intel Pentium 120MHz # ??? # Linux # 2.0.0 # XFree86 3.1.2D # XF86_SVGA # Trident 9320LCD # PCI # 1Mbytes # 8bpp # 800 x 600 # 10.4 inch # TFT active matrix # # This XF86Config was generated by xf86config, selecting these options: # # PS/2 mouse # monitor 2. 800x600 ht 31.5kHz vt 57Hz # VertRefresh 50-90 # Trident TGUI9420DGi (generic) # XF86_SVGA server # chip clock detection now ? : no # # I omitted the other options. And I replaced # # Section "Monitor" # Section "Device" # # with the discription of 'XF86Config.IBM_TP535' # (ftp.phys.keio.ac.jp/pub/XFree86/800x600/XF86Configs/XF86Config.IBM_TP535 # linked from: # http://riho.yy.cs.keio.ac.jp/contrib/sanpei/how2800x600.html # sanpei's 「How to over 800x600 ...」 # '* Trident 9320lcd/IBM Think Pad535' ) # # In addition to them, I modified # # VertRefresh 50-90 # => VertRefresh 40-90 or # VertRefresh 40-70 # # and "Identifier"s. # "VertRefresh" is selected to 50Hz if 40-90, 40Hz if 40-70. I wonder if # scanning vert refresh rate needs wide band width description. # I set it as 40-70 to let the chips work in 40Hz, because I don't want to # display moving pictures and lower frequency is soft to the chips (at least # LCD driver), use less power. Active matrix enables screen view fine # in low frequency. # # I commented out "tgui_pci_write_off", "tgui_pci_read_on". # # # # この XF86Config は xf86config で # # PS/2 mouse # monitor 2. 800x600 ht 31.5kHz vt 57Hz # VertRefresh 50-90 # Trident TGUI9420DGi (generic) # XF86_SVGA server # chip clock detection now ? : no # # を選択する以外は全てスキップしで生成されたものの # # Section "Monitor" # Section "Device" # # を XF86Config.IBM_TP535 # (ftp.phys.keio.ac.jp/pub/XFree86/800x600/XF86Configs/XF86Config.IBM_TP535) # <== sanpei さんの 「How to over 800x600 ...」 # http://riho.yy.cs.keio.ac.jp/contrib/sanpei/how2800x600.html # のページの Trident 9320lcd/IBM Think Pad535) # の記述で置換え、 # # VertRefresh 50-90 # => VertRefresh 40-90 or # VertRefresh 40-70 # # として適当に Identifier などを換えたものです。VertRefresh はデバイス # スキャンの都合か、40-90 を設定すると 50Hz が、40-70 を設定すると 40Hz が # 選択されます。動画を表示させる気はないのとチップの負荷や消費電力のことを # 考えて 40Hz で使っています。TFT なので画面のちらつきも考える必要がありません。 # tgui_pci_write_off, tgui_pci_read_on もコメントアウトしました。 # # # # # File generated by xf86config. # # 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. # ********************************************************************** # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11R6/lib/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # If you don't have a floating point coprocessor and emacs, Mosaic or other # programs take long to start up, try moving the Type1 and Speedo directory # to the end of this list (or comment them out). # 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/" # For OSs that support Dynamically loaded modules, ModulePath can be # used to set a search path for the modules. This is currently supported # for Linux ELF, FreeBSD 2.x and NetBSD 1.x. The default path is shown # here. # ModulePath "/usr/X11R6/lib/modules" EndSection # ********************************************************************** # Module section -- this is an optional section which is used to specify # which dynamically loadable modules to load. Dynamically loadable # modules are currently supported only for Linux ELF, FreeBSD 2.x # and NetBSD 1.x. Currently, dynamically loadable modules are used # only for some extended input (XInput) device drivers. # ********************************************************************** # # Section "Module" # # This loads the module for the Joystick driver # # Load "xf86Jstk.so" # # EndSection # ********************************************************************** # Server flags section. # **************************************************************