# ********************************************************************** # 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/75dpi/" EndSection # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" AutoRepeat 500 5 XkbKeymap "xfree98" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "BusMouse" # For FreeBSD(98)-2.X Device "/dev/mse0" Emulate3Buttons Emulate3Timeout 50 EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. Identifier "Multisync" VendorName "IDEK" ModelName "MF8615" Bandwidth 40 HorizSync 24-70 VertRefresh 50-100 Mode "NEC480" DotClock 28.324 HTimings 640 672 768 800 VTimings 480 485 487 525 EndMode EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "NKVNEC" VendorName "EPSON_NEC" BoardName "PCNKV/PCNKV2/NEC_CIRRUS" Chipset "clgd5428" Option "nec_cirrus" Option "fast_dram" Option "no_bitblt" Option "sw_cursor" # Option "hw_cursor" VideoRam 1024 EndSection # ********************************************************************** # Screen sections # ********************************************************************** # The colour SVGA-based PC98 server Section "Screen" Driver "svga" Device "NKVNEC" Monitor "Multi sync" Subsection "Display" Depth 8 Modes "NEC480" # ViewPort 0 640 # Virtual 1024 1024 Visual "PseudoColor" EndSubsection EndSection