Let's note R4 への Linux インストールメモ. 先達のページに大変助けられたので, お礼として. (あんまりちゃんとはわかっていません. 鵜呑みにせず, 一事例という程度でごらんください)
キーワード
助けられたページ (thx!)
その後知った/教えてもらったページ(thx!)
Section "Device" Identifier "Generic Video Card" Driver "vesa" VideoRam 131072 EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 28.0-96.0 VertRefresh 50-75 Option "DPMS" EndSection
Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth 24 (…中略…) SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
Section "InputDevice" Identifier "Configured Mouse" Driver "synaptics" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "iVertScrollDelta" "100" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.12" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" Option "RBCornerButton" "2" Option "CircularScrolling" "on" EndSection
# kopt=root=/dev/hda2 ro apm=on acpi=off
deb http://ftp.riken.go.jp/pub/Linux/debian/debian/ experimental main deb-src http://ftp.riken.go.jp/pub/Linux/debian/debian/ experimental main
- 2.6.8-1[56]|2.6.10-[56]|2.6.11-[1-7]|2.6.12|2.6.12-[1-9]|2.6.12-10) :;; + 2.6.8-1[56]|2.6.8-16sarge1|2.6.10-[56]|2.6.11-[1-7]|2.6.12|2.6.12-[1-9]|2.6.12-10) :;;
135a136,169 > # Software Suspend 2 > # > CONFIG_SOFTWARE_SUSPEND2=y > CONFIG_SOFTWARE_SUSPEND2_BUILTIN=y > > # > # Image Storage (you need at least one writer) > # > CONFIG_SOFTWARE_SUSPEND_SWAPWRITER=y > > # > # Page Transformers > # > CONFIG_SOFTWARE_SUSPEND_LZF_COMPRESSION=y > > # > # User Interface Options > # > CONFIG_SOFTWARE_SUSPEND_TEXT_MODE=y > > # > # General Options > # > CONFIG_SOFTWARE_SUSPEND_DEFAULT_RESUME2="" > # CONFIG_SOFTWARE_SUSPEND_KEEP_IMAGE is not set > CONFIG_SOFTWARE_SUSPEND_CHECK_RESUME_SAFE=y > > # > # Debugging > # > CONFIG_SOFTWARE_SUSPEND_DEBUG=y > # CONFIG_SOFTWARE_SUSPEND_DEVELOPER is not set > > # 460,461c494,495 < CONFIG_IDE=m < CONFIG_BLK_DEV_IDE=m --- > CONFIG_IDE=y > CONFIG_BLK_DEV_IDE=y 468c502 < CONFIG_BLK_DEV_IDEDISK=m --- > CONFIG_BLK_DEV_IDEDISK=y 481c515 < CONFIG_IDE_GENERIC=m --- > CONFIG_IDE_GENERIC=y 488c522 < CONFIG_BLK_DEV_GENERIC=m --- > CONFIG_BLK_DEV_GENERIC=y 510c544 < CONFIG_BLK_DEV_PIIX=m --- > CONFIG_BLK_DEV_PIIX=y 532c566 < CONFIG_SCSI=m --- > CONFIG_SCSI=y 538c572 < CONFIG_BLK_DEV_SD=m --- > CONFIG_BLK_DEV_SD=y 589c623 < CONFIG_SCSI_ATA_PIIX=m --- > CONFIG_SCSI_ATA_PIIX=y 2537c2571 < CONFIG_EXT2_FS=m --- > CONFIG_EXT2_FS=y 2541c2575 < CONFIG_EXT3_FS=m --- > CONFIG_EXT3_FS=y 2545c2579 < CONFIG_JBD=m --- > CONFIG_JBD=y 2547c2581 < CONFIG_FS_MBCACHE=m --- > CONFIG_FS_MBCACHE=y 2815a2850 > CONFIG_LZF=y
sarge からの変更点を補足します.
Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "iVertScrollDelta" "100" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.12" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" Option "RBCornerButton" "2" Option "CircularScrolling" "on" EndSection
その他に…
swsusp2 をやめて uswsusp にしました. カーネルコンパイルが不要だし, 圧縮や暗号化もできるし.
# many duplicated lines for raising priority of this rule. sigh... [Rule] name=Idle battery_interval=0-100 battery_interval=0-100 battery_interval=0-100 battery_interval=0-100 battery_interval=0-100 battery_interval=0-100 cpu_interval=0-20 profile=Powersave Low [/Rule]
sudo dpkg-reconfigure cmap-adobe-japan1 sudo dpkg-reconfigure cmap-adobe-japan2
The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match your running kernel (version 2.6.18-4-686). Even if the module were to compile successfully, it would not load into the running kernel.
Keyword(s):
References:[なんでも]