2010-04-06 (Tue)
_ [debian] splashy 0.3.13-5.1 変
uswsusp のサスペンド時に
Looking for splash system... Splashy ERROR: Cannot read XML File <</etc/splashy/config.xml>> Exiting...
Splashy ERROR: libsplasy: No config file found at (null)
splashy_init: error -1none
とか出て気になるので splashy を入れてみる。さて試してみるかとサスペンドすると、
Splashy ERROR: Couldn't splashy_start_splashy(). Error -3
となって全然動作しない。どうも #512419 のようで、directfb のヴァージョン依存?
ii libdirectfb-1.2-0 1.2.10really1.2.8-1+b1
ii libdirectfb-1.2-9 1.2.10.0-2
ii libdirectfb-extra 1.2.10.0-2
てかそもそも splashy の設定ファイルがないってエラーが出るのは入ってないのに splashy を使うようになってるからで、/etc/uswsusp.conf で
#splash = y
splash = n
にした。
_ [debian] initramfs-tools 0.94 変?
uswsusp でサスペンドできるけどレジュームがきかなくなった。splashy の実験でどこかおかしくした?と思ったら、どうやら今日更新された initramfs-tools のせいっぽい? 0.93.4 に戻したら、きちんとレジュームできるようになった。 ひとまず forbid-version で 0.94 に上げないようにして、簡単だけど報告した。> #576700
_ [debian] 掃除
WARNING: All config files need .conf: /etc/modprobe.d/kqemu, it will be ignored in a future release.
という警告が頻繁に出てたので、/etc/modprobe.d/kqemu を削除。使っていないかったし、
Starting with QEMU 0.12.0, KQEMU support has been removed from upstream, as it has not seen active development for a few years now, while causing regressions or limitations for non-KQEMU users.
ということで KQEMU はもうサポートされてない。 uswsusp でレジュームできないときに、
Invalidating stale software suspend images
というメッセージが目についたので調べてみたら、hibernate の出してるメッセージだった。hibernate ももう使ってないのでパッケージ削除。
2010-04-05 (Mon)
_ [comp] 続・マウス交換
別の新しめのマウスをつないでみたけど、やっぱ速度が早くて “Device Accel Constant Deceleration” が必要だった。あとケーブル長は 1.5m で十分かと思ってたけど、実際使っていると 2m くらいのがよかったな。
2010-04-04 (Sun)
_ [debian] ftp-master.debian.org back
ries, AKA ftp-master.debian.org back, status ということで復活。
Current status: 94 updates [+93], 29247 new [+36].
Current status: 53 updates [+49], 29248 new [+1].
_ [debian] iceweasel 3.6.3-1
Iceweasel 3.6.3を公開ということで experimental に入った。
_ [comp] マウス交換
マウスの調子が悪いので、新しいマウスに交換した。そしたら移動速度が速すぎる。以前にあった xorg-input-evdev と AllowEmptyInput の組み合わせとはまた違うようだ。とりあえず xinput を入れて、
% xinput list-props 8
Device '"Logitech USB Optical Mouse"':
Device Enabled (121): 1
Device Accel Profile (244): 0
Device Accel Constant Deceleration (245): 1.000000
Device Accel Adaptive Deceleration (247): 1.000000
Device Accel Velocity Scaling (248): 10.000000
Evdev Reopen Attempts (237): 10
Evdev Axis Inversion (249): 0, 0
Evdev Axes Swap (251): 0
Axis Labels (252): "Rel X" (129), "Rel Y" (130)
Button Labels (253): "Button Left" (122), "Button Middle" (123), "Button Right" (124), "Button Wheel Up" (125), "Button Wheel Down" (126), "Button Horiz Wheel Left" (127), "Button Horiz Wheel Right" (128), "Button Side" (239), "Button Extra" (240), "Button Forward" (241), "Button Back" (242), "Button Task" (243), "Button Unknown" (238), "Button Unknown" (238), "Button Unknown" (238), "Button Unknown" (238)
Evdev Middle Button Emulation (254): 2
Evdev Middle Button Timeout (255): 50
Evdev Wheel Emulation (256): 0
Evdev Wheel Emulation Axes (257): 0, 0, 4, 5
Evdev Wheel Emulation Inertia (258): 10
Evdev Wheel Emulation Timeout (259): 200
Evdev Wheel Emulation Button (260): 4
Evdev Drag Lock Buttons (261): 0
に対して、
% xinput set-prop 8 "Device Accel Constant Deceleration" "2"
%
で速度を落としてみた。