fbsd070205a@
やれやれ、快調だった、プログラム用シャトルが不調になってきた。特に usbhubのあたりが機械的に不調な感じで、nbsdにも飽きてきたしここいらでfbsd6.2に入れ替えてみる。一番の理由はいまnbsdはもめているし、実際、開発のテンポがfbsdやFC6に比べてひどく遅くなった。次バージョンまではfbsdにしよう。
まず、sysinstallのおかげで、基本インストールはおそらく、mac,winすべてに大して一番簡単ではやい。Xorgは編集要。xorgcfg -textmodeでだいたいやっといて、etc/X11/xorg.confを直接編集
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons"
EndSection
Section "Monitor"
#DisplaySize 380 300 # mm
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "BNQ"
ModelName "BenQ T90X"
### Comment all HorizSync and VertSync values to use DDC:
# HorizSync 31.5 - 79.0
HorizSync 30-64
VertRefresh 50.0 - 70.0
Option "DPMS"
EndSection
Section "Device"
:::::::: 略
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV34 [GeForce FX 5200]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x400"
EndSubSection
EndSection