LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 679|回复: 2

archlinux桌面安装顺序大家看看可以吗?还要哪些改进

[复制链接]
发表于 2011-4-15 18:57:28 | 显示全部楼层 |阅读模式
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步是不是不是必需的?
发表于 2011-4-15 19:23:44 | 显示全部楼层
第6步和第8步是不是不是必需的?

不是必需。


  1. useradd -m -s /bin/bash 用户 -G audio,video
复制代码

可以省了加入组的那步。


  1. DAEMONS=(@syslog-ng @dbus @network)
复制代码

后台运行,开机会快点。
回复 支持 反对

使用道具 举报

发表于 2011-4-15 20:05:09 | 显示全部楼层
一般xorg-server够了,其它的de/wm基本自动依赖上,dbus基本也会自动依赖上……我alsa-utils alsa-oss没装也没出问题……加入组同ls……
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表