- 论坛徽章:
- 0
|
Debian4.0桌面构建
在此文开始前请让我们BS一下笔记本生产商明基笔记本的客服同生产商吧
我的笔记本Benq S41-hc50买了后,本想安装FreeBSD,可惜硬件不支持,暂时只好改投Linux阵营了。下文是本人笔记本桌面构建的过程。
安装基系统
#安装2.6.24内核#
apt-get install linux-image-2.6.24-etchnhalf.1-686 linux-headers-2.6.24-etchnhalf.1-686
#安装桌面#
apt-get install x-window-system gnome-core
#安装nvidia显卡驱动#
apt-get install gcc libc6-dev
去网上去下个NVIDIA-Linux-x86-173.14.12-pkg1.run只需简单的几步就可以了
#安装office#
apt-get install openoffice.org openoffice.org.l10n-zh-cn
#安装firefox
apt-get install firefox
#安装输入法#
apt-get install im-switch fcitx
im-switch -s fcitx
#安装播放软件#
apt-get install mplayer totem beep-media-player
#源码安装pidgin同qsopcast#
安装安装支持库等等
apt-get install intltool tcl8.4-dev tk8.4-dev libxss-dev libstartup-notification0-dev libmeanwhile-dev libavahi-client-dev libavahi-glib-dev qt3-apps-dev qt3-dev-tools automake g++ autoconf gdb gcc gettext libglib2.0-dev libxml2-dev libgtk2.0-dev libnss3-dev libgstreamer0.10-dev libgtkspell-dev libperl-dev libsasl2-dev libgnutls-dev network-manager-dev libnm-util-dev libnm-glib-dev libdbus-1-dev libdbus-glib-1-dev libstdc++5-3.3-dev
去网上下载pidgin同qsopcast后解压按说明源译安装就可以了
#安装3D桌面支持#
按官方说明修改/etc/X11/xorg.conf吧
apt-get install compiz compiz-dev
然后在桌面->首选项->会话->启动程序中添加上compiz --replace即可
#安装slas#
apt-get install alsa-base alsa-oss alsa-utils
#安装w32codecs#
echo deb http://mirrors.shlug.org/ubuntu-cn/ gutsy main>>/etc/apt/sources.list
apt-get update && apt-get upgrade
apt-get install w32codecs
#安装笔记本电池管理
apt-get install gnome-power-manager
#安装RTL8187B无线网卡#
去网上下载2.6.24.patch同rtl8187b-modified-dist.tar.gz,解压,将2.6.24解压到rtl8187b-modified中,执行patch p1
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/5252/showart_1357309.html |
|