Debian sarge

カーネル 2.4

X
XF86Config-4の

サウンド
ALSA関連パッケージをいれてalsaconf
その後ユーザーをaudioグループに追加
gpasswd -a username audio


LAN
/etc/modutilsにlocalsというファイルを作成し
alias eth0 8139too
追記して
update-modules


カー ネル2.6

マウス
そのままではXが起動しないので 
/etc/modulesに
psmouse
mousedev
追記


日本語入力

/etc/X11/Xsession.dに31Xsession-oreというファイルを作り
#!/bin/bash --login
                                                                              
#
# Custom xsession program
#

# source $HOME/.xsession
[ -n "$USERXSESSION" -a -f "$USERXSESSION" ] && . "$USERXSESSION"
と記述する。
そして作ってあった~/.xsessionの
#if [ -x "$WINDOW_MANAGER" ]; then
#  realstartup=$WINDOW_MANAGER
#elif [ -x /usr/bin/x-session-manager ]; then
#  realstartup=x-session-manager
#elif [ -x /usr/bin/x-window-manager ]; then
#  realstartup=x-window-manager
#elif [ -x /usr/bin/x-terminal-emulator ]; then
#  realstartup=x-terminal-emulator
#fi
#exec $realstartup
とこの部分を修正。
(どこかのサイトにこの方法が載っていたんですがURLを失念)



日 本語入力をSCIMに変更


~/.xsessionに
export XMODIFIERS=@im=SCIM
export GTK_IM_MODULE=scim
scim -d &
と書く

(2005 05/01)
apt-getしてたらscim-uim-anthyで日本語入力できなくなりました。どうやらuim-anthyを
入れればいいらしい。



GTK アプリの文字がちっちゃい


~/.Xresourcesに
Xft.dpi: 96
と書くとなんとかなる



日 本語入力環境をuim- anthyにする


(2005,05,10)
そもそもはapt-getしたらscimの調子がおかしくなったんで、ついでだからuimにしてみるか
と思ったわけです。
scimがおかしくなったのはuim-anthyのパッケージがはいってなかったためであると思われます。

~./xsessionに
if type uim-xim &> /dev/null ; then
  uim-xim &
fi
XMODIFIERS=@im=uim ; export XMODIFIERS
GTK_IM_MODULE=uim ; export GTK_IM_MODULE
uim-toolbar-gtk +900+680 &

と書けば動くはずなのですが、前述のuim-anthyパッケージを入れていたのになぜか
anthyが動きませんでした。
aptで他のuim関連パッケージやprimeあたりをインストールしてみると、uim-toolbarの

設定ー全体設定ー使用可能にする入力方式→編集

にいつの間にかanthy、primeの変換エンジンが登録されていて使えるようになった
ということになりました。使えるようになったのでまぁいいかなと



GDM の文字がちっちゃい

/etc/gdm/gdm.confの最後の方
# Definition of the standard X server.
[server-Standard]
name=Standard server
command=/usr/X11R6/bin/X  -audit 0
flexible=true
を次のように修正
# Definition of the standard X server.
[server-Standard]
name=Standard server
command=/usr/X11R6/bin/X -dpi 96 -audit 0
flexible=true



Sarge がstableになったので /etc/apt/sources.listを変更

#deb http://security.debian.org/ sarge/updates main contrib non-free
deb http://ftp.debian.or.jp/debian-security sarge/updates main contrib non-free
#deb http://ftp1.debian.or.jp/debian-security sarge/updates main contrib non-free
#deb http://ftp.rfc822.org/debian-security sarge/updates main contrib non-free

deb http://ring.pwd.ne.jp/archives/linux/debian/debian/ sarge main non-free contrib
#deb-src http://ring.pwd.ne.jp/archives/linux/debian/debian/ sarge main non-free contrib
#deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
#deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
#deb http://ring.pwd.ne.jp/archives/linux/debian/debian-non-US sarge/non-US main contrib non-free
deb http://ring.ocn.ad.jp/archives/linux/debian/debian/ sarge main non-free contrib
#deb http://ring.ocn.ad.jp/archives/linux/debian/debian-non-US sarge/non-US main contrib non-free
deb http://ring.hosei.ac.jp/archives/linux/debian/debian/ sarge main non-free contrib
#deb http://ring.hosei.ac.jp/archives/linux/debian/debian-non-US sarge/non-US main contrib non-free