|
1.更新系统
pacman -Sy pacman -Su pacman -Syu
2.添加用户
useradd -m -G audio,video -s /bin/bash 用户名
用户名必须是英文小写字母
passwd 用户名
3.安装声卡相关
pacman -S alsa-utils alsa-oss
4.安装xorg
# pacman -S xorg-server xorg-xinit xorg-utils xorg-server-utils
# pacman -S mesa mesa-demos
5.显卡驱动
# pacman -S xf86-video-ati
6.Testing X
# pacman -S xorg-twm xorg-xclock xterm
7.Message bus
# pacman -S dbus
To start automatically on boot, you should add dbus to your DAEMONS array in /etc/rc.conf:
DAEMONS=(syslog-ng dbus network crond)
8.Start X
$ startx
9.安装字体Install Fonts
10.安装gnome
# pacman -S gnome gnome-extra gnome-system-tools
11.设置/etc/inittab
设置运行级别5,gdm
================================
更新下
================================
我想问下第6步和第8步是不是不是必需的? |
|