You are not logged in.
Pages: 1
So i got my X working, but i am bored of using gnome, so i have been reading (and looking) at FVWM, it sounds and looks great!
So...
pacman -S fvwm
exec fvwm
<<ERROR>> cant open display
But... i can open gnome fine, any ideas?
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
I don't know why you're getting that error, but as a side issue, I'd strongly recommend getting fvwm-devel from unstable. fvwm from current, although considered the 'stable' version, is approaching two years old. And there's frankly nothing unstable about the latest fvwm.
I am a gated community.
Offline
Move the unstable repos to the bottom of your pacman.conf, and keep it uncommented. That should let you update your system to current, but still keep fvwm-devel, as well as fetch packages from that repos.
Offline
Ok well i just about fucked up my pacman.conf, would anyone mind posting theres?
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
Well i think you need to put it in .xinitrc so its started after X.
FVWM cant start its own X Session automatically.
Offline
#
# /etc/pacman.conf
#
# NOTE: If you find a mirror that is geographically close to you, please
# move it to the top of the server list, so pacman will choose it
# first.
#
# To re-sort your mirror lists by ping/traceroute results, use the
# /usr/bin/sortmirrors script. It requires the "netselect" package.
#
# See the pacman manpage for option directives
#
# GENERAL OPTIONS
#
[options]
LogFile = /var/log/pacman.log
NoUpgrade = etc/passwd etc/group etc/shadow etc/sudoers
NoUpgrade = etc/fstab etc/raidtab etc/ld.so.conf
NoUpgrade = etc/rc.conf etc/rc.local
NoUpgrade = etc/modprobe.conf etc/modules.conf
NoUpgrade = etc/lilo.conf boot/grub/menu.lst
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here.
# - local/custom mirrors can be added here or in separate files
#
[jaboua]
Server = http://www.freewebtown.com/jaboua/Pacman/
[shadowhand]
Server = http://arch.os-zen.net/pkg/shadowhand
#[testing]
#Server = ftp://ftp.archlinux.org/testing/os/i686
[current]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/current
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/extra
[unstable]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/unstable
[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
Offline
Well i think you need to put it in .xinitrc so its started after X.
FVWM cant start its own X Session automatically.
DUH! Thanks
Also thanks for the .conf
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
Pages: 1