/* * XF86Config for XFree86-4.0 * Written by Hiroshi Takekawa * * Video: Matrox MillenniumII AGP * Monitor: TOTOKU CV711R * Mouse: Logitech MouseMan */ Section "Module" Load "dbe" # Double buffer extension Load "extmod" # Extra modules Load "glx" # GLX Load "dri" # dri Load "GLcore" # GLcore Load "record" # record Load "type1" # Type1 Load "speedo" # Speedo Load "xtt" # X-TrueType EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/AcceleratedX/fonts/misc/" 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/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/TrueType/" FontPath "/usr/X11R6/lib/X11/fonts/freefont/" FontPath "/usr/X11R6/lib/X11/fonts/ETL/" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc101" Option "XkbLayout" "us" Option "XkbOptions" "ctrl:swapcaps" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "MouseMan" Option "Device" "/dev/ttyS0" Option "ChordMiddle" EndSection Section "Monitor" Identifier "CV711R" HorizSync 31.5 - 82.0 VertRefresh 40-150 VendorName "TTK" ModelName "6fb" EndSection Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # Chipset "generic" Driver "vga" # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection Section "Device" Identifier "Matrox MGA 2164W AGP" Driver "mga" VendorName "Matrox" BoardName "MGA 2164W AGP" BusID "PCI:1:0:0" VideoRam 8192 EndSection Section "Screen" Identifier "Screen 1" Device "Matrox MGA 2164W AGP" Monitor "CV711R" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" "640x480" "800x600" "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "640x480" "800x600" "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "640x480" "800x600" "1024x768" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection