# 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/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" 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 500 5 EndSection Section "Pointer" Protocol "PS/2" Device "/dev/mouse" Emulate3Buttons Emulate3Timeout 50 EndSection Section "Monitor" Identifier "Micron LCD" VendorName "Micron" ModelName "Transport" # Bandwidth 100.0 HorizSync 30-64 VertRefresh 50-90 Modeline "800x600" 50 800 800 808 808 600 600 608 608 # 640x400 @ 70 Hz, 31.5 kHz hsync Modeline "640x400" 25.175 640 664 760 800 400 409 411 450 # 640x480 @ 60 Hz, 31.5 kHz hsync Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 800x600 @ 56 Hz, 35.15 kHz hsync ModeLine "800x600" 36 800 824 896 1024 600 601 603 625 # 640x480 @ 72 Hz, 36.5 kHz hsync Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 800x600 @ 60 Hz, 37.8 kHz hsync Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync # 800x600 @ 72 Hz, 48.00 kHz hsync Modeline "800x600" 50.4 800 876 1004 1050 600 627 666 667 # 800x600 @ 72 Hz, 48.0 kHz hsync Modeline "800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync EndSection Section "Device" Identifier "Cirrus CL-GD7555" VendorName "Cirrus" BoardName "CL-GD7555" VideoRam 1024 # VideoRam 2048 Chipset "clgd7555" MemBase 0xfd000000 Clockchip "cirrus" Option "linear" Option "fast_dram" # Option "no_bitblt" # Option "no_2mb_banksel" Option "sw_cursor" EndSection Section "Screen" Driver "svga" Device "Cirrus CL-GD7555" Monitor "Micron LCD" Subsection "Display" Depth 8 Modes "800x600" ViewPort 0 0 Virtual 800 600 # Virtual 1024 768 EndSubsection Subsection "Display" Depth 16 Modes "800x600" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection