ubuntu安装后的操作

1、修改/etc/apt/sources.list

deb http://ubuntu.cn99.com/ubuntu/ dapper main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ dapper main restricted universe multiverse

然后 sudo apt-get update && sudo apt-get dist-upgrade

2. 修改 /etc/network/interfaces

auto lo
iface lo inet loopback

iface eth0 inet static
address 192.168.1.84
netmask 255.255.255.0
up

3、修改 /etc/X11/xorg.conf

注释掉 Load   "dri" 这行
修改 Driver     "ati" 为 Driver     "vesa"

这么做,是因为我用的是ibm的笔记本,ati显卡驱动有问题

4、安装完 fcitx 之后,用gedit修改配置文件 .fcitx/config
修改以下几个地方:

加一行 "LumaQQ支持=1"
修改 "中英文快速切换键=L_CTRL" 为 "中英文快速切换键=L_SHIFT"

技术相关: