Navigation : Top/Xの設定
*XFree86-4.0 with MatroxG400の場合

binaryを取ってきて, 
./install 
XFConfig86-4を以下の様に設定 

 # XFree86 4.x configuration generated by Xconfigurator 
 
 Section "ServerLayout" 
 Identifier "XFree86 Configured" 
 Screen 0 "Screen0" 0 0 
 InputDevice "Mouse0" "CorePointer" 
 InputDevice "Mouse9" "SendCoreEvents" 
 InputDevice "Keyboard0" "CoreKeyboard" 
 EndSection 
 
 # By default, Vine Linux use xfs except for TrueType 
 
 Section "Files" 
 FontPath "/usr/X11R6/lib/X11/fonts/TrueType" 
 FontPath "unix/:7100" 
 FontPath "/usr/X11R6/lib/X11/fonts/japanese" 
 FontPath "/usr/X11R6/lib/X11/fonts/misc" 
 FontPath "/usr/X11R6/lib/X11/fonts/75dpi" 
 EndSection 
 
 # Module loading section 
 
 Section "Module" 
 Load "dbe" # Double-buffering 
 Load "GLcore" # OpenGL support 
 Load "dri" # Direct rendering infrastructure 
 Load "glx" # OpenGL X protocol interface 
 Load "extmod" # Misc. required extensions 
 Load "v4l" # Video4Linux 
 # Load "pex5" # PHIGS for X 3D environment (obsolete) 
 # Load "record" # X event recorder 
 # Load "xie" # X Image Extension (obsolete) 
 # Load "freetype" # TrueType font handler 
 Load "xtt" # TrueType font handler 
 Load "type1" # Adobe Type 1 font handler 
 EndSection 
 
 Section "InputDevice" 
 Identifier "Keyboard0" 
 Driver "keyboard" 
 Option "Xkbdisable" 
 Option "XkbLayout" "us" 
 EndSection 
 
 Section "InputDevice" 
 Identifier "Mouse0" 
 Driver "mouse" 
 Option "Device" "/dev/mouse" 
 Option "Protocol" "IMPS/2" 
 Option "Buttions" "5" 
 Option "Emulate3Buttons" "off" 
 Option "ZAxisMapping" "4 5" 
 EndSection 
 
 Section "InputDevice" 
 Identifier "Mouse9" 
 Driver "mouse" 
 Option "Device" "/dev/input/mice" 
 Option "Protocol" "IMPS/2" 
 Option "ZAxisMapping" "4 5" 
 Option "AlwaysCoreg" 
 EndSection 
 
 Section "Monitor" 
 Identifier "Monitor0" 
 VendorName "EIZO" 
 ModelName "L676" 
 HorizSync 27-82 
 VertRefresh 50-75 
 ModeLine "1280x1024" 108.00 1280 1324 1436 1688 1024 1025 1028 1066 +hsync +vsync 
 Option "dpms" 
 EndSection 
 
 Section "Device" 
 Identifier "Matrox Millennium G400" 
 Driver "mga" 
 BoardName "G400" 
 BusID "PCI:1:5:0" 
 VideoRam "32768" 
 Option "hw cursor" "off" 
 Option "AGPMode" "4" 
 EndSection  
 
 Section "Device" 
 Identifier "Linux Frame Buffer" 
 Driver "fbdev" 
 BoardName "Unknown" 
 EndSection 
 
 Section "Screen" 
 Identifier "Screen0" 
 Device "Matrox Millennium G400" 
 Monitor "Monitor0" 
 DefaultDepth 16 
 Subsection "Display" 
 Depth 16 
 Modes "1280x1024" 
 EndSubSection 
 EndSection 
 
 Section "DRI" 
 Mode 0666 
 EndSection