# ********************************************************************** # Sample.XF86Config for XFree86(98)-3.1.2 last modefied on 97-06-12 KPI # ********************************************************************** # ********************************************************************** # 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/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 ServerNumLock EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "BusMouse" Device "/dev/mse0" #FreeBSD(98) # Device "/dev/mms0" #NetBSD/PC98 Emulate3Buttons EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Multi sync" VendorName "NEC" ModelName "PC-KM153" Bandwidth 40 HorizSync 24-70 # multisync VertRefresh 50-100 # multisync # Mode "1024x768" # DotClock 65.00 # HTimings 1024 1188 1210 1370 # VTimings 768 768 770 790 # EndMode Mode "1024x768H" DotClock 75.00 HTimings 1024 1068 1184 1328 VTimings 768 771 777 806 EndMode EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "NECWAB" VendorName "NEC" BoardName "NEC WAB-A/B/928" Chipset "s3_generic" Dacspeed 110 Ramdac "sc15025" Option "dac_8_bit" Option "necwab" # Option "nomemaccess" Clocks 25.0 28.0 40.0 0.0 50.0 77.0 36.0 45.0 Clocks 130.0 120.0 80.0 31.0 110.0 65.0 75.0 94.0 EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Driver "accel" # Device "PW" # Device "PW928II" # Device "PW805i" # Device "PW928GLB" # Device "PW928IILB" # Device "PW964LB" # Device "PCSKB" # Device "PCSKB4" Device "NECWAB" # Device "NEC864" Monitor "Multi sync" Subsection "Display" Depth 8 Modes "1024x768H" # Modes "1024x768" "640x480" "800x600" # Modes "1280x1024" "1024x768" "640x480" "800x600" # Modes "1280x1024H" ViewPort 0 0 # Virtual 1280 1024 Virtual 1024 768 EndSubsection SubSection "Display" Depth 16 Weight 565 # Modes "640x480" "800x600" "1024x768" Modes "1024x768" ViewPort 0 0 Virtual 1024 768 EndSubsection EndSection