+ -
当前位置:首页 → 问答吧 → 为什么pacman里找不到hwd

为什么pacman里找不到hwd

时间:2009-07-22

来源:互联网

小弟第一次装archlinux,到配置xorg这步时输入pacman -S hwd,它却返回没有这个package,用-Ss只能找到hwdetect,但是命令却不兼容。而且这个似乎是用来配置rc.conf跟mkinitcp.conf的。我用的源是lupaworld跟ftp://ftp.arclinux.org
望指教。

作者: Dakkor   发布时间: 2009-07-22

see alot of confusion here, so I'm going to detail this in an announcement, just so everyone knows.

hwd and hwdetect are two entirely different things that just happen to have some letters in common. hwd is not an abbreviation for 'hwdetect'

hwdetect is · part of the 'initscripts' package
· created by tpowa, Archlinux Developer
· enabled by adding MOD_AUTOLOAD="yes" to /etc/rc.conf
· NOT added to the DAEMONS array


hwd is · from the 'lshwd' package
· created by z4ziggy, creator of Archie
· enabled by adding 'hwd' to the DAEMONS array in /etc/rc.conf

作者: howard228   发布时间: 2009-07-22

看到了好多E文……
大致的意思是hwdetect跟hwd的差别么
那么,就是用Ishwd这个package了?
好,让我试试看看

· enabled by adding MOD_AUTOLOAD="yes" to /etc/rc.conf
· NOT added to the DAEMONS array

· enabled by adding 'hwd' to the DAEMONS array in /etc/rc.conf

不过,这几句啥意思?

作者: Dakkor   发布时间: 2009-07-22

#vi /etc/rc.conf
你就能看到有
MOD_AUTOLOAD="yes"

DAEMONS=(syslog-ng network netfs crond ......)

作者: howard228   发布时间: 2009-07-22

就这个标题为关键字,google一下

作者: jarryson   发布时间: 2009-07-22

-------------------------------------------------------------------------------------------------------------------------------------
Without xorg.conf

The latest Xorg does a good job at detecting all your hardware with the help of HAL. So using an xorg.conf is optional now. Even if you need one, it is better to start with no xorg.conf and then add sections you need.
Archwiki: 新的xorg可以使用 hal 而无需要配置xorg.conf但是好像在我的机器上识别很好.
-------------------------------------------------------------------------------------------------------------------------------------

作者: howard228   发布时间: 2009-07-22

呵,我也装不了,不过我已进入GNOME,就是不能改刷新率,分辨率还是可以改~

作者: ygmvla   发布时间: 2009-07-22

Xrog -configure

不再需要hwd

作者: gza633   发布时间: 2009-07-22

hwd官方不再支持,已移出。现在不需要xorg.conf了,直接用hal了。具体的官方有一篇介绍,http://wiki.archlinux.org/index.php/Xorg#hwd

作者: tyxz888   发布时间: 2009-07-24

在VMWARE里安装 按WIKI做 到 xorg -configure 那里就死了,黑屏 郁闷死了,连个手动的XORGCFG都没有

作者: hyaska   发布时间: 2009-11-05