#From: till strauman #Subject: XF86Config for CLGD7548 # # There's my XF86Config-file I use on my AST Ascentia P55. It works # with XF86_SVGA 3.2A as well as with 3.3. Autodetection of the Membase # address does not seem to work though. I had no problems with # acceleration so far. Maybe the keyboard layout has to be adapted (unless # somebody uses a swiss-german one :-) # # # XF86Config auto-generated by XF86Setup # # Copyright (c) 1996 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. # # See 'man XF86Config' for info on the format of this file Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" EndSection #Section "ServerFlags" #EndSection Section "Keyboard" Protocol "Standard" AutoRepeat 500 30 # LeftAlt Meta # RightAlt ModeShift # ScrollLock Compose # RightCtl Control # XkbKeycodes "xfree86" # XkbTypes "default" # XkbCompat "default" ## XkbSymbols "us(pc101)" ## XkbGeometry "pc" # XkbRules "xfree86" XkbModel "pc101" XkbLayout "de_CH" EndSection Section "Pointer" Protocol "PS/2" Device "/dev/mouse" Emulate3Timeout 45 Emulate3Buttons EndSection Section "Monitor" Identifier "TFT" VendorName "Unknown" ModelName "Unknown" HorizSync 31.5-48 VertRefresh 55-90 # This one works for 8bpp and for 16bpp ModeLine "800x600_36" 36.08 800 832 904 1000 600 601 605 628 # This works only for 16bpp and still with some distortions ModeLine "800x600_40" 40 800 832 904 1000 600 601 605 628 EndSection Section "Device" Identifier "Primary Card" VendorName "Unknown" BoardName "Cirrus Logic GD754x (laptop)" Option "linear" Option "power_saver" # VideoRam 1024 Membase 0xfc000000 EndSection Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "TFT" BlankTime 5 SuspendTime 15 OffTime 30 DefaultColorDepth 16 SubSection "Display" # Virtual 1024 612 # ViewPort 500 500 Depth 8 Modes "800x600_36" EndSubSection SubSection "Display" Depth 16 Modes "800x600_40" "800x600_36" EndSubSection EndSection