# ********************************************************************** # 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/" 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/" EndSection Section "Keyboard" Protocol "Standard" AutoRepeat 500 5 XkbModel "pc102" XkbRules "xfree86" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "PS/2" Device "/dev/psaux" Emulate3Buttons # Emulate3Timeout 50 EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Compaq Armada 1520D" VendorName "Compaq" ModelName "Armada 1520D" Bandwidth 100.0 HorizSync 31.5-48.5 # typical for a single frequency fixed-sync monitor VertRefresh 40-75 # typical for a single frequency fixed-sync monitor # Modeline "800x600" 50 800 800 808 808 600 600 608 608 # Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync Modeline "800x600" 36 800 824 912 1000 600 601 603 625 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Generic VGA" VendorName "Unknown" BoardName "Unknown" Chipset "generic" # VideoRam 256 # Clocks 25.2 28.3 EndSection Section "Device" Identifier "Cirrus CL-GD7548" VendorName "Cirrus" BoardName "CL-GD7548" VideoRam 1024 Chipset "clgd7548" ClockChip "cirrus" Option "linear" MemBase 0x40000000 EndSection # ********************************************************************** # Screen sections # ********************************************************************** # The colour SVGA server Section "Screen" Driver "svga" Device "Cirrus CL-GD7548" Monitor "Compaq Armada 1520D" DefaultColorDepth 8 Subsection "Display" Depth 8 Modes "800x600" # ViewPort 0 0 Virtual 1152 900 EndSubsection Subsection "Display" Depth 16 Modes "800x600" EndSubsection EndSection # The 16-colour VGA server Section "Screen" Driver "vga16" Device "Generic VGA" Monitor "Compaq Armada 1520D" Subsection "Display" Modes "640x480" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection