« 2007年05月 | メイン | 2007年12月 »
2007年09月27日
Debian Xorg 再設定
Debian Xorg 再設定(Configuring xserver-xorg)
# dpkg-reconfigure xserver-xorg
投稿者 takayuki : 13:35 | コメント (0)
Gentoo Gnome wmv(divx.xvid)サムネイル表示メモ
Nautilus 上で動画ファイルのプレビューが表示される様にするメモ。
1. gst-plugins-bad のインストール
# ACCEPT_KEYWORDS="~x86" emerge media-libs/gst-plugins-bad
2.サムネイル(プレビュー)情報の削除
# rm -rf ~/.thumbnails/fail/gnome-thumbnail-factory/*
3.サムネイルが表示されるか確認する。
投稿者 takayuki : 09:52 | コメント (0)
2007年09月18日
gentoo起動時エラー修復メモ "* One of the files in /etc/{conf.d,init.d} or /etc/rc.conf"
作業していたら起動時に以下のメッセージを出力するようになったので
修復した時のメモ。
# ls -l /etc/conf.d/* /etc/init.d/* /etc/rc.conf
# touch -m /etc/init.d/* /etc/conf.d/*
実行前
localhost ~ # /etc/init.d/hdparm restart
* One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
* has a modification time in the future!
* Running hdparm on /dev/hda ... [ ok ]
* Running hdparm on /dev/hdc ... [ ok ]
実行後
localhost ~ # /etc/init.d/hdparm restart
* Running hdparm on /dev/hda ... [ ok ]
* Running hdparm on /dev/hdc ... [ ok ]