Arch xfce4桌面-刚装好-秀下
-
- 帖子: 63
- 注册时间: 2008-11-19 21:46
Arch xfce4桌面-刚装好-秀下
=========================================== xfce4 安装 =============================================
3.2 安装图形界面
pacman -S xorg -> 默认都安装了
pacman -S xfce4 -> 除了1,2,7外全部安装.
1) exo 2) garcon 3) gtk-xfce-engine 4) terminal 5) thunar 6) tumbler 7) xfce4-appfinder
8) xfce4-mixer 9) xfce4-panel 10) xfce4-session 11) xfce4-settings 12) xfce-utils 13) xfconf
14) xfdesktop 15) xfwm4 16) xfwm4-themes
3.3 使用slim来进行登陆管理
pacman -S slim
3.4 利用wicd进行网络管理
pacman -S wicd wicd-gtk
3.5 声音驱动
pacman -S pulseaudio alsa-utils
绑定音量增大、减少快捷键.
3.6 输入法+字体
pacman -S ibus ibus-sunpinyin wqy-bitmapfont wqy-zenhei
3.7 节能和通讯
pacman -S cpufrequtils acpid gamin dbus
3.8 多媒体
pacman -S gstreamer0.10-bad gstreamer0.10-ffmpeg gstreamer0.10-good gstreamer0.10-ugly gstreamer0.10-base-plugins
pacman -S totem -> 电影播放器
3.9 文件管理
pacman -S gvfs-afc thunar-volman -> 移动硬盘等的自动挂载
3.10 浏览器
pacman -S chromium
3.11 按照需要安装xfce4的plugin.
pacman -S xfce4-power-manager xfce4-battery-plugin
其他的按照需要进行.
4 配置系统
4.1 组别添加
将当前用户添加到这些组中 lp wheel games video audio optical storage scanner power users
4.2 rc.conf
LOCALE="zh_CN.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="UTC"
TIMEZONE="Asia/Shanghai"
MODULES=(acpi-cpufreq cpufreq_ondemand cpufreq_powersave)
。。。
DAEMONS=(syslog-ng @network acpid crond dbus @cpufreq slim wicd)
4.3 用户的.xinitrc
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec ck-launch-session dbus-launch --exit-with-session startxfce4
-
- 论坛版主
- 帖子: 5211
- 注册时间: 2009-12-12 19:29
- 系统: Kubuntu
Re: Arch xfce4桌面-刚装好-秀下
字体显示有点问题。
- YeLee
- 论坛版主
- 帖子: 26406
- 注册时间: 2008-08-13 8:48
- 系统: Fundu i64
- 来自: 东海硇州,一双管钥。
- 联系:
Re: Arch xfce4桌面-刚装好-秀下
恭喜一下,不过,字体还蛮有特点的嘛。 

◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
-
- 帖子: 63
- 注册时间: 2008-11-19 21:46
Re: Arch xfce4桌面-刚装好-秀下
我的机器 cpu是双核3.0GHz,4G内存,装了KDE竟然跑不动,桌面出来后就直接卡死了;
没有办法还是换个轻量级的xfce吧。
没有办法还是换个轻量级的xfce吧。
- 枫叶饭团
- 帖子: 14683
- 注册时间: 2010-06-16 1:05
- 系统: Mac OS X
- 来自: Tencent
- 联系:
Re: Arch xfce4桌面-刚装好-秀下
DAEMONS里的cpufreq是多余的
- lilydjwg
- 论坛版主
- 帖子: 4258
- 注册时间: 2009-04-11 23:46
- 系统: Arch Linux
- 联系:
Re: Arch xfce4桌面-刚装好-秀下
为什么呢?枫叶饭团 写了:DAEMONS里的cpufreq是多余的
- 枫叶饭团
- 帖子: 14683
- 注册时间: 2010-06-16 1:05
- 系统: Mac OS X
- 来自: Tencent
- 联系:
Re: Arch xfce4桌面-刚装好-秀下
lilydjwg 写了:为什么呢?枫叶饭团 写了:DAEMONS里的cpufreq是多余的
如果我没理解错的话,这守护进程真没必要cpufrequtils includes a daemon which allows users to set the desired scaling governor and min/max clock speeds for all processor cores at boot-time.
- lilydjwg
- 论坛版主
- 帖子: 4258
- 注册时间: 2009-04-11 23:46
- 系统: Arch Linux
- 联系:
Re: Arch xfce4桌面-刚装好-秀下
哦。枫叶饭团 写了:lilydjwg 写了:为什么呢?枫叶饭团 写了:DAEMONS里的cpufreq是多余的如果我没理解错的话,这守护进程真没必要cpufrequtils includes a daemon which allows users to set the desired scaling governor and min/max clock speeds for all processor cores at boot-time.
- ark12211
- 帖子: 295
- 注册时间: 2008-11-01 21:05
Re: Arch xfce4桌面-刚装好-秀下
只是说有这么一个daemon和这是干什么的,没说不需要啊枫叶饭团 写了:lilydjwg 写了:为什么呢?枫叶饭团 写了:DAEMONS里的cpufreq是多余的如果我没理解错的话,这守护进程真没必要cpufrequtils includes a daemon which allows users to set the desired scaling governor and min/max clock speeds for all processor cores at boot-time.

- sgsdxzy
- 帖子: 430
- 注册时间: 2008-07-19 11:14
Re: Arch xfce4桌面-刚装好-秀下
我没加过任何cpufreq的daemon照样能用来调频率啊。
-
- 帖子: 63
- 注册时间: 2008-11-19 21:46
Re: Arch xfce4桌面-刚装好-秀下
哦。
我的机器不能关闭和重启。
我在/etc/sudoers 里面添加了 用户名= ALL NOPASSWD:ALL
不起作用。
我的机器不能关闭和重启。
我在/etc/sudoers 里面添加了 用户名= ALL NOPASSWD:ALL
不起作用。
-
- 帖子: 9
- 注册时间: 2011-06-22 11:18
Re: Arch xfce4桌面-刚装好-秀下
修改.xinitrc
http://blog.xgarden.net/?p=275
http://blog.xgarden.net/?p=275

ancin 写了:哦。
我的机器不能关闭和重启。
我在/etc/sudoers 里面添加了 用户名= ALL NOPASSWD:ALL
不起作用。