# # 1996/11/15 # Chris Brady # cbrady@cray.com # Gateway2000 Solo 2100 # Pentium 133 # ??? # # Linux # Slackware 3.2 (kernel 2.29) # XFree86 3.31 # XF86_SVGA # Cirrus GD7548 # N/A # N/A # PCI # 1mb # 8bpp # 800x600 # 12.1 # ??? # N/A # N/A # N/A # N/A # N/A # I had to add "MemBase 0xfc000000" to XFConfig # N/A # # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Conf.cpp,v 3.6 1994/09/26 15:30:19 dawes Exp $ # # Copyright (c) 1994 by The XFree86 Project, Inc. # # ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. This man page is installed as /usr/X11R6/man/man5/XF86Config.5x # ********************************************************************** # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" 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) FontPath "/usr/X11R6/lib/X11/fonts/misc/" 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" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # NoTrapSignals # Uncomment this to disable the server abort sequence # DontZap EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" # when using XQUEUE, comment out the above line, and uncomment the # following line # Protocol "Xqueue" AutoRepeat 500 5 ServerNumLock # Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)) # Xleds 1 2 3 # To set the LeftAlt to Meta, RightAlt key to ModeShift, # RightCtl key to Compose, and ScrollLock key to ModeLock: # LeftAlt Meta # RightAlt ModeShift # RightCtl Compose # ScrollLock ModeLock EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "PS/2" Device "/dev/mouse" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. # Protocol "Xqueue" # Baudrate and SampleRate are only for some Logitech mice # BaudRate 9600 # SampleRate 150 # Emulate3Buttons is an option for 2-button Microsoft mice Emulate3Buttons # ChordMiddle is an option for some 3-button Logitech mice # ChordMiddle EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "LCD Monitor" VendorName "GW-2000" ModelName "LCD" # Bandwidth is in MHz unless units are specified Bandwidth 44 # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 24-44 # multisync # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 54-75 # multisync # Mode Refresh Hor. Sync Dot-clock Interlaced? VESA? # ------------------------------------------------------------ # 640x480 67Hz 35.4k 28.3M No No # 800x600 87Hz 57.7k 41.0M No No Mode "800x600" DotClock 41 HTimings 800 852 972 1006 VTimings 600 613 619 630 EndMode Mode "640x480" DotClock 28.3 HTimings 640 664 760 800 VTimings 480 491 493 525 EndMode EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present Section "Device" Identifier "Generic VGA" VendorName "Cirrus Logic" BoardName "Unknown" Chipset "generic" VideoRam 1024 EndSection Section "Device" # SVGA server auto-detected chipset Identifier "Cirrus SVGA" VendorName "Unknown" BoardName "Unknown" Chipset "clgd7548" Clockchip "cirrus" MemBase 0xfc000000 VideoRam 1024 EndSection # ********************************************************************** # Screen sections # ********************************************************************** # The colour SVGA server Section "Screen" Driver "svga" Device "Cirrus SVGA" Monitor "LCD Monitor" DefaultColorDepth 8 Subsection "Display" Depth 8 Modes "800x600" "640x480" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection # The 16-colour VGA server Section "Screen" Driver "vga16" Device "Generic VGA" Monitor "LCD Monitor" Subsection "Display" Modes "800x600" "640x480" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection