# From: amundson@amundson.pa.msu.edu (James Amundson) # ********************************************************************** # 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) FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled" 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/" EndSection Section "Keyboard" Protocol "Standard" AutoRepeat 50000 1 EndSection Section "Pointer" Protocol "PS/2" Device "/dev/mouse" Emulate3Buttons EndSection Section "Monitor" Identifier "Micron LCD" VendorName "Micron" ModelName "Transport" Bandwidth 100.0 HorizSync 31-69 VertRefresh 55-120 Modeline "800x600" 50 800 800 808 808 600 600 608 608 EndSection Section "Device" Identifier "Cirrus CL-GD7548" VendorName "Cirrus" BoardName "CL-GD7548" VideoRam 1024 Chipset "clgd5436" # Chipset "clgd5428" Clockchip "cirrus" Option "linear" # Option "mmio" MemBase 0xfc000000 # Option "no_bitblt" EndSection Section "Screen" Driver "svga" Device "Cirrus CL-GD7548" Monitor "Micron LCD" Subsection "Display" Depth 16 Modes "800x600" EndSubsection Subsection "Display" Depth 8 Modes "800x600" EndSubsection EndSection