2007年5月25日金曜日

beryl の 壁紙

$ gconf-editor

で設定エディタを起動する。

apps → nautilus → preferences → show Desktop
desktop → gnome → background → draw_background

のチェックを外す。

2007年5月19日土曜日

タッチスクリーン

以下のURLの通りに設定すれば稼働
http://www.conan.de/touchscreen/p-series.html

  1. モジュールのコピー先
    /usr/lib/xorg/module/input/

  2. スタートアップスクリプトの設定
    update-rc.d stylus defaults 25

  3. setserialパッケージ追加

2007年5月11日金曜日

Keyring のパスワードを変更する

コントロールパネルから、Keyring Managerを選択する。
【ワイヤレスネットワークxxxのパスフレーズ】を選択し、Keyのパスワードを変更する。

Keyringのパスワード変更要求を止める

起動するたびに、キーリングのパスワードが聞かれるので、以下のような感じで変更する。

注)ログインパスワードとKeyringのパスワードを一緒にすること。

# apt-get install libpam-keyring

# vi /etc/pam.d/gdm

auth optional pam_keyring.so try_first_pass
session optional pam_keyring.so

2007年5月10日木曜日

Bluetoothマウスの設定

まず、デバイスを検索する。

pown:~$ hcitool scan


以下のような感じで設定する。

pown:~# vi /etc/default/bluetooth

# start bluetooth on boot?
# compatibility note: If this variable is not found bluetooth will
# start
BLUETOOTH_ENABLED=1

############ HIDD
#
# To have Bluetooth mouse and keyboard support, get the
# Linux 2.6.6 patch or better from bluez.org, and set
# HIDD_ENABLED to 1.
HIDD_ENABLED=1
HIDD_OPTIONS="--connect 00:XX:XX:00:7F:37 --master --server"
# to make hidd always use a particular interface, use something
# like this, substituting the bdaddr of the interface:
# HIDD_OPTIONS="-i AA:BB:CC:DD:EE:FF --server"
#

タッチパッドの真ん中ボタンの設定

赤のラインを追加する。

root@pown:~# sudo vi /etc/X11/xorg.conf

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "EmulateInertia" "50"
EndSection

2007年5月9日水曜日

ハイバーネートの設定

Synaptic にて、hibernateをインストールする。

~# vi /usr/lib/hal/scripts/linux/hal-system-power-hibernate-linux

#Other distros just need to have *any* tools installed
else
if [ -x "/usr/sbin/hibernate" ] ; then
# Suspend2 tools installed
/usr/sbin/hibernate --force
RET=$?
elif [ -x "/sbin/s2disk" ] ; then
# uswsusp tools installed
/sbin/s2disk
RET=$?
elif [ -x "/usr/sbin/pmi" ] ; then
/usr/sbin/pmi action hibernate force
RET=$?
elif [ -x "/usr/bin/powersave" ] ; then
$POWERSAVED_SUSPEND2DISK
RET=$?
elif [ -x "/usr/sbin/pm-hibernate" ] ; then

といった感じで、順番を変更する。

2007年5月6日日曜日

opensuse : カーネル変更

リポジトリー追加したら、kernelのパッチが出てたので、アップデートしたら、madwifi動かず。。。
kernel-2.21 → Kernel-2.18 へダウングレードしました。

2007年5月5日土曜日

berylのインストール

Synapticから、berylで検索し、関連パッケージをインストールする。