deebian Unstable 安裝筆記
1.鍵盤
vi /etc/X11/XF86Config-4
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xkb"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Option "XkbRules" "xkb"
不然數字區不能使用
2. xcin 會閃爍
append to the .xcinrc or /etc/xcinrc
(define DISABLE_WM_CTRL "YES")
3. KDE 安裝的問題
先加入一個 testing 的來源,然後
apt-get update; apt-get install ksysguard;
接著就可以安裝 KDE 3.1.2 了。
我想是相依性沒做好ㄅ?
4. au8200 的 oss driver 編譯不起來!不知道是不是不支援 kernel 2.4.26-1-k7
5.samba 安裝失敗!使用woody!!
6.apt-get update 的錯誤訊息(unstable)
代碼:
Hit http://ftp.jp.debian.org unstable/contrib Sources
Hit http://ftp.jp.debian.org unstable/contrib Release
Reading Package Lists... Error!
E: Dynamic MMap ran out of room
E: Error occured while processing eemu-client (NewPackage)
E: Problem with MergeList /var/lib/apt/lists/ftp.jp.debian.org_debian_dists_unstable_non-free_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
這跟unstable沒關係,是apt的cache 太小了...
edit /etc/apt.conf
APT::Cache-Limit "10000000000";
10000000000=10000M (原本的10M已經不夠了)