Disk /dev/sda: 255 heads, 63 sectors, 4864 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 4012 32226358+ 83 Linux /dev/hda2 4013 4226 1718955 82 Linux swap /dev/hda3 4227 4864 5124735 de Dell Utility
Disk /dev/hda: 255 heads, 63 sectors, 7296 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1275 10241406 7 HPFS/NTFS
/dev/hda2 1276 6374 40957717+ 83 Linux
/dev/hda3 6375 7012 5124735 de Dell Utility
/dev/hda4 7013 7296 2281230 82 Linux swap
00:00.0 Host bridge: VIA Technologies, Inc. P/KN266 Host Bridge 00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP] 00:05.0 CardBus bridge: Ricoh Co Ltd RL5c475 (rev b8) 00:05.1 FireWire (IEEE 1394): Ricoh Co Ltd: Unknown device 0551 00:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C(rev 10) 00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 80) 00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 80) 00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82) 00:11.0 ISA bridge: VIA Technologies, Inc. VT8233A ISA Bridge 00:11.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 06) 00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio Controller (rev 50) 00:11.6 Communication controller: VIA Technologies, Inc. AC97 Modem Controller (rev 80) 01:00.0 VGA compatible controller: S3 Inc. VT8751 [ProSavageDDR P4M266] VGA Controller
#!/bin/sh
# this script was generated by ogl-tools
case "$1" in
start)
echo "Setting IDE devices ..."
/sbin/hdparm -c 1 -d 1 -m 16 -X 69 /dev/ide/host0/bus0/target0/lun0/disc
/sbin/hdparm -c 1 -d 1 -m 16 -X 69 /dev/ide/host0/bus1/target0/lun0/cd
;;
stop)
;;
restart)
echo "Reloading IDE setting..."
/sbin/hdparm -c 1 -d 1 -m 16 -X 69 /dev/ide/host0/bus0/target0/lun0/disc
/sbin/hdparm -c 1 -d 1 -m 16 -X 69 /dev/ide/host0/bus1/target0/lun0/cd
;;
*)
echo "Usage : /etc/init.d/ide {start|stop|reload}"
;;
esac
exit 0
Section "Device"
Identifier "Card0"
# Driver "vesa"
Driver "savage"
BusID "PCI:1:0:0"
Screen 0
VendorName "VIA"
BoardName "VT8751 [ProSavageDDR P4M266]"
EndSection
(--) PCI:*(1:0:0) S3 unknown chipset (0x8d04) rev 0, Mem @ 0xe8100000/19, 0xf0000000/27
とでてくるが、その後の方で
(II) LoadModule: "savage"
(II) Loading /usr/X11R6/lib/modules/drivers/savage_drv.o
(II) Module savage: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.1.27
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.5
とあり、無事読み込まれた模様。







柴田(ひ)アンテナ