You are not logged in.
Pages: 1
Just installed Arch and so far very impressed. Happy with the CLI and easily got accessing mutt running on my server via ssh-agent. Then decided to install a GUI
Tried pacman -S hwd and then hwd -xa but the system hangs. Left it for about 10 minutes but still no response.
System is P4 3.0GHz, 1GB RAM, NVidia GeForce400 Video card with 128MB
Regards,
Offline
if you are trying to setup xorg use
Xorg -configure
instead to create the basic xorg.conf file
then install nvidia drivers
then use the
nvidia-xconfigure
util to setup xorg.conf for your card.
Offline
why has the hwd package not been removed? it has been broken for quite a while iirc
Offline
X is setup OK thanks but just wondered why hwd didn't work. Obviously broken, as you say.
BTW as a long time Debian user I was very impressed by the installation process but have still to get used to pacman.
Regards,
Offline
install yaourt and then u will really love pacman. Make sure to give it an alias for an easier experience.
Offline
why has the hwd package not been removed? it has been broken for quite a while iirc
It is lshwd which is broken and hwd used it as detect engine. In the new upgrade of hwd (5,2), lshwd is replaced with pciutils and usbutils. To generate a xorg.conf it uses one xorgtable.
In hwd-5.1.2, there is a bug hanging the system. In 5.2 a major script change and things fixed.
http://user-contributions.org/projects/hwd/hwd.html
Markku
Offline
Pages: 1