2008-12-08 (Mon)

_ [comp] AllowEmptyInput

突然 X が固まったので再起動したら、キーボードとマウスが効かなくなった。仕方ないので poweroff で電源を切って Xorg.0.log を見てみると、

(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
        If no devices become available, reconfigure HAL or disable AllowEmptyInput.

なんだこれは。xorg.conf(5) を見て、/etc/X11/xorg.conf に

Section "ServerFlags"
        Option          "AllowEmptyInput"       "off"
EndSection

を追加してみた。そしたら

(==) ModulePath set to "/usr/lib/xorg/modules"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) No Layout section. Using the first mouse device.
(==) No Layout section. Using the first keyboard device.

となってキーボードとマウス復活。

2008-12-07 (Sun)

_ [audacious] 続々・audacious の Add CD がない

1.4.6 だとあることを確認。1.5.1 にしたらなかった。そして

** (audacious:9532): CRITICAL **: playlistwin_item_visible: assertion `UI_SKINNED_IS_PLAYLIST(playlistwin_list)' failed
        :

というのが出力されてるんだけど、どうもこれ怪しいな。バグレポートしたいけど公式サイトまだ不完全だな。 とりあえず CD を追加するだけならコマンドラインの audtool を使って

% audtool playlist-addurl cdda://

で入るはず…。

2008-12-05 (Fri)

_ [debian] ttf-vlgothic 20081203-2

インストールできない件は修正された。> #134968