T400 安装 Ubuntu 10.04 LTS 系统安装篇

0)把bios里面的switchable graphics关了,否则机器有概率烧坏。原因是ubuntu默认两个显卡都会用上,并且都全速用。如果碰巧是夏天,碰巧你的风扇又不太好,碰巧你有不在空调房间……

1) 安装ubuntu 10.04 LTS,安装英文的,中文的log实在太难理解了。我有两块盘,所以系统安装在第二块盘上,因此在最后一步更改了bootloader的安装位置,放在/dev/hdb上。

2) 安装完,第一步就是配置网络,无线网络就work的。然后设置源,System>Administration>Software Sources;测试一下哪个服务器最快,就好了。然后么update software,System>Administration>Update Manager先跟上时代步伐。

3)安装language-support-input-zh-hans和language-support-fonts-hans。然后修改默认启动ibus,System>Preferences>Startup Applications,创建一个快捷方式:
Name: IBus Daemon
Command: /usr/bin/ibus-daemon -d
Comment: Starts the IBus daemon
Pinyin输入法还可以用用的(注意是不带括号的那个输入法)。

4)安装显卡驱动:默认是全速运转的,所以机器会很热。
去ati.amd.com下载ATI Catalyst Proprietary Linux Diaplay Driver,我下载的是10.6版本的,整整96.5MB。

下载完成以后重启,如果觉得开机动画分辨率降低不舒服的,可以参照http://forum.ubuntu.org.cn/viewtopic.php?f=49&t=266858进行修改。

5)copy一些自己需要的字体至/usr/share/fonts/extfonts。在该目录运行以下命令:
sudo mkfontscale
sudo mkfontdir
sudo fc-cache -fv
安装Windows下面的核心字体可以安装ttf-mscorefonts-installer。
这样,这些字体就可以使用了。然后需要定制一下默认显示的中文字体,方法是修改以下文件:
/etc/fonts/conf.d/69-language-selector-zh-cn.conf

6)修改bluetooth默认关闭
在/etc/rc.local中增加rfkill block bluetooth。

7)开启trackpoint 中间按键
安装gpointing-device-settings和libgpds0;然后System>Preferences>Pointing devices,在TPPS/2 IBM TrackPoint页面中,勾上下面三个勾,并且选择第二个button,这样就可以在中间按键按下的时候进行上下翻滚操作。如果需要关闭touchpad,那么就在SynPS/2 Synaptics TouchPad页面中,把Touchpad off选上。

Advertisement
This entry was posted in T400 with Ubuntu 10.04. Bookmark the permalink.

One Response to T400 安装 Ubuntu 10.04 LTS 系统安装篇

  1. Yaodong says:

    可以更新到 thinkwiki 上

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s