# # modified by shige 09/08 2000 # for Xs + iiyama MF-8615B # # ********************************************************************** # 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/local/:unscaled" 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/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/:unscaled" #FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" #FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" #FontPath "/usr/X11R6/lib/X11/fonts/PEX/" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/:unscaled" ModulePath "/usr/X11R6/lib/modules" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # NoTrapSignals # DontZap # DontZoom # DisableVidModeExtension # AllowNonLocalXvidtune # DisableModInDev # AllowNonLocalModInDev EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" # Protocol "Xqueue" AutoRepeat 500 5 # ServerNumLock # Xleds 1 2 3 # LeftAlt Meta # RightAlt ModeShift # RightCtl Compose # ScrollLock ModeLock # XkbDisable # XkbRules "xfree98" # XkbModel "pc98" # XkbLayout "nec/jp" # XkbVariant "" # XkbOptions "" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "BusMouse" Device "/dev/mse0" # Protocol "Xqueue" # BaudRate 9600 # SampleRate 150 Emulate3Buttons # Emulate3Timeout 50 # ChordMiddle EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Multi sync" VendorName "IIYAMA" ModelName "MF8615B" Bandwidth 40 HorizSync 24.8-69.0 VertRefresh 50-120 Modeline "640x480" 32.00 640 674 736 808 480 488 504 516 Modeline "800x600" 48.00 800 880 940 1016 600 638 646 664 Modeline "1024x768" 75.00 1024 1068 1184 1328 768 771 777 806 Modeline "1152x864" 92.00 1152 1224 1384 1474 864 865 875 895 Modeline "1280x1024o" 110.00 1280 1300 1315 1700 1024 1027 1030 1064 Modeline "1280x1024i" 80.00 1280 1404 1620 1652 1024 1097 1109 1165 Interlace Modeline "1280x1024" 117.30 1280 1348 1363 1704 1024 1027 1030 1064 EndSection Section "Monitor" # This is dummy definition. Don't edit this section. # EGC can't take variable value. Identifier "PC98normal" VendorName "Unknown" ModelName "Unknown" BandWidth 25.2 HorizSync 43.75 VertRefresh 109.38 Mode "640x400" DotClock 28 HTimings 640 640 640 640 VTimings 400 400 400 400 EndMode EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present Section "Device" Identifier "EGC16" VendorName "Unknown" BoardName "Unknown" Chipset "generic" # VideoRam 256 # Clocks 25.2 28.3 EndSection Section "Device" Identifier "NEC864" VendorName "NEC" BoardName "NEC 864" Chipset "s3_generic" Option "necwab" Ramdac "s3_sdac" ClockChip "s3_sdac" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Driver "vga16" Device "EGC16" Monitor "Multi sync" Subsection "Display" Modes "640x400" ViewPort 0 0 Visual "PseudoColor" EndSubsection EndSection # The accelerated servers (S3-NEC,PW,PW-LB,PCSKB) Section "Screen" Driver "accel" Device "NEC864" Monitor "Multi sync" DefaultColorDepth 8 Subsection "Display" Depth 8 Modes "1024x768" "1152x864" "1280x1024" "640x480" "800x600" ViewPort 0 0 # Virtual 1280 1024 EndSubsection SubSection "Display" Depth 16 Weight 565 Modes "1024x768" "1152x864" "640x480" "800x600" ViewPort 0 0 # Virtual 1152 864 EndSubsection EndSection