ArchLinux installation and configuration graphic interface tutorial, archlinux Interface
1. Install yaourt
Vim/etc/pacman. conf # Add [archlinuxcn] SigLevel = Optional TrustAll Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch pacman-Syypacman-S yaourtyaourt-Syy
Ii. Install basic software
yaourt -S alsa-utils xorg xorg-xinit networkmanager lxdm i3systemctl enable lxdmyaourt -S emacs git python python-pip ipython3 python2 python2-pip ipython2 docker nodejs yaourt -S screenfetch sudo
3. Install the video card driver
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
4. Install firefox
yaourt -S firefox firefox-i18n-zh-cn
5. Install Chinese fonts and input methods
Yaourt-S fcitx-im fcitx-configtoolyaourt-S fcitx-Chengdu-S wqy-microhei ttf-dejavu wqy-zenhei wqy-microheivim/root /. bashrc # Add fcitx-autostart>/dev/zero 2> & 1
6. install other software
yaourt -S unzip unrar p7zip feh cairo-dock compiz
VII. Set the background image
feh --bg-scale xxx.png
Some Optimizations
1. Enable AHCI mode for SATA
vim /etc/mkinitcpio.conf MODULES="ahci"mkinitcpio -p linux
2. Run the systemd command to check the startup time of each application.
systemd-analyze blame