# # Copyright (c) 1999 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. # ********************************************************************** Section "Module" Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" EndSection # ********************************************************************** # 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/local/" 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/" # The module search path. The default path is shown here. # ModulePath "/usr/X11R6/lib/modules" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/gpmdata" EndSection Section "Monitor" Identifier "My Monitor" HorizSync 30-90 VertRefresh 50-150 # Begin /usr/share/X11/config/XF86Config.modelines ModeLine "640x480" 31.5 640 664 704 832 480 489 492 520 ModeLine "640x480" 25.175 640 664 760 800 480 491 493 525 ModeLine "800x600" 36 800 824 896 1024 600 601 603 625 ModeLine "1024x768" 65 1024 1032 1176 1344 768 771 777 806 # ModeLine "1024x480" 65 1024 1032 1176 1344 480 483 489 518 # ModeLine "1024x480" 65 1024 1032 1176 1344 480 483 489 557 ModeLine "1024x480" 42.4 1024 1032 1040 1040 480 481 482 483 Modeline "1280x1024" 135.00 1280 1312 1416 1664 1024 1027 1030 1064 # Modeline "1600x1200" 160.00 1600 1616 1776 1968 1200 1203 1240 1273 Modeline "1600x1200" 160.00 1600 1616 1776 2032 1200 1203 1240 1273 # End /usr/share/X11/config/XF86Config.modelines EndSection Section "Device" Identifier "My Video Card" Driver "ati" EndSection Section "Screen" Identifier "Screen 1" Device "My Video Card" Monitor "My Monitor" SubSection "Display" Depth 32 # Modes "1280x1024" "640x480" "800x600" "1024x768" Modes "1024x480" EndSubSection SubSection "Display" Depth 24 # Modes "1280x1024" "640x480" "800x600" "1024x768" Modes "1024x480" EndSubSection SubSection "Display" Depth 16 # Modes "1280x1024" "640x480" "800x600" "1024x768" Modes "1024x480" EndSubSection SubSection "Display" Depth 15 # Modes "1280x1024" "640x480" "800x600" "1024x768" Modes "1024x480" EndSubSection SubSection "Display" Depth 8 # Modes "1280x1024" "640x480" "800x600" "1024x768" Modes "1024x480" EndSubSection SubSection "Display" Depth 4 # Modes "1280x1024" "640x480" "800x600" "1024x768" Modes "1024x480" EndSubSection SubSection "Display" Depth 2 # Modes "1280x1024" "640x480" "800x600" "1024x768" Modes "1024x480" EndSubSection SubSection "Display" Depth 1 # Modes "1280x1024" "640x480" "800x600" "1024x768" Modes "1024x480" EndSubSection EndSection Section "ServerLayout" Identifier "Deault Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection