ArchLinux安装、配置图像化界面

本文档详细介绍了ArchLinux的基础安装流程,包括使用Yaourt安装常用软件、显卡驱动及中文字体等,并提供了系统优化建议。

#ArchLinux基础请参考

1. http://blog.youkuaiyun.com/u013531940/article/details/79471408

2. http://blog.youkuaiyun.com/u013531940/article/details/79489454

一、安装yaourt

vim /etc/pacman.conf    
    #添加
    [archlinuxcn]
    SigLevel = Optional TrustAll
    Server   = https://mirrors.ustc.edu.cn/archlinuxcn/$arch 

pacman -Syy

pacman -S yaourt

yaourt -Syy

二、安装基本软件

yaourt -S alsa-utils xorg xorg-xinit networkmanager lxdm i3

systemctl enable lxdm

yaourt -S emacs git python python-pip ipython3 python2 python2-pip ipython2 docker nodejs 

yaourt -S screenfetch sudo 

三、安装显卡驱动

lspci | grep -e VGA -e 3D

    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)

yaourt -S xf86-video-intel mesa lib32-mesa

其他显卡,请参考arch wiki

四、安装firefox

yaourt -S firefox firefox-i18n-zh-cn

五、安装中文字体、输入法等

yaourt -S fcitx fcitx-im fcitx-configtool

yaourt -S fcitx-sogoupinyin

yaourt -S wqy-microhei ttf-dejavu wqy-zenhei wqy-microhei

vim /root/.bashrc
    #增加
    fcitx-autostart > /dev/zero 2>&1

六、安装其他软件

yaourt -S unzip unrar p7zip feh cairo-dock compiz

七、设置背景图片

feh --bg-scale xxx.png

一些优化

1、SATA启用AHCI模式

vim /etc/mkinitcpio.conf

    MODULES="ahci"

mkinitcpio -p linux

2、systemd命令查看开机各个应用程序的启动时间

systemd-analyze blame


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

3D感知巨头

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值