archlinux下lxde安裝與配置教程

首先須要安裝archlinux,能夠參考Archlinux安裝指南圖解教程html

首先安裝所需的驅動linux

pacman -S xf86-input-keyboard xf86-input-mouse xf86-video-ati pacman -S alsa-utils laptop-mode-tools

接着安裝守護進程與所需的功能支持
pacman -S acpid dbus dvd+rw-tools ntfs-3g gamin
輸入alsamixer進行音頻設置ubuntu

設置完成後輸入alsactl store保存瀏覽器

安裝xorg與lxdesession

pacman -S xorg lxdm lxde

xorg提示選擇54)xorg-server,lxde提示時全選ssh

下來,編輯/etc/rc.conf修改 DAEMONS行內容,個人實例以下編輯器

DAEMONS=(syslog-ng !network netfs crond acpid dbus alsa lxdm)

設置lxdm與lxde啓動
編輯/etc/lxdm/lxdm.confide

## default session or desktop used when no systemwide config
#session=/usr/bin/startlxde //將此行前面的#去掉

編輯~/.xinitrc
寫入以下內容測試

export LC_ALL=zh_CN.UTF-8
export LANGUAGE=zh_CN.UTF-8
export LANG=zh_CN.UTF-8
exec ck-launch-session startlxde

安裝字體與中文輸入法字體

pacman -S ttf-arphic-ukai ttf-arphic-uming wqy-zenhei fcitx

設置fcitx啓動環境與自啓動
編輯/etc/profile,添加下列幾行

export XMODIFIERS="@im=fcitx"
export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
fcitx&

到此,完整的lxde桌面已經安裝成功,重啓後進入LXDE。

如下爲推薦的應用程序

chromium //谷歌Chrome的社區版
claws-mail //輕量的mail客戶端,熟悉Foxmail的用戶會很快上手
deadbeef //極力推薦的一款音頻播放器,UI與Foobar2000相仿
evince //文檔瀏覽器,pdf
filezilla //FTP客戶端
leafpad //文本編輯器,和gedit同類
pidgin //IM軟件
xfce4-screenshooter //抓圖程序
vlc //媒體播放器

安裝壓縮/解壓管理軟件
pacman -S xarchiver
pacman -S tar gzip bzip2 zip unzip unrar p7zip arj lha lzma-utils lzop
安裝flash與媒體解碼包

pacman -S flashplugin ffmpeg gstreamer0.10
pacman -S gstreamer0.10-bad gstreamer0.10-bad-plugins
pacman -S gstreamer0.10-base gstreamer0.10-base-plugins
pacman -S gstreamer0.10-ffmpeg gstreamer0.10-good gstreamer0.10-good-plugins
pacman -S gstreamer0.10-ugly gstreamer0.10-ugly-plugins

相關文章

相關文章
相關標籤/搜索