mount -t proc proc /mnt/proc
mount -o bind /dev /mnt/dev
chroot /mnt
grub
grub>root (hd0,5)
grub>setup (hd0)
grub>quit
reboot
/etc/pacman.conf : enable the [multilib] repository (disabled by default)
pacman -Sy pacman
pacman -S filesystem --force
pacman -Syu
pacman -S dbus gamin wireless_tools inetutils net-tools pkgtools mc mlocate
pacman -S xorg-server xorg-xinit xf86-video-ati
( xf86-video-nouveau nvidia nvidia-utils xf86-video-vesa xf86-video-fbdev )
( xf86-input-evdev : 插拔输入驱动 )
( xf86-input-keyboard xf86-input-mouse )
pacman -S xf86-input-synaptics (触摸板)
/etc/X11/xorg.conf.d/10-evdev.conf
... keyboard ...
Option "XkbOptions" "terminate:ctrl_alt_bksp"
pacman -S xfce4
pacman -S thunar-archive-plugin xarchiver unzip unrar gvfs
pacman -S xfce4-taskmanager ristretto xfburn midori
( pacman -S xfce4-goodies )
( pacman -S xfwm4 xfce4-panel xfdesktop thunar xfce4-session xfce4-settings xfce4-appfinder xfce-utils xfconf )
( pacman -S lxde )
pacman -S slim leafpad geany xchm epdfview emelfm2
pacman -S firefox flashplugin thunderbird
( pacman -S icedtea-web-java7 )
pacman -S php-fpm php-sqlite nginx nodejs mongodb
pacman -S wqy-zenhei wqy-bitmapfont ttf-bitstream-vera ttf-dejavu fcitx fcitx-gtk2
cd ~/.config/autostart
ln -s /usr/share/applications/fcitx.desktop
cd /etc/fonts/conf.d/
mv 49-sansserif.conf 49-sansserif.conf.0
pacman -S chromium
https://download.alipay.com/alipaysc/linux/aliedit/1.0.3.20/aliedit.tar.gz
cd /usr/lib
ln -s libpng14.so.14.8.0 libpng12.so.0
pacman -S automake autoconf make pkgconfig patch fakeroot subversion
pacman -S alsa-utils audacious ffmpeg audacity gstreamer0.10-base-plugins
pacman -S vlc
pacman -S skype skype-call-recorder
pacman -S libreoffice-zh-CN libreoffice-calc libreoffice-writer
( pacman -S gecko-mediaplayer )
( pacman -S libxml2 lib32-libxml2 glib2 )
pacman -S qt virtualbox virtualbox-additions
( pacman -S wine wine_gecko winetricks )
( winetricks msxml3 gdiplus riched20 riched30 ie6 vcrun6 vcrun2005sp1 )
Sans-serif = 无衬线体 = 黑体:
并不是具体一款字体,而是一类字体,选择它其实等于选择这类字体中优先级最高的那款字体。
Serif = 衬线体 = 白体:同上
Monospace = 等宽字体,意思是字符宽度相同:同上
点阵字体 = 位图字体
无衬线体更适合电脑屏幕阅读,衬线体适合打印。
因为衬线可以使得人视线平齐于一行。也就是说不会读破行。
中文显示时有不同的方式,一方面因为中文本身拥有的横和同高度就可以导致这种平齐。行距对中文更重要。
没有评论:
发表评论