# # modified by shige 09/07 2000 # for NEC PC9821Xp/U8W (S3 864 2MB) + PC-KM152 (15inch display) # # ********************************************************************** # 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/" 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/" 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 "NEC" ModelName "PCKM152" Bandwidth 80 HorizSync 24.8-63 VertRefresh 55-90 Modeline "NEC480" 31.5 640 664 760 800 480 491 493 525 Modeline "1152x864" 92 1152 1260 1420 1558 864 881 891 935 Modeline "1024x768" 75 1024 1052 1168 1328 768 771 777 806 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "NEC864" VendorName "NEC" BoardName "NEC 864" Chipset "s3_generic" Option "necwab" Ramdac "s3_sdac" ClockChip "s3_sdac" EndSection Section "Device" Identifier "EGC16" VendorName "Unknown" BoardName "Unknown" Chipset "generic" # VideoRam 256 # Clocks 25.2 28.3 EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Driver "vga16" Device "EGC16" Monitor "Multi sync" Subsection "Display" Modes "640x400" ViewPort 0 0 Visual "PseudoColor" EndSubsection EndSection Section "Screen" Driver "accel" Device "NEC864" Monitor "Multi sync" DefaultColorDepth 16 Subsection "Display" Depth 8 Modes "1024x768" "1152x864" "NEC480" ViewPort 0 0 EndSubsection SubSection "Display" Depth 16 Weight 565 Modes "1024x768" "1152x864" "NEC480" ViewPort 0 0 EndSubsection EndSection