# cp /usr/X11/lib/modules/dri/mga_dri.so /usr/X11/lib/modules/dri/mga_dri.so.old # cp /usr/X11/lib/modules/drivers/mga_drv.o /usr/X11/lib/modules/drivers/mga_drv.o.oldみたいにすればよいでしょう。
# cp /cdrom/Linux/drivers/xfree86/4.1.0/dri/* /usr/X11/lib/modules/dri/ # cp /cdrom/Linux/drivers/xfree86/4.1.0/drivers/* /usr/X11/lib/modules/drivers/これで、driディレクトリにはmga_dri.soが、driversディレクトリにはmga_drv.oとmga_hal_drv.oがそれぞれコピーされます。
実は/cdrom/Linux/driversにはinstall.shというインストールスクプトがあります。これを使いたいところですが、*BSDなOSでは使えません。というのも、実行者がRootかどうか判別するのに、Linux特有のしくみを利用しているためです。
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
# FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "tcp/localhost:7100"
EndSection
Section "Module"
Load "extmod"
Load "xie"
Load "pex5"
Load "glx"
Load "dbe"
Load "record"
Load "type1"
# Load "freetype"
Load "xtt"
Load "ramdac"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection
Section "Monitor"
Identifier "Primary Monitor"
VendorName "Unknown"
ModelName "Unknown"
# HorizSync 81.1
# VertRefresh 76.2
HorizSync 31.5-120
VertRefresh 40-120
#Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
Modeline "1280x1024" 108.00 1280 1312 1416 1664 1024 1027 1030 1064 +hsync +vsync
EndSection
Section "Device"
Identifier "Matrox Millennium G550"
Driver "mga"
BoardName "MGAG550 AGP"
VideoRam 32768
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen 0"
Device "Matrox Millennium G550"
Monitor "Primary Monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "640x480" "800x600" "1024x768" "1280x1024"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "640x480" "800x600" "1024x768" "1280x1024"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0
EndSubsection
EndSection