上記 patch を当てて、OLDCARD というファイルを FIVA に cp して、 以下のような修正をして、kernel の再構築を行いました。
hints "FIVA.hints"
device pcm
options PSM_HOOKRESUME
options PSM_RESETAFTERSUSPEND
options DDB
options INVARIANTS
options INVARIANT_SUPPORT
options WITNESS
options WITNESS_SKIPSPIN
hint.fdc.0.disabled="1"
hint.sio.1.disabled="1"
hint.ppc.0.disabled="1"
hint.pcic.1.irq="11"
hint.pcic.1.disabled="1"
hint.sio.0.irq="4" -> hint.sio.0.irq="0"
snd_pcm_load="YES"
を追加すると
オーディオ再生が安定する」という記述があったため、
早速やってみました。これが功を奏したのか、現在のところ、
順調に音楽が聞けています。ありがとうございましたm(__)m。> T@ni さん
[/boot/loader.conf の内容] snd_pcm_load="YES" hw.ata.wc=1 hw.pcic.intr_path=1 hw.pcic.irq=0
[/etc/sysctl.conf の内容] hw.acpi.cpu.economy_speed=8 hw.acpi.lid_switch_state=NONE hw.acpi.standby_state=S4 hw.acpi.suspend_state=S4 hw.acpi.power_button_state=S4 hw.acpi.sleep_button_state=S4 hw.acpi.thermal.min_runtime=300 hw.acpi.battery.info_expire=30
XFree86 -configure
としてテンプレートを作って、
足りない部分等を設定します。
前のインストール時よりも、ports にてフォント関連が充実したので、
FontPath を増やしました^^。
[Section "Files" に追加した行] FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/TrueType/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" FontPath "/usr/X11R6/lib/X11/fonts/URW/"
[Section "Module" に追加した行] Load "xtt"
[Section "InputDevice" で Driver "mouse" の所の変更点] Option "ZAxisMapping" "4 5" Option "SampleRate" "600"
[Section "Monitor" に追加した行] HorizSync 20-80 VertRefresh 55-90
[Section "Device"に追加した行] Option "SWCursor" Option "UseBIOS" "off" Option "pci_burst"[
Section "Screen"
で追加した行]
DefaultColorDepth 16[
Section "SubSection"
で追加した行]
Modes "800x600"
ln -sf aj /etc/malloc.conf
[rc.confの内容] linux_enable="YES" saver="logo" sendmail_enable="NO" sshd_enable="YES" usbd_enable="YES" moused_enable="YES" pccard_enable="YES" pccard_ifconfig="DHCP" pccardd_flags="-i 3 -i 7" inetd_enable="YES"
また、