# # modified by shige 08/24 2000 # for NEC PC9821Xv13/W16 (Millennium MGA2064W) # # ********************************************************************** # 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" # 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 # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "A702H" VendorName "IIYAMA" ModelName "A702H" Bandwidth 160 HorizSync 27-96 VertRefresh 50-160 Modeline "640x480" 31.5 640 684 780 800 480 483 485 525 Modeline "800x600" 36.0 800 828 888 1000 600 614 622 664 Modeline "1024x768" 98.9 1024 1092 1252 1408 768 774 780 822 Modeline "1152x864" 137.65 1152 1216 1344 1536 864 898 917 982 Modeline "1280x1024" 157.5 1280 1352 1512 1728 1024 1025 1028 1072 Modeline "1600x1200" 162.0 1600 1696 1888 2160 1200 1201 1204 1250 Endsection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "MGA" VendorName "Matrox" BoardName "Millennium" # VideoRam 4096 VideoRam 2048 EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Driver "svga" Device "MGA" Monitor "A702H" Subsection "Display" Depth 8 # Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 # Modes "1024x768H" "800x600" "640x480" "NEC480" Modes "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection