You are not logged in.
Hello everyone
I am new to arch, but I have overall knowledge in linux, and I'd like to install the previously mentionend WM. The problem is that I dont know how to even add a repository, and what repository I should add. So, any overall advice on this matter is welcome
Thanks in advance!
Offline
at cli as root type pacman -Syu then pacman -Sy fvwm and ya should be all set..
Offline
at cli as root type pacman -Syu then pacman -Sy fvwm and ya should be all set..
But that just installs the basic fvwm, not the fvwm-crystal..:|
Offline
fvwm-crystal is in unstable. You need to edit your
/etc/pacman.conf[unstable] <--------- UNMARK THIS
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/unstable <--------- UNMARK THISso you have access to unstable packages and then
pacman -Sy fvwm-crystalat this point once you have installed then you can go back to pacman.conf and recheck unstable so you aren't running an unstable system.
fvwm-crystal is still at version 3.0.4 so you will have to manually upgrade to 3.0.5 if you want that one.
If memory serves me correctly that should work.
Last edited by cu3edweb (2007-10-28 14:42:03)
Offline
Thank you! Now I have it installed, but still have a problem: I can't find my xorg.conf, and I think I should edit it so fvwm-crystal could work.. So, where is it by default, or is there somekind of a search function?:P
Offline
run Xorg -configure ,will automatically generate xorg.conf.new,you can edit it.
Offline
shen wrote:at cli as root type pacman -Syu then pacman -Sy fvwm and ya should be all set..
But that just installs the basic fvwm, not the fvwm-crystal..:|
Oh sorry about that I completely misread the post..At least someone came in and picked up the pieces..:)
Offline
run Xorg -configure ,will automatically generate xorg.conf.new,you can edit it.
When I run that, I get a message saying
Fatal server error:
Caught signal 11. Server aborting.
Aborted.
Confusing:rolleyes:
Offline
/etc/X11/xorg.conf
or if you need to find files in the future one useful thing is e.g
$locate xorg.confor another (to find packages):
$psearch fvwm-crystalor
$pacman -Ss fvwm-crystalor to find any file you can search archlinux website with google:
site:archlinux.org /xorg.confsite:
also there is:
http://wiki.archlinux.org/index.php/Xorg7
Offline
Ok, now my xorg.conf is in order. But still when i command
fvwm-crystalI get an error like this:
[fvwm][main]: <<ERROR>> can't open displaySo what now? ![]()
Offline
from where you:
fvwm-crystal
?
shouldn't you place
exec fvwm-crystal
into ~.xinitrc or strart from gdm or similar?
Offline
Better use stable things.
Offline