# ********************************************************************** # 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/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 # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" AutoRepeat 500 5 EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "BusMouse" Device "/dev/mse0" Emulate3Buttons EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Multi sync" VendorName "IDEK" ModelName "MF8617" HorizSync 24-86 VertRefresh 50-160 Mode "640x400" DotClock 28.322 HTimings 640 664 712 808 VTimings 400 400 402 417 EndMode Mode "640x480" DotClock 28.0 HTimings 640 690 752 800 VTimings 480 496 544 560 EndMode Mode "NEC480" DotClock 31.5 HTimings 640 664 760 800 VTimings 480 491 493 525 EndMode Mode "800x600" DotClock 36.00 HTimings 800 840 900 1000 VTimings 600 602 610 664 EndMode Mode "1024x768" DotClock 65.00 HTimings 1024 1188 1210 1370 VTimings 768 768 770 790 EndMode Mode "1024x768i" DotClock 45.00 HTimings 1024 1030 1230 1260 VTimings 768 768 790 830 Flags "Interlace" EndMode Mode "1024x768H" DotClock 75.00 HTimings 1024 1068 1184 1328 VTimings 768 771 777 806 EndMode Mode "1024x768H2" DotClock 90.00 HTimings 1024 1056 1216 1280 VTimings 768 768 786 805 EndMode Mode "1280x1024" DotClock 109.00 HTimings 1280 1290 1680 1696 VTimings 1024 1027 1030 1064 EndMode Mode "1280x1024H" DotClock 110.00 HTimings 1280 1300 1315 1700 VTimings 1024 1027 1030 1064 EndMode EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "EGC16" VendorName "Unknown" BoardName "Unknown" Chipset "generic" EndSection Section "Device" Identifier "GA98NB4" VendorName "IO DATA" BoardName "GA-98NBIV" ChipSet "clgd5434" ClockChip "cirrus" Option "ga98nb4" Option "no_mmio" Option "sw_cursor" Option "epsonmemwin" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Driver "svga" Device "GA98NB4" Monitor "Multi sync" Subsection "Display" Depth 8 Modes "1024x768H2" "800x600" "640x480" "1024x768" # Modes "NEC480" "640x400" ViewPort 0 0 # Virtual 1024 1024 # Virtual 1024 1022 # Virtual 640 480 # Virtual 640 400 # Virtual 1280 816 EndSubsection EndSection Section "Screen" Driver "vga16" Device "EGC16" Monitor "Multi sync" Subsection "Display" Modes "640x400" ViewPort 0 0 Visual "PseudoColor" EndSubsection EndSection